Closed Festus141 closed 8 months ago
Hey, you might want to re run the installer to make sure the service is properly added to the mentioned file.
same happens to me with last updates
Same thing here. clean install and a bunch of errors. What exactly should I do? Keep uninstalling and installing hoping it will catch on?
[update_manager mobileraker]: Moonraker is not permitted to restart service 'mobileraker'. To enable management of this service add mobileraker to the bottom of the file /home/Pi4B/printer_data/moonraker.asvc. To disable management for this service set 'is_system_service: False' in the configuration for this section.
Besides, the file is already in where this states it should be.
Thanks
I am using the following and not getting any of these moonraker errors.
[update_manager mobileraker]
type: git_repo
channel: dev
path: ~/mobileraker_companion
origin: https://github.com/Clon1998/mobileraker_companion.git
primary_branch: main
is_system_service: True
managed_services: mobileraker
virtualenv: ~/mobileraker-env
requirements: scripts/mobileraker-requirements.txt
I also have this error. It's not related to the mobileraker companion, but to the fact that moonraker can't control the mobileraker service when it needs to. I've tried adding a line to moonraker.asvc but I don't know the syntax. I believe it's so moonraker can update mobileraker along with the other services.
Same thing here. clean install and a bunch of errors. What exactly should I do? Keep uninstalling and installing hoping it will catch on? [update_manager mobileraker]: Moonraker is not permitted to restart service 'mobileraker'. To enable management of this service add mobileraker to the bottom of the file /home/Pi4B/printer_data/moonraker.asvc. To disable management for this service set 'is_system_service: False' in the configuration for this section.
Besides, the file is already in where this states it should be.
Thanks
If the line is already in place I don't really have an idea what else could be causing this issue tbh.
By default adding mobileraker
to the file in a new line should resolve the issue. Might be worth asking in the moonraker github about that issue.
I also have this error. It's not related to the mobileraker companion, but to the fact that moonraker can't control the mobileraker service when it needs to. I've tried adding a line to moonraker.asvc but I don't know the syntax. I believe it's so moonraker can update mobileraker along with the other services.
The asvc file is responsible for telling moonraker which services it is allowed to control. Each lines contains a service. In my case, the file looks like:
klipper_mcu
webcamd
MoonCord
KlipperScreen
moonraker-telegram-bot
moonraker-obico
sonar
crowsnest
octoeverywhere
mobileraker
Ok, thank you soo much.
My fault, I did not read it correctly the first few times.
It means to go into the asvc file and ADD the LINE with "mobileraker".
I did it and it works just fine now.
Sorry for the late reply.
No more errors.
Thank you for the hard work!!
Ok, thank you soo much. My fault, I did not read it correctly the first few times. It means to go into the asvc file and ADD the LINE with "mobileraker". I did it and it works just fine now. Sorry for the late reply. No more errors. Thank you for the hard work!!
Where do you find the asvc file?
Ok, thank you soo much. My fault, I did not read it correctly the first few times. It means to go into the asvc file and ADD the LINE with "mobileraker". I did it and it works just fine now. Sorry for the late reply. No more errors. Thank you for the hard work!!
Where do you find the asvc file?
By default the installer of mobileraker should modify the file. In addition, the error message shown via Fluidd/Mainsail also mentions the path to the file (See the initial post of that thread)
Hello,
I used WinSCP to get to the file..
Navigate to: /home/[your host name here]/printer_data/mmonrker.asvc
I edited (right-click to show other options) the file from within WinSCP to add the line at the bottom "mobileraker". Save the file and reboot. Hope this helps a bit.
Hey guys,
I finally was able to reproduce that issue and resolve it.
If you are still encountering that issue. Please re run the installer as it will add the mobileraker
to the asvc
file.
Moonraker warnings found. [update_manager mobileraker]: Moonraker is not permitted to restart service 'mobileraker'. To enable management of this service add mobileraker 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.