Skip to main content

Questions tagged [daemons]

macOS, which is a Unix system, uses daemons. A daemon is a computer program that runs as a background process, rather than being under the direct control of an interactive user.

2 votes
0 answers
400 views

Disable Launchd based daemon sudden termination upon shutdown

I'm running my own daemon under macOS Sierra and High-Sierra, and get unexpected behavior upon shutdown. according to the manual of daemon life cycle, it says that ... If the system is being shut ...
Irad K's user avatar
  • 151
23 votes
5 answers
14k views

MirrorDisplays error every 30 seconds in system.log

I'm seeing an error every 30 seconds in the system log, using the Console app, complaining about MirrorDisplays service only running for 0 seconds. Nov 5 22:45:22 computer com.apple.xpc.launchd[1] (...
mjuarez's user avatar
  • 392
9 votes
1 answer
14k views

What is "hidd"?

I tried to find some details about the daemon hidd but only found information about a Linux daemon where it is the human interface device daemon. Is this the same function in macOS?
user avatar
31 votes
1 answer
40k views

What is touristd?

In macOS Sierra there is a new daemon touristd. What is touristd and what is it used for?
user avatar
2 votes
1 answer
3k views

How to make mosquitto broker auto-start on Mac OS (without homebrew)?

I understand that using homebrew, a plist file will be provided and a user can use launchctl to install that plist file. But, I am not using homebrew(nor macport). I built mosquitto binaries directly ...
tdwong.star's user avatar
36 votes
3 answers
70k views

What is parsecd?

The internet is not very satisfactory when it comes to this question, I found one somewhat related question here where someone says allowing parsecd internet access via Little Snitch made their ...
JustSid's user avatar
  • 1,013
2 votes
0 answers
57 views

Where to find documentation for apple services (agents, daemons) and status codes?

I have looked all over the place with incredible frustration - what should be basic information I can't find anywhere. Whatever I do find, is single items of information (and not what I was looking ...
vv111y's user avatar
  • 61
73 votes
6 answers
59k views

What is the 'deleted' daemon in macOS?

Since installing macOS 10.12 I noticed a flood of messages from deleted in the logs. I haven't been able to find any information about this daemon. Could anyone enlighten me what this does?
herrbischoff's user avatar
  • 1,139
5 votes
1 answer
1k views

Is there a way to throttle nsurlsessiond/cloudd?

I have been looking for a way to permanently throttle these two processes. By default, they are all or nothing processes killing my network connection unless I manually "pause uploads" for iPhotos (...
solomani's user avatar
79 votes
11 answers
197k views

How to restart Bluetooth service from command line

On Linux, if one wishes to restart the Bluetooth service, they simply launch a terminal and issue the following command: sudo /etc/init.d/bluetooth restart What is the equivalent on Mac OS X? I ...
zeeple's user avatar
  • 1,709
0 votes
0 answers
44 views

Configuring application servers to run as service daemons?

Mac 10.9.5 here. I am trying to figure out how to configured my machine to run an executable (Java) app as a service/daemon, so that it is always running so long as the machine is on. Hence, this app ...
smeeb's user avatar
  • 375
3 votes
2 answers
5k views

How do I kill a daemon and not have it open up again if I can't find it in the LaunchAgents or LaunchDaemons?

So I think I downloaded a program from Avatron called Airconnect. I'm not sure, but their website was purple when I looked it up. Anyway, now everytime I check my activity monitor, com.avatron....
Joe's user avatar
  • 293
0 votes
1 answer
683 views

Launchd based daemon exit with abnormal code 1, without crash log

I've seen many questions that relate to specific daemons/applications that exit on this same exit code (=1). All scenarios seems unique and unconnected. I created a daemon of my own, and also got the ...
Zohar81's user avatar
  • 621
2 votes
0 answers
58 views

How should daemons tell users about errors?

I wrote a bash script that backs up certain files on my computer. To automate the running of the script, I set up an associated daemon that runs the script every day. There are certain instances ...
user134824's user avatar
2 votes
1 answer
3k views

CommCenter (from CoreTelephony.framework) is eating 600+ MB of my RAM, why do I even need it?

I do not have a MacBook laptop running OS X 10.11.3. As far as I understand, CoreTelephony.framework is about cellular networks, so it might be useful on phones, for example. But the laptop obviously ...
Display Name's user avatar
  • 1,533

15 30 50 per page
1
3 4
5
6 7