Tagged Questions

0
votes
1answer
20 views

Launchd job running every minute

I am attempting to write a launchd script that runs once a day, on weekdays only. But once I load the script, it runs every minute instead of just on-schedule. This happens whether …
1
vote
1answer
108 views

iPhone SDK strange console message launchd_core_logic.c

Hi, 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 …
0
votes
0answers
34 views

setven in launchd.conf on mac

Hello good people This is my first real development with the mac os(OS X 10.5.8).I got a macbookpro from work and i'm still setting up the right development environment.I've opted …
0
votes
3answers
37 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 …
0
votes
1answer
50 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?
2
votes
1answer
49 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 …
0
votes
1answer
128 views

VERY simple Launchd plist not running my script…

Hello everyone, I'm trying to figure out why my launchd script is not working. It is extremely simple, but I am new to the mac environment and trying to get accustomed. Here's my p …
0
votes
1answer
65 views

LaunchAgent - Is there something like RunAtScreenSaver?

Hi, I am looking for a way to execute my app (it's a background task) at times, where the machine is "idle". A good incident would be when the screensaver launches. I already read …
1
vote
2answers
122 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 en …
2
votes
3answers
146 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 …
1
vote
2answers
193 views

Launchd PLIST Not Running

Hi Everyone: 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 t …
2
votes
3answers
159 views

Stop launchd task When App is Opened

Hi Everyone: 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 s …
1
vote
2answers
224 views

Launchd Relaunch App on Quit

Hi Everyone: 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 …
1
vote
1answer
157 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 …
0
votes
1answer
63 views

Calling system(”open <app name.app>”) sometimes causes app to be launched as root

I've got an application (A daemon inside /Library/StartupItems to be precise) running as root that occasionally launches another process using system("open /Applications/MyAppName. …

1 2 next
15 30 50 per page