You are not logged in.
Pages: 1
after upgrade to duke i see this message at boot
in forum i don't find anything about
Offline
Can you post some surrounding text? When exactly do you see this message? Before the colors start, or after?
Offline
in the boot process after mounting local filesystem message
maybe can i resolve with last klibc-udev package?
Offline
nothing change after klibc-udev upgrade
some idea?:|
Offline
hmm. i had a similar problem when I was using chroot for something-or-other. i can't recall if i ever sorted it. it was very bizarre. i'd turned off just about everything i could do so. perhaps udev uses /proc?
Offline
Oh, actually, I've the same problem, I certainly couldn't notice it, because everything works as normal, but there is indeed this problem at boot.
As mancino said, it appears just after "Mounting Local Filesystems"
so it's probably this section when /proc is remounted :
# re-mount /proc , /sys and usbfs so they can be written to /etc/mtab
umount /proc/bus/usb
umount /proc && mount -t proc none /procAnd indeed, /proc doesn't show up in /etc/mtab, or in mount (since that apparently uses mtab).
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
it's not a kernel problem
i have same message with 2.6.21arch and with 2.6.20archck
all things work fine, but i would resolve!!
Offline
it's not a kernel problem
i have same message with 2.6.21arch and with 2.6.20archck
all things work fine, but i would resolve!!
You probably should report a bug there : http://bugs.archlinux.org/
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Are you tried updating to the last initscripts package, I had the same problem and now it works, especially you have to replace rc.sysinit for the new one.
Offline
thx a lot
maybe i have understood problem...
i use initscripts-gensplash for the old 2.6.19 beyond
tonight i try to remove it and reinstall last
initscripts
Offline
oops, me too, I'm not using the normal initscripts package, but the one from this network repo:
http://archlinux.org/~james/projects/network/
http://wiki.archlinux.org/index.php/Network_Scripts
sorry ![]()
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
I was using beyond and initscripts-gensplash too, I manually merge the splash part of the old initscripts in the new one using vimdiff to not loose the silent splash bootscreen, now that beyond is dead I'm testing viper from AUR.
Offline
now it work fine
i installed last initscripts
Offline
I have reinstalled initscripts-gensplash but umount /proc: device is busy
comes again.
Offline
you can try to compile initscripts-gensplash from source :
makepkg -i for example
Offline
Pages: 1