forgot to put that end bit on the last message.
Tom Tarka wrote:
> Jan Harkes wrote:
>
> > - Did you unmount /coda after shutting down venus. Sometimes the umount
> > fails because some processes are still holding on to dentries/inodes
> > in the kernel.
>
> [root@agrippa tommy]# umount /coda
> umount: /coda: not mounted
> [root@agrippa tommy]# /sbin/insmod -v
> /lib/modules/2.2.14-1.1.0swan/fs/coda.o
> [root@agrippa tommy]# ps au|grep venus
> root 2774 0.0 0.1 1240 492 pts/0 S 19:57 0:00 grep venus
> [root@agrippa tommy]# /usr/sbin/venus -init &
...
19:57:39 Getting Root Volume information...
19:57:40 Venus starting...
[2]+ Killed /usr/sbin/venus -init
[root@agrippa tommy]#
--- so yeah, it's still dying.
-t