Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    NUT Package (2.8.1 and above)

    Scheduled Pinned Locked Moved UPS Tools
    296 Posts 41 Posters 175.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dennypageD
      dennypage @pvk1
      last edited by

      @pvk1 Can you post the output of the the following commands please?

      ls -l /var/db/nut
      ls -l /usr/local/etc/nut
      

      Thanks

      P 1 Reply Last reply Reply Quote 0
      • P
        pvk1 @dennypage
        last edited by

        @dennypage Hi, thx

        ls -l /var/db/nut
        total 0
        ls: /var/db/nut: Permission denied

        ls -l /usr/local/etc/nut
        total 143
        -rw-r--r-- 1 root wheel 15136 Mar 4 22:00 cmdvartab
        -rw-r--r-- 1 root wheel 98236 Mar 4 22:00 driver.list
        -rw-r--r-- 1 root wheel 1071 Mar 4 22:00 hosts.conf
        -rw-r--r-- 1 root wheel 1071 Mar 4 22:00 hosts.conf.sample
        -rw-r--r-- 1 root wheel 4774 Mar 4 22:00 nut.conf
        -rw-r--r-- 1 root wheel 4774 Mar 4 22:00 nut.conf.sample
        -rw-r----- 1 root wheel 124 Apr 1 18:43 ups.conf
        -rw-r--r-- 1 root wheel 9845 Mar 4 22:00 ups.conf.sample
        -rw-r----- 1 root wheel 28 Apr 1 18:43 upsd.conf
        -rw-r--r-- 1 root wheel 9199 Mar 4 22:00 upsd.conf.sample
        -rw-r----- 1 root wheel 167 Apr 1 18:43 upsd.users
        -rw-r--r-- 1 root wheel 2349 Mar 4 22:00 upsd.users.sample
        -rw-r----- 1 root wheel 530 Apr 1 18:43 upsmon.conf
        -rw-r--r-- 1 root wheel 24735 Mar 4 22:00 upsmon.conf.sample
        -rw-r--r-- 1 root wheel 4217 Mar 4 22:00 upssched.conf
        -rw-r--r-- 1 root wheel 4217 Mar 4 22:00 upssched.conf.sample
        -rw-r--r-- 1 root wheel 1871 Mar 4 22:00 upsset.conf
        -rw-r--r-- 1 root wheel 1871 Mar 4 22:00 upsset.conf.sample
        -rw-r--r-- 1 root wheel 6861 Mar 4 22:00 upsstats-single.html
        -rw-r--r-- 1 root wheel 6861 Mar 4 22:00 upsstats-single.html.sample
        -rw-r--r-- 1 root wheel 4096 Mar 4 22:00 upsstats.html
        -rw-r--r-- 1 root wheel 4096 Mar 4 22:00 upsstats.html.sample

        GertjanG dennypageD 2 Replies Last reply Reply Quote 0
        • GertjanG
          Gertjan @pvk1
          last edited by

          @pvk1 said in NUT Package (2.8.1 and above):

          ls: /var/db/nut: Permission denied

          Strange.
          You are root, right ?

          [24.03-BETA][root@pfSense.bhf.tld]/root: whoami
          root
          

          No "help me" PM's please. Use the forum, the community will thank you.
          Edit : and where are the logs ??

          1 Reply Last reply Reply Quote 1
          • dennypageD
            dennypage @pvk1
            last edited by

            @pvk1 said in NUT Package (2.8.1 and above):

            ls -l /var/db/nut
            total 0
            ls: /var/db/nut: Permission denied

            As @Gertjan noted, you need to run the commands as root.

            P 1 Reply Last reply Reply Quote 0
            • P
              pvk1 @dennypage
              last edited by

              @dennypage
              Thx. I had disabled the admin user, so I could not login as root. The user that I login with is member of the system admins.

              I now enabled admin again.
              s: /var/db/nut:
              -rw-r--r-- 1 root nut 6 Apr 2 13:19 upsd.pid
              -rw-r--r-- 1 root nut 6 Apr 2 13:19 upsmon.pid
              srw-rw---- 1 root nut 0 Apr 2 13:19 usbhid-ups-ups
              -rw-r--r-- 1 root nut 6 Apr 2 13:19 usbhid-ups-ups.pid

              dennypageD 1 Reply Last reply Reply Quote 0
              • dennypageD
                dennypage @pvk1
                last edited by

                @pvk1 Running as non-root will require that ownership of /var/db/nut, and all files therein, to be user "nut".

                Note that all of the following needs to be done as root.

                Suggested path:

                • Remove user=root from the configuration. NB: If you have anything else in the Advanced section, please post that before continuing...
                • Shut down the UPS service via command "/usr/local/etc/rc.d/nut.sh stop".
                • Do "ps -axuw | grep ups" and see if any of the nut commands, such as upsmon, are still running. If they are you can stop them with "killall upsmon".
                • Change ownership of /var/db/nut via command "chown -R nut /var/db/nut".

                Following that, you should see permissions like so:

                [23.09.1-RELEASE][root@fw]/root: ls -ld /var/db
                drwxr-xr-x  22 root wheel 54 Apr  2 08:29 /var/db
                [23.09.1-RELEASE][root@fw.cococafe.com]/root: ls -la /var/db/nut
                total 10
                drwxr-x---   2 nut  nut    3 Apr  2 10:17 .
                drwxr-xr-x  22 root wheel 54 Apr  2 08:29 ..
                -rw-r--r--   1 nut  uucp   6 Apr  1 14:40 upsmon.pid
                [23.09.1-RELEASE][root@fw]/root:
                

                You can also check permissions for /usr/local/etc/nut like so:

                [23.09.1-RELEASE][root@fw]/root: ls -ld /usr/local/etc
                drwxr-xr-x  35 root wheel 91 Apr  2 08:45 /usr/local/etc
                [23.09.1-RELEASE][root@fw]/root: ls -ld /usr/local/etc/nut
                drwxr-xr-x  2 root wheel 24 Feb 10 12:16 /usr/local/etc/nut
                [23.09.1-RELEASE][root@fw]/root: ls -la /usr/local/etc/nut/*.conf
                -rw-r--r--  1 root wheel 1071 Feb  7 11:02 /usr/local/etc/nut/hosts.conf
                -rw-r--r--  1 root wheel 4774 Feb  7 11:02 /usr/local/etc/nut/nut.conf
                -rw-r-----  1 root wheel   43 Apr  1 14:29 /usr/local/etc/nut/ups.conf
                -rw-r-----  1 root wheel   28 Apr  1 14:29 /usr/local/etc/nut/upsd.conf
                -rw-r-----  1 root wheel  530 Apr  1 14:29 /usr/local/etc/nut/upsmon.conf
                -rw-r--r--  1 root wheel 4217 Feb  7 11:02 /usr/local/etc/nut/upssched.conf
                -rw-r--r--  1 root wheel 1871 Feb  7 11:02 /usr/local/etc/nut/upsset.conf
                [23.09.1-RELEASE][root@fw]/root:
                

                Lastly, start the UPS service via command "/usr/local/etc/rc.d/nut.sh start".

                1 Reply Last reply Reply Quote 0
                • dennypageD
                  dennypage @pvk1
                  last edited by

                  @pvk1 said in NUT Package (2.8.1 and above):

                  Schermafbeelding 2024-03-30 091809.png

                  It just occurred to me... was this attempt to start nut via /usr/local/etc/rc.d/nut.sh done as a non root user?

                  If so, the output makes perfect sense.

                  1 Reply Last reply Reply Quote 0
                  • stephenw10S stephenw10 moved this topic from pfSense Packages on
                  • GertjanG Gertjan referenced this topic on
                  • dennypageD dennypage forked this topic on
                  • dennypageD dennypage forked this topic on
                  • dennypageD dennypage forked this topic on
                  • S sandie referenced this topic on
                  • S sandie referenced this topic on
                  • dennypageD dennypage forked this topic on
                  • J
                    jonlecroy
                    last edited by

                    @dennypage I just upgraded to pfsense 24.03 with nut 2.8.2_2. Does this have the fix for this issue, or should I reapply the private? Thanks!

                    dennypageD 1 Reply Last reply Reply Quote 0
                    • dennypageD
                      dennypage @jonlecroy
                      last edited by

                      @jonlecroy said in NUT Package (2.8.1 and above):

                      Does this have the fix for this issue, or should I reapply the private?

                      What issue are you referring to?

                      J 1 Reply Last reply Reply Quote 0
                      • J
                        jonlecroy @dennypage
                        last edited by

                        @dennypage Ah sorry, this is a general thread isn't it. The UPS regular maintenance sending an 'administrative off' which triggers a pfsense immediate halt when it shouldn't.

                        dennypageD 1 Reply Last reply Reply Quote 0
                        • dennypageD
                          dennypage @jonlecroy
                          last edited by

                          @jonlecroy said in NUT Package (2.8.1 and above):

                          The UPS regular maintenance sending an 'administrative off' which triggers a pfsense immediate halt when it shouldn't.

                          I believe this is addressed, yes.

                          1 Reply Last reply Reply Quote 1
                          • dennypageD dennypage referenced this topic on
                          • I
                            incith
                            last edited by

                            For what it's worth, I just did a pkg-static remove nut-devel and pfsense nut 2.8.2_1 blah blah. Cleaned it all out. Did a pkg-static update made sure repo is current. Installed the latest 2 packages from pfsense web gui, and tripplite USB is still broken.

                            pkg install -f nut-devel-2023.10.07_1.pkg

                            And it's fixed again.

                            dennypageD 1 Reply Last reply Reply Quote 0
                            • dennypageD
                              dennypage @incith
                              last edited by

                              @incith The next release is expected switch over to the 2.8.2 production release of NUT.

                              1 Reply Last reply Reply Quote 1
                              • R
                                rarlup
                                last edited by

                                Not sure if you guys are aware but there is a bug with 2.8.2_4 and PPPoE as in when WAN goes down UPS states it's on battery (usbhid driver) and this causes unexpected shutdowns with internet offline, obviously.
                                Screenshot 2025-02-16 005154.jpg
                                pfSense+
                                24.11-RELEASE (amd64)
                                built on Sat Jan 11 18:11:00 EET 2025
                                FreeBSD 15.0-CURRENT

                                dennypageD 1 Reply Last reply Reply Quote 0
                                • dennypageD
                                  dennypage @rarlup
                                  last edited by

                                  @rarlup said in NUT Package (2.8.1 and above):

                                  Not sure if you guys are aware but there is a bug with 2.8.2_4 and PPPoE as in when WAN goes down UPS states it's on battery (usbhid driver) and this causes unexpected shutdowns with internet offline, obviously.

                                  Whenever an interface changes state, all packages are restarted. Expected, not particular to PPPoE.

                                  Seems like you might be encountering an issue with the ups driver. What model of ups? And do you have anything in the Additional arguments to driver section? Or in any of the Advanced sections?

                                  M R 2 Replies Last reply Reply Quote 0
                                  • M
                                    michmoor LAYER 8 Rebel Alliance @dennypage
                                    last edited by

                                    @dennypage

                                    Whenever an interface changes state, all packages are restarted. Expected, not particular to PPPoE.

                                    Why does this happen? Why does it need to happen? Seems extremely disruptive for benign events

                                    Firewall: NetGate,Palo Alto-VM,Juniper SRX
                                    Routing: Juniper, Arista, Cisco
                                    Switching: Juniper, Arista, Cisco
                                    Wireless: Unifi, Aruba IAP
                                    JNCIP,CCNP Enterprise

                                    dennypageD 1 Reply Last reply Reply Quote 0
                                    • dennypageD
                                      dennypage @michmoor
                                      last edited by

                                      @michmoor said in NUT Package (2.8.1 and above):

                                      @dennypage

                                      Whenever an interface changes state, all packages are restarted. Expected, not particular to PPPoE.

                                      Why does this happen? Why does it need to happen? Seems extremely disruptive for benign events

                                      It is required because pfSense does not have a view into what happens inside a package. Using NUT as an example, pfSense itself has no idea if NUT is using a remote connection, or what interface it may depend upon. Similar situations exist for all packages.

                                      Package restart is the only current way to address this.

                                      1 Reply Last reply Reply Quote 1
                                      • R
                                        rarlup @dennypage
                                        last edited by rarlup

                                        @dennypage I might since I have no idea if I need any extra arguments.
                                        UPS is a CyberPower BR1200ELCD
                                        Here is a screenshot of current config:
                                        Screenshot 2025-02-16 023629.jpg
                                        I have some Asustor NASes and due to their network ups default/unchangeable config UPS Name/username/password has to remain like this to keep it visible for them.

                                        dennypageD 1 Reply Last reply Reply Quote 0
                                        • dennypageD
                                          dennypage @rarlup
                                          last edited by

                                          @rarlup does it happen when you restart nut by itself? Or only when the automates restart happens?

                                          What ups messages to you see in the system logs?

                                          R 1 Reply Last reply Reply Quote 0
                                          • R
                                            rarlup @dennypage
                                            last edited by

                                            @dennypage
                                            When restarting the service it goes from
                                            Screenshot 2025-02-16 043406.png
                                            to
                                            Screenshot 2025-02-16 043415.png
                                            directly.
                                            Please find below all relevant logs but the last PPPoE down event was at 00:48 ish(not really last one, unplugged it a few minutes ago to replicate the issue but the UPS Status didn't change)
                                            But these lines stands out:
                                            Feb 14 12:29:24 upsmon 29260 UPS asustor on battery
                                            ...
                                            Feb 14 12:29:44 upsmon 35718 UPS asustor on battery
                                            ...
                                            Feb 16 00:49:20 upsmon 58827 UPS asustor on battery

                                            And yes, I did find everything powered off couple of days ago when there was another wan down event. Today was the 2nd time.
                                            And I'm 100% sure the AC power was never lost during this timeframe (have other UPSes in the house and all the buzzer sounds is enough to wake up anyone).

                                            Older logs (part 1):

                                            Feb 13 23:24:50 	upsmon 	55586 	UPS asustor is unavailable
                                            Feb 13 23:24:55 	upsmon 	55586 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 13 23:24:56 	usbhid-ups 	80525 	Startup successful
                                            Feb 13 23:24:57 	upsd 	55007 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 13 23:25:00 	upsmon 	55586 	Communications with UPS asustor established
                                            Feb 14 06:07:08 	upsmon 	55586 	Signal 15: exiting
                                            Feb 14 06:07:08 	upsd 	55007 	User local-monitor@127.0.0.1 logged out from UPS [asustor]
                                            Feb 14 06:07:08 	upsd 	55007 	mainloop: Interrupted system call
                                            Feb 14 06:07:08 	upsd 	55007 	Signal 15: exiting
                                            Feb 14 06:07:08 	upsd 	30801 	listening on 127.0.0.1 port 3493
                                            Feb 14 06:07:08 	upsd 	30801 	listening on ::1 port 3493
                                            Feb 14 06:07:08 	upsd 	30801 	listening on 192.168.x.1 port 3493
                                            Feb 14 06:07:08 	upsd 	30801 	listening on 10.x.x.1 port 3493
                                            Feb 14 06:07:08 	upsd 	30801 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 14 06:07:08 	upsd 	30801 	Found 1 UPS defined in ups.conf
                                            Feb 14 06:07:08 	upsd 	32292 	Startup successful
                                            Feb 14 06:07:08 	upsd 	32292 	Can't connect to UPS [asustor] (usbhid-ups-asustor): Connection refused
                                            Feb 14 06:07:09 	upsmon 	37424 	Startup successful
                                            Feb 14 06:07:09 	upsd 	32292 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 06:07:09 	upsmon 	37432 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 06:07:09 	upsmon 	37432 	Communications with UPS asustor lost
                                            Feb 14 06:07:11 	upsd 	38934 	listening on 127.0.0.1 port 3493
                                            Feb 14 06:07:11 	upsd 	38934 	listening on ::1 port 3493
                                            Feb 14 06:07:11 	upsd 	38934 	listening on 192.168.x.1 port 3493
                                            Feb 14 06:07:11 	upsd 	38934 	listening on 10.x.x.1 port 3493
                                            Feb 14 06:07:11 	upsd 	38934 	Can't connect to UPS [asustor] (usbhid-ups-asustor): Connection refused
                                            Feb 14 06:07:11 	upsd 	38934 	Found 1 UPS defined in ups.conf
                                            Feb 14 06:07:11 	upsd 	39491 	Startup successful
                                            Feb 14 06:07:12 	upsmon 	39925 	Startup successful
                                            Feb 14 06:07:12 	upsd 	39491 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 06:07:12 	upsmon 	40059 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 06:07:12 	upsmon 	40059 	Communications with UPS asustor lost
                                            Feb 14 06:07:17 	upsmon 	40059 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 06:07:17 	upsmon 	40059 	UPS asustor is unavailable
                                            Feb 14 06:07:18 	usbhid-ups 	40977 	Startup successful
                                            Feb 14 06:07:18 	upsd 	39491 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 14 06:07:22 	upsmon 	40059 	Communications with UPS asustor established
                                            Feb 14 12:29:20 	upsmon 	40059 	Signal 15: exiting
                                            Feb 14 12:29:20 	upsd 	39491 	User local-monitor@127.0.0.1 logged out from UPS [asustor]
                                            Feb 14 12:29:20 	upsd 	39491 	mainloop: Interrupted system call
                                            Feb 14 12:29:20 	upsd 	39491 	Signal 15: exiting
                                            Feb 14 12:29:20 	upsd 	8379 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:29:20 	upsd 	8379 	listening on ::1 port 3493
                                            Feb 14 12:29:20 	upsd 	8379 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:29:20 	upsd 	8379 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:29:20 	upsd 	8379 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 14 12:29:20 	upsd 	8379 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:29:20 	upsd 	9219 	Startup successful
                                            Feb 14 12:29:20 	upsd 	9219 	Can't connect to UPS [asustor] (usbhid-ups-asustor): Connection refused
                                            Feb 14 12:29:21 	upsmon 	13661 	Startup successful
                                            Feb 14 12:29:21 	upsd 	9219 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:29:21 	upsmon 	13937 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:29:21 	upsmon 	13937 	Communications with UPS asustor lost
                                            Feb 14 12:29:23 	upsd 	27918 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:29:23 	upsd 	27918 	listening on ::1 port 3493
                                            Feb 14 12:29:23 	upsd 	27918 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:29:23 	upsd 	27918 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:29:23 	upsd 	27918 	Can't connect to UPS [asustor] (usbhid-ups-asustor): Connection refused
                                            Feb 14 12:29:23 	upsd 	27918 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:29:23 	upsd 	28340 	Startup successful
                                            Feb 14 12:29:23 	usbhid-ups 	28703 	Startup successful
                                            Feb 14 12:29:24 	upsmon 	28984 	Startup successful
                                            Feb 14 12:29:24 	upsd 	28340 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 14 12:29:24 	upsd 	28340 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:29:24 	upsmon 	29260 	UPS asustor on battery
                                            Feb 14 12:29:30 	upsmon 	29260 	Signal 15: exiting
                                            Feb 14 12:29:30 	upsd 	28340 	User local-monitor@127.0.0.1 logged out from UPS [asustor]
                                            Feb 14 12:29:30 	upsd 	28340 	mainloop: Interrupted system call
                                            Feb 14 12:29:30 	upsd 	28340 	Signal 15: exiting
                                            Feb 14 12:29:30 	usbhid-ups 	28703 	Signal 15: exiting
                                            Feb 14 12:29:30 	upsd 	94688 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:29:30 	upsd 	94688 	listening on ::1 port 3493
                                            Feb 14 12:29:30 	upsd 	94688 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:29:30 	upsd 	94688 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:29:30 	upsd 	94688 	Can't connect to UPS [asustor] (usbhid-ups-asustor): No such file or directory
                                            Feb 14 12:29:30 	upsd 	94688 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:29:30 	upsd 	96189 	Startup successful
                                            Feb 14 12:29:31 	upsmon 	8313 	Startup successful
                                            Feb 14 12:29:31 	upsd 	96189 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:29:31 	upsmon 	8341 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:29:31 	upsmon 	8341 	Communications with UPS asustor lost
                                            Feb 14 12:29:33 	upsd 	23386 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:29:33 	upsd 	23386 	listening on ::1 port 3493
                                            Feb 14 12:29:33 	upsd 	23386 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:29:33 	upsd 	23386 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:29:33 	upsd 	23386 	Can't connect to UPS [asustor] (usbhid-ups-asustor): No such file or directory
                                            Feb 14 12:29:33 	upsd 	23386 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:29:33 	upsd 	24104 	Startup successful
                                            Feb 14 12:29:34 	upsmon 	35461 	Startup successful
                                            Feb 14 12:29:34 	upsd 	24104 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:29:34 	upsmon 	35718 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:29:34 	upsmon 	35718 	Communications with UPS asustor lost
                                            Feb 14 12:29:39 	upsmon 	35718 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:29:39 	upsmon 	35718 	UPS asustor is unavailable
                                            Feb 14 12:29:40 	usbhid-ups 	52006 	Startup successful
                                            Feb 14 12:29:40 	upsd 	24104 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 14 12:29:44 	upsmon 	35718 	Communications with UPS asustor established
                                            Feb 14 12:29:44 	upsmon 	35718 	UPS asustor on battery
                                            Feb 14 12:30:24 	upsmon 	35718 	Signal 15: exiting
                                            Feb 14 12:30:24 	upsd 	24104 	User local-monitor@127.0.0.1 logged out from UPS [asustor]
                                            Feb 14 12:30:24 	upsd 	24104 	mainloop: Interrupted system call
                                            Feb 14 12:30:24 	upsd 	24104 	Signal 15: exiting
                                            Feb 14 12:30:24 	usbhid-ups 	52006 	Signal 15: exiting
                                            Feb 14 12:30:24 	upsd 	82503 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:30:24 	upsd 	82503 	listening on ::1 port 3493
                                            Feb 14 12:30:24 	upsd 	82503 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:30:24 	upsd 	82503 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:30:24 	upsd 	82503 	Can't connect to UPS [asustor] (usbhid-ups-asustor): No such file or directory
                                            Feb 14 12:30:24 	upsd 	82503 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:30:24 	upsd 	83576 	Startup successful
                                            Feb 14 12:30:25 	upsmon 	5940 	Startup successful
                                            Feb 14 12:30:25 	upsd 	83576 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:30:25 	upsmon 	6162 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:30:25 	upsmon 	6162 	Communications with UPS asustor lost
                                            Feb 14 12:30:27 	upsd 	8056 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:30:27 	upsd 	8056 	listening on ::1 port 3493
                                            Feb 14 12:30:27 	upsd 	8056 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:30:27 	upsd 	8056 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:30:27 	upsd 	8056 	Can't connect to UPS [asustor] (usbhid-ups-asustor): No such file or directory
                                            Feb 14 12:30:27 	upsd 	8056 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:30:27 	upsd 	8590 	Startup successful
                                            Feb 14 12:30:28 	upsmon 	8990 	Startup successful
                                            Feb 14 12:30:28 	upsd 	8590 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:30:28 	upsmon 	9123 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:30:28 	upsmon 	9123 	Communications with UPS asustor lost
                                            Feb 14 12:30:33 	upsmon 	9123 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:30:33 	upsmon 	9123 	UPS asustor is unavailable
                                            Feb 14 12:30:38 	upsmon 	9123 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:30:39 	usbhid-ups 	59354 	Startup successful
                                            Feb 14 12:30:39 	upsd 	8590 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 14 12:30:44 	upsmon 	9123 	Communications with UPS asustor established
                                            Feb 14 12:30:54 	upsmon 	9123 	Signal 15: exiting
                                            Feb 14 12:30:54 	upsd 	8590 	User local-monitor@127.0.0.1 logged out from UPS [asustor]
                                            Feb 14 12:30:54 	upsd 	8590 	mainloop: Interrupted system call
                                            Feb 14 12:30:54 	upsd 	8590 	Signal 15: exiting
                                            Feb 14 12:30:54 	usbhid-ups 	59354 	Signal 15: exiting
                                            Feb 14 12:30:54 	upsd 	59480 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:30:54 	upsd 	59480 	listening on ::1 port 3493
                                            Feb 14 12:30:54 	upsd 	59480 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:30:54 	upsd 	59480 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:30:54 	upsd 	59480 	Can't connect to UPS [asustor] (usbhid-ups-asustor): No such file or directory
                                            Feb 14 12:30:54 	upsd 	59480 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:30:54 	upsd 	60478 	Startup successful
                                            Feb 14 12:30:55 	upsmon 	83342 	Startup successful
                                            Feb 14 12:30:55 	upsd 	60478 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:30:55 	upsmon 	83669 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:30:55 	upsmon 	83669 	Communications with UPS asustor lost
                                            Feb 14 12:30:57 	upsd 	5973 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:30:57 	upsd 	5973 	listening on ::1 port 3493
                                            Feb 14 12:30:57 	upsd 	5973 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:30:57 	upsd 	5973 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:30:57 	upsd 	5973 	Can't connect to UPS [asustor] (usbhid-ups-asustor): No such file or directory
                                            Feb 14 12:30:57 	upsd 	5973 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:30:57 	upsd 	6118 	Startup successful
                                            Feb 14 12:30:58 	upsmon 	11030 	Startup successful
                                            Feb 14 12:30:58 	upsd 	6118 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:30:58 	upsmon 	11214 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:30:58 	upsmon 	11214 	Communications with UPS asustor lost
                                            Feb 14 12:31:03 	upsmon 	11214 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:31:03 	upsmon 	11214 	UPS asustor is unavailable
                                            Feb 14 12:31:08 	upsmon 	11214 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:31:09 	usbhid-ups 	22013 	Startup successful
                                            Feb 14 12:31:09 	upsd 	6118 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 14 12:31:09 	upsmon 	11214 	Signal 15: exiting
                                            Feb 14 12:31:09 	upsd 	6118 	User local-monitor@127.0.0.1 logged out from UPS [asustor]
                                            Feb 14 12:31:09 	upsd 	6118 	mainloop: Interrupted system call
                                            Feb 14 12:31:09 	upsd 	6118 	Signal 15: exiting
                                            Feb 14 12:31:09 	usbhid-ups 	22013 	Signal 15: exiting
                                            Feb 14 12:31:09 	upsd 	28649 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:31:09 	upsd 	28649 	listening on ::1 port 3493
                                            Feb 14 12:31:09 	upsd 	28649 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:31:09 	upsd 	28649 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:31:09 	upsd 	28649 	Can't connect to UPS [asustor] (usbhid-ups-asustor): No such file or directory
                                            Feb 14 12:31:09 	upsd 	28649 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:31:09 	upsd 	28778 	Startup successful
                                            Feb 14 12:31:10 	upsmon 	39526 	Startup successful
                                            Feb 14 12:31:10 	upsd 	28778 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:31:10 	upsmon 	39743 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:31:10 	upsmon 	39743 	Communications with UPS asustor lost
                                            Feb 14 12:31:11 	usbhid-ups 	70270 	Startup successful
                                            Feb 14 12:31:12 	upsd 	28778 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 14 12:31:12 	upsd 	76065 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:31:12 	upsd 	76065 	listening on ::1 port 3493
                                            Feb 14 12:31:12 	upsd 	76065 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:31:12 	upsd 	76065 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:31:12 	upsd 	76065 	Can't connect to UPS [asustor] (usbhid-ups-asustor): Connection refused
                                            Feb 14 12:31:12 	upsd 	76065 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:31:12 	upsd 	76434 	Startup successful
                                            Feb 14 12:31:13 	upsmon 	80839 	Startup successful
                                            Feb 14 12:31:13 	upsd 	76434 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:31:13 	upsmon 	81172 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:31:13 	upsmon 	81172 	Communications with UPS asustor lost
                                            Feb 14 12:31:14 	usbhid-ups 	85849 	Startup successful
                                            Feb 14 12:31:14 	upsd 	76434 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 14 12:31:18 	upsmon 	81172 	Communications with UPS asustor established
                                            Feb 14 12:34:55 	upsmon 	81172 	Signal 15: exiting
                                            Feb 14 12:34:55 	upsd 	76434 	User local-monitor@127.0.0.1 logged out from UPS [asustor]
                                            Feb 14 12:34:55 	upsd 	76434 	mainloop: Interrupted system call
                                            Feb 14 12:34:55 	upsd 	76434 	Signal 15: exiting
                                            Feb 14 12:34:55 	upsd 	19955 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:34:55 	upsd 	19955 	listening on ::1 port 3493
                                            Feb 14 12:34:55 	upsd 	19955 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:34:55 	upsd 	19955 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:34:55 	upsd 	19955 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 14 12:34:55 	upsd 	19955 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:34:55 	upsd 	21038 	Startup successful
                                            Feb 14 12:34:55 	upsd 	21038 	Can't connect to UPS [asustor] (usbhid-ups-asustor): Connection refused
                                            Feb 14 12:34:56 	upsmon 	27436 	Startup successful
                                            Feb 14 12:34:56 	upsd 	21038 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:34:56 	upsmon 	27469 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:34:56 	upsmon 	27469 	Communications with UPS asustor lost
                                            Feb 14 12:34:58 	upsd 	44878 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:34:58 	upsd 	44878 	listening on ::1 port 3493
                                            Feb 14 12:34:58 	upsd 	44878 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:34:58 	upsd 	44878 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:34:58 	upsd 	44878 	Can't connect to UPS [asustor] (usbhid-ups-asustor): Connection refused
                                            Feb 14 12:34:58 	upsd 	44878 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:34:58 	upsd 	46248 	Startup successful
                                            Feb 14 12:34:59 	upsmon 	77936 	Startup successful
                                            Feb 14 12:34:59 	upsd 	46248 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:34:59 	upsmon 	77986 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:34:59 	upsmon 	77986 	Communications with UPS asustor lost
                                            Feb 14 12:35:04 	upsmon 	77986 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:35:04 	upsmon 	77986 	UPS asustor is unavailable
                                            Feb 14 12:35:05 	usbhid-ups 	2764 	Startup successful
                                            Feb 14 12:35:06 	upsd 	46248 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 14 12:35:09 	upsmon 	77986 	Communications with UPS asustor established
                                            Feb 14 12:35:12 	upsmon 	77986 	Signal 15: exiting
                                            Feb 14 12:35:12 	upsd 	46248 	User local-monitor@127.0.0.1 logged out from UPS [asustor]
                                            Feb 14 12:35:12 	upsd 	46248 	mainloop: Interrupted system call
                                            Feb 14 12:35:12 	upsd 	46248 	Signal 15: exiting
                                            Feb 14 12:35:12 	usbhid-ups 	2764 	Signal 15: exiting
                                            Feb 14 12:35:12 	upsd 	87683 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:35:12 	upsd 	87683 	listening on ::1 port 3493
                                            Feb 14 12:35:12 	upsd 	87683 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:35:12 	upsd 	87683 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:35:12 	upsd 	87683 	Can't connect to UPS [asustor] (usbhid-ups-asustor): No such file or directory
                                            Feb 14 12:35:12 	upsd 	87683 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:35:12 	upsd 	88747 	Startup successful
                                            Feb 14 12:35:13 	upsmon 	95512 	Startup successful
                                            Feb 14 12:35:13 	upsd 	88747 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:35:13 	upsmon 	95709 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:35:13 	upsmon 	95709 	Communications with UPS asustor lost
                                            Feb 14 12:35:15 	upsd 	10318 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:35:15 	upsd 	10318 	listening on ::1 port 3493
                                            Feb 14 12:35:15 	upsd 	10318 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:35:15 	upsd 	10318 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:35:15 	upsd 	10318 	Can't connect to UPS [asustor] (usbhid-ups-asustor): No such file or directory
                                            Feb 14 12:35:15 	upsd 	10318 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:35:15 	upsd 	10692 	Startup successful
                                            Feb 14 12:35:16 	upsmon 	18330 	Startup successful
                                            Feb 14 12:35:16 	upsd 	10692 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:35:16 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:35:16 	upsmon 	18582 	Communications with UPS asustor lost
                                            Feb 14 12:35:21 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:35:21 	upsmon 	18582 	UPS asustor is unavailable
                                            Feb 14 12:35:26 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:35:31 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:35:36 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:35:41 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:35:47 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:35:52 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:35:57 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:36:02 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:36:07 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:36:12 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:36:17 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:36:22 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:36:27 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:36:32 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:36:37 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:36:42 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:36:47 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:36:52 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:36:57 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:37:02 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:37:07 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:37:12 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:37:17 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:37:22 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:37:28 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:37:33 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:37:38 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:37:43 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:37:48 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:37:53 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:37:58 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:03 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:08 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:13 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:18 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:23 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:28 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:33 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:38 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:43 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:49 	upsmon 	18582 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:53 	upsmon 	18582 	Signal 15: exiting
                                            Feb 14 12:38:53 	upsd 	10692 	User local-monitor@127.0.0.1 logged out from UPS [asustor]
                                            Feb 14 12:38:53 	upsd 	10692 	mainloop: Interrupted system call
                                            Feb 14 12:38:53 	upsd 	10692 	Signal 15: exiting
                                            Feb 14 12:38:53 	upsd 	44381 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:38:53 	upsd 	44381 	listening on ::1 port 3493
                                            Feb 14 12:38:53 	upsd 	44381 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:38:53 	upsd 	44381 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:38:53 	upsd 	44381 	Can't connect to UPS [asustor] (usbhid-ups-asustor): No such file or directory
                                            Feb 14 12:38:53 	upsd 	44381 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:38:53 	upsd 	45560 	Startup successful
                                            Feb 14 12:38:54 	upsmon 	50001 	Startup successful
                                            Feb 14 12:38:54 	upsd 	45560 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:38:54 	upsmon 	50095 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:54 	upsmon 	50095 	Communications with UPS asustor lost
                                            Feb 14 12:38:56 	upsd 	66496 	listening on 127.0.0.1 port 3493
                                            Feb 14 12:38:56 	upsd 	66496 	listening on ::1 port 3493
                                            Feb 14 12:38:56 	upsd 	66496 	listening on 192.168.x.1 port 3493
                                            Feb 14 12:38:56 	upsd 	66496 	listening on 10.x.x.1 port 3493
                                            Feb 14 12:38:56 	upsd 	66496 	Can't connect to UPS [asustor] (usbhid-ups-asustor): No such file or directory
                                            Feb 14 12:38:56 	upsd 	66496 	Found 1 UPS defined in ups.conf
                                            Feb 14 12:38:56 	upsd 	67052 	Startup successful
                                            Feb 14 12:38:57 	upsmon 	68081 	Startup successful
                                            Feb 14 12:38:57 	upsd 	67052 	User local-monitor@127.0.0.1 logged into UPS [asustor]
                                            Feb 14 12:38:57 	upsmon 	68189 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:38:57 	upsmon 	68189 	Communications with UPS asustor lost
                                            Feb 14 12:39:02 	upsmon 	68189 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:39:02 	upsmon 	68189 	UPS asustor is unavailable
                                            Feb 14 12:39:07 	upsmon 	68189 	Poll UPS [asustor] failed - Driver not connected
                                            Feb 14 12:39:08 	usbhid-ups 	3654 	Startup successful
                                            Feb 14 12:39:09 	upsd 	67052 	Connected to UPS [asustor]: usbhid-ups-asustor
                                            Feb 14 12:39:12 	upsmon 	68189 	Communications with UPS asustor established
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.