Displaying 2 results from an estimated 2 matches for "allow_no_device".
2024 Feb 19
1
Compile/Package / Config/Run 2.8.1 / Raspberry / UPS
...uot;
product = "SL Series"
vendor = "CPS"
# bus = "001"
# device = "049"
# busport = "003"
[Configuration of /etc/nut/nut.conf:]
#MODE=netserver #2024-02-18 - too ambitious to start
MODE=standalone #2024-02-18
ALLOW_NODEVICE=true #2024-02-18
export ALLOW_NO_DEVICE #2024-02-18
ALLOW_NOT_ALL_LISTENERS=true #2024-02-18
export ALLOW_NOT_ALL_LISTENERS #2024-02-18
[All seemed to be defaults in the .sample]
[Configuration of /etc/nut/upsd.conf:]
MAXAGE 15
TRACKINGDELAY 3600
ALLOW_NO_DEVICE true
ALLOW_NOT_ALL_LISTENERS true
STATEPATH /var/run/nut
LISTEN 127.0.0.1...
2024 Jun 01
1
UPS not Shutting Down
...NOT use spaces around the equal sign!
MODE=netserver
# Uncomment this to allow starting the service even if ups.conf has no
device
# sections at the moment. This environment variable overrides the built-in
# "false" and an optional same-named default flag that can be set in
upsd.conf:
#ALLOW_NO_DEVICE=true
#export ALLOW_NO_DEVICE
root at proxmox-01:~# cat nano /etc/nut/ups.conf
cat: nano: No such file or directory
# Network UPS Tools: example ups.conf
#
# --- SECURITY NOTE ---
#
# If you use snmp-ups and set a community string in here, you
# will have to secure this file to keep other users from...