Displaying 5 results from an estimated 5 matches for "nut_group".
2013 Jul 30
0
nut package with Riello UPS support
...--localstatedir=${STATEDIR} \
--datadir=${PREFIX}/etc/nut \
--with-drvpath=${PREFIX}/libexec/nut \
--with-statepath=${STATEDIR} \
--with-altpidpath=${STATEDIR} \
--with-pidpath=${STATEDIR} \
--with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig \
--with-user=${NUT_USER} \
--with-group=${NUT_GROUP} \
--with-dev
I think you need to re-run ./configure in the source tree with the driver, using the arguments above. Then 'cd drivers; make clean; make riello_ser' and install the new copy of the driver.
--
Charles Lepple
clepple at gmail
2014 Jun 04
1
FreeNAS configuration command
Anybody knows what configure command settings FreeNAS use to compile NUT?
More info on my journey:
http://forums.freenas.org/index.php?threads/nobreak-bz1200-br-back-ups-rs-1200va-600w-bivolt-115-nt.20247/
Thanks
Bruno
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Jul 30
3
nut package with Riello UPS support
# reboot
Connection to 192.168.5.81 closed by remote host.
Connection to 192.168.5.81 closed.
ppo at admin:/tmp$ ssh root at 192.168.5.81
root at 192.168.5.81's password:
Last login: Tue Jul 30 14:10:49 2013 from pc-ppo.kh.ektos
OpenBSD 5.3 (GENERIC.MP) #58: Tue Mar 12 18:43:53 MDT 2013
# ps -aux | grep
ups
root 2254 0.0 0.0 324 700 p0 S+ 5:29PM 0:00.00 grep ups
# ps -aux
2007 Oct 30
5
NUT + devd + FreeBSD
...ay would be to make a nutmon user that is a member
of the uucp and operator group.
I did that with..
echo '*LOCKED*' | pw useradd nutmon -u 95 -c 'NUT monitor user' -d /var/empty -g operator -G dialer -s /usr/sbin/nologin -H 0
then..
cd /usr/ports/sysutils/nut
make NUT_USER=nutmon NUT_GROUP=operator
And re-run the sed above but with operator instead of uucp.
--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
GPG Fingerpri...
2013 Jul 31
2
nut package with Riello UPS support
...--with-statepath=${STATEDIR} \
> --with-altpidpath=${STATEDIR} \
> --with-pidpath=${STATEDIR} \
> --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig \
> --with-user=${NUT_USER} \
> --with-group=${NUT_GROUP} \
> --with-dev
>
> I think you need to re-run ./configure in the source tree with the driver,
> using the arguments above. Then 'cd drivers; make clean; make riello_ser'
> and install the new copy of the driver.
>
> --
> Charles Lepple
> clepple a...