-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSX Ventura Deamon not working? #613
Comments
me too. any changes since posted? |
Try the following: edit line 83 in |
@moodyblue I tried your suggestion. No luck. I tried "Ventura" and "ventura" in case it was case sensitive. Once modification was made, I stopped, uninstall and re-installed the deamon, no luck. I have to manually start Plex in the terminal (and keep the terminal opened) to have it to work. Software:
|
I guess a quick and dirty work around might be to launch a script at login time or automate with iterm2. @cferron, Did you try/succeed installing Pil/Pillow (in the case you are running on apple silicon) ? |
Found this, maybe it can help: https://support.apple.com/guide/terminal/script-management-with-launchd-apdc6c1077b-5d5d-4d35-9c19-60f2397b2369/mac |
mmmhhh.... that link is about launching deamons like the one is failing for us, the work around I meant is to use a bash or zsh script to issue the command as if typed in the terminal, I remember having include one in the login items for another project a few years ago, I will try in a few days and post if it worked. |
Awesome. This is definitely out of my expertise :-|
I can change a line of code... writing one.... meh.
Thanks for looking into it :)
Claude
…On Wed, Aug 30, 2023 at 5:30 PM pbrena ***@***.***> wrote:
Found this, maybe it can help:
https://support.apple.com/guide/terminal/script-management-with-launchd-apdc6c1077b-5d5d-4d35-9c19-60f2397b2369/mac
mmmhhh.... that link is about launching deamons like the one is failing
for us, the work around I meant is to use a bash or zsh script to issue the
command as if typed in the terminal, I remember having include one in the
login items for another project a few years ago, I will try in a few days
and post if it worked.
—
Reply to this email directly, view it on GitHub
<#613 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACOXNA2Z2KF4YWH3BM3J4TXX6WHHANCNFSM6AAAAAAS2UHLAI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Claude Ferron
|
As a temporary workarround to the unresponsive LaunchDeamon for Macos Ventura, the following steps allowed me to automatically run Plexconnect.py at login time with iterm2, YMMV. a) allow PlexConnect.py to be called by sudo wihout asking password sudo visudo Then, press I, and at the bottom insert: username ALL= NOPASSWD: /path/to/PlexConnect.py Here, you need to change the username for the user who is supposed to run the command without having to type a password. Also, change the path to your executable Press Esc, then write :wq, then Enter. b) I created a script named templexcon.zsh whose contents is the single line: sudo /path/to/PlexConnect.py then change it to be executable with command chmod +x templexcon.zsh c) (see *Update bellow) I changed the user preferences to open the above script at login time. System Preferences->General-> Login Items click add and follow the open finder window to select your script. d) at longin time Macos will open the script, in my user it is opened by default by iterm2 in a new window, where all PlexConnect.py output will be displayed. The first time, iterm2 asked if templexcon.zsh should be allowed to run, but gave an option (flag) to never ask again.
Hope it helps someone. |
Just upgraded to Ventura and it seems that the daemon autorun at startup feature does not work. Were you aware of that?
Plexconnect is working fine when I start it manually, but not once I hit Ctrl+C to quit it and install the daemon. What is weird is that I see the process when doing "sudo launchctl list | grep plexconnect". Any idea for me to troubleshoot the issue.
Thanks
The text was updated successfully, but these errors were encountered: