Ticket #61 (closed defect: wontfix)

Opened 2 years ago

Last modified 6 months ago

warnings during running of install-udev plugin during non-priv make-debirf

Reported by: jrollins Owned by: dkg
Priority: trivial Component: debirf
Keywords: Cc:

Description

These are not fatal, and don't appear to ultimately affect the proper running of debirf (ie. udevd starts), but I thought I should point them out, since they may be something we want to address in terms of cleanliness:

run-parts: executing ./plugins/install-udev
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  libvolume-id0
The following NEW packages will be installed:
  libvolume-id0 udev
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/348kB of archives.
After unpacking 1094kB of additional disk space will be used.
Preconfiguring packages ...
Can't exec "/tmp/udev.config.204261": Exec format error at /usr/share/perl/5.8/IPC/Open3.pm line 168.
open2: exec of /tmp/udev.config.204261 configure  failed at /usr/share/perl5/Debconf/ConfModule.pm line 59
udev failed to preconfigure, with exit status 9
Selecting previously deselected package libvolume-id0.
(Reading database ... 7410 files and directories currently installed.)
Unpacking libvolume-id0 (from .../libvolume-id0_0.114-2_i386.deb) ...
Selecting previously deselected package udev.
Unpacking udev (from .../archives/udev_0.114-2_i386.deb) ...
Setting up libvolume-id0 (0.114-2) ...

Warning: Fake ldconfig called, doing nothing
Setting up udev (0.114-2) ...
/sys/class/net/ is not available, persistent interface names not saved.
A chroot environment has been detected, udev not started.

Change History

Changed 2 years ago by dkg

I'm not seeing the errors about /tmp/udev.config right now:

run-parts: executing xkiosk/modules/install-udev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libvolume-id0
The following NEW packages will be installed:
  libvolume-id0 udev
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 348kB of archives.
After unpacking 1094kB of additional disk space will be used.
Get:1 http://mirrors.kernel.org lenny/main libvolume-id0 0.114-2 [68.9kB]
Get:2 http://mirrors.kernel.org lenny/main udev 0.114-2 [279kB]
Fetched 348kB in 0s (630kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libvolume-id0.
(Reading database ... 6915 files and directories currently installed.)
Unpacking libvolume-id0 (from .../libvolume-id0_0.114-2_i386.deb) ...
Selecting previously deselected package udev.
Unpacking udev (from .../archives/udev_0.114-2_i386.deb) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up libvolume-id0 (0.114-2) ...

Warning: Fake ldconfig called, doing nothing
Setting up udev (0.114-2) ...
/sys/class/net/ is not available, persistent interface names not saved.
A chroot environment has been detected, udev not started.
run-parts: executing xkiosk/modules/network-dhcp

The other "errors" seem quite reasonable to me (not wanting to set up another udev process inside a chroot, etc). Maybe this is a WORKSFORME? Can you duplicate it?

Changed 2 years ago by jrollins

so I agree that I now see the same error that dkg sees, not the ones that were originally posted. some of the package changes must be the cause of the change. there are still a couple of strange warnings, like the

Can not write log, openpty() failed (/dev/pts not mounted?)

Clearly not fatal, and there may not be any way around it.

Changed 6 months ago by jrollins

  • status changed from new to closed
  • resolution set to wontfix

So udev is installed by default now. I've removed this module since it's no longer needed.

Note: See TracTickets for help on using tickets.