You are not logged in.
hi,
in archlinux-ppc, when system starts (last kernel), I view some message like:
initfarmfs
in start_udev
not found /sbin/udevtrigger
not found /sbin/udevsettle
but it is not a problem for boot.... I think
p.s.
it is only a notice
Last edited by sacarde (2008-07-15 06:58:54)
Offline
thats pretty odd -- can you give a bit more feedback -- udevtrigger (iirc) -- does things like creating proper links -- say for HDAPS on lenovo laptops the accelerometer exists somewhere in /class/input/input11 -- but udevtrigger creates a symlink to /dev/hdaps/input1 -- saavy? -- take a peek around your udev files -- namely /etc/udev* -- any logs that i might be able to peruse?
let me know
(quaqmire talking about a dude getting his tubes tied)
sex kinda looses its appeal without the potency -- its like a cobra without the venom -- i mean what do you have then....? -- a belt?
Offline
I dont have understand very vell your phrase...
but I tell:
this error is done before mounting /,
onlly when kernel load initramfs..... and in initramfs I dont found those files
Offline
http://bbs.archlinux.org/viewtopic.php?id=49285
I had a similar problem. Play with your hooks in mkinitcpio.
Offline
in mkinitpcio.conf I add:
...
BINARIES="udevtrigger udevsettle"
...
but rebuildinf kernel I have:
ERROR: unknown type 'symbolic link to `udevadm'' for binary '/sbin/udevtrigger'
ERROR: unknown type 'symbolic link to `udevadm'' for binary '/sbin/udevsettle'
and in kernel26.img I dont found them
p.s.
paste of your link are not visible
Offline
Mhm. I dunno why. But it is booting correctly?
I think the important part is that Phrakture is saying that they should not be called at all. New init scripts shouldn't call udevtrigger or udevsettle. Look at post 9 of that link? I know the pastebins don't work anymore because they have expired by now.
Offline
I solved with:
rm /sbin/udevtrigger
rm /sbin/udevsettle
cd /sbin
ln udevadm udevsettle
ln udevadm udevtrigger
Offline