LogoLogo
MainsailMainsailOSCrowsnest
  • Welcome to Mainsail
  • Setup
    • Installation
      • MainsailOS
      • KIAUH
      • Docker
      • Manual setup
      • my.mainsail.xyz
    • Updates
      • Update Manager
      • Manual Update
    • Configuration
  • overview
    • Features
      • Bed Mesh
      • Console
      • Dashboard Organisation
      • Exclude Objects
      • Hide macros, outputs or fans
      • Localization
      • Macro Management
      • Macro Prompts
      • Presets
      • Print History and Statistics
      • Query devices
      • Built-in Themes
      • Custom Themes
        • Prepare
        • Backgrounds
        • Logos and Icons
        • Custom Navigation
        • Custom CSS
        • Community Themes
      • Thumbnails
      • Webcam
    • Settings
      • General
      • Console
      • Control
      • Dashboard
      • Editor
      • G-Code Viewer
      • Macros
      • Presets
      • Printers
      • UI-Settings
      • Webcams
    • Slicer
      • Cura
      • Ideamaker
      • PrusaSlicer
      • SuperSlicer
    • Quicktips
      • Slicer upload
      • Remote Access
      • Printer power switch
      • Additional Sensors
      • Disable Octoprint LCD menu
      • config.json
  • FAQ
    • Mainsail
    • Klipper warnings
      • Deprecated Values
      • Deprecated Options
      • Runtime Warning
    • Moonraker warnings
      • PolicyKit Permissions
    • Klipper errors
      • MCU Protocol error
    • Mainsail errors
      • Unauthorized
    • Getting Help
      • Discord
      • GitHub Discussions
  • About
    • Data Privacy
    • Sponsors
    • Development
      • Code standards
      • Contribute
      • Environment
      • Localization
    • Credits
  • 🔗Links
    • Github
    • Release Notes
    • Discord
    • Youtube
Powered by GitBook
On this page
  • Known Problems
  • A few messages still remain after the steps have been executed

Was this helpful?

Edit on GitHub
  1. FAQ
  2. Moonraker warnings

PolicyKit Permissions

PreviousMoonraker warningsNextKlipper errors

Last updated 1 year ago

Was this helpful?

Since Jan 28 ‘22, Moonraker has changed the way to communicate with system services to D-Bus instead of previously sudo commands.

After updating Moonraker you might be presented this warning message:

To resolve this warning you have to install the PolicyKit permissions with the set-policykit-rules.sh script.

SSH into your system and execute the following commands:

cd ~/moonraker/scripts  
./set-policykit-rules.sh  
sudo service moonraker restart

Known Problems

A few messages still remain after the steps have been executed

SSH into your system and make sure that packagekit is installed.

sudo apt update
sudo apt install packagekit

This should usually be installed when Moonraker was updated via the Update Manager.

By running the following command, all missing dependencies will be installed.

~/moonraker/scripts/install-moonraker.sh -r