Hi all,
I'm having problems capturing network traffic from my iOS devices (rvictl). I can execute the rvictl -s command, but no virtual interface is created. Some investigation leads to the the possibility that the rpmux service seems to be broken.
$ sudo launchctl list com.apple.rpmux
-> Could not find service "com.apple.rpmux" in domain for system
$ sudo launchctl load -w /Library/Apple/System/Library/LaunchDaemons/com.apple.rpmuxd.plist
-> Load failed: 37: Operation already in progress
Reboots, unloads and loads did not fix this issue. Experiencing this problem since my recent upgrade to MacOS Monterey 12.1. Has anyone had the same issues? Or can someone tell me how to fix this?