Displaying 20 results from an estimated 3000 matches similar to: "Restarting service issues"
2016 Jun 04
0
Restarting service issues
On Jun 3, 2016, at 11:13 AM, Sergio Belkin <sebelk at gmail.com> wrote:
>
> jun 03 12:10:05 nut-vm.infoestructura.local upsdrvctl[9246]: No supported device detected
> jun 03 12:10:05 nut-vm.infoestructura.local upsdrvctl[9246]: Network UPS Tools - Generic SNMP UPS driver 0.72 (2.7.2)
> jun 03 12:10:05 nut-vm.infoestructura.local systemd[1]: nut-driver.service: control process
2017 Nov 30
2
SNMPv3 fails when more than one UPS is configured in ups.conf
New NUT install dealing with three APC Smart-UPS 5000s, two of which
have AP9617 and the third has a AP9619 card.
The SNMPv3 configurations on all three are exactly the same. This is
confirmed by snmpget calls that work just fine:
snmpget -Cf -v3 -u [...] -l authPriv -A '[...]' -X '[...]' -a
MD5 -x DES [upsname] .1.3.6.1.4.1.318.1.1.1.1.1.1.0
snmp-ups can query all three
2006 Sep 12
1
Help with snmp ups
Hi all - I'm new to both UPS setup and SNMP on linux - so I'd appreciate any
help I can get....I'm stuck! I'm running fedora core 5, and have installed
net-snmp and nut. I'm trying to get my network connected UPS to this linux
machine.
My /etc/ups/ups.conf looks like this:
[upsnetwork]
driver = snmp-ups
port = 172.31.254.7
community = public
desc="Network
2010 Jul 22
1
problem with restarting nut
Hi,
one user found problem with restarting nut. upsdrvctl does not wait for
drivers being really terminated. In init scripts we have following:
killproc upsmon
killproc upsd
upsdrvctl stop
and then
upsdrvctl start
upsd
upsmon
problem is upsdrvctl stop only sends terminating signals but does not wait for
driver termination. This makes driver fail to start sometimes when old driver
is still
2009 Jun 09
1
shut down smart ups with snmp protocol
hello.. is it possible to shut down APC Smart UPS with SNMP protocol?
I got a message that is not possible with current driver...
*monk:/etc/nut# upsdrvctl shutdown rm700
Network UPS Tools - UPS driver controller 2.2.2
Network UPS Tools - Multi-MIBS SNMP UPS driver 0.421 (2.2.2)
Warning: This is an experimental driver.
Some features may not function correctly.
Detected Smart-UPS 700 RM on host
2024 Dec 16
1
NUT on FBSD 14-2 fails to shut down UPS - select with socket: Invalid argument
I'm still digging into this but thought I'd post what I have so far in case
there's a known issue that's easily fixed.
I'm using the version of NUT that's in the ports tree (see the info at the
bottom). Using the SNMP drivers to talk with two ACP SmartUPSs.
NUT is functional about monitoring and initiating host shutdown. However,
when it comes time to shut down the UPSs
2024 Dec 17
1
NUT on FBSD 14-2 fails to shut down UPS - select with socket: Invalid argument
Hello,
Thanks for the report and sorry about any complications.
A few first questions:
* is this setup known to have been working with earlier NUT releases (e.g.
same OS and devices, older NUT - can try with a custom build of older
tags)? Is this a regression, or we never knew the correct mappings for
timeouts and/or shutdown commands used by this model?
* is there the `select` error when
2020 Apr 28
1
[EXTERNAL] nut-scanner, SNMPv3, APC UPS not chatting
On 4/28/20 1:58 PM, David Zomaya wrote:
> snmpwalk -l authpriv -v 3 -u user -a MD5 -x DES -A authpassphrase -X
> privpassphrase
Evidently, even with argument identifiers order matters. That worked
just fine and dandy.
Now I guess I need to play with the order of the nut-scanner arguments
to see if I get a similar result.
thanks,
nomad
2007 Mar 13
2
Cannot move /bin/upsdrvctl to /sbin
Hi,
In Red Hat /etc/init.d/halt script, it expects upsdrvctl to be in /sbin rather
than /bin which sounds normal considering the power of that command.
If I move this file to sbin, this is what I get when invoking it:
[root@serveur1.sassine.eu nut-2.0.5]# mv /bin/upsdrvctl /sbin/
[root@serveur1.sassine.eu nut-2.0.5]# which upsdrvctl
/sbin/upsdrvctl
[root@serveur1.sassine.eu nut-2.0.5]#
2007 Jun 06
2
upsdevctl is -rwxr-xr-x
Hi,
I've installed the debian package of these
ups tools and everything looks good.
debian:/var/log# upsdrvctl -h
Network UPS Tools - UPS driver controller 2.0.1
(Though I'll have to wait for a quieter time to pull
the plug and test it.)
debian:/var/log# ls -l `which upsdrvctl`
-rwxr-xr-x 1 root root 18232 Sep 22 2005 /sbin/upsdrvctl
I notice that upsdrvctl is
2020 May 20
2
[POSSIBLE FRAUD] Re: [EXTERNAL] Re: Help with Tripp Lite Internet600U
Tested a Ubuntu 18.04 LTS virtual machine with NUT 2.7.4 and a 3024 protocol Tripp Lite UPS (mine is a INTERNET550U, but same protocol)
:/etc/nut$ lsusb | grep Tripp
Bus 002 Device 004: ID 09ae:3024 Tripp Lite
I it got generally working (outputting reasonable responses to upsc, although there are some issues with variables like frequency) by adding productid=3024 to my ups.conf. Like this:
2020 May 20
4
[POSSIBLE FRAUD] Re: [EXTERNAL] Re: Help with Tripp Lite Internet600U
"Can't claim USB device [09ae:3024]: could not detach kernel driver from interface 0: Operation not permitted"
Is probably an issue with NUT grabbing the UPS... can you disconnect and reconnect the USB cable and try again?
If that fails, maybe a udev rule will help.
Thank you,
David Zomaya
Tripp Lite
<http://www.tripplite.com/>
________________________________
From:
2020 May 20
2
[POSSIBLE FRAUD] Re: [EXTERNAL] Re: Help with Tripp Lite Internet600U
My thoughts for a test:
* Just have
MODE=standalone
in nut.conf
* Put
[tripplite]
driver = usbhid-ups
port = auto
productid=3024
desc = "Tripp Lite Internet600U"
In ups.conf
* Put
LISTEN 127.0.0.1 3493
LISTEN ::1 3493
[tripplite]
driver = usbhid-ups
port = auto
in upsd.conf
That may be suboptimal but will probably work for a test.
Side
2020 May 20
2
[POSSIBLE FRAUD] Re: [EXTERNAL] Re: Help with Tripp Lite Internet600U
Wow - you're doing all the work for me!
Thanks for the rule set.
I can't easily reboot that box just now, so I'm working on reloading the rules.
When I try
udevadm control --reload-rules && udevadm trigger
May 20 15:19:01 elmer systemd-udevd[3413]: Process '/sbin/crda' failed with exit code 234.
May 20 15:19:01 elmer systemd-udevd[3413]: Using default
2015 Apr 06
3
CENTOS 6.6 NUT RPM BUILD ISSUES
That worked out just fine. What I am currently running into are conditions where I am getting the following error that I figured I would share.
Error:
libusb_get_interrupt() returned 0 instead of 8 while sending 3a 4d b2 0d 00 00 00 00 '.M......'
Conditions: upsdrvctl start via Init Script at Boottime. If I run the init script after boot, I do not receive this error.
Eric Cobb
ekcobb
2020 May 20
2
[POSSIBLE FRAUD] Re: [EXTERNAL] Re: Help with Tripp Lite Internet600U
Borrowing from our friends at Ask Ubuntu ( https://askubuntu.com/a/276637 ) there is. I've modified it for use with a Tripp Lite UPS and 3024 protocol below. Try disconnect/reconnect after and see what happens.
:/etc/nut$ cat /etc/udev/rules.d/90-nut-ups.rules
# /etc/udev/rules.d/90-nut-ups.rules
ACTION=="add", \
SUBSYSTEM=="usb", \
ATTR{idVendor}=="09ae",
2020 Jan 01
6
Belkin USB UPS Not Turning Off
On 1/1/20 9:56 PM, David White wrote:
>
>
> On 1/1/2020 11:49 AM, David White wrote:
>>
>> Hi Roger and, as always, thanks!
>>
>> I really do not want to wait very long before shutting down things on
>> this UPS. What I think I am doing (or at least trying to do) is to
>> execute a script on the host machine when the UPS is detected by NUT to
>>
2015 Sep 04
2
UPS/NUT with openSUSE 13.1
Hello Bob,
> I had preferred the shutdown script method because it was a little more
> straight-forward, and possibly more portable. This guide is meant to
> help people get the UPS up and running, whatever their Linux distro. I
> don't know how common the systemd implementation is across various Linux
> distros.
You will need to support Linux systems with and without
2007 Mar 24
2
Starting Network UPS Tools: (upsdrvctl failed) upsd upsmon ?
Using the HOWTO in
http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/
I installed nut on an Ubuntu Edgy LAMP Server with an Eaton Powerware 5110
attached to it via usb. But nut fails to start properly (see the error
message "Starting Network UPS Tools: (upsdrvctl failed) upsd upsmon"
below). It then complains about communication with the UPS being lost
("UPS
2015 Sep 05
2
UPS/NUT with openSUSE 13.1
On Fri, 4 Sep 2015, Rob Groner wrote:
> Well, I tried the same script method with openSUSE 13.2, and it still did not execute.
>
> So I tried the system method, and it worked 1 time out of 3 attempts. I captured the last failure:
> 2015-09-04T11:43:38.825317-04:00 linux-5048 upsdrvctl[1887]: Can't claim USB device [2a37:5110]: No such file or directory
>