You mentioned the RPi runs a buster-based OS? I suppose the simplest way is you can forgo the init-scripts and retain just the systemd services (as listed in the article - including the nut-driver-enumerator which would create [email protected] based in the ups.conf section).
Jim On Mon, Apr 24, 2023 at 9:03 PM gene heskett <[email protected]> wrote: > On 4/24/23 14:05, Jim Klimov wrote: > > "I'd thought you'd never ask" (C) > > > > Can you give this walkthrough a shot? > > > https://github.com/networkupstools/nut/wiki/Building-NUT-for-in%E2%80%90place-upgrades-or-non%E2%80%90disruptive-tests > > > > Jim > > > I used this section of that link to build the new one: > This goes similar to usual build and install from Git: > > :; cd /tmp > :; git clone https://github.com/networkupstools/nut > :; cd nut > :; ./autogen.sh > :; ./configure --enable-inplace-runtime # --maybe-some-other-options > :; make -j 4 all && make -j 4 check && sudo make install > > configure was very noisy but no show-stoppers > Stopped it all before the install, and had to sudo systemctl > reload-daemons and now on restart, get > pi@rpi4:/media/pi/workspace/nut $ sudo /etc/init.d/nut-server start > [ ok ] Starting nut-server (via systemctl): nut-server.service. > pi@rpi4:/media/pi/workspace/nut $ sudo /etc/init.d/nut-client start > [ ok ] Starting nut-client (via systemctl): nut-client.service. > pi@rpi4:/media/pi/workspace/nut $ sudo /etc/init.d/ups-monitor start > pi@rpi4:/media/pi/workspace/nut $ upsc myups > Error: Connection failure: Connection refused > > I did a sudo cp -R /etc/nut to /etc/nut-bak so I've got all the old > config I hope. Whats next? And thanks Jim. > take care & stay well. > > [...] > > Cheers, Gene Heskett. > -- > "There are four boxes to be used in defense of liberty: > soap, ballot, jury, and ammo. Please use in that order." > -Ed Howdershelt (Author, 1940) > If we desire respect for the law, we must first make the law respectable. > - Louis D. Brandeis > Genes Web page <http://geneslinuxbox.net:6309/> > >
_______________________________________________ Nut-upsuser mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser
