Tried that twice now and it has not worked. It’s strange, the error terminal returns when trying to launch the script to upgrade tor is this
iMac:~ oldimac$ launchctl load -w /Library/LaunchDaemons/starttorupgrade.plist /Library/LaunchDaemons/starttorupgrade.plist: Path had bad ownership/permissions
This is very odd. I set the permissions to read and write for all users, but yet this error is still happening. I changed the permissions for the whole lanchdaemons folder as well and still no resolve to this. I even tried signing into the root user in Terminal to see if that would resolve the issue, it did not.
Here is the code for the two scripts I wrote, they were too big to send as attachments. Perhaps I am doing something wrong? I do not know.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.oldimac.upgradetor</string>
<key>ProgramArguments</key>
<array>
<string>/Library/LaunchDaemons/upgradetor.plist </string>
</array>
<key>StartInterval</key>
<integer>80000</integer>
</dict>
</plist>
code for upgradetor.plist:
brew upgrade tor
On Jul 9, 2018, at 8:45 PM, Keifer Bly keifer.bly@gmail.com wrote:
Tried that twice now and it has not worked. It’s strange, the error terminal returns when trying to launch the script to upgrade tor is this
iMac:~ oldimac$ launchctl load -w /Library/LaunchDaemons/starttorupgrade.plist /Library/LaunchDaemons/starttorupgrade.plist: Path had bad ownership/permissions
This is very odd. I set the permissions to read and write for all users, but yet this error is still happening. I changed the permissions for the whole lanchdaemons folder as well and still no resolve to this. I even tried signing into the root user in Terminal to see if that would resolve the issue, it did not. I’ve attached the scripts I created if someone wouldn’t mind helping me take a look tp see if anything is wrong? Thank you.
On 10 Jul 2018, at 13:50, Keifer Bly keifer.bly@gmail.com wrote:
Tried that twice now and it has not worked. It’s strange, the error terminal returns when trying to launch the script to upgrade tor is this
iMac:~ oldimac$ launchctl load -w /Library/LaunchDaemons/starttorupgrade.plist /Library/LaunchDaemons/starttorupgrade.plist: Path had bad ownership/permissions
Check out the first result for: https://duckduckgo.com/?q=launchctl+Path+had+bad+ownership%2Fpermissions
This is very odd. I set the permissions to read and write for all users, but yet this error is still happening. I changed the permissions for the whole lanchdaemons folder as well and still no resolve to this. I even tried signing into the root user in Terminal to see if that would resolve the issue, it did not.
"It is also worth noting that these root LaunchDaemons can't be world writable, for security reasons:"
T
Yes. I tried following the steps and this is the result
chown root /Library/LaunchDaemons/upgradetor.plist chown: /Library/LaunchDaemons/upgradetor.plist: Operation not permitted
It looks like I might be a little bit screwed, I tried this both as the root user and admin user. Is there a way to be notified when a new tor version is released? I guess but updating doesn’t matter much as a relay restart is required when tor is updated to begin with...
On Jul 9, 2018, at 9:39 PM, teor teor2345@gmail.com wrote:
On 10 Jul 2018, at 13:50, Keifer Bly <keifer.bly@gmail.com mailto:keifer.bly@gmail.com> wrote:
Tried that twice now and it has not worked. It’s strange, the error terminal returns when trying to launch the script to upgrade tor is this
iMac:~ oldimac$ launchctl load -w /Library/LaunchDaemons/starttorupgrade.plist /Library/LaunchDaemons/starttorupgrade.plist: Path had bad ownership/permissions
Check out the first result for: https://duckduckgo.com/?q=launchctl+Path+had+bad+ownership%2Fpermissions https://duckduckgo.com/?q=launchctl+Path+had+bad+ownership%2Fpermissions&t=ipad&ia=qa
This is very odd. I set the permissions to read and write for all users, but yet this error is still happening. I changed the permissions for the whole lanchdaemons folder as well and still no resolve to this. I even tried signing into the root user in Terminal to see if that would resolve the issue, it did not.
"It is also worth noting that these root LaunchDaemons can't be world writable, for security reasons:"
T _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays@lists.torproject.org