Bonjour,
C’est eaton@localhost
qui se voit refuser l’accès.
Peut-être que eaton@127.0.0.1
aurait plus de chance.
J’ai déjà eu à faire à ce genre de mic-mac et d’ailleurs il faut que je m’y replonge ;
pour vérifier que c’est bien fonctionnel (buster oblige)
Pour preuve de la bizarrerie :
root@n40l:~# upsrw -s battery.charge.low=35 -u admin -p mdp MGE600@localhost
Error: Connection failure: Connection refused
root@n40l:~# upsrw -s battery.charge.low=35 -u admin -p mdp MGE600@127.0.0.1
OK
root@n40l:~#
Je pense que cela peut venir de la directive LISTEN
du /etc/nut/upsd.conf
J’ai la même chose pour :
root@n40l:~# upsc MGE600@localhost
Error: Connection failure: Connection refused
root@n40l:~#
En fait, j’avais une coquille dans mon /etc/hosts
pour l’IP de localhost
.
Les commandes avec localhost
fonctionnent désormais.
Je ne t’aide pas vraiment avec cette simple erreur
Je donne les droits sur mes fichiers :
root@n40l:~# ls -l /etc/nut/ups.conf /etc/nut/nut.conf /etc/nut/upsd.conf /etc/nut/upsd.users /etc/nut/upsmon.conf
-rw-r----- 1 root nut 1545 sept. 16 2015 /etc/nut/nut.conf
-rw-r----- 1 root nut 4763 oct. 26 2017 /etc/nut/ups.conf
-rw-r----- 1 root nut 4718 sept. 16 2015 /etc/nut/upsd.conf
-rw-r----- 1 root nut 2241 août 13 12:38 /etc/nut/upsd.users
-rw-r----- 1 root nut 15930 août 13 15:16 /etc/nut/upsmon.conf
root@n40l:~# ls -ld /etc/nut/
drwxr-xr-x 2 root nut 4096 août 13 15:46 /etc/nut/
root@n40l:~#
Je n’ai pas encore de règle udev
de définie pour mon onduleur MGE600 en USB.
Comme pour aucun périphérique il me semble bien.
root@n40l:~# service udev status
● systemd-udevd.service - udev Kernel Device Manager
Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; vendor preset: enabled)
Active: active (running) since Tue 2019-08-13 14:37:02 CEST; 49min ago
Docs: man:systemd-udevd.service(8)
man:udev(7)
Main PID: 342 (systemd-udevd)
Status: "Processing with 24 children at max"
Tasks: 1
Memory: 31.7M
CGroup: /system.slice/systemd-udevd.service
└─342 /lib/systemd/systemd-udevd
août 13 14:37:02 n40l systemd[1]: Started udev Kernel Device Manager.
août 13 14:37:02 n40l systemd-udevd[347]: Using default interface naming scheme 'v240'.
août 13 14:37:02 n40l systemd-udevd[347]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
août 13 14:37:02 n40l mtp-probe[368]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:12.0/usb4/4-3"
août 13 14:37:02 n40l mtp-probe[368]: bus: 4, device: 2 was not an MTP device
août 13 14:37:02 n40l mtp-probe[369]: checking bus 4, device 5: "/sys/devices/pci0000:00/0000:00:12.0/usb4/4-5"
août 13 14:37:02 n40l mtp-probe[369]: bus: 4, device: 5 was not an MTP device
août 13 14:37:02 n40l mtp-probe[372]: checking bus 4, device 4: "/sys/devices/pci0000:00/0000:00:12.0/usb4/4-4/4-4.1"
août 13 14:37:02 n40l mtp-probe[372]: bus: 4, device: 4 was not an MTP device
août 13 14:37:02 n40l systemd-udevd[348]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
root@n40l:~# lsusb
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 005: ID 0463:ffff MGE UPS Systems UPS
Bus 004 Device 004: ID 05ac:0205 Apple, Inc. Extended Keyboard [Mitsumi]
Bus 004 Device 003: ID 05ac:1002 Apple, Inc. Extended Keyboard Hub [Mitsumi]
Bus 004 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
root@n40l:~#
Pour finir, je m’aperçois que l’utilisateur nut fait partie du groupe root :
root@n40l:~# grep nut /etc/group
root:x:0:nut
nut:x:127:
root@n40l:~#