search for: delay

Displaying 20 results from an estimated 14478 matches for "delay".

2019 Mar 26
0
[PATCH nbdkit v4 06/15] delay: Allow block status (extents) requests to be separately delayed.
--- filters/delay/nbdkit-delay-filter.pod | 8 ++++++++ filters/delay/delay.c | 26 ++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/filters/delay/nbdkit-delay-filter.pod b/filters/delay/nbdkit-delay-filter.pod index c2eb172..2e2ac74 100644 --- a/filters/delay/nbdkit-delay-...
2011 Oct 03
2
patch: Replace many usleep and some sleep calls with nanosleep
...lients/upssched.c 2011-05-31 13:36:47.000000000 +0300 +++ b/clients/upssched.c 2011-08-17 00:40:17.000000000 +0300 @@ -652,7 +652,7 @@ static int check_parent(const char *cmd, unlink(lockfn); /* give the other one a chance to start it, then try again */ - usleep(250000); + struct timespec delay = {0, 250e6}; nanosleep(&delay, NULL); } upslog_with_errno(LOG_ERR, "Failed to connect to parent and failed to create parent"); @@ -705,7 +705,7 @@ static void sendcmd(const char *cmd, con if (pipefd == PARENT_STARTED) { /* loop back and try to connect now */ - usleep...
2006 Apr 05
5
BUG: soft lockup detected on CPU#0!
BUG: soft lockup detected on CPU#0! Pid: 17178, comm: xvd 275 fd:86 EIP: 0061:[<c0133b65>] CPU: 1 EIP is at kthread_should_stop+0x15/0x20 EFLAGS: 00000246 Not tainted (2.6.16-xen0 #1) EAX: 00000001 EBX: 00000000 ECX: c05431b4 EDX: 00000000 ESI: 00000000 EDI: cc7b143c EBP: c5f11f98 DS: 007b ES: 007b CR0: 8005003b CR2: 090a8928 CR3: 0635f000 CR4: 00000660 [<c0387bd5>]
2014 Jan 22
2
NIC Throwing errors I dont understand
...throwing some messages and stops responding. Restarting networking doesn't work and also just bringing down eth1 with 'ifdown' doesn't fix it. I have never seen anything like these messages: eth1: no IPv6 routers present r8169 0000:03:00.0: eth1: rtl_counters_cond == 1 (loop: 1000, delay: 10). r8169 0000:03:00.0: eth1: rtl_chipcmd_cond == 1 (loop: 100, delay: 100). r8169 0000:03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25). r8169 0000:03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25). r8169 0000:03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25). r8169 0000:03...
2015 Mar 11
0
nutdrv_atcl_usb
...hould generete the log we are after): nutdrv_qx -a ups -DDDDD >> /path/to/my/precious/log 2>&1 And keep it running all the time till the tests are over. - terminal #2 - as root: upsd -D This one too is expected to be kept alive all the time. - terminal #3: # shutdown.stayoff with ups.delay.shutdown set to 30 seconds; upsrw -s ups.delay.shutdown=30 -u <username> -p <password> ups upscmd -u <username> -p <password> ups shutdown.stayoff # shutdown.stayoff with ups.delay.shutdown set to 60 seconds; upsrw -s ups.delay.shutdown=60 -u <username> -p <passwor...
2008 May 13
1
deliver exits with status 89 on some but not all mails of a batch
...FF: from=<zz at company.net>, size=1613090, nrcpt=31 (queue active) May 13 17:58:33 mail1 postfix/smtpd[28164]: disconnect from unknown[192.168.0.103] May 13 17:58:33 mail1 postfix/pipe[28169]: 1D6508FD93FF: to=<xy at city.company.net>, orig_to=<xy at company.net>, relay=dovecot, delay=1.9, delays=1.5/0/0/0.35, dsn=2.0.0, status=sent (delivered via dovecot service) May 13 17:58:33 mail1 postfix/pipe[28299]: 1D6508FD93FF: to=<xy at city.company.net>, orig_to=<xy at company.net>, relay=dovecot, delay=1.9, delays=1.5/0.02/0/0.34, dsn=2.0.0, status=sent (delivered via do...
2019 Jul 26
1
[nbdkit PATCH] delay: Avoid numeric overflow
Attempting delay-read=1000 results in no delay whatsoever: 1000 seconds, scaled to milliseconds, stored in int, then subjected to .tv_nsec = (ms * 1000000) % 1000000000 results in .tv_nsec being set to 567587328 thanks to 32-bit overflow, but that in turn results in instant EINVAL failure of nanosleep(). F...
2015 Mar 11
2
nutdrv_atcl_usb
...0001:0000' (as root)? > > > > > > So far, so good! > However, I need a little more testing before I can merge this into master. > > If possible, I'd like you to test and report back the logs (still with > a debug level of 5) of: > - shutdown.stayoff with ups.delay.shutdown set to 30 seconds; > - shutdown.stayoff with ups.delay.shutdown set to 60 seconds; > - shutdown.return with ups.delay.shutdown set to 30 seconds and > ups.delay.start set to 60 seconds; > - shutdown.return with ups.delay.shutdown set to 30 seconds and > ups.delay.start set t...
2023 Nov 22
1
APC Modbus support is finally here!
...tate: quiet > driver.version: 2.8.1 > driver.version.internal: 0.71 > input.frequency: 60.0 > input.voltage: 224.7 > output.current: 0.00 > output.frequency: 60.0 > output.voltage: 207.6 > output.voltage.nominal: 208 > power.percent: 0.0 > ups.date: 2023-11-22 > ups.delay.shutdown: 0 > ups.delay.start: 0 > ups.firmware: UPS 15.5 > ups.firmware.aux: 00.5 > ups.id: APC UPS > ups.load: 0.0 > ups.mfr: APC > ups.mfr.date: 2020-08-10 > ups.model: Smart-UPS SRT 3000 > ups.power.nominal: 3000 > ups.realpower.nominal: 2700.0 > ups.serial:...
2023 Nov 22
1
APC Modbus support is finally here!
...tate: quiet > driver.version: 2.8.1 > driver.version.internal: 0.71 > input.frequency: 60.0 > input.voltage: 224.7 > output.current: 0.00 > output.frequency: 60.0 > output.voltage: 207.6 > output.voltage.nominal: 208 > power.percent: 0.0 > ups.date: 2023-11-22 > ups.delay.shutdown: 0 > ups.delay.start: 0 > ups.firmware: UPS 15.5 > ups.firmware.aux: 00.5 > ups.id: APC UPS > ups.load: 0.0 > ups.mfr: APC > ups.mfr.date: 2020-08-10 > ups.model: Smart-UPS SRT 3000 > ups.power.nominal: 3000 > ups.realpower.nominal: 2700.0 > ups.serial:...
2023 Nov 24
1
APC Modbus support is finally here!
...gt;> driver.version.internal: 0.71 >> input.frequency: 60.0 >> input.voltage: 224.7 >> output.current: 0.00 >> output.frequency: 60.0 >> output.voltage: 207.6 >> output.voltage.nominal: 208 >> power.percent: 0.0 >> ups.date: 2023-11-22 >> ups.delay.shutdown: 0 >> ups.delay.start: 0 >> ups.firmware: UPS 15.5 >> ups.firmware.aux: 00.5 >> ups.id: APC UPS >> ups.load: 0.0 >> ups.mfr: APC >> ups.mfr.date: 2020-08-10 >> ups.model: Smart-UPS SRT 3000 >> ups.power.nominal: 3000 >> ups.rea...
2023 Nov 24
1
APC Modbus support is finally here!
...gt;> driver.version.internal: 0.71 >> input.frequency: 60.0 >> input.voltage: 224.7 >> output.current: 0.00 >> output.frequency: 60.0 >> output.voltage: 207.6 >> output.voltage.nominal: 208 >> power.percent: 0.0 >> ups.date: 2023-11-22 >> ups.delay.shutdown: 0 >> ups.delay.start: 0 >> ups.firmware: UPS 15.5 >> ups.firmware.aux: 00.5 >> ups.id: APC UPS >> ups.load: 0.0 >> ups.mfr: APC >> ups.mfr.date: 2020-08-10 >> ups.model: Smart-UPS SRT 3000 >> ups.power.nominal: 3000 >> ups.rea...
2018 Jan 17
0
[PATCH 9/9] filters: Move rdelay/wdelay from file plugin to new delay filter.
Previously the file plugin supported ‘rdelay’ and ‘wdelay’ parameters for injecting delays (for testing) into read and write requests. This moves the functionality to a new delay filter so that it can be used with any plugin. --- TODO | 3 - configure.ac | 1 + filters/Makefile.a...
2023 Nov 22
1
APC Modbus support is finally here!
...: localhost driver.parameter.synchronous: auto driver.state: quiet driver.version: 2.8.1 driver.version.internal: 0.71 input.frequency: 60.0 input.voltage: 224.7 output.current: 0.00 output.frequency: 60.0 output.voltage: 207.6 output.voltage.nominal: 208 power.percent: 0.0 ups.date: 2023-11-22 ups.delay.shutdown: 0 ups.delay.start: 0 ups.firmware: UPS 15.5 ups.firmware.aux: 00.5 ups.id: APC UPS ups.load: 0.0 ups.mfr: APC ups.mfr.date: 2020-08-10 ups.model: Smart-UPS SRT 3000 ups.power.nominal: 3000 ups.realpower.nominal: 2700.0 ups.serial: AS2032296523 ups.status: OL ups.temperature: 27.0 ups.t...
2023 Nov 22
1
APC Modbus support is finally here!
...: localhost driver.parameter.synchronous: auto driver.state: quiet driver.version: 2.8.1 driver.version.internal: 0.71 input.frequency: 60.0 input.voltage: 224.7 output.current: 0.00 output.frequency: 60.0 output.voltage: 207.6 output.voltage.nominal: 208 power.percent: 0.0 ups.date: 2023-11-22 ups.delay.shutdown: 0 ups.delay.start: 0 ups.firmware: UPS 15.5 ups.firmware.aux: 00.5 ups.id: APC UPS ups.load: 0.0 ups.mfr: APC ups.mfr.date: 2020-08-10 ups.model: Smart-UPS SRT 3000 ups.power.nominal: 3000 ups.realpower.nominal: 2700.0 ups.serial: AS2032296523 ups.status: OL ups.temperature: 27.0 ups.t...
2023 Nov 18
1
APC Modbus support is finally here!
Got an update for APC Modbus users: a new PR is waiting for real-life testing for settable variables and instant commands support. https://github.com/networkupstools/nut/pull/2184 As before, a custom build of libmodbus may be needed for USB support (detailed in the earlier PR), but Serial and TCP may already be well served by a distro near you! Jim On Sun, Oct 22, 2023, 01:08 Jim Klimov
2023 Nov 18
1
APC Modbus support is finally here!
Got an update for APC Modbus users: a new PR is waiting for real-life testing for settable variables and instant commands support. https://github.com/networkupstools/nut/pull/2184 As before, a custom build of libmodbus may be needed for USB support (detailed in the earlier PR), but Serial and TCP may already be well served by a distro near you! Jim On Sun, Oct 22, 2023, 01:08 Jim Klimov
2009 Jun 30
3
Delays estimation in Speex algorithms
Speex tells me that the decoder is always 5 ms, but it says that the encoder is 5 ms for NB, 8.9375 ms for WB, and 10.90625 ms for UWB. Is there an extra frame of delay in the encoder that isn't otherwise accounted for? John Ridges Jean-Marc Valin wrote: > Quoting John Ridges <jridges at masque.com>: > >> I also need to know the precise delays from Speex but I used the >> SPEEX_GET_LOOKAHEAD control requests to determine them (plu...
2007 Jan 27
2
Meaning of ups.delay.*
Hi all! As I'm currently porting the HP PowerTrust driver from nut-1.4.3, I have a question regarding ups.delay.*. The PTs can delay the Shutdown/Restart and Kill commands by an arbitrary number of seconds, i.e. they wait for n seconds and then shutdown or kill. The delay for the restart after the shutdown can't be changed. Which of the ups.delay.* variables correspond to these values? Regards, Jakob H...
2007 Jan 27
2
Meaning of ups.delay.*
Hi all! As I'm currently porting the HP PowerTrust driver from nut-1.4.3, I have a question regarding ups.delay.*. The PTs can delay the Shutdown/Restart and Kill commands by an arbitrary number of seconds, i.e. they wait for n seconds and then shutdown or kill. The delay for the restart after the shutdown can't be changed. Which of the ups.delay.* variables correspond to these values? Regards, Jakob H...