Open igavrysh opened 7 months ago
daemon installation / check log while installing application with sudo python3 setup.py install
Installed /usr/local/lib/python3.10/dist-packages/umonitor-20181018-py3.10-linux-x86_64.egg
Processing dependencies for umonitor==20181018
Searching for daemon==1.2
Best match: daemon 1.2
Processing daemon-1.2-py3.10.egg
daemon 1.2 is already the active version in easy-install.pth
Using /usr/local/lib/python3.10/dist-packages/daemon-1.2-py3.10.egg
Finished processing dependencies for umonitor==20181018
resolved the issue for myself by checking this post: https://stackoverflow.com/a/68010664/4874863 e.g. ran
sudo pip uninstall daemon
sudo pip install python-daemon
Output for umonitor daemonize in my case: