search for: dumpdone

Displaying 8 results from an estimated 8 matches for "dumpdone".

2006 Nov 19
1
Spurious messages on start
I think I have found a way to deal with the issue of the spurious message on startup of NUT. Before implementing it, I would like to see what the other developers think of this idea. My proposal is not to wait for DUMPDONE in the startup of upsd for a duration of MAXINIT seconds, but rather to send the fake "INIT" status in response to a ups.status request. As soon as DUMPDONE hits, or MAXINIT seconds since the start of upsd have elapsed, we report to this request as usual. By doing so, we avoid blocking th...
2018 Feb 04
0
No answer from upsrw <ups name> command
...gt; ADDCMD beeper.toggle > ADDCMD load.off > ADDCMD load.on > ADDCMD shutdown.return > ADDCMD shutdown.stayoff > ADDCMD shutdown.stop > ADDCMD test.battery.start > ADDCMD test.battery.start.deep > ADDCMD test.battery.start.quick > ADDCMD test.battery.stop > DATAOK > DUMPDONE > > It even reports some RW variables, but as i understand from driver debug message they are built in into driver: > > 2536.209109 setvar(ups.delay.start, 100) > > 2536.209134 setvar: setting server side variable ups.delay.start > > 2536.209149 setvar: SUCCEED &gt...
2006 Nov 16
2
Re: [nut-commits] svn commit r585 - in trunk: . conf server
...Nov 16 21:16:40 2006 > New Revision: 585 > > Modified: > trunk/ChangeLog > trunk/conf/upsd.conf.sample > trunk/server/conf.c > trunk/server/upsd.c > trunk/server/upsd.h > Log: > upsd: add MAXINIT parameter to upsd.conf to make the time upsd waits for the DUMPDONE to complete configurable > ... a good thing. thanks Arjen. You should also take a look at the JD-NewConf branch, since it deals with the new configuration format and will need a similar bur adapted patch. btw, this branch is scheduled for merge into the trunk. test and help for merging welcom...
2006 Jan 27
0
Suspend-to-disk & NUT (solved!)
...ouble elapsed; > > /* an unconnected ups is always dead */ > if (ups->sock_fd == -1) > return 1; /* dead */ > > time(&now); > > /* ignore DATAOK/DATASTALE unless the dump is done */ > if (ups->dumpdone) > if (!ups->data_ok) > return 1; /* dead */ > > elapsed = difftime(now, ups->last_heard); > if (elapsed > maxage) > return 1; /* dead */ Oops, there it is! Unless the suspend-to-disk a...
2017 Jan 19
1
PowerWalker VFI 2000 RT LCD
...uot; 0.228466 send_to_one: SETINFO ups.model "USB UPS " 0.228473 send_to_one: SETINFO ups.productid "0005" 0.228481 send_to_one: SETINFO ups.status "OB" 0.228484 send_to_one: SETINFO ups.vendorid "06da" 0.228490 send_to_one: DATAOK 0.228494 send_to_one: DUMPDONE 2.064395 upsdrv_updateinfo... 2.064412 Not using interrupt pipe... 2.064417 Quick update... 4.066426 upsdrv_updateinfo... 4.066433 Not using interrupt pipe... 4.066435 Quick update... 6.068457 upsdrv_updateinfo... 6.068464 Not using interrupt pipe... 6.068466 Quick update... 8.070504 upsd...
2018 Jan 07
2
No answer from upsrw <ups name> command
2011 May 01
2
nut problem on boot/restart
...send_to_one: ADDCMD shutdown.stop? ?5.839146 send_to_one: ADDCMD test.battery.start? ?5.839153 send_to_one: ADDCMD test.battery.start.deep? ?5.839160 send_to_one: ADDCMD test.battery.start.quick? ?5.839169 send_to_one: ADDCMD test.battery.stop? ?5.839176 send_to_one: DATAOK? ?5.839183 send_to_one: DUMPDONE? ?6.117135 send: Q1? ?6.483450 read: (230.7 231.1 230.7 019 50.1 13.5 25.0 00001001? ?6.483481 send_to_all: SETINFO output.voltage "230.7"? ?8.119240 send: Q1? ?8.467467 read: (230.7 231.1 230.7 019 50.1 13.5 25.0 00001001? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?...
2012 Jan 17
5
bestfortress driver establishes/loses/establishes communication and so on...
[As posted as Ubuntu Question #184284 on Launchpad] Hi, I try to set up nut (2.4.3) on my Lucid (10.04.3 LTS) to make use of my old but very trusty UPS (Best Power Fortress 660 LI). Yes, this UPS is old (about 16 years), but with its third battery pack last week it is as good as new. It runs perfectly well with Windows XP, Vista and even Windows 7. But not so with Ubuntu and nut. After