[Nut-upsuser] Makefile: SBINDIR=/usr/local/ups/sbin - can't change it....

2024-03-03 Thread Dan Grostick via Nut-upsuser
Building 2.8.1 from source. I have --sbindir=/usr in the 'newconfigure' file, but Makefile contains SBINDIR = /usr/local/ups/sbin and that's where the files go. I run autogen.sh and then bash newconfigure. I don't know how to get Makefile SBINDIR to be /usr. Dan newconfigure Description:

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

2024-03-03 Thread Dan Grostick via Nut-upsuser
I removed the upsdrvctl and .o files from the driver directory, Did another make and make install and that solved the problem. From: Nut-upsuser on behalf of Dan Grostick via Nut-upsuser Sent: Sunday, March 3, 2024 11:30 AM To: nut-upsuser Mailing List

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,