On 05.01.2010 16:50, Alvin wrote: > So, the bugs I mentioned in my previous post would receive higher priority. I > only wonder whether this specific bug would be solved in karmic, because it > needs another solution than the one that will be used for lucid. After all, is > is already fixed.
<rant and solution> I, and rest of the server people, were hit by this or some other upstart/mountall/whatever bug that renders Karmic unusable in NFS environment. However, there's an easy workaround for this situation. Mount /home outside of /home. For example, mount it in /media/home and then add: mount -o bind /media/home /home in /etc/rc.local Machine will boot (it fails to boot cause IP/portmap/something_else is up after "mounting network file system process") and rc.local will run before GDM is up anyway. </rant and solution> -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
