"com.apple.rpmuxd.plist" missing

I'm trying to use rvictl but here's what I run into

> rvictl

Could not get list of devices

> sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.rpmuxd.plist

Load failed: 5: Input/output error
Try running `launchctl bootstrap` as root for richer errors.

> ls /System/Library/LaunchDaemons/com.apple.rpmuxd.plist

ls: /System/Library/LaunchDaemons/com.apple.rpmuxd.plist: No such file or directory

XCode version 15.3 MacOS Sonoma 14.4.1 Apple M1 Max

Replies

The com.apple.rpmuxd job is not part of the base system, because it needs to be separately updated. Consider:

% sudo launchctl print system/com.apple.rpmuxd
system/com.apple.rpmuxd = {
	active count = 0
	path = /Library/Apple/System/Library/LaunchDaemons/com.apple.rpmuxd.plist
	…

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"