* Feedback on IPFire 2.27 - Core Update 182 is available for testing
[not found] <170179650558.1017810.9287558036661477115.ipfire@ipfire.org>
@ 2023-12-06 9:45 ` Adolf Belka
2023-12-06 9:59 ` Adolf Belka
2023-12-23 21:08 ` Core Update 182 (testing) report Peter Müller
0 siblings, 2 replies; 7+ messages in thread
From: Adolf Belka @ 2023-12-06 9:45 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]
Hi Peter and all,
There is an error in the update.sh script.
There is a removal line for old libraries from xz
/usr/lib/liblzma.so.5.4*
but this line is removing both the old (5.4.4) and the new (5.4.5) libraries.
This is causing at least alsa to fail to work but also any other packages dependent on xz libraries.
I think the line neds to be
/usr/lib/liblzma.so.5.4.4
Regards,
Adolf.
On 05/12/2023 18:15, IPFire Project wrote:
> IPFire Logo
>
> there is a new post from Michael Tremer on the IPFire Blog:
>
> *IPFire 2.27 - Core Update 182 is available for testing*
>
> The last Core Update of the year, IPFire 2.27 - Core Update 182, is available for testing. Please help us to make it yet another successful release, so that we can all update and enjoy a quiet holiday time.
>
> Click Here To Read More <https://blog.ipfire.org/post/ipfire-2-27-core-update-182-is-available-for-testing>
>
> The IPFire Project
> Don't like these emails? Unsubscribe <https://people.ipfire.org/unsubscribe>.
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Feedback on IPFire 2.27 - Core Update 182 is available for testing
2023-12-06 9:45 ` Feedback on IPFire 2.27 - Core Update 182 is available for testing Adolf Belka
@ 2023-12-06 9:59 ` Adolf Belka
2023-12-06 10:07 ` Michael Tremer
2023-12-23 21:08 ` Core Update 182 (testing) report Peter Müller
1 sibling, 1 reply; 7+ messages in thread
From: Adolf Belka @ 2023-12-06 9:59 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1508 bytes --]
Hi All,
I have also found a problem with addons still linked to an old dbus library.
I supplied an updated dbus addon patch but missed needing to ship the following addons that depend on dbus:-
avahi
cups
ghostscript
netatalk
I will submit patches for bumping the versions of these addons to ensure they ship.
Sorry for that problem.
Regards,
Adolf.
On 06/12/2023 10:45, Adolf Belka wrote:
> Hi Peter and all,
>
> There is an error in the update.sh script.
>
> There is a removal line for old libraries from xz
>
> /usr/lib/liblzma.so.5.4*
>
> but this line is removing both the old (5.4.4) and the new (5.4.5) libraries.
>
> This is causing at least alsa to fail to work but also any other packages dependent on xz libraries.
>
> I think the line neds to be
>
> /usr/lib/liblzma.so.5.4.4
>
> Regards,
> Adolf.
>
> On 05/12/2023 18:15, IPFire Project wrote:
>> IPFire Logo
>>
>> there is a new post from Michael Tremer on the IPFire Blog:
>>
>> *IPFire 2.27 - Core Update 182 is available for testing*
>>
>> The last Core Update of the year, IPFire 2.27 - Core Update 182, is available for testing. Please help us to make it yet another successful release, so that we can all update and enjoy a quiet holiday time.
>>
>> Click Here To Read More <https://blog.ipfire.org/post/ipfire-2-27-core-update-182-is-available-for-testing>
>>
>> The IPFire Project
>> Don't like these emails? Unsubscribe <https://people.ipfire.org/unsubscribe>.
>>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Feedback on IPFire 2.27 - Core Update 182 is available for testing
2023-12-06 9:59 ` Adolf Belka
@ 2023-12-06 10:07 ` Michael Tremer
2023-12-06 10:13 ` Adolf Belka
0 siblings, 1 reply; 7+ messages in thread
From: Michael Tremer @ 2023-12-06 10:07 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1831 bytes --]
Good Morning,
> On 6 Dec 2023, at 09:59, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> Hi All,
>
> I have also found a problem with addons still linked to an old dbus library.
No problem.
> I supplied an updated dbus addon patch but missed needing to ship the following addons that depend on dbus:-
>
> avahi
> cups
> ghostscript
> netatalk
>
> I will submit patches for bumping the versions of these addons to ensure they ship.
Thank you, I will merge those as soon as possible.
> Sorry for that problem.
No need to be sorry, that is why we do this testing thing :)
-Michael
> Regards,
>
> Adolf.
>
>
> On 06/12/2023 10:45, Adolf Belka wrote:
>> Hi Peter and all,
>>
>> There is an error in the update.sh script.
>>
>> There is a removal line for old libraries from xz
>>
>> /usr/lib/liblzma.so.5.4*
>>
>> but this line is removing both the old (5.4.4) and the new (5.4.5) libraries.
>>
>> This is causing at least alsa to fail to work but also any other packages dependent on xz libraries.
>>
>> I think the line neds to be
>>
>> /usr/lib/liblzma.so.5.4.4
>>
>> Regards,
>> Adolf.
>>
>> On 05/12/2023 18:15, IPFire Project wrote:
>>> IPFire Logo
>>>
>>> there is a new post from Michael Tremer on the IPFire Blog:
>>>
>>> *IPFire 2.27 - Core Update 182 is available for testing*
>>>
>>> The last Core Update of the year, IPFire 2.27 - Core Update 182, is available for testing. Please help us to make it yet another successful release, so that we can all update and enjoy a quiet holiday time.
>>>
>>> Click Here To Read More <https://blog.ipfire.org/post/ipfire-2-27-core-update-182-is-available-for-testing>
>>>
>>> The IPFire Project
>>> Don't like these emails? Unsubscribe <https://people.ipfire.org/unsubscribe>.
>>>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Feedback on IPFire 2.27 - Core Update 182 is available for testing
2023-12-06 10:07 ` Michael Tremer
@ 2023-12-06 10:13 ` Adolf Belka
2023-12-06 13:42 ` Adolf Belka
0 siblings, 1 reply; 7+ messages in thread
From: Adolf Belka @ 2023-12-06 10:13 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2057 bytes --]
Hi,
On 06/12/2023 11:07, Michael Tremer wrote:
> Good Morning,
>
>> On 6 Dec 2023, at 09:59, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>
>> Hi All,
>>
>> I have also found a problem with addons still linked to an old dbus library.
>
> No problem.
>
>> I supplied an updated dbus addon patch but missed needing to ship the following addons that depend on dbus:-
>>
>> avahi
>> cups
>> ghostscript
ghostscript won't need to be bumped because it was bumped in 182 due to a version update.
Regards,
Adolf.
>> netatalk
>>
>> I will submit patches for bumping the versions of these addons to ensure they ship.
>
> Thank you, I will merge those as soon as possible.
>
>> Sorry for that problem.
>
> No need to be sorry, that is why we do this testing thing :)
>
> -Michael
>
>> Regards,
>>
>> Adolf.
>>
>>
>> On 06/12/2023 10:45, Adolf Belka wrote:
>>> Hi Peter and all,
>>>
>>> There is an error in the update.sh script.
>>>
>>> There is a removal line for old libraries from xz
>>>
>>> /usr/lib/liblzma.so.5.4*
>>>
>>> but this line is removing both the old (5.4.4) and the new (5.4.5) libraries.
>>>
>>> This is causing at least alsa to fail to work but also any other packages dependent on xz libraries.
>>>
>>> I think the line neds to be
>>>
>>> /usr/lib/liblzma.so.5.4.4
>>>
>>> Regards,
>>> Adolf.
>>>
>>> On 05/12/2023 18:15, IPFire Project wrote:
>>>> IPFire Logo
>>>>
>>>> there is a new post from Michael Tremer on the IPFire Blog:
>>>>
>>>> *IPFire 2.27 - Core Update 182 is available for testing*
>>>>
>>>> The last Core Update of the year, IPFire 2.27 - Core Update 182, is available for testing. Please help us to make it yet another successful release, so that we can all update and enjoy a quiet holiday time.
>>>>
>>>> Click Here To Read More <https://blog.ipfire.org/post/ipfire-2-27-core-update-182-is-available-for-testing>
>>>>
>>>> The IPFire Project
>>>> Don't like these emails? Unsubscribe <https://people.ipfire.org/unsubscribe>.
>>>>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Feedback on IPFire 2.27 - Core Update 182 is available for testing
2023-12-06 10:13 ` Adolf Belka
@ 2023-12-06 13:42 ` Adolf Belka
2023-12-06 14:51 ` Michael Tremer
0 siblings, 1 reply; 7+ messages in thread
From: Adolf Belka @ 2023-12-06 13:42 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2778 bytes --]
Hi All,
After doing the reboot on my virtualbox vm's with CU182 all the nic
interfaces disappeared.
I tried repeating the cloning of working CU181 system and upgrading to
CU182 and the same happened.
I have raised a bug on this
https://bugzilla.ipfire.org/show_bug.cgi?id=13466
Another user on the forum has reported a similar result on their proxmox
system with virtio drivers. They also tried changing to the intel
drivers but had the same result.
Regards,
Adolf.
On 06/12/2023 11:13, Adolf Belka wrote:
> Hi,
>
> On 06/12/2023 11:07, Michael Tremer wrote:
>> Good Morning,
>>
>>> On 6 Dec 2023, at 09:59, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>>
>>> Hi All,
>>>
>>> I have also found a problem with addons still linked to an old dbus
>>> library.
>>
>> No problem.
>>
>>> I supplied an updated dbus addon patch but missed needing to ship
>>> the following addons that depend on dbus:-
>>>
>>> avahi
>>> cups
>>> ghostscript
> ghostscript won't need to be bumped because it was bumped in 182 due
> to a version update.
>
> Regards,
>
> Adolf.
>
>>> netatalk
>>>
>>> I will submit patches for bumping the versions of these addons to
>>> ensure they ship.
>>
>> Thank you, I will merge those as soon as possible.
>>
>>> Sorry for that problem.
>>
>> No need to be sorry, that is why we do this testing thing :)
>>
>> -Michael
>>
>>> Regards,
>>>
>>> Adolf.
>>>
>>>
>>> On 06/12/2023 10:45, Adolf Belka wrote:
>>>> Hi Peter and all,
>>>>
>>>> There is an error in the update.sh script.
>>>>
>>>> There is a removal line for old libraries from xz
>>>>
>>>> /usr/lib/liblzma.so.5.4*
>>>>
>>>> but this line is removing both the old (5.4.4) and the new (5.4.5)
>>>> libraries.
>>>>
>>>> This is causing at least alsa to fail to work but also any other
>>>> packages dependent on xz libraries.
>>>>
>>>> I think the line neds to be
>>>>
>>>> /usr/lib/liblzma.so.5.4.4
>>>>
>>>> Regards,
>>>> Adolf.
>>>>
>>>> On 05/12/2023 18:15, IPFire Project wrote:
>>>>> IPFire Logo
>>>>>
>>>>> there is a new post from Michael Tremer on the IPFire Blog:
>>>>>
>>>>> *IPFire 2.27 - Core Update 182 is available for testing*
>>>>>
>>>>> The last Core Update of the year, IPFire 2.27 - Core Update
>>>>> 182, is available for testing. Please help us to make it yet
>>>>> another successful release, so that we can all update and enjoy a
>>>>> quiet holiday time.
>>>>>
>>>>> Click Here To Read More
>>>>> <https://blog.ipfire.org/post/ipfire-2-27-core-update-182-is-available-for-testing>
>>>>>
>>>>> The IPFire Project
>>>>> Don't like these emails? Unsubscribe
>>>>> <https://people.ipfire.org/unsubscribe>.
>>>>>
>>
--
Sent from my laptop
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Feedback on IPFire 2.27 - Core Update 182 is available for testing
2023-12-06 13:42 ` Adolf Belka
@ 2023-12-06 14:51 ` Michael Tremer
0 siblings, 0 replies; 7+ messages in thread
From: Michael Tremer @ 2023-12-06 14:51 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2951 bytes --]
I replied on the ticket.
> On 6 Dec 2023, at 13:42, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> Hi All,
>
> After doing the reboot on my virtualbox vm's with CU182 all the nic interfaces disappeared.
>
> I tried repeating the cloning of working CU181 system and upgrading to CU182 and the same happened.
>
> I have raised a bug on this
>
> https://bugzilla.ipfire.org/show_bug.cgi?id=13466
>
> Another user on the forum has reported a similar result on their proxmox system with virtio drivers. They also tried changing to the intel drivers but had the same result.
>
> Regards,
> Adolf.
>
>
> On 06/12/2023 11:13, Adolf Belka wrote:
>> Hi,
>>
>> On 06/12/2023 11:07, Michael Tremer wrote:
>>> Good Morning,
>>>
>>>> On 6 Dec 2023, at 09:59, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>>>
>>>> Hi All,
>>>>
>>>> I have also found a problem with addons still linked to an old dbus library.
>>>
>>> No problem.
>>>
>>>> I supplied an updated dbus addon patch but missed needing to ship the following addons that depend on dbus:-
>>>>
>>>> avahi
>>>> cups
>>>> ghostscript
>> ghostscript won't need to be bumped because it was bumped in 182 due to a version update.
>>
>> Regards,
>>
>> Adolf.
>>
>>>> netatalk
>>>>
>>>> I will submit patches for bumping the versions of these addons to ensure they ship.
>>>
>>> Thank you, I will merge those as soon as possible.
>>>
>>>> Sorry for that problem.
>>>
>>> No need to be sorry, that is why we do this testing thing :)
>>>
>>> -Michael
>>>
>>>> Regards,
>>>>
>>>> Adolf.
>>>>
>>>>
>>>> On 06/12/2023 10:45, Adolf Belka wrote:
>>>>> Hi Peter and all,
>>>>>
>>>>> There is an error in the update.sh script.
>>>>>
>>>>> There is a removal line for old libraries from xz
>>>>>
>>>>> /usr/lib/liblzma.so.5.4*
>>>>>
>>>>> but this line is removing both the old (5.4.4) and the new (5.4.5) libraries.
>>>>>
>>>>> This is causing at least alsa to fail to work but also any other packages dependent on xz libraries.
>>>>>
>>>>> I think the line neds to be
>>>>>
>>>>> /usr/lib/liblzma.so.5.4.4
>>>>>
>>>>> Regards,
>>>>> Adolf.
>>>>>
>>>>> On 05/12/2023 18:15, IPFire Project wrote:
>>>>>> IPFire Logo
>>>>>>
>>>>>> there is a new post from Michael Tremer on the IPFire Blog:
>>>>>>
>>>>>> *IPFire 2.27 - Core Update 182 is available for testing*
>>>>>>
>>>>>> The last Core Update of the year, IPFire 2.27 - Core Update 182, is available for testing. Please help us to make it yet another successful release, so that we can all update and enjoy a quiet holiday time.
>>>>>>
>>>>>> Click Here To Read More <https://blog.ipfire.org/post/ipfire-2-27-core-update-182-is-available-for-testing>
>>>>>>
>>>>>> The IPFire Project
>>>>>> Don't like these emails? Unsubscribe <https://people.ipfire.org/unsubscribe>.
>>>>>>
>>>
>
> --
> Sent from my laptop
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Core Update 182 (testing) report
2023-12-06 9:45 ` Feedback on IPFire 2.27 - Core Update 182 is available for testing Adolf Belka
2023-12-06 9:59 ` Adolf Belka
@ 2023-12-23 21:08 ` Peter Müller
1 sibling, 0 replies; 7+ messages in thread
From: Peter Müller @ 2023-12-23 21:08 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1613 bytes --]
Hello *,
better late than never, some testing feedback on Core Update 182: Having
upgraded to "master/7270984c", all IPFire features tested (complete list
below) work fine. This particularly applied to Squid 6.6, which was
occasionally crashing with the following message before (version 6.5):
> 2023/12/20 13:41:36 kid1| FATAL: assertion failed: peer_digest.cc:399: "fetch->pd && receivedData.data"
This problem did not occur on any IPFire installations running Core Update
181, and the combination of Squid 6.6 and potentially having shipped changed
libgcc_s.so.1 appears to have resolved whatever the underlying root cause
was.
During the upgrade, I noticed the following warning emitted by dracut:
> dracut: Skipping program /bin/loginctl using in udev rule 71-seat.rules as it cannot be found
It does not appear to have a functional impact on Core Update 182 though.
Tested IPFire functionalities in detail:
- PPPoE dial-up via a DSL connection
- IPsec (N2N connections only)
- Squid (authentication enabled, using an upstream proxy)
- OpenVPN (RW connections only)
- IPS/Suricata (with Emerging Threats community ruleset enabled)
- Guardian
- Quality of Service
- DNS (using DNS over TLS and strict QNAME minimization)
- Dynamic DNS
- Tor (relay mode)
I am looking forward to the release of this Core Update. My apologies for
the library deletion and ALSA firmware quirks initially introduced by me
in Core Update 182, and thanks to Arne for fixing both.
Merry Christmas, if you celebrate. Enjoy the holiday, if not.
Thanks, and best regards,
Peter Müller
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-12-23 21:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <170179650558.1017810.9287558036661477115.ipfire@ipfire.org>
2023-12-06 9:45 ` Feedback on IPFire 2.27 - Core Update 182 is available for testing Adolf Belka
2023-12-06 9:59 ` Adolf Belka
2023-12-06 10:07 ` Michael Tremer
2023-12-06 10:13 ` Adolf Belka
2023-12-06 13:42 ` Adolf Belka
2023-12-06 14:51 ` Michael Tremer
2023-12-23 21:08 ` Core Update 182 (testing) report Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox