search for: launchdaemon

Displaying 20 results from an estimated 34 matches for "launchdaemon".

Did you mean: launchdaemons
2009 Jan 14
6
How do I change MYSQL startup options on Mac??? (can't work it out)
Hi, Can anyone help me out re how I change the startup options for mysql (v5.0) running on my Mac? (I just want to add the "--log" option is about it). I tried doing "sudo ./Library/StartupItems/MySQLCOM/MySQLCOM restart" however this started a 2nd instances of mysql & mysqld. Here is what I see start after Mac startup if this helps: $ ps aux | grep mysql _mysql 137 0.0
2016 Jan 07
3
Troubleshooting on OS X
...n/sh ifconfig $INTERFACE down I followed the port instructions to the T. Any tips are greatly appreciated! I don't know much (anything) about tun/tap, but from googling, I know that tuntaposx was installed by port, but maybe it's badly misconfigured? > sudo launchctl load -w /Library/LaunchDaemons/org.macports.tuntaposx.plist /opt/local/etc/LaunchDaemons/org.macports.tuntaposx/org.macports.tuntaposx.plist: Operation already in progress > /Library/LaunchDaemons/org.macports.tuntaposx.plist <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE plist PUBLIC "-//App...
2009 Feb 04
1
Starting using LaunchDaemons
I've figured this one out... Just wanted to get it into the dovecot mailing list archive so that somebody in the future might find it if they need it. Running Dovecot on Mac OS X 10.4.11 and using LaunchDaemon to start. Following a system crash, dovecot failed to restart with this in the system log... Feb 4 10:04:29 G520X2 launchd: org.dovecot: exited with exit code: 89 Feb 4 10:04:29 G520X2 launchd: org.dovecot: respawning too quickly! throttling Feb 4 10:04:29 G520X2 launchd: org.dovecot: 7...
2008 Oct 13
3
errors on getaddrinfo(): nodename nor servname provided, or not known
Hello openssh developers, I had built openssh-4.7p1 on arm-apple-darwin9 platform, but I get this error when I load sshd using launchd: root# launchctl load /Library/LaunchDaemons/com.openssh.sshd.plist errors on getaddrinfo(): nodename nor servname provided, or not known When I execute sshd directly, I don't get any warnings or error messages, but the sshd is not listening on the intended port, and it's not running. I didn't change anything significant on the...
2016 Jan 07
2
Troubleshooting on OS X
...gt; > > > dpsf/tinc-up > > #!/bin/sh > > ifconfig $INTERFACE 10.0.0.13 netmask 255.255.255.0 > > > > > dpsf/tinc-down > > #!/bin/sh > > ifconfig $INTERFACE down > > All that looks OK. > > > > sudo launchctl load -w > > /Library/LaunchDaemons/org.macports.tuntaposx.plist > > > /opt/local/etc/LaunchDaemons/org.macports.tuntaposx/org.macports.tuntaposx.plist: > > Operation already in progress > > Hm, that's weird. I don't know what that error message means here. > > -- > Met vriendelijke groet / with...
2010 Mar 04
2
exec failure
Hello, I''m using puppet 0.25.1 - and I''m trying to create a custom resource to use launchctl to stop a launchd job. command => "launchctl stop `launchctl list | grep $job_real | cut -f 3`", yeilds: err: //sav/Stop_launchd_job[com.Symantec.SymSecondaryLaunch]/Exec[com.Symantec.SymSecondaryLaunch]/returns: change from notrun to 0 failed: launchctl stop `launchctl
2017 Jun 12
4
Apple Mac slave
On Jun 11, 2017, at 7:15 AM, Robbie van der Walle <rvanderwalle at gmail.com> wrote: > > I see only a reboot. Not a shutdown. But is this normal because shutdown -u -h +0 is used? > To be honest, I haven't experimented much with this, but I saw a normal shutdown/reboot when I just tried this from the command line (10.12): reboot ~ Mon Jun 12 08:36
2016 Jan 07
0
Troubleshooting on OS X
...> Interface = dpsfVPN > ConnectTo = dpserver001 > > > dpsf/tinc-up > #!/bin/sh > ifconfig $INTERFACE 10.0.0.13 netmask 255.255.255.0 > > > dpsf/tinc-down > #!/bin/sh > ifconfig $INTERFACE down All that looks OK. > > sudo launchctl load -w > /Library/LaunchDaemons/org.macports.tuntaposx.plist > /opt/local/etc/LaunchDaemons/org.macports.tuntaposx/org.macports.tuntaposx.plist: > Operation already in progress Hm, that's weird. I don't know what that error message means here. -- Met vriendelijke groet / with kind regards, Guus Sliepen <...
2008 Jun 23
1
RSync on Mac
I’m having a heck of a time setting up an RSync server on a mac OS X system. I have run it as a daemon (--daemon) with a configuration file and have created a plist file and put it in the launch directory. Still can’t get a connection. When I run ths ps –E on the system, I don’t see rsync running. Any links to good setup docs? Brad No virus found in this outgoing message. Checked by
2016 Jan 08
1
Troubleshooting on OS X
...; #!/bin/sh >> > ifconfig $INTERFACE 10.0.0.13 netmask 255.255.255.0 >> > >> > > dpsf/tinc-down >> > #!/bin/sh >> > ifconfig $INTERFACE down >> >> All that looks OK. >> >> > > sudo launchctl load -w >> > /Library/LaunchDaemons/org.macports.tuntaposx.plist >> > >> /opt/local/etc/LaunchDaemons/org.macports.tuntaposx/org.macports.tuntaposx.plist: >> > Operation already in progress >> >> Hm, that's weird. I don't know what that error message means here. >> > > > &gt...
2016 Jan 07
0
Troubleshooting on OS X
...; > > > dpsf/tinc-up > > #!/bin/sh > > ifconfig $INTERFACE 10.0.0.13 netmask 255.255.255.0 > > > > > dpsf/tinc-down > > #!/bin/sh > > ifconfig $INTERFACE down > > All that looks OK. > > > > sudo launchctl load -w > > /Library/LaunchDaemons/org.macports.tuntaposx.plist > > /opt/local/etc/LaunchDaemons/org.macports.tuntaposx/org.macports.tuntaposx.plist: > > Operation already in progress > > Hm, that's weird. I don't know what that error message means here. -------------- next part -------------- An HTML...
2012 Jul 10
2
Refresh not working with launchd service provider?
...bin/sh # We need to trap on TERM signals, according to Apple''s launchd docs: # trap ''exit 1'' 15 syslog -s -l 1 example.sh: Starting... while true; do sleep 15 syslog -s -l 1 example.sh: Still running... done Here''s the launchd plist. /Library/LaunchDaemons/net.davidlballenger.example.plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict>...
2007 May 10
1
BUG REPORT - Stops logging after sleep
...dovecot-auth dovecot 9548 0.0 -0.0 27780 496 ?? S 7:12AM 0:00.05 imap-login dovecot 9631 0.0 -0.0 27780 500 ?? S 7:17AM 0:00.03 imap-login dovecot 9632 0.0 -0.0 27780 500 ?? S 7:17AM 0:00.03 imap-login I am starting dovecot via OS X's launchdaemon facility thus the "-F" command line switch requirement. Sending a "kill -HUP" to the process did not get it to start logging. Sending a "Kill -9" to the process forced a restart and logging began again. ps -aux | grep dovecot root 9738 0.0 -0.0 27772...
2008 May 07
2
How do I increase the fd limit on OS X?
Hi All, I just upgraded to the new 1.1rc5 from 1.0 that I had been using and it advised me to increase the file descriptor limit. I'm not sure how to do this. There is a command built into tcsh that allows me to do this called limit, but sudo limit 4224 doesn't work, and usually dovecot is started from the rc.local file if I recall right, and I'm not sure how to set this up from
2015 Sep 04
2
[cfe-dev] Running tests on OS X 10.10 vs "Killed: 9"
On Fri, Sep 4, 2015 at 12:46 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > On Fri, Sep 4, 2015 at 10:27 AM, Nico Weber via cfe-dev < > cfe-dev at lists.llvm.org> wrote: > >> Hi, >> >> building 'check-all' on any of my machines running OS X 10.10 usually >> fails because a few tests fail due to some processes being killed by the
2018 Jun 06
1
Apple iMac OS X 10.13.5 | Powershield Defender 1200 UPS
...c gets the shutdown signal). > > Whether or not you run the driver on the Mac or elsewhere, you are correct about the startup process (this page is out-of-date: https://github.com/networkupstools/nut/wiki/NUT-on-Mac-OS-X since it refers to StartupItems) If you put a launchd plist in /Library/LaunchDaemons/, it should work with 10.13. Here is some information on that: https://alioth-lists.debian.net/pipermail/nut-upsuser/2012-March/007449.html > > Another option for running the driver locally might be to find a Cypress USB-to-serial driver that recognizes your UPS. If that works, it would cre...
2018 Jun 06
2
Apple iMac OS X 10.13.5 | Powershield Defender 1200 UPS
Hi All, I am trying to install and configure NUT [ 2.7.4 ] to shutdown my iMac [ 10.13.5 ] via my Powershield Defender 1200 UPS when the UPS reaches a specified lower battery condition. The Defender 1200 attaches to the iMac via USB. The Defender appears on the the HCL - The required driver is 'blazer_usb' The UPS is visible on the USB bus as: USB to Serial: Product
2017 Jun 15
2
Apple Mac slave
I deleted the plist file and rebooted: sudo /sw/sbin/upsmon -D Network UPS Tools upsmon 2.7.4 0.000000 fopen /sw/var/run/upsmon.pid: No such file or directory 0.044649 UPS: ups at ip address (slave) (power value 1) 0.081597 Using power down flag file /etc/killpower 0.162720 debug level is '1' 0.538410 Trying to connect to UPS [ups at ip address] 0.540345 Logged into UPS
2017 Jun 15
0
Apple Mac slave
...</array> > <key>KeepAlive</key> > <true/> > <key>SuccessfulExit</key> > <false/> <!-- Do not respawn at shutdown time --> > </dict> > </plist> > > > sudo launchctl load /Library/LaunchDaemons/org.networkupstools.upsmon.plist > > Doesn?t return an error. But when I check of upsmon is running I don?t see it running. This works for me on 10.12.5. (There is a warning that SuccessfulExit is an "unknown key" from launchd.) $ sudo launchctl list|fgrep -v com.app PID St...
2009 Aug 27
1
Fatal: Dovecot is already running
...command line, and it came right up, but of course that was hours later. Since this script is only called at startup, would it be safe to just delete master.pid before trying to start dovecot? The server here is OS X 10.5.7, dovecot is being called via a StartupItem. I had originally used a LaunchDaemon for starting this, but ran into issues because MySQL wasn't always ready when dovecot tried to launch, and dovecot would never come up as a result. Below is the script I'm using, which includes a check for MySQL: #!/bin/sh # A script to automatically start up policyd on system boot...