Re: AFP stopping
Originally Posted by TitanXV
|
afptcpd.log will be empty if the following is missing from /etc/syslog-ng/syslog-ng.conf:
filter f_afptcp {match('^afptcp');};
destination d_afptcpd {file("/var/log/afptcpd/afptcp.log");};
log {source(src); filter (f_afptcp); destination (d_afptcpd);};
It should get added automatically when AFP is installed, but that doesn't always happen for some reason.
|
If you have upgraded novell-afptcpd through the patch channels then you should have been prompted (from version .40 I think) to run 'upgrade_afp.sh' afterwards.
This takes care of adding the above lines and some other stuff.
HTH.
__________________
Simon
Novell Knowledge Partner (NKP)
------------------------------------------------------------------------
Do you work with Novell technologies at a university, college or school?
If so, your campus could benefit from joining the Novell Technology
Transfer Partners (TTP) group. See www.novell.com/ttp for more details.
------------------------------------------------------------------------
Last edited by smflood; 02-Oct-2009 at 06:25 PM..
Reason: Fixed typing.
|