Bug#552076: error in post-installation script when upgrading to udev 0.146-5

2009-10-23 Thread Daniel Molka
Package: udev Version: 0.125-7+lenny3 Severity: important Tags: l10n When I install udev 0.146-5 on Debian testing with kernel 2.6.26-2-amd64 it fails because of an error getting signalfd (although the kernel supports it) in post-installation script: r...@rm84:/home/daniel apt-get install udev

Bug#552076: error in post-installation script when upgrading to udev 0.146-5

2009-10-23 Thread Marco d'Itri
On Oct 23, Daniel Molka dmo...@web.de wrote: According to the resolved bugs it is checked in the pre-installation script if the mandatory kernel features are available so I'm wondering what is the reason for that signalfd failure. I am wondering too. What about you try to find out? What is

Bug#552076: error in post-installation script when upgrading to udev 0.146-5

2009-10-23 Thread Daniel Molka
According to the resolved bugs it is checked in the pre-installation script if the mandatory kernel features are available so I'm wondering what is the reason for that signalfd failure. I am wondering too. What about you try to find out? What is the output of grep signalfd

Bug#552076: error in post-installation script when upgrading to udev 0.146-5

2009-10-23 Thread Marco d'Itri
On Oct 23, Daniel Molka dmo...@web.de wrote: error getting signalfd This is the code which is failing (I expect with ENOSYS): pfd[FD_SIGNAL].fd = signalfd(-1, mask, 0); if (pfd[FD_SIGNAL].fd 0) { ii libc6 2.9-12 GNU C Library: Shared

Bug#552076: error in post-installation script when upgrading to udev 0.146-5

2009-10-23 Thread Aurelien Jarno
Marco d'Itri a écrit : On Oct 23, Daniel Molka dmo...@web.de wrote: error getting signalfd This is the code which is failing (I expect with ENOSYS): pfd[FD_SIGNAL].fd = signalfd(-1, mask, 0); if (pfd[FD_SIGNAL].fd 0) { ii libc6 2.9-12

Bug#552076: error in post-installation script when upgrading to udev 0.146-5

2009-10-23 Thread Daniel Molka
error getting signalfd This is the code which is failing (I expect with ENOSYS): pfd[FD_SIGNAL].fd = signalfd(-1, mask, 0); if (pfd[FD_SIGNAL].fd 0) { ii libc6 2.9-12 GNU C Library: Shared libraries This libc release is buggy with