Re: [Nut-upsuser] NUT 2.8.1 build from source - upssched missing

2024-03-03 Thread Dan Grostick via Nut-upsuser
Subject: [Nut-upsuser] NUT 2.8.1 build from source - upssched missing PI OS - Debian12 - Raspberry PI 5 NUT 2.8.1 I'm building from source just downloaded from GITHUB. The error when starting NUT: nut-monitor: /usr/sbin/upssched not found I did a 'find / ' and upssched is not in the filesystem

Re: [Nut-upsuser] NUT 2.8.1 build from source - upssched missing

2024-03-03 Thread Jim Klimov via Nut-upsuser
That is odd. I suppose you ran not quite "autogen.sh, make, make install" but "autogen.sh, *configure*, make, make install", with the "configure" part taking a ton of options to tune for your system. There are no particular options for `upssched`, or put another way, at least it would get built

[Nut-upsuser] NUT 2.8.1 build from source - upssched missing

2024-03-03 Thread Dan Grostick via Nut-upsuser
PI OS - Debian12 - Raspberry PI 5 NUT 2.8.1 I'm building from source just downloaded from GITHUB. The error when starting NUT: nut-monitor: /usr/sbin/upssched not found I did a 'find / ' and upssched is not in the filesystem. I've done a make clean, make uninstall. then autogen.sh, make,