[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Segmentation Fault (core dumped) on Admin mail function
- Subject: Re: [cobalt-users] Segmentation Fault (core dumped) on Admin mail function
- From: Larry Smith <lesmith@xxxxxxxxx>
- Date: Tue Feb 19 14:29:00 2002
- Organization: ECSIS.NET
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > 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