Tagged Questions

Launchd is a process management daemon, similar to "init". It is commonly used on Darwin-based systems.

learn more… | top users | synonyms

15
votes
3answers
1k views

How to limit memory of a OS X program? ulimit -v neither -m are working

My programs run out of memory like half of the time I run them. Under Linux I can set a hard limit to the available memory using ulimit -v mem-in-kbytes. Actually, I use ulimit -S -v mem-in-kbytes, so ...
6
votes
1answer
110 views

Execute process as current Mac OS X user, not as root

I have created a Mac OS X helper application that always runs under root. I need to launch other application from it, but not as root. I want it to be launched from the current logged in user (not ...
6
votes
2answers
3k views

iPhone SDK strange console message launchd_core_logic.c

I am running release version of the app on the iPhone, it works fine. There is no error messages in the XCode debugger: Running… Switching to thread 11779 Switching to thread 11779 sharedlibrary ...
6
votes
7answers
2k views

How can I make a program start up automatically in OSX?

I have a little program that I want to make open automatically when my mac is started up. Because this program accepts command line arguments, its not as simple as just going to System ...
4
votes
2answers
245 views

Anyone submitted or know of an application in the Mac App Store that uses launchd?

Just wondering if anyone has sucessfully submitted an app or know of an app that exists in the Mac App Store that uses launchd. Thanks.
3
votes
4answers
630 views

Missing certificates and keys in the keychain while using Jenkins/Hudson as Continuous Integration for iOS and Mac development

I'm trying to improve Hudson CI for iOS and start Hudson as soon as system starts up. To do this I'm using the following launchd script: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ...
3
votes
2answers
177 views

NSNotification to detect other program's crashes

I was planning on writing a small daemon that detected whether another app crashed, thinking all the while that the system would send an NSWorkspaceDidTerminateApplicationNotification, but this is not ...
3
votes
2answers
2k views

Starting/stopping a launchd agent for all users with GUI sessions

I need to be able to start/stop a per-session GUI agent from a root level daemon. Similar issues are discussed here, here and here. What I want to be able to do is basically for num in `ps ax | ...
3
votes
3answers
681 views

Cocoa Distributed Objects, Long Polling, launchd and “Not Responding” in Activity Monitor

Scenario: I have a Distributed-objects-based IPC between a mac application and a launchd daemon (written with Foundation classes). Since I had issues before regarding asynchronous messaging (e.g. I ...
2
votes
0answers
85 views

Using keychain inside a launchd system daemon

We have a launchd daemon that stores usernames and passwords from inside the keychain. It works when we try to add (with SecKeychainAddGenericPassword) remove (with SecKeychainFindGenericPassword and ...
2
votes
3answers
78 views

Daemon with Cocoa

I wrote a FTP Server, witch is started from the command line via ftpd.command. Now I want to run that command from a Cocoa app. I want to quit the app and the command should remain running. And when ...
2
votes
1answer
71 views

Using Appkit Framework in Launch Daemon

I want to use NSWorkspace to check if application is launched or closed. But the process is Launch Daemon and Apple documentation says its not thread safe. However, the part of code that makes use ...
2
votes
1answer
311 views

Need help making a Python script starup on mac using Launch Agent and send output to a window

I've created a python script I wish to have run automatically when I log in on a mac, and need some help using a Launch Agent to do this. I used SO extensively getting things working up to this point, ...
2
votes
2answers
384 views

Pylons on OS X: proper launchd plist to start and keep alive pylons server?

Update: It was simply an import error in the Pylons app (because $PYTHONPATH is different when running a launchd job) that was causing a fail-respawn cycle. Many thanks for those who told me to look ...
2
votes
3answers
1k views

iPhone app crashes when launched from Xcode, but not from iPhone

I have an app that is crashing on the iPhone, but only when it launched via Xcode. I can see in the iPhone console log that the app receives a memory warning, and then there are some strange events ...
2
votes
1answer
582 views

launch agent from daemon in user context

I have a launch daemon that runs in the login context of a Mac OSX 10.6 machine. I want to launch an agent for each user from that agent, and have the agent run in the user's login context. However, I ...
2
votes
1answer
295 views

What folder should my application write its launchd file?

I am trying to write a small Cocoa application that helps me manage my time, I want it check on startup if already has a launchd entry and if not, add itself an entry. What is the correct folder to ...
2
votes
2answers
931 views

Launchd Relaunch App on Quit

I am wondering how to set Launchd to relaunch my app if the user has not chosen to choose "Quit" from the top bar. There are cases where something may happen to the app, and it may force quit, and if ...
2
votes
3answers
745 views

Stop launchd task When App is Opened

I'm wondering if there is some way I can stop a launchd task when a application is open, and then start it again when the application is closed. My launchd task is set to be notified when a file is ...
2
votes
4answers
2k views

Shell Script doesn't run automatically though it is registered in Mac OS X Login Items

I have the following shell script registered in my "Login Items" preferences but it does not seem to have any effect. It is meant to launch the moinmoin wiki but only works when it is run by hand from ...
1
vote
0answers
17 views

catching file events os x, create edit or removed

How I can I catch when a file is edited, created or deleted within a folder on OS X, as well as know the path to the file that was changed. I've been trying to do it with a launchd.plist, but as far ...
1
vote
1answer
32 views

launchd: Mach service lookup failed

A helper tool blessed with root privileges through launchd fails in establishing an NSConnection to my main Program. The connection works when I launch HelperTool manually with a sudo, which proves ...
1
vote
2answers
71 views

Bash – How should I idle until I get a signal?

I have a script for launchd to run that starts a server, then tells it to exit gracefully when launchd kills it off (which should be at shutdown). My question: what is the appropriate, idiomatic way ...
1
vote
0answers
249 views

Jenkins SSH issue on Mac OS X installed by homebrew

I installed Jenkins CI from homebrew (brew install jenkins). So, it runs under my own user. Everything works fine except for SSH access to my Git repository. I do not want to create a separate user ...
1
vote
1answer
125 views

How can you start a LaunchAgent for the first time without rebooting, when your code runs as a LaunchDaemon?

I have a LaunchDaemon. When it runs, it checks if SIMBL is installed. If SIMBL is not installed, it uses NSTask to run /usr/sbin/installer on the SIMBL.pkg. SIMBL's postflight script then tries to ...
1
vote
1answer
100 views

LaunchD programming in Mac OS X

I am very new to LaunchD programming. I need to develop an application which needs to run in the background always. One of my friend suggest me that LaunchD programming is better for your ...
1
vote
1answer
301 views

plist for automatically start tomcat on Mac at startup

I want to use a Mac mini as a server. So I've installed tomcat and I want it to start automatically when booting. On Windows this is called a "services". I'm new to Mac OS but I read that this is a ...
1
vote
1answer
317 views

PATH is getting set somewhere other than launchd.conf and I don't know where

The question of how to set PATH for all programs in a user session (not just Terminal) has come and been addressed. So I changed both /etc/launchd.conf AND /etc/paths, just to make sure everything was ...
1
vote
2answers
243 views

How can I debug a Launchd script that doesn't run on startup?

I have some Launchd scripts from homebrew. However I have to manually run them when I restart my computer: launchctl load -w ~/Library/LaunchAgents/com.mysql.mysqld.plist <?xml version="1.0" ...
1
vote
1answer
131 views

Using launchd to load and configure a kernel extension in OS X

I am writing a network kernel extension for socket filtering. To make it configurable, a userland program reads a config file and passes the information to the kext through a PF_SYSTEM socket. If I ...
1
vote
1answer
231 views

launchd executes python script, but import fails

I wrote a python script using appscript to track my currently active window. I am running it via launchd, but when I do that it can't import appscript. I have set the PYTHONPATH in the plist for ...
1
vote
2answers
644 views

Starting git-daemon on OS X using launchd

I am trying to set up an internal git server using my OS X desktop (mostly as a test case). Everything works when SSH keys are involved, but I am currently trying to use git-daemon for read-only ...
1
vote
1answer
258 views

execve from a Mac OS X launchd daemon

Is it possible to use execve from a launchd daemon? My process that I would like to make into a daemon launches several child processes using fork() followed by execve, but the documentation for ...
1
vote
1answer
330 views

Writing a LaunchDaemon for iPhone

[JAILBROKE] I've googled, but i can't find any guides on how to write a LaunchDaemon. This is for the iPhone, so it'll be in Objective-C. I know Objective-C well, i just need some kind of guide to get ...
1
vote
3answers
472 views

Scheduled tasks with Cocoa?

What is the best way in Cocoa (and Mac OS X) to schedule a program to be run: when the user logs in. at certain times of the day (for example: 12:00 noon). at certain time intervals (for example: ...
1
vote
2answers
420 views

restart my app after an auto-update?

In OS X how can I automatically re-start my app after pulling down an updated version? I've looked around some and launchd seems to be the likely way to do this, but I can't seem to get my head ...
1
vote
1answer
156 views

what's the best way to get etherpad to launch on startup on OSX

I think launchd is the answer, but using this plist: http://gist.github.com/553573 I get this error: Exception in thread "main" java.lang.NoClassDefFoundError: net/appjet/oui/main Caused by: ...
1
vote
1answer
685 views

What's the difference between 'Day' and 'Weekday' in launchd StartCalendarInterval?

I'm working with launchd to run some automated tasks, and I was wondering what the difference is between 'Day' and 'Weekday'. According to http://discussions.apple.com/thread.jspa?threadID=1361809 ...
1
vote
0answers
68 views

Leopard/Snow Leopard, have to implement daytime server by using daemon?

I find there is no daytime server available in leopard/snow leopard. And after reading some documents, the approach I can think of is writing a daemon and put it under /System/Library/LaunchDaemons, ...
1
vote
3answers
747 views

Schedule multiple, daily events with NSTimer?

I have a schedule cache stored in an NSDictionary. For the example below, I have a schedule time of January 13, 20120 2:00PM and January 13, 2012 2:05PM. How can I add both of these to a queue to ...
1
vote
1answer
799 views

setenv variable with spaces in launchd.conf?

I'm a Linux user that just recently got a mac. I'm trying to set up my IDE and found out that Macs don't use .bashrc / .bash_profile / etc. for GUI apps. So, if you have a GUI app that needs an ...
1
vote
3answers
2k views

MacPorts Apache2 Stopped Launching on Boot

Something that I've noticed recently on two different machines is that Apache2 installed via MacPorts seems to have stopped launching when I boot up. The honest truth is that I can't swear it did so ...
1
vote
0answers
127 views

How can I launch multiple instances of an application using launchd?

My application is split into two parts. The main application and a helper tool. The helper tool performs a task with elevated permissions. The launchd plist looks like this: (Only important settings ...
1
vote
3answers
421 views

Automatic timeout for launchd jobs

I have a launchd job that I've configured to run my unit tests. Every now and then, the unit tests will hang (usually because of some bad code). I know that my test usually only take a couple ...
1
vote
1answer
310 views

Start Delayed Job on Mac Reboot / Startup

I've got a simple app deployed to a Mac mini running 10.5.8 How would I go about restarting the Delayed Job worker anytime the computer is restarted?
1
vote
2answers
1k views

Launchd PLIST Not Running

I am attempting to run an Applescript inside a launchd plist, but for some reason it just isn't working. It could be that it is my computer, but I am thinking that there may be something else wrong ...
1
vote
2answers
443 views

Is a launchd daemon the best route to go for reading/writing to privileged files in Cocoa?

I have an application which needs to be able to write to Any User/Current host preference files (which requires admin privileges per Preferences Utilities Reference) and also to enable/disable a ...
1
vote
2answers
333 views

Does anyone use BetterAuthorizationSample?

On OS X privileged operations are done through AuthorizationExecuteWithPrivileges() around which Apple published two recommendations: The old MoreAuth using setuid helper tools. The current ...
0
votes
1answer
23 views

LaunchAgent opening FileMaker script

I'm having a hell of a time getting cron-like scheduling of a FileMaker script using launchd on OS X 10.4.11. (I described my early travails over at serverfault.) At first I thought the problem was ...
0
votes
1answer
71 views

Permission denied when trying to use launchd .plist file to run a shell script

I'm trying to create a new launchagent file that will execute a shell script to perform a backup on an ftp folder. the content of the .plist file is as follows: <?xml version="1.0" ...

1 2 3