Displaying 12 results from an estimated 12 matches for "nups".
Did you mean:
nops
2013 Nov 22
0
Fwd: [HCL] Novex NUPS-650 supported by blazer_usb
Novex NUPS-650
USB information
$ lsusb -s 002:027 -v
Bus 002 Device 027: ID 0001:0000 Fry's Electronics
Device Descriptor:
??bLength ???????????????18
??bDescriptorType ????????1
??bcdUSB ??????????????1.00
??bDeviceClass ???????????0 (Defined at Interface level)
??bDeviceSubClass ????????0
??bDevicePro...
2006 Jan 04
3
Xserve, USB, NUT
Hi - I have NUT running very nicely on a serial port on one of my OpenBSD
servers, and using hidups on a RHEL4 box. Now I'd like to run it on two
Macs, a PowerMac and an XServe G4. What is the USB port I need to
configure, and do I need the newhidups driver?
Thanks in advance for the help!
Ted
2010 Aug 24
4
how to plot y-axis on the right of x-axis
Dear List,
I have a richness data distributing across 20 N to 20 S latitude. (120 E-140
E longitude).
I would like to draw the richness in the north hemisphere and a regression
line in the plot
(x-axis: latitude, y-axis: richness in the north hemisphere).
The above demand is done using plot.
Then, south hemisphere richness and regression are required to be generated
using
the same y-axis above
2023 Jun 10
1
Fopen upsmon.pid - no such file or directory - Nut 2.8.0 built from source
...cat /etc/nut/online.txt >/tmp/message
echo -e "$MSG2" >> /tmp/message
msmtp -t </tmp/message
;;
onbatt)
logger -t upssched-cmd: "onbatt"
;;
lowbatt)
logger -t upssched-cmd: "lowbatt"
MSG1="\nUPS low batt - shutting down\n"
MSG2="Current status: $CHMSG $1"
cat /etc/nut/lowbatt.txt >/tmp/message
echo -e "$MSG1 $MSG2" >>/tmp/message
msmtp -t </tmp/message
/usr/sbin/upsmon -c fsd
;;
commok)
logger -t u...
2003 Sep 16
2
adding printer driver to a printer
Hi,
I'm using debian woody with samba (2.2.3a-12.3). After installing
2.2.8a everything that worked, still works. What didn't work, still
doesn't work.
Sharing files works properly.
I'd like to share a printer via the samba server. When I go to the
printers&faxes share in explorer, no printers are shown.
Hereunder is my smb.conf, /etc/lprng/printcap, and the logfile
2024 Feb 23
0
Getting two notifications of nocomm-timer expired when USB cable is pulled from the UPS
...onbatt.txt >>/etc/nut/logfile
?????????????? logger -t upssched-cmd: "onbatt"
?????????????? echo ""
?????????????? /usr/bin/msmtp -t?? </etc/nut/onbatt.txt
;;
?????????????? lowbatt)
?????????????? logger -t upssched-cmd: "lowbatt"
?????????????? MSG1="\nUPS low batt \n"
?????????????? MSG2="Current status: $CHMSG $1"
?????????????? cat /etc/nut/lowbatt.txt >/tmp/message
?????????????? cat /tmp/message >>/etc/nut/logfile
?????????????? echo -e "$MSG1 $MSG2" >>/tmp/message
?????????????? /usr/bin/msmtp -t < dan...
2003 Jun 18
1
'Little' problems with Samba v2.2.3a-12.3 (Debian Woody) and PRINTERS !!
Hi,
I am using Samba (v2.2.3a-12.3 on stable Debian Woody) on a bi-cpu server
(named MYSRV) acting as a primary domain controller. All works well except
for printers where I have severals little problems. I use LPRng (v3.8.10-1.2
on stable Debian Woody) as my linux lpd spooler on my server. I have 2
printers : one HP LaserJet 4000N (named nss.1er) and one HP LaserJet 4050N
(named nss.rdc).
2008 Oct 03
3
several postscript problems
Hello everyone,
I'm currently trying to export a couple of graphs to pdf . Postscript
would be fine too, but I'm using odd page dimensions, which seem to be
overwritten when using the "ps2pdf" command. I'm using the pdfpages
package in LaTeX to put 6 graphs onto one page (this is why it ought to
be a pdf in the end).
I have two problems:
1. I'm using
2020 Jun 21
2
Server did not shut down
2023 Jun 16
1
Dummy-ups cycles between online and onbatt every 5 minutes. (Nut 2.8.0)
...xt >/tmp/message
echo -e "$MSG2" >> /tmp/message
msmtp -t </tmp/message
fi
;;
onbatt)
rm $FILE
logger -t upssched-cmd: "onbatt"
;;
lowbatt)
logger -t upssched-cmd: "lowbatt"
MSG1="\nUPS low batt \n"
MSG2="Current status: $CHMSG $1"
cat /etc/nut/lowbatt.txt >/tmp/message
echo -e "$MSG1 $MSG2" >>/tmp/message
msmtp -t </tmp/message
;;
commok)
rm -f $FILE3
logger -t upssched-cmd: "commok&...
2007 Mar 28
7
(no subject)
Hi all,
I''m having a hell of a time getting my IFB to work. I know I''ve done
this before, so I''m missing something stupid. Can anybody tell me what
it might be?
Configs as follows:
--------
#!/bin/sh
modprobe ifb numifbs=1000
modprobe act_mirred
modprobe 8021q
brctl addbr br0
brctl setfd br0 0
brctl stp br0 off
brctl addif br0 eth1
brctl addif br0 eth2
ifconfig eth1
2019 Oct 15
4
Splitting the large libguestfs repo
I got a little way into this. The two attached patches are
preliminary work.
My proposed split is:
libguestfs.git
common -> git submodule libguestfs-common.git
generator/
lib/
all language bindings
C based tools (eg. virt-df, virt-edit, guestfish)
guestfs-tools.git
common -> git submodule libguestfs-common.git