Plugin failed to install - Service is not Started
-
Plugin Service hasn't started
I initially asked the question here as my 2nd issue, as I thought fixing the 1st issue might fixed the 2nd, I asked in the Firmware category first.
https://forum.duet3d.com/topic/34832/updating-duet3-via-dwc-even-when-using-sbcBut as it didn't fix it I am here asking for help.
I am trying to install the Input Shaping plugin, and I get an error...
It doesn't seem to make a lot of sense to me, as I do have other plugins running. You can see both the error and that there are other plugins running in the picture.
Thanks for the help!
-
It looks like I figured it out....
When I tried to install the plugin service it said it was already installed... (which makes sense as there were already other plug ins installed/working).I found this was missing from cmdline.txt.... and I just needed to run this one line to fix it...
sudo bash -c 'echo " lsm=apparmor" >> /boot/cmdline.txt'Sources...
https://forum.duet3d.com/topic/28190/error-trying-to-install-input-shaping-plugin-according-to-docs?_=1706571988581
https://github.com/Duet3D/DuetSoftwareFramework/wiki/Changelog-DSF-3.x#version-330 -
-