You are not logged in.

#1 2008-07-09 07:14:41

sacarde
Member
Registered: 2006-07-14
Posts: 389

[solved] "not found" in initramfs on ppc

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

#2 2008-07-11 20:57:59

bbs
Member
From: MA
Registered: 2008-07-04
Posts: 47

Re: [solved] "not found" in initramfs on ppc

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

#3 2008-07-11 21:10:00

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: [solved] "not found" in initramfs on ppc

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

#4 2008-07-11 21:45:20

dr.cranium
Member
Registered: 2008-01-25
Posts: 65

Re: [solved] "not found" in initramfs on ppc

http://bbs.archlinux.org/viewtopic.php?id=49285

I had a similar problem.  Play with your hooks in mkinitcpio.

Offline

#5 2008-07-12 07:22:40

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: [solved] "not found" in initramfs on ppc

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

#6 2008-07-12 20:07:28

dr.cranium
Member
Registered: 2008-01-25
Posts: 65

Re: [solved] "not found" in initramfs on ppc

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

#7 2008-07-15 06:52:33

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: [solved] "not found" in initramfs on ppc

I solved with:

rm /sbin/udevtrigger
rm /sbin/udevsettle

cd /sbin

ln udevadm udevsettle
ln udevadm udevtrigger

Offline

Board footer

Powered by FluxBB