(Illustration by Gaich Muramatsu)
>>>>> "lucas" == lucas <lucas_at_universogratis.com.ar> writes: lucas> Good point, but no, there's no venus process running.... There doesn't need to be a venus process running. The problem is that on Linux process exit does not unmount the coda file system. This means that if you shut down without an explicit umount, either by hand or from a shutdown script, the file system will remain mounted although it is useless. Try `mount' with no arguments. If you had done any work with the filesystem in any process still running, you may have CWDs pointing to it. You need to either change CWD or kill those processes to unmount /coda. I use ls -l /proc/[0-9]*/cwd | fgrep /coda as root to find them; other people use fuser, I think. > On Mon, 17 Nov 2003, Lucas wrote: > >> 14:01:39 Mounting root volume... >> 14:01:39 CHILD: mount system call failed. Killing parent. > > Is it, by any chance, a repeated venus startup? > Then you might have to manually umount /coda before you can run venus > again. > > Just a guess, > -- > Ivan > > -- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.Received on 2003-11-17 20:03:57