Update manager warnings after update to ratos 1.2.4-3 and moonraker v0.8-23
I got these warnings post update: Moonraker is not permitted to restart service 'RatOS'. To enable management of this service add RatOS to the bottom of the file /home/pi/printer_data/moonraker.asvc. To disable management for this service set 'is_system_service: False' in the configuration for this section. The other warning was: Moonraker is not permitted to restart service 'timelapse'. To enable management of this service add timelapse to the bottom of the file /home/pi/printer_data/moonraker.asvc. To disable management for this service set 'is_system_service: False' in the configuration for this section. How do I edit moonraker.asvc? I assume with putty. I can get to the file but don't know how to edit it.
12 Replies
Or perhaps I should ignore the warnings?
@miklschmidt I think you updated this recently right?
I did yes. @billyd60 have you updated RatOS and the configurator?
Just noticed it's complaining about timelapse
I fixed the case where it was complaining about the configurator.
I just did the update manager and it update ratos and moonraker
Timelapse is not managed by ratos in 1.2.4, that's something you added manually
So you have to do as it tells you 🙂
ssh in, add it to the bottom of moonraker.asvc
Ok so add ratos and timelapse?
Just timelapse. I'll fix the "RatOS" part.
Ok. Case sensitive I assume
yes
Moonraker is not permitted to restart service 'RatOS'.Should be fixed now (requires that you update RatOS through mainsail). If it doesn't fix it, you're using a custom moonraker.conf in which case you need to add
is_system_service: False
to the [update_manager client RatOS]
section.Thanks all set!
I wasn't aware that I was running a custom moonraker.conf but I had to add the line to client ratos to get rid of the error. That same line already appears in the client ratostheme section fyi
Actually come to think of it I did add crowsnest and timelapse to moonraker.conf so I guess it was custom.
Images before 1.2.2 (IIRC) run an unmanaged moonraker config. You'll have to handhold that one. 2.0 is releasing this week, you can update to that if you wanna avoid having to deal with that in the future. Comes with crowsnest and timelapse preinstalled as well.
Yes I plan on upgrading to 2 when it is released.