public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Re: services.cgi throws "XXXX is experimental"
       [not found] <CECC32E0-0C45-4DF5-ACF2-A91D210A2D85@ipfire.org>
@ 2023-01-16 11:55 ` Adolf Belka
  2023-01-16 15:59   ` Adolf Belka
  2023-01-16 19:49 ` Matthias Fischer
  1 sibling, 1 reply; 6+ messages in thread
From: Adolf Belka @ 2023-01-16 11:55 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]

Hi Jon,

On 15/01/2023 19:54, jon wrote:
> Not sure if this was corrected or not…
> 
> This can be added to the code.
> 
>  1. nowarnings 'experimental';

Has this been tested and confirmed to work or does this still need to be checked before submitting any patch?

Regards,
Adolf.
> 
> 
> 
> Jon Murphy
> murphy.jon(a)me.com <mailto:murphy.jon(a)me.com>
> 
>> On Dec 30, 2022, at 6:06 AM, Adolf Belka <adolf.belka(a)ipfire.org <mailto:adolf.belka(a)ipfire.org>> wrote:
>>
>> Hi Matthias,
>>
>> On 30/12/2022 10:52, Matthias Fischer wrote:
>>> Hi,
>>>
>>> updated to Core 172 - no problems, everything went fine.
>>>
>>> But...
>>>
>>> Each time I open 'servies.cgi', two lines are added to
>>> '/var/log/httpd/error_log':
>>>
>>> ***SNIP***
>>> ...
>>> given is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 145.
>>> when is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 146.
>>> ...
>>> ***SNAP***
>>>
>>> Besides this, the GUI looks good.
>>>
>>> Can anyone confirm?
>>
>> Yes, I see the same thing.
>>
>> Checking the cgi code, these messages are occurring because Robin used the switch feature and perl currently still considers this experimental. So the code is working, there are no errors, just these lines are warnings. Not sure if these warnings can be turned off.
>>
>> Robin, could you look at if the warnings could be turned off.
>>
>>
>> Regards,
>>
>> Adolf.
>>
>>> Best,
>>>
>>> Matthias
> 
> 
> 
> 
> Jon Murphy
> jon.murphy(a)ipfire.org <mailto:jon.murphy(a)ipfire.org>
> 
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: services.cgi throws "XXXX is experimental"
  2023-01-16 11:55 ` services.cgi throws "XXXX is experimental" Adolf Belka
@ 2023-01-16 15:59   ` Adolf Belka
  0 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2023-01-16 15:59 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1817 bytes --]

Hi Jon,

I just tested it out on my system and it does work. Will you raise a patch for this?


Regards,

Adolf.


On 16/01/2023 12:55, Adolf Belka wrote:
> Hi Jon,
>
> On 15/01/2023 19:54, jon wrote:
>> Not sure if this was corrected or not…
>>
>> This can be added to the code.
>>
>>  1. nowarnings 'experimental';
>
> Has this been tested and confirmed to work or does this still need to be checked before submitting any patch?
>
> Regards,
> Adolf.
>>
>>
>>
>> Jon Murphy
>> murphy.jon(a)me.com <mailto:murphy.jon(a)me.com>
>>
>>> On Dec 30, 2022, at 6:06 AM, Adolf Belka <adolf.belka(a)ipfire.org <mailto:adolf.belka(a)ipfire.org>> wrote:
>>>
>>> Hi Matthias,
>>>
>>> On 30/12/2022 10:52, Matthias Fischer wrote:
>>>> Hi,
>>>>
>>>> updated to Core 172 - no problems, everything went fine.
>>>>
>>>> But...
>>>>
>>>> Each time I open 'servies.cgi', two lines are added to
>>>> '/var/log/httpd/error_log':
>>>>
>>>> ***SNIP***
>>>> ...
>>>> given is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 145.
>>>> when is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 146.
>>>> ...
>>>> ***SNAP***
>>>>
>>>> Besides this, the GUI looks good.
>>>>
>>>> Can anyone confirm?
>>>
>>> Yes, I see the same thing.
>>>
>>> Checking the cgi code, these messages are occurring because Robin used the switch feature and perl currently still considers this experimental. So the code is working, there are no errors, just these lines are warnings. Not sure if these warnings can be turned off.
>>>
>>> Robin, could you look at if the warnings could be turned off.
>>>
>>>
>>> Regards,
>>>
>>> Adolf.
>>>
>>>> Best,
>>>>
>>>> Matthias
>>
>>
>>
>>
>> Jon Murphy
>> jon.murphy(a)ipfire.org <mailto:jon.murphy(a)ipfire.org>
>>
>>
>>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: services.cgi throws "XXXX is experimental"
       [not found] <CECC32E0-0C45-4DF5-ACF2-A91D210A2D85@ipfire.org>
  2023-01-16 11:55 ` services.cgi throws "XXXX is experimental" Adolf Belka
@ 2023-01-16 19:49 ` Matthias Fischer
  1 sibling, 0 replies; 6+ messages in thread
From: Matthias Fischer @ 2023-01-16 19:49 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1468 bytes --]

Hi,

confirmed.

Best,
Matthias

On 15.01.2023 19:54, jon wrote:
> Not sure if this was corrected or not…
> 
> This can be added to the code.
> 
> no warnings 'experimental';
> 
> 
> Jon Murphy
> murphy.jon(a)me.com <mailto:murphy.jon(a)me.com>
> 
>> On Dec 30, 2022, at 6:06 AM, Adolf Belka <adolf.belka(a)ipfire.org <mailto:adolf.belka(a)ipfire.org>> wrote:
>> 
>> Hi Matthias,
>> 
>> On 30/12/2022 10:52, Matthias Fischer wrote:
>>> Hi,
>>> 
>>> updated to Core 172 - no problems, everything went fine.
>>> 
>>> But...
>>> 
>>> Each time I open 'servies.cgi', two lines are added to
>>> '/var/log/httpd/error_log':
>>> 
>>> ***SNIP***
>>> ...
>>> given is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 145.
>>> when is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 146.
>>> ...
>>> ***SNAP***
>>> 
>>> Besides this, the GUI looks good.
>>> 
>>> Can anyone confirm?
>> 
>> Yes, I see the same thing.
>> 
>> Checking the cgi code, these messages are occurring because Robin used the switch feature and perl currently still considers this experimental. So the code is working, there are no errors, just these lines are warnings. Not sure if these warnings can be turned off.
>> 
>> Robin, could you look at if the warnings could be turned off.
>> 
>> 
>> Regards,
>> 
>> Adolf.
>> 
>>> Best,
>>> 
>>> Matthias
> 
> 
> 
> 
> Jon Murphy
> jon.murphy(a)ipfire.org
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: services.cgi throws "XXXX is experimental"
  2022-12-30  9:52 Matthias Fischer
  2022-12-30 11:00 ` Charles Brown
@ 2022-12-30 12:06 ` Adolf Belka
  1 sibling, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2022-12-30 12:06 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 911 bytes --]

Hi Matthias,

On 30/12/2022 10:52, Matthias Fischer wrote:
> Hi,
>
> updated to Core 172 - no problems, everything went fine.
>
> But...
>
> Each time I open 'servies.cgi', two lines are added to
> '/var/log/httpd/error_log':
>
> ***SNIP***
> ...
> given is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 145.
> when is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 146.
> ...
> ***SNAP***
>
> Besides this, the GUI looks good.
>
> Can anyone confirm?

Yes, I see the same thing.

Checking the cgi code, these messages are occurring because Robin used the switch feature and perl currently still considers this experimental. So the code is working, there are no errors, just these lines are warnings. Not sure if these warnings can be turned off.

Robin, could you look at if the warnings could be turned off.


Regards,

Adolf.

> Best,
>
> Matthias

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: services.cgi throws "XXXX is experimental"
  2022-12-30  9:52 Matthias Fischer
@ 2022-12-30 11:00 ` Charles Brown
  2022-12-30 12:06 ` Adolf Belka
  1 sibling, 0 replies; 6+ messages in thread
From: Charles Brown @ 2022-12-30 11:00 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

Well, it definitely happens here as well 😁


[root(a)ipfire ~]# cat /etc/system-release
IPFire 2.27 (x86_64) - core172

[root(a)ipfire ~]# grep "services.cgi line 14" /var/log/httpd/error_log
given is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 145.
when is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 146.
given is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 145.
when is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 146.
[root(a)ipfire ~]#


^ permalink raw reply	[flat|nested] 6+ messages in thread

* services.cgi throws "XXXX is experimental"
@ 2022-12-30  9:52 Matthias Fischer
  2022-12-30 11:00 ` Charles Brown
  2022-12-30 12:06 ` Adolf Belka
  0 siblings, 2 replies; 6+ messages in thread
From: Matthias Fischer @ 2022-12-30  9:52 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

Hi,

updated to Core 172 - no problems, everything went fine.

But...

Each time I open 'servies.cgi', two lines are added to
'/var/log/httpd/error_log':

***SNIP***
...
given is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 145.
when is experimental at /srv/web/ipfire/cgi-bin/services.cgi line 146.
...
***SNAP***

Besides this, the GUI looks good.

Can anyone confirm?

Best,

Matthias

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-16 19:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CECC32E0-0C45-4DF5-ACF2-A91D210A2D85@ipfire.org>
2023-01-16 11:55 ` services.cgi throws "XXXX is experimental" Adolf Belka
2023-01-16 15:59   ` Adolf Belka
2023-01-16 19:49 ` Matthias Fischer
2022-12-30  9:52 Matthias Fischer
2022-12-30 11:00 ` Charles Brown
2022-12-30 12:06 ` Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox