install.doctor icon indicating copy to clipboard operation
install.doctor copied to clipboard

Warning Error

Open ProfessorManhattan opened this issue 1 year ago β€’ 2 comments

❔ What are you experiencing an issue with?

Latest Release

❔ Version

N/A

🐞 Description

I see the following warning message when setting up one of the system services on macOS:

 β—‹ Adding ~/.config/rclone/rcloneignore to /etc/rcloneignore
 β—‹ Adding ~/.config/rclone/system-rclone.conf to /etc/rclone.conf
 β—‹ Ensuring Rclone mount-on-reboot definitions are in place
 β—‹ Adding ~/Public as S3 bucket mount, enabled at boot
Warning: Expecting a LaunchAgents path since the command was ran as user. Got LaunchDaemons instead.
`launchctl bootstrap` is a recommended alternative.
βœ”  user launchctl load successful
 β—‹ Creating group and user rclone on macOS...
 β—‹ Group rclone already exists.
 β—‹ User rclone already exists
 β—‹ Group and user rclone created successfully on macOS

Add in logic that implements the recommended alternative.

⏺️ Steps To Reproduce

No response

πŸ“’ Relevant Log Output

No response

πŸ’‘ Possible Solution

No response

ProfessorManhattan avatar Aug 30 '23 20:08 ProfessorManhattan

i'll give it a try

ilewin avatar Nov 10 '23 13:11 ilewin

Hey @ilewin - if you're going to fix this issue - I don't think it's a fatal error but its outputting the warning message Warning: Expecting a LaunchAgents path since the command was ran as user. Got LaunchDaemons instead. launchctl bootstrap is a recommended alternative. If there is a way of doing the same thing without getting the warning I'd like to do that.

ProfessorManhattan avatar Nov 12 '23 06:11 ProfessorManhattan