search for: 25200

Displaying 20 results from an estimated 51 matches for "25200".

Did you mean: 2200
2008 Dec 04
1
xspline, graphical parameters and MAXNUMPTS
Hello, I am having two difficulties with xspline: 1) Passing lty=2 (via ...) appears to have no effect 2) Apparently depending on the current plot axes, I may or may not get the failure: add_point - reached MAXNUMPTS (25200) This happens both on Linux/R 2.8.0 (details below) and Windows Vista/R 2.8.0 patched (2008-10-21 r46766) Simplest case: plot(c(0,1),c(0,1)) xspline(c(0,1),c(0,1)) # failure MAXNUMPTS xspline(c(0,0.5,1),c(0,1,0),border=2,lty=2) # OK-ish, red, but no dashes More complex case: x <- c(...
2011 Dec 12
1
Creating appropriate time axis for data
...a text file and utilize the 'time_to_sec()' function of the database to convert the human readable time (HH:MM:SS) to seconds so that I can use R to do analysis and create charts of the data. I do not need or use days or dates in the data, and the data range is from 07:00:00 to 18:00:00 or 25200-64800 seconds. However when I visualize the data in charts I do not want a scale that runs from 25200-64800 seconds, but rather in the HH:MM:SS format. Is there a relatively straight-forward and easy to use way to do this? Thanks, Tony
2011 Dec 12
1
Help with charting time in seconds as HH:MM:SS on charts
...a text file and utilize the 'time_to_sec()' function of the database to convert the human readable time (HH:MM:SS) to seconds so that I can use R to do analysis and create charts of the data. I do not need or use days or dates in the data, and the data range is from 07:00:00 to 18:00:00 or 25200-64800 seconds. However when I visualize the data in charts I do not want a scale that runs from 25200-64800 seconds, but rather in the HH:MM:SS format. Is there a relatively straight-forward and easy to use way to do this? Thanks, Tony
2007 Feb 07
3
tzdata
I read a few days back on the list where the tzdata rpm was to take care of the new DST rules. I run CentOS 3 servers, and did a 'yum update tzdata' , but received a 2006a update of the rpm. Is this proper? It sure didn't fix anything. Thanks Steve Campbell campbell at cnpapers.com Charleston Newspapers
2013 Dec 15
3
Why doesn't Asterisk try to prevent transcoding
Let's say I have two devices configured and the follow call scenarios occur. [100] disallow=all allow=g722&ulaw Polycom phone with g722,ulaw,alaw,g729 [101] disallow=all allow=ulaw Polycom phone with g722,ulaw,alaw,g729 101 dials 100 -> ulaw to ulaw is chosen 100 dials 101 -> g722 to ulaw is chosen Ideally when 100 dials 101 ulaw would be chosen since it is the common format.
2016 Apr 13
5
antispam plugin, pipe backend, how to make it work?
tweaked the wrapper script to make it work. It seems like the sa-learn call silently fails: "/usr/local/bin/sa-learn-pipe.sh" 10L, 350C geschrieben root at vm10:/etc/dovecot/conf.d# cat /tmp/sa-learn-pipe.log starting log 25200-start (--username=johannes at rohr.org --spam) libgcc_s.so.1 must be installed for pthread_cancel to work 25200-end Does the above error message have anything to do with it? Running the script & sa-learn manually works fine. do virtual users change something how dovecot calls programs, such...
2006 Oct 17
2
[PATCH] as fixes for Solaris
# HG changeset patch # User john.levon@sun.com # Date 1161090418 25200 # Node ID 8dcda57ee98a51ce528982a5f5d848e09584d08a # Parent dff351e52952cc08be67ee5c7173c2c83167c15b On sysv platforms, gas defaults ''/'' to a comment character. Pass in the right option to disable this behaviour, so Xen''s semantics of "divide" apply. Signed-of...
2010 Nov 04
1
Memory Management under Linux
...20  1.5     786432  6.0   781384  6.0 INCREASING THE R MEMORY FOLLOWING THE INSTRUCTION IN  ?Memory I started R with: R --min-vsize=10M --max-vsize=4G --min-nsize=500k --max-nsize=900M > gc()          used (Mb) gc trigger (Mb) limit (Mb) max used (Mb) Ncells 130433  3.5     500000 13.4      25200   500000 13.4 Vcells  81138  0.7    1310720 10.0         NA   499143  3.9 It increased but not so much!  Please, please let me know.  I have read all r-help about this matter, but not solution. Thanks for your attention! Ricardo [[alternative HTML version deleted]]
2010 Nov 05
1
improve R memory under linux
...5920  1.5     786432  6.0   781384  6.0 INCREASING THE R MEMORY FOLLOWING THE INSTRUCTION IN  ?Memory I started R with: R --min-vsize=10M --max-vsize=4G --min-nsize=500k --max-nsize=900M > gc()          used (Mb) gc trigger (Mb) limit (Mb) max used (Mb) Ncells 130433  3.5     500000 13.4      25200   500000 13.4 Vcells  81138  0.7    1310720 10.0         NA   499143  3.9 It increased but not so much! Please, please let me know.  I have read all r-help about this matter, but not solution. Thanks for your attention! Ricardo [[alternative HTML version deleted]]
2008 Jan 14
2
Need help with xspline error message in R 2.6.1 on Windows XP
I am attempting to generate a series of plots with cubic B-Splines and the code I am using is generating the following error message that I have been unable to resolve. Error in grid.Call.graphics("L_xspline", x$x, x$y, x$shape, x$open, x$arrow, : add_point - reached MAXNUMPTS (25200) This is the code that generates this error. plot.results <- function(dfn) { dt <- read.table(dfn) shp <- rep(1, as.numeric(length(dt$year))) shp[1] <- shp[as.numeric(length(dt$year))] <- 0 grid.rect() pushViewport(plotViewport(c(5.1, 4.1, 4.1, 2.1))) pushViewport(dataViewpor...
2010 Nov 05
1
R memory allocation in Linux
...5920  1.5     786432  6.0   781384  6.0 INCREASING THE R MEMORY FOLLOWING THE INSTRUCTION IN  ?Memory I started R with: R --min-vsize=10M --max-vsize=4G --min-nsize=500k --max-nsize=900M > gc()          used (Mb) gc trigger (Mb) limit (Mb) max used (Mb) Ncells 130433  3.5     500000 13.4      25200   500000 13.4 Vcells  81138  0.7    1310720 10.0         NA   499143  3.9 It increased but not so much! Please, please let me know.  I have read all r-help about this matter, but not solution. Thanks for your attention! Ricardo [[alternative HTML version deleted]]
2003 May 22
1
Continued: Join domain OK, but domain not found after reboot
...===== [2003/05/21 22:49:11, 3] smbd/oplock.c:init_oplocks(1214) open_oplock_ipc: opening loopback UDP socket. [2003/05/21 22:49:11, 3] smbd/oplock.c:init_oplocks(1245) open_oplock ipc: pid = 6195, global_oplock_port = 32818 [2003/05/21 22:49:11, 4] lib/time.c:get_serverzone(122) Serverzone is 25200 [2003/05/21 22:49:11, 3] lib/access.c:check_access(314) check_access: no hostnames in host allow/deny list. [2003/05/21 22:49:11, 2] lib/access.c:check_access(325) Allowed connection from (192.168.0.22) [2003/05/21 22:49:11, 3] smbd/process.c:process_smb(882) Transaction 0 of length 72 [2003...
2011 Sep 21
1
Problem with predict and lines in plotting binomial glm
...1200, 1200, 1200, 1200, 1200, 1200, 1200, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 3000, 3000, 3600, 3600, 3600, 3600, 4200, 4200, 4800, 4800, 5400, 6600, 6600, 7200, 7800, 7800, 8400, 8400, 8400, 9000, 9600, 10200, 13200, 18000, 20400, 24000, 25200, 36600) successes <- c(6, 16, 11, 14, 11, 16, 13, 13, 14, 16, 12, 12, 11, 15, 12, 9, 7, 7, 17, 15, 13, 9, 9, 12, 14, 8, 9, 16, 7, 9, 14, 11, 8, 8, 13, 6, 16, 11, 9, 7, 9, 8, 4, 14, 7, 3, 3, 9, 12, 8, 4, 6) failures <- c(14, 4, 9, 6, 9, 4, 7, 7, 6, 4, 8, 8, 9, 5, 8, 11, 13, 13, 3, 5, 7, 11, 11...
2004 Oct 19
2
Samba and Active Directory
...er = 10.109.40.128 doing parameter client use spnego = no doing parameter use spnego = yes pm_process() returned Yes added interface ip=10.109.40.77 bcast=10.109.41.255 nmask=255.255.254.0 Client started (version 3.0.7-2.FC2). Connecting to 10.109.40.59 at port 445 session request ok Serverzone is 25200 session setup failed: NT_STATUS_LOGON_FAILURE /var/log/samba.log has three error messages which might be related to my problem: [2004/10/19 11:46:21, 1] libsmb/clikrb5.c:ads_krb5_mk_req(313) krb5_cc_get_principal failed (No credentials cache found) [2004/10/19 11:51:31, 1] libads/ldap.c:ads_conn...
2006 Oct 17
0
[PATCH] Build fix for Solaris sed.
# HG changeset patch # User john.levon@sun.com # Date 1161090225 25200 # Node ID 6db63d9288cbe0e80069080352a8a6257dad8118 # Parent afeef751f9dafa771726bcfb00b29a10b0baeabd Build fix for Solaris sed. Signed-off-by: John Levon <john.levon@sun.com> diff --git a/xen/Rules.mk b/xen/Rules.mk --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -24,9 +24,11 @@ override COMPILE_...
2007 Jun 07
0
[PATCH] Remove unimplemented xm migrate --resource option
# HG changeset patch # User john.levon@sun.com # Date 1181229858 25200 # Node ID e46be7b5f9bf2b17f66c82950b4fc3962e1266d0 # Parent 2a188f88483d726cb5b880f948a1baeeb2bd42a1 Remove unimplemented xm migrate --resource option. Signed-off-by: Gary Pennington <gary.pennington@sun.com> diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDoma...
2008 Mar 11
0
[PATCH] Allow libvirt to specify force, rm_cfg
# HG changeset patch # User john.levon@sun.com # Date 1205267286 25200 # Node ID 0e070c63a5ce10cc67431b6c239d085676ce2258 # Parent af2f196422b6d9d90aa1b37da7f4bc699cee7dd9 Allow libvirt to specify force, rm_cfg When doing a ''virsh detach-disk'' on a running domain, the disk is not removed from the configuration file. Allow a caller to specify wheth...
2008 Jul 02
0
[PATCH] update tboot tarfile to latest version
This patch updates the tboot tarfile used by the optional tboot-* build targets to be the latest one in the Trusted Boot SourceForge site. Please include this patch in 1.3. Joe # HG changeset patch # User Joseph Cihula <joseph.cihula@intel.com> # Date 1215027500 25200 # Node ID 1877486e4c371c9d3fe52671cdcb0a13feafefa7 # Parent 08f77df14cba8e2dfe580779bb9ca2f64e1ae0ae Update tboot tarfile to latest version in Trusted Boot SourceForge site Signed-off-by: Joseph Cihula <joseph.cihula@intel.com> diff -r 08f77df14cba -r 1877486e4c37 Makefile --- a/Makefile...
2009 Sep 11
0
[PATCH] blktap2: Fix off-by-one error in driver lookup
# HG changeset patch # User Brendan Cully <brendan@cs.ubc.ca> # Date 1252699253 25200 # Node ID 92b42ec8a5677679e5841033544bf82606c3cfd3 # Parent d2a32e24fe504b9626e6732b4f213c7cb1bc8b57 blktap2: Fix off-by-one error in driver lookup diff --git a/tools/blktap2/drivers/tapdisk-server.c b/tools/blktap2/drivers/tapdisk-server.c --- a/tools/blktap2/drivers/tapdisk-server.c +++ b/tools...
2010 Aug 17
1
[PATCH] hotplug: 21549:8bcaec29574e breaks vif-script with arguments
# HG changeset patch # User Brendan Cully <brendan@cs.ubc.ca> # Date 1282083158 25200 # Node ID 74b9fe513d8591ca14233590062079b042abb68d # Parent 774dfc178c39bd3fe2ec14b4f96e60b78391b397 hotplug: 21549:8bcaec29574e breaks vif-script with arguments. For example, (vif-script ''vif-bridge bridge=eth1'') in xend-config.sxp will cause vif-setup to attempt to execute ...