Hello, i have a problem with the current ups. I want test the shutdown process with the above command, bus i receive the message: Network UPS Tools upsmon 2.7.4 fopen /var/run/nut/upsmon.pid: No such file or directory Can you help me? best regards Andreas
On Mon, 17 Jun 2019, inosec wrote:> Network UPS Tools upsmon 2.7.4 > fopen /var/run/nut/upsmon.pid: No such file or directoryWe need a closer understanding of what you are doing. Are you using a distribution package or compiling NUT yourself? What do the following commands report? uname -o cat /etc/os-release | grep -E "^NAME=|VERSION=" l -lF /var/run/nut/ ps -elf | grep -E "ups[dms]|nut" systemctl status nut-server.service systemctl status nut-monitor.service Roger