Opened 5 years ago
Closed 4 years ago
#61 closed defect (wontfix)
warnings during running of install-udev plugin during non-priv make-debirf
| Reported by: | jrollins | Owned by: | dkg |
|---|---|---|---|
| Priority: | trivial | Component: | debirf |
| Keywords: | Cc: | ||
| Sensitive: |
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 (3)
comment:1 Changed 5 years ago by dkg
comment:2 Changed 5 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.
comment:3 Changed 4 years ago by jrollins
- Resolution set to wontfix
- Status changed from new to closed
So udev is installed by default now. I've removed this module since it's no longer needed.


I'm not seeing the errors about /tmp/udev.config right now:
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?