carl
11-16-2004, 02:19 AM
Hi all,
If any of you are considering upgradeing to FC3 with apt or yum, you might want to hold off for a bit as there are a few catches:
The introduction of udev. This creates /dev on the fly at boottime. On a VPS it meant it was displaying the error "Unable to open root console". This was due to /dev/console or something else in /dev missing. The fix was to re-create /dev after udev was installed, and then disable udev being loaded in /etc/init.d/rc.sysvinit. If you don't disable udev, it will segfault during startup and cause the VPS to die.
SSH hangs after you give it a password. Not sure why.
Unfortunately I didn't have much time to play around with the VPS in its broken state to see if there were any other problems. We will be doing some trial runs of upgrading FC2 to FC3 in the future though.
- kron
If any of you are considering upgradeing to FC3 with apt or yum, you might want to hold off for a bit as there are a few catches:
The introduction of udev. This creates /dev on the fly at boottime. On a VPS it meant it was displaying the error "Unable to open root console". This was due to /dev/console or something else in /dev missing. The fix was to re-create /dev after udev was installed, and then disable udev being loaded in /etc/init.d/rc.sysvinit. If you don't disable udev, it will segfault during startup and cause the VPS to die.
SSH hangs after you give it a password. Not sure why.
Unfortunately I didn't have much time to play around with the VPS in its broken state to see if there were any other problems. We will be doing some trial runs of upgrading FC2 to FC3 in the future though.
- kron