Solaris 8, SA 2.63, Perl 5.8.3 on a dual sparc.

When starting spamd, I get the following message:

unix dgram connect: Socket operation on non-socket at /usr/local/bin/spamd line 
282

Spamd still starts up, logs stuff and otherwise runs normally, but this error 
is driving me nuts. It's like an itch I can't reach.

The offending line starts with "syslog(" in this block:

if ($log_facility ne 'stderr') {
  eval {
    setlogsock($log_socket);
    syslog('debug', "spamd starting");  # required to actually open the socket
  };
  ...

Googling didn't turn up anything useful. Anyone had this issue before?


-- 
"Sometimes when reading Goethe I have the paralyzing suspicion that he is 
trying to be funny." 
- Guy Davenport 

Reply via email to