Changes between Initial Version and Version 1 of Ticket #26345


Ignore:
Timestamp:
Sep 3, 2010, 10:40:45 PM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to preview and use WikiFormatting, and to cc the maintainer.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26345

    • Property Owner changed from macports-tickets@… to markd@…
  • Ticket #26345 – Description

    initial v1  
    11After 'port install' of syslog-ng, syslog-ng shows in /var/log/system.log to attempt respawning:
    2 
     2{{{
    33===
    44Sep  2 10:27:14 wanx2 org.macports.syslog-ng[107]: Error binding socket; addr='AF_INET(0.0.0.0:514)', error='Address already in use (48)'
     
    77Sep  2 10:27:14 wanx2 com.apple.launchd[1] (org.macports.syslog-ng): Throttling respawn: Will start in 10 seconds
    88===
    9 
     9}}}
    1010Changing /opt/local/etc/LaunchDaemons/org.macports.syslog-ng '--pid' line from 'exec' to 'fileauto' and adding '--pidfile=/opt/local/var/syslog-ng.pid' resolves the problem.