Displaying 6 results from an estimated 6 matches for "upsmon_opt".
2015 Oct 14
0
No power cycle after shutdown on Atlantis Land OnePower A03-S1001
...nt a Bash/Dash script? Is it possible to add the option to
> the call of the driver in this script?
Looks like some options can be passed: /etc/init.d/nut-client is a dash script
and when it is started or restarted, it executes:
start-stop-daemon -S -q -p $upsmon_pid -x $upsmon \
-- $UPSMON_OPTIONS >/dev/null 2>&1 && return 0 || return 1
or simply, it runs
$upsmon -- $UPSMON_OPTIONS
as a daemon, with these vars defined in the head of the script:
$upsmon = "/sbin/upsmon"
$UPSMON_OPTIONS = ""
$UPSMON_OPTIONS is set empty in the head of the...
2015 Oct 14
3
No power cycle after shutdown on Atlantis Land OnePower A03-S1001
On Wed, 14 Oct 2015, Davide Baldini wrote:
>> Is there any command in the list provided by "upscmd -l myups" which is
>> accepted by this UPS?
>
> None of the command sin the list successfully completes, not even
> beeper.toggle.
It looks as if the problem is more general than turning off the UPS. The
command mechanism is broken.
> I added -q and -D to
2009 Nov 30
1
troubleshooting UPS ups@localhost is unavailable
...001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0592:0002 Powerware Corp. UPS (X-Slot)
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
the contents of configuration files are:
$ grep '^[^#]' /etc/default/nut
START_UPSD=yes
UPSD_OPTIONS=""
START_UPSMON=yes
UPSMON_OPTIONS=""
$ grep '^[^#]' /etc/nut/ups.conf
[ups]
driver = bcmxcp_usb
port = auto
desc = Eaton Powerware 3105
$ grep '^[^#]' /etc/nut/upsd.conf
ACL all 0.0.0.0/0
ACL localhost 127.0.0.1/32
ACCEPT localhost
REJECT all
$ grep '^[^#]' /etc/nut/u...
2009 May 27
3
This guy must be an idiot
OK, can someone tell me what utterly moronic thing I am doing wrong?
I have two roughly identical Linux system running NUT, and one works
properly. The other almost does. The second system works well once
everything is up, but after booting, the system does not have connectivity
to the UPS. I have to manually run `upsdrvctl start backup`,
`/etc/init.d/nut start`, and `upsd` to get NUT
2016 Sep 17
2
NUT unable to resolve host despite DNS working.
...64287 Trying to connect to
UPS [ups01 at ups.server.lan:3493]
Sep 16 18:51:55 client upsmon[831]: 470.064471 UPS
[ups01 at ups.server.lan:3493]: connect failed: No such host
*----------------------------------------------*
*nut.conf:*
*----------------------------------------------*
UPSMON_OPTIONS=""
MODE=netclient
UPSD_OPTIONS=""
*----------------------------------------------*
*upsmon.conf*
*----------------------------------------------*
RBWARNTIME 43200
MONITOR ups01 at ups.server.lan:3493 1 monitor password slave
POLLFREQALERT 5
POWERDOWNFLAG /etc/killpower
POLL...
2023 May 27
2
unable to connect to APC UPS Connection Refused
...########### USB attached UPS units ###########
Bus 001 Device 005: ID 0b38:0010 Gear Head 107-Key Keyboard
Bus 001 Device 006: ID 051d:0002 American Power Conversion Uninterruptible Power Supply
########### /etc/nut//nut.conf ###########
MODE=netserver
UPSD_OPTIONS="-DD"
UPSMON_OPTIONS="primary"
########### /etc/nut//ups.conf ###########
maxretry = 2
[ups]
driver=usbhid-ups
desc="APS BR1600G UPS"
port=auto
########### /etc/nut//upsd.conf ###########
STATEPATH /var/run/nut
LISTEN 0.0.0.0 3943
LISTEN 127.0.0.1 3943
########### /...