Skip to main content

All Questions

Tagged with
1 vote
0 answers
17 views

S3 lauchctl error input/output. Boot doesn't mount S3 bucket

My script to mount an S3 bucket works fine, but mount at boot is not working. I tried launch daemons on macOS Sonoma, compiling with this plist. Here is the code: <?xml version="1.0" ...
Oscardot's user avatar
1 vote
1 answer
1k views

What's this service on macOS 12.3?

What is this service /usr/libexec/remotepairingdeviced?? NMAP PORT STATE SERVICE 49152/tcp open unknown lost -i :49152 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ...
user avatar
2 votes
0 answers
579 views

errSecInternalComponent when using codesign from within a daemon

I have my own running daemon application that listens to a network port and executes some different commands based on the coming request. All is working fine except when trying to execute the ...
Mohammad Fneish's user avatar
6 votes
1 answer
21k views

What is mediaremoteagent under Activity Monitor?

Under activity monitor there's a process called mediaremoteagent. I can't find any information about this process. What is this process and is it safe to disable it?
Hapeki's user avatar
  • 193
1 vote
1 answer
1k views

Mac OSX : How to protect daemon process from stopping by root/admin

I've a security daemon which performs many security related tasks. Daemon plist is part of /Library/LaunchDaemon/com.xyz.securityservice.plist also KeepAlive flag is 1. The daemon I've currently can ...
Omkar's user avatar
  • 165