:: Re: [DNG] Ascii to Beowulf upgrade …
Top Page
Delete this message
Reply to this message
Author: Brad Campbell
Date:  
To: dng
Old-Topics: [DNG] Ascii to Beowulf upgrade borked with eudev
Subject: Re: [DNG] Ascii to Beowulf upgrade borked with eudev
On 11/5/21 12:57 pm, Brad Campbell via Dng wrote:
> G'day all,
>
> I use a self-compiled kernel (v5.10) at the moment.
> An Ascii to Beowulf upgrade died early on because the eudev preinst script isn't correctly parsing /proc/kallsyms.
>
> Preparing to unpack .../25-eudev_3.2.9-8~beowulf1_amd64.deb ...
> Since release 198, udev requires support for the following features in
> the running kernel:
>
> - inotify(2)            (CONFIG_INOTIFY_USER)
> - signalfd(2)           (CONFIG_SIGNALFD)
> - accept4(2)
> - open_by_handle_at(2)  (CONFIG_FHANDLE)
> - timerfd_create(2)     (CONFIG_TIMERFD)
> - epoll_create(2)       (CONFIG_EPOLL)
> dpkg: error processing archive /tmp/apt-dpkg-install-PJCPSM/25-eudev_3.2.9-8~beowulf1_amd64.deb (--unpack):
>  new eudev package pre-installation script subprocess returned error exit status 1
>


Just got stung again by this one, this time upgrading an ascii 64 bit rpi3 image to beowulf while using a 5.10 kernel provided by the rpi foundation.

This time I just unpacked the deb, commented out the "exit 1" and repacked the deb, then a bit of manual installation to get the dependencies updated.

Regards,
Brad