search for: 17560

Displaying 15 results from an estimated 15 matches for "17560".

Did you mean: 1560
2011 Mar 09
0
VennDiagram Bugs
...ves all of them around. Why is that ? Also, I have some real data I'm working on, where X, Y, Z are vectors of numbers. It has an error with an unhelpful error message. Can it be fixed ? > summary(X) Min. 1st Qu. Median Mean 3rd Qu. Max. 1 3706 8340 8488 13070 17560 > summary(Y) Min. 1st Qu. Median Mean 3rd Qu. Max. 219 4740 9815 9394 13550 17560 > summary(Z) Min. 1st Qu. Median Mean 3rd Qu. Max. 2184 4076 6266 5749 7940 8280 > venn.diagram(list(A = X, B = Y, C = Z),"crash.tiff") Er...
2016 Sep 10
0
How to get started (Windows)
...oth > 'upsmon' and 'upsd.') Something is wrong here. Is the daemon upsd running? On a Unix/Linux system, the command ps aux | grep ups gives the report upsd 3196 0.0 0.0 13228 880 ? Ss ao?t30 2:14 /usr/lib/ups/driver/usbhid-ups -a Eaton-66781 upsd 3200 0.0 0.0 17560 736 ? Ss ao?t30 0:49 /usr/sbin/upsd -u upsd root 3203 0.0 0.0 19432 664 ? Ss ao?t30 0:00 /usr/sbin/upsmon upsd 3204 0.0 0.0 19856 1612 ? S ao?t30 0:41 /usr/sbin/upsmon I don't have any Windows boxes, but I guess there is a similar command on Windows. What does it show?...
2019 Jul 03
1
Warning: Failed to do incremental sync
...ovecot-uidlist: Duplicate file entry at line 26397: 1562173159.M215923P17350.mxp,S=2290,W=2339 (uid 143128 -> 143142) Warning: Failed to do incremental sync for mailbox Sent Messages, retry with a full sync (Modseq 1766 no longer in transaction log (highest=17617, last_common_uid=17559, nextuid=17560)) Warning: Failed to do incremental sync for mailbox INBOX, retry with a full sync (Modseq 2540 no longer in transaction log (highest=13870, last_common_uid=19912, nextuid=19913)) I guess dovecot automatically tries a full replication because eventually the messages get pushed and "sync fa...
2006 May 31
1
ActiveRecord: When / where to validate data? Tricky question
First of all, thanks for you time. I have kind of a tricky question and wanted to see what you guys thought. ------------------------------------------- Lets say I have this: ------------------------------------------- class Purchase < ActiveRecord::Base validates_numericality_of :some_number, :only_integer => true end ------------------------------------------- Then I do this:
2016 Sep 08
2
How to get started (Windows)
Thank you VERY much, Roger, for your detailed explanations. I'm going to choose to heed your warning. > On Thu, 8 Sep 2016, Jeff Bowman wrote: > > > 1. CLI error: I get an error when running ?upsdrvctl start?: ?Can't > > claim USB device [051d:0003]: libusb0-dll:err [claim_interface] could not > claim interface 0, win error: The requested resource is in use.? The
2011 Dec 15
0
Asterisk 1.8.8.0 Now Available
.... (Closes issue ASTERISK-18340. Reported by: Thomas Arimont. Closes issue ASTERISK-17725. Reported by: kwk. Tested by: twilson, jrose) * Fix crashes in ast_rtcp_write() (Closes issue ASTERISK-18570) Related issues that look like they are the same problem: (Issue ASTERISK-17560, ASTERISK-15406, ASTERISK-15257, ASTERISK-13334, ASTERISK-9977, ASTERISK-9716) Review: https://reviewboard.asterisk.org/r/1444/ Patched by: Russell Bryant * Fix for incorrect voicemail duration in external notifications. This patch fixes an issue where the voicemail duration w...
2011 Dec 15
0
Asterisk 1.8.8.0 Now Available
.... (Closes issue ASTERISK-18340. Reported by: Thomas Arimont. Closes issue ASTERISK-17725. Reported by: kwk. Tested by: twilson, jrose) * Fix crashes in ast_rtcp_write() (Closes issue ASTERISK-18570) Related issues that look like they are the same problem: (Issue ASTERISK-17560, ASTERISK-15406, ASTERISK-15257, ASTERISK-13334, ASTERISK-9977, ASTERISK-9716) Review: https://reviewboard.asterisk.org/r/1444/ Patched by: Russell Bryant * Fix for incorrect voicemail duration in external notifications. This patch fixes an issue where the voicemail duration w...
2017 Apr 02
0
Heartbeat validation of NUT integrity
...ning. Command ps aux | grep ups should show something like upsd 14785 0.0 0.0 13228 652 ? Ss 22:48 0:00 /usr/lib/ups/driver/usbhid-ups -a myups upsd 14787 0.0 0.0 19624 704 ? Ss 22:48 0:00 /usr/lib/ups/driver/dummy-ups -a heartbeat upsd 14791 0.0 0.0 17560 744 ? Ss 22:48 0:00 /usr/sbin/upsd -u upsd root 14794 0.0 0.0 19432 664 ? Ss 22:48 0:00 /usr/sbin/upsmon upsd 14795 0.0 0.0 19856 1616 ? S 22:48 0:00 /usr/sbin/upsmon upsd 14845 0.0 0.0 6408 448 ? S 22:53 0:00 /usr/sbin/upss...
2019 Apr 26
1
Error in glm(..., family=quasi(..., variance=list(...)))
In a glm() call using a quasi() family, one may define a custom variance function in the form of a "list containing components varfun, validmu, dev.resids, initialize and name" (quoting the help page for family). In trying to do so, I run into the following issue that I have not seen discussed previously: x <- runif(1000, min=0, max=1) y <- x + rnorm(1000, mean=0, sd=1)*x^(3/4)
2019 Jul 05
0
R 3.6.1 is released
...kage installation via menuInstallPkgs() works again, thanks to Len Weil's and Duncan Murdoch's PR#17556. * R CMD check on data() fixing PR#17558 thanks to Duncan Murdoch. * quasi(*, variance = list(..)) now works more efficiently, and should work in all cases fixing PR#17560. Further, quasi(var = mu(1-mu)) and quasi(var = "mu ^ 3") now work, and quasi(variance = "log(mu)") now gives a correct error message. * Creation of lazy loading database during package installation is again robust to Rprofile changing the current working...
2019 Jul 05
0
R 3.6.1 is released
...kage installation via menuInstallPkgs() works again, thanks to Len Weil's and Duncan Murdoch's PR#17556. * R CMD check on data() fixing PR#17558 thanks to Duncan Murdoch. * quasi(*, variance = list(..)) now works more efficiently, and should work in all cases fixing PR#17560. Further, quasi(var = mu(1-mu)) and quasi(var = "mu ^ 3") now work, and quasi(variance = "log(mu)") now gives a correct error message. * Creation of lazy loading database during package installation is again robust to Rprofile changing the current working...
2019 Jul 05
0
R 3.6.1 is released
...kage installation via menuInstallPkgs() works again, thanks to Len Weil's and Duncan Murdoch's PR#17556. * R CMD check on data() fixing PR#17558 thanks to Duncan Murdoch. * quasi(*, variance = list(..)) now works more efficiently, and should work in all cases fixing PR#17560. Further, quasi(var = mu(1-mu)) and quasi(var = "mu ^ 3") now work, and quasi(variance = "log(mu)") now gives a correct error message. * Creation of lazy loading database during package installation is again robust to Rprofile changing the current working...
2007 May 10
1
Cutted audio or 2/3s blanks on EuroISDN - Asterisk1.4
Your Zap conf files would be helpful. Zttest results? Cat /proc/interrupts. Sharing interrupts? Any funky error in the logs? Thanks, Steve Totaro http://www.asteriskhelpdesk.com > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Administrator TOOTAI > Sent: Thursday, May 10, 2007 6:24 AM
2013 May 03
7
Dovecot Postfix Quota Policy Service
...log for more information.; from=<absender at googlemail.com> to=<daniel at dlutt.de> proto=ESMTP helo=<mail-ie0-x230.google.com> May 3 22:00:42 mail postfix/smtpd[17463]: disconnect from mail-ie0-x230.google.com[2607:f8b0:4001:c03::230] May 3 22:00:53 mail postfix/postfix-script[17560]: stopping the Postfix mail system May 3 22:00:53 mail postfix/master[17425]: terminating on signal 15 May 3 22:02:51 mail dovecot: master: Warning: Killed with signal 15 (by pid=17681 uid=0 code=kill) Das Problem tritt mit dem unix_listener, aber auch mit dem inet_listener auf - beide Male bes...
2016 Sep 11
4
How to get started (Windows)
...d 'upsd.') > > Something is wrong here. Is the daemon upsd running? On a Unix/Linux > system, the command ps aux | grep ups gives the report > > upsd 3196 0.0 0.0 13228 880 ? Ss ao?t30 2:14 /usr/lib/ups/driver/usbhid-ups -a Eaton-66781 > upsd 3200 0.0 0.0 17560 736 ? Ss ao?t30 0:49 /usr/sbin/upsd -u upsd > root 3203 0.0 0.0 19432 664 ? Ss ao?t30 0:00 /usr/sbin/upsmon > upsd 3204 0.0 0.0 19856 1612 ? S ao?t30 0:41 /usr/sbin/upsmon > > I don't have any Windows boxes, but I guess there is a similar command on > Windo...