Replies: 1 comment 1 reply
-
Hi @DrTron the startgenmon.sh stop command will only work if genmon was started with the startgenmon.sh script. The uninstall depends on your python environment. If you are using a managed python environment the you can just delete the genmon folder and the /etc/genmon folder, then remove the entry in cron that starts genmon on boot. You can tell if you have a managed python environment if it was installed on bookwork or if you have a folder named genenv in the ./genmon directory. The genenv folder contains the python virtual environment so deleting that takes care of the python libraries. from your user folder: restore the serial port settings:
then delete the genmon files:
then delete the config files:
To remove the cont tab, edit the cron file
then remove the that looks like this:
then save the file (Ctrl+X, y, Enter for nano editor) Note the path could be different if your user directory is not "pi" Once the entry in crontab is gone you can reboot and genmon should not be loaded. If you are not in a manage python environment, before remove the genmon folder, type this command to uninstall all the python libraries (note that if you have installed other software uninstalling some libraries cause dependancies problems with your python environment):
This step just frees up and disk space, so if your system is running ok there is an argument for not performing this step to avoid dependency problems. |
Beta Was this translation helpful? Give feedback.
-
All,
I've been playing around with genmon and came to the conclusion that I need to install it on a different machine.
It's running fine, but is there a good way to cleanly uninstall genmon (including the dependent python modules)?
For some reason "startgenmon.sh stop" doesn't even stop genmon, it keeps running...
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions