Include file '/home/pi/klipper_config/pam/ratos.cfg' does not exist
Getting the following errors after updating today.
Include file '/home/pi/klipper_config/pam/ratos.cfg' does not exist
Once the underlying issue is corrected, use the "RESTART"
command to reload the config and restart the host software.
Printer is halted
Also the following Moonraker Warnings:
Moonraker warning
[update_manager client RatOS]: 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.
Moonraker warning
[update_manager KlipperScreen]: Moonraker is not permitted to restart service 'KlipperScreen'. To enable management of this service add KlipperScreen 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.
I thought I updated in the correct order (Ratos first, then everything else)15 Replies
Running bash ~/pam/install.sh fixed the PAM error. Thanks @Helge Keck for the help on that
Hi, I had the same, did a ~/pam/install.sh, and now this .... ???
please remove the pam folder and do a fresh install
OK, just deleted the PAM folder (from mainsail interface), SSH a new install from script, rebooted, .... same ERROR
not thisfolder
i mean the installation folder on the pi
argh.... OK. Just delete via WinSCP ?
yes
now, install it new
thks 😉
Same ERROR.... 😦
RatOS 1.x?
or RatOS 2.x?
1.2
instead of the pam include put this at the end of your config file
[pam]
[gcode_macro _START_PRINT_BED_MESH]
gcode:
{% if printer["gcode_macro RatOS"].calibrate_bed_mesh|lower == 'true' %}
PAM PROFILE=ratos
{% endif %}
BED_MESH_PROFILE LOAD=ratos
Ok, So I comment #[pam include] and add the alternative right ?
Taddaaaaaa !!!! Thanks Helge, ur a star !
I am getting on of these errors after update.
The one about the KlipperScreen:
Moonraker warning
[update_manager KlipperScreen]: Moonraker is not permitted to restart service 'KlipperScreen'. To enable management of this service add KlipperScreen 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.
Following those instrucstions in the error reveals that the contants of moonraker.asvc is just one word "ratos"
Adding "is_system_service: False" has no effect. Probably need to create a klipperscreen config section in the moonraker.asvc file?
how does that look?
Am I even using klipperscreen? I don't think so... I just want the erorr gone.
this is not related to that thread, please open a new one