You are not logged in.
Did the pacman -Syu last night an got the 400MB+ updates after things were moved from testing.
As instructed (because of kernel 2.6.13 and udev stuff) I changed my GRUB's menu.lst command to root=/dev/hdb6 ro and my fstab accordingly.
Now when I boot up it gets to the checking fiesystem changes and gives me an error message like:
"***************** FILESYSTEM CHECK FAILED ****************
* *
* Please repair manually and reboot. Note that the root *
* file system is currently mounted read-only. To remount *
* it read-write type: mount -n -o remount,rw / *
* When you exit the maintenance shell the system will *
* reboot automatically. *
* *
************************************************************"
Above this message ar some messages like
cannot find '/dev/hdb6' no such file or directory
and something about an error at line 78 in /etc/rc.d/functions
Any help please? I've not changed my /etc/rc.conf or /etc/rc.sysysinit or /etc/rc.d/functions files
ARCH 0.7 (2.6.13) & Open SuSE 10.0 :: AMD XP2100+ :: 512 DDR-333 Ram :: 128MB Geforce 6600 (Nvidia 7664) :: 80GB HDD :: SBLive Value
Offline
Hmm... maybe you have a SATA disk which would be called /dev/sdb6?
(just a thought, not sure if it helps though)
:: / my web presence
Offline
Nope, standard IDE disks. On slackware they boot fine as hdbx
ARCH 0.7 (2.6.13) & Open SuSE 10.0 :: AMD XP2100+ :: 512 DDR-333 Ram :: 128MB Geforce 6600 (Nvidia 7664) :: 80GB HDD :: SBLive Value
Offline
The issue is now fixed.
For info, looking closer into the problem (from my slackware installation) I noticed that the /dev directory only had a console and a zero node, but not a 'null' node. So I did
mknod -m 660 null c 1 3
in the dev directory, rebooted and all is fine.
ARCH 0.7 (2.6.13) & Open SuSE 10.0 :: AMD XP2100+ :: 512 DDR-333 Ram :: 128MB Geforce 6600 (Nvidia 7664) :: 80GB HDD :: SBLive Value
Offline
Weird... udev installation is supposed to create all three nodes, and has in my experience.
Offline
The issue is now fixed.
For info, looking closer into the problem (from my slackware installation) I noticed that the /dev directory only had a console and a zero node, but not a 'null' node. So I did
mknod -m 660 null c 1 3
in the dev directory, rebooted and all is fine.
Curious, where you using devfs before the update?
Offline
Strange indeed. I was using default devFS before the upgrade
ARCH 0.7 (2.6.13) & Open SuSE 10.0 :: AMD XP2100+ :: 512 DDR-333 Ram :: 128MB Geforce 6600 (Nvidia 7664) :: 80GB HDD :: SBLive Value
Offline