[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Segmentation Fault (core dumped) on Admin mail function



> > rm on a file that is "linked" removes the file, but then leaves the
> > symlink incorrectly pointing to something that does not exist (remember
> > the resolv.conf.5 problem).
>
> Then the actual file must now be at  /var/spool/mail/admin and not
> symlinked to /home/spool/mail/admin.

  Hmmm, close, but backwards.  On RaQ's the /var/spool/mail/<name> is 
actually a link to the /home/spool/mail/<name> file.  The reason for keeping 
the files under /home is (1) space, and (2) ease of use with the quota system 
I believe...  But you are correct, the "symlink" probably no longer exists 
which means he is going to have problems somewhere down the road (since the 
gist I got was he tried "rm" against both filenames).  Probably needs to go 
to /var/spool/mail and issue the command "ln -s /home/spool/mail/admin admin" 
to restore the symlink and make "everyone" happy...

Larry Smith
SysAd ECSIS.NET
sysad@xxxxxxxxx