cron mail problem solved



Why do I become so clever AFTER asking for help?

Anyhow, I have solved the cron not sending email problem.
The cron log file contains lines like this
NSSWITCH(nss_method_lookup): nis, group_compat, setgrent, not found
which when searched for produces the page at
http://www.ivorde.ro/FreeBSD_Cron__NSSWITCH_nss_method_lookup_errors-
44.html

So I have edited my /etc/nsswitch.conf to have
group: files
password: files
(instead of 'compat')

and now it works again.

I guess I must have installed that file in the upgrade during my
glazed mergemaster phase of 'esc i enter' to install all those files
whose only difference is the $Id$ tag (why do they bother?)


--
DA Fo rsyth Network Supervisor
Principal Technical Officer -- Institute for Water Research
http://www.ru.ac.za/institutes/iwr/


_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: cron mail problem solved
    ... I have solved the cron not sending email problem. ... The cron log file contains lines like this ... glazed mergemaster phase of 'esc i enter' to install all those files ... whose only difference is the $Id$ tag (why do they bother?) ...
    (freebsd-questions)
  • Re: cron mail problem solved
    ... The cron log file contains lines like this ... glazed mergemaster phase of 'esc i enter' to install all those files ... You can get mergemaster to ignore those cvs tags. ...
    (freebsd-questions)