You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, not too sure if this is an issue to report but I am trying to get Barrier to take input on the login screen as root, as a client for MacOS Monterey (12.2.1). Currently have made two .plists in Launch(Agents/Daemons). I have been successful with Barrier launching on the login prompt but does not get any input from my server (Windows 10 21H2) and receives this message repeatedly unless I stop the launchctl:
[2022-03-21T03:50:48] NOTE: accepted client connection
[2022-03-21T03:50:48] ERROR: invalid message from client "macmini": DINF
[2022-03-21T03:50:48] NOTE: new client disconnected
If I log in, I can use my mouse and keyboard from my server but that message persists server side. My guess is the messages repeating above is still from the root trying to run Barrier.
Here are some things I have tried:
Launching Barrier through Applications folder with user ownership
Placing Barrier in PrivilegedHelperTools and giving it full root ownership and launch it from there
Separately tried my daemon and agent .plist
Added LimitLoadToSessionType key with Aqua and LoginWindow to my agent .plist
Added Disabled = false key to both daemon and agent .plist
Tried launching barrierc trough a script file
Tried launching barrierc through the .plist file
Gave bash and Terminal Accessibility access through Security and Privacy settings
Any ideas on what I can do? Any help is greatly appreciated!
(also side note I cannot get logging to work either but that is okay :P)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there, not too sure if this is an issue to report but I am trying to get Barrier to take input on the login screen as root, as a client for MacOS Monterey (12.2.1). Currently have made two .plists in Launch(Agents/Daemons). I have been successful with Barrier launching on the login prompt but does not get any input from my server (Windows 10 21H2) and receives this message repeatedly unless I stop the launchctl:
If I log in, I can use my mouse and keyboard from my server but that message persists server side. My guess is the messages repeating above is still from the root trying to run Barrier.
Here are some things I have tried:
Any ideas on what I can do? Any help is greatly appreciated!
(also side note I cannot get logging to work either but that is okay :P)
Here are my current .plist files:
Agent .plist
Daemon .plist
Script launch .plist
Beta Was this translation helpful? Give feedback.
All reactions