Changes between Initial Version and Version 3 of Ticket #31737


Ignore:
Timestamp:
Oct 23, 2011, 10:11:01 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31737 – Description

    initial v3  
    77I get
    88
     9{{{
    910$ ps -A | grep tftp
    1011 8964 ??         0:00.01 /opt/local/bin/daemondo --label=tftpd --start-cmd /opt/local/sbin/tftpd -L -s /opt/local/var/tftp-hpa/ ; --pid=exec
    1112 8965 ??         0:00.00 /opt/local/sbin/tftpd -L -s /opt/local/var/tftp-hpa/
     13}}}
    1214
    1315In daemondo's help it says what it says about SIGHUP and SIGTERM. But no matter how, how many times and how passionately I hang up, terminate or kill either of the processes, or both at the same time, nothing changes.
     
    1517There is also:
    1618
     19{{{
    1720> unload tftp-hpa
    1821Error: Target org.macports.unload returned: Launchd plist /Library/LaunchDaemons/org.macports.tftp-hpa.plist was not found
     
    2528Error: Status 1 encountered during processing.
    2629To report a bug, see <http://guide.macports.org/#project.tickets>
     30}}}
    2731
    2832Of course it fails because the file is called tftpd.plist and there is no tftp-hpa.plist
     
    3034But there is also:
    3135
     36{{{
    3237$ sudo launchctl unload /Library/LaunchDaemons/org.macports.tftpd.plist
    3338launchctl: no plist was returned for: /Library/LaunchDaemons/org.macports.tftpd.plist
     
    3843launchctl: no plist was returned for: /Library/LaunchDaemons/org.macports.tftpd.plist
    3944nothing found to load
     45}}}