search for: 2592000

Displaying 20 results from an estimated 45 matches for "2592000".

Did you mean: 259200
2019 May 22
3
HTTPS warning on developer.r-project.org
...t-type: image/gif content-length: 3845 date: Wed, 22 May 2019 05:07:35 GMT expires: Wed, 22 May 2019 05:07:35 GMT cache-control: private, max-age=31536000 last-modified: Thu, 08 Dec 2016 01:00:57 GMT x-content-type-options: nosniff server: sffe x-xss-protection: 0 alt-svc: quic=":443"; ma=2592000; v="46,44,43,39" ``` Kind regards, Paul [1]: https://developer.r-project.org/
2017 Dec 04
1
PSOCK cluster and renice
...cluster(2L, renice = 19) > Tracing system(cmd, wait = FALSE) on entry > [1] "nice +19 '/usr/lib/R/bin/Rscript' > --default-packages=datasets,utils,grDevices,graphics,stats,methods -e > 'parallel:::.slaveRSOCK()' MASTER=localhost PORT=11146 OUT=/dev/null > TIMEOUT=2592000 XDR=TRUE" > nice: ?+19?: No such file or directory > ^C > > The code that prepends that 'nice +19' is in parallel:::newPSOCKnode: > > if (!is.na(renice) && renice) > cmd <- sprintf("nice +%d %s", as.integer(renice), cmd) > > I...
2018 Mar 09
2
parallel:::newPSOCKnode(): background worker fails immediately if socket on master is not set up in time (BUG?)
...had another look at parallel:::newPSOCKnode(), which is used internally to set up each background worker. It is designed to, first launch the background worker as: system('R --slave --no-restore -e "parallel:::.slaveRSOCK()" --args MASTER=localhost PORT=11000 OUT=/dev/null TIMEOUT=2592000 XDR=TRUE', wait = FALSE) which immediately tries to connect to a socket on localhost:11000 with timeout. Immediately after the master launched the above (without waiting), it will set up the connection waiting for the connect from the background worker: con <- socketConnection("l...
2018 Mar 09
2
parallel:::newPSOCKnode(): background worker fails immediately if socket on master is not set up in time (BUG?)
...), which is used >> internally to set up each background worker. It is designed to, first >> launch the background worker as: >> >> system('R --slave --no-restore -e "parallel:::.slaveRSOCK()" --args >> MASTER=localhost PORT=11000 OUT=/dev/null TIMEOUT=2592000 XDR=TRUE', >> wait = FALSE) >> >> which immediately tries to connect to a socket on localhost:11000 with >> timeout. Immediately after the master launched the above (without >> waiting), it will set up the connection waiting for the connect from >> the backg...
2010 Jul 17
1
Plugins/Virtual for save searches & last 30 days incomming Email
Hello! How can i configure the virtal-dovecot (virtal folder) file for search the complete Mailbox for email not older as 30 Days ? Thanks a lot
2003 Sep 17
1
nsd serving localhost
Hi, I just installed nsd 1.2.2, and found that it choked on the following zone file when parsing it as an IPv6 zone file, complaining about out-of-zone data on line 2: @ IN SOA ns.oryx.com. hostmaster.oryx.com. ( 2003091600 10800 3600 2592000 86400 ) 1 IN PTR localhost. Using it only under IPv4 worked. What I'm now using is this: zone 0.0.127.in-addr.arpa p/localhost-reverse ;zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int p/localhost-reverse ;zone 0.0.0.0.0.0.0.0.0....
2006 Oct 16
1
Question regarding ''tidy'' type
...e: # mkdir /root/.puppet # touch /root/.puppet/new-file # puppetd --test info: Caching configuration at /var/lib/puppet/localconfig.yaml notice: Starting configuration run notice: //my_test/tidy=/root/.puppet//tidy=/root/.bluegecko/new-file/tidyup: tidyup changed ''5'' to ''2592000 '' notice: //my_test/tidy=/root/.puppet//tidyup: tidyup changed ''5'' to ''2592000 '' [.....] My goal is delete files older than 30 days, and I thought that''s what I was doing here. Is there something that I might be setting elsewhere to cause th...
2019 Mar 18
2
SUGGESTION: Proposal to mitigate problem with stray processes left behind by parallel::makeCluster()
...-E "exec[/]R" hb 20778 37.0 0.4 283092 70624 pts/0 S 17:50 0:00 /usr/lib/R/bin/exec/R --slave --no-restore -e parallel:::.slaveRSOCK() --args MASTER=localhost PORT=80 OUT=/dev/null SETUPTIMEOUT=120 TIMEOUT=2 592000 XDR=TRUE This process will keep running for 'TIMEOUT=2592000' seconds (= 30 days). The reason for this is that it is currently in the state where it attempts to set up a connection to the main R process: > parallel:::.slaveRSOCK function () { makeSOCKmaster <- function(master, port, setup_timeout, timeout, useXDR) { ......
2019 Aug 29
0
I broke "yum update" - C7
...: None, 'default_speed': 1000000.0, 'delegate' : None, 'failfunc' : <function _do_raise at 0x7effcd5bf848>, 'failure_callback': None, 'ftp_disable_epsv': False, 'ftp_headers' : None, 'half_life' : 2592000, 'http_headers' : None, 'interrupt_callback': None, 'ip_resolve' : None, 'keepalive' : 1, 'libproxy' : False, 'max_connections': 5, 'max_header_size': 2097152, 'minrate' : None, 'mi...
2007 Oct 29
1
Outlet switching on the MGE Pulsar 1500 using usbhid-ups on FreeBSD
...r.pollinterval: 2 driver.parameter.port: auto driver.version: 2.2.0 driver.version.data: MGE HID 1.0 driver.version.internal: 0.30 input.frequency: 50.0 input.voltage: 243.0 outlet.0.desc: Main Outlet outlet.0.id: 0 outlet.0.switchable: yes outlet.1.autoswitch.charge.low: 0 outlet.1.delay.shutdown: 2592000 outlet.1.delay.start: 1 outlet.1.desc: PowerShare Outlet 1 outlet.1.id: 1 outlet.1.status: off outlet.1.switchable: yes outlet.2.autoswitch.charge.low: 0 outlet.2.delay.shutdown: 2592000 outlet.2.delay.start: 1 outlet.2.desc: PowerShare Outlet 2 outlet.2.id: 2 outlet.2.status: off outlet.2.switchab...
2018 Mar 10
1
parallel:::newPSOCKnode(): background worker fails immediately if socket on master is not set up in time (BUG?)
...ally to set up each background worker. It is designed to, first >>>> launch the background worker as: >>>> >>>> system('R --slave --no-restore -e "parallel:::.slaveRSOCK()" --args >>>> MASTER=localhost PORT=11000 OUT=/dev/null TIMEOUT=2592000 XDR=TRUE', >>>> wait = FALSE) >>>> >>>> which immediately tries to connect to a socket on localhost:11000 with >>>> timeout. Immediately after the master launched the above (without >>>> waiting), it will set up the connection waiting...
2018 Mar 09
0
parallel:::newPSOCKnode(): background worker fails immediately if socket on master is not set up in time (BUG?)
...llel:::newPSOCKnode(), which is used > internally to set up each background worker. It is designed to, first > launch the background worker as: > > system('R --slave --no-restore -e "parallel:::.slaveRSOCK()" --args > MASTER=localhost PORT=11000 OUT=/dev/null TIMEOUT=2592000 XDR=TRUE', > wait = FALSE) > > which immediately tries to connect to a socket on localhost:11000 with > timeout. Immediately after the master launched the above (without > waiting), it will set up the connection waiting for the connect from > the background worker: > >...
2017 Dec 04
0
PSOCK cluster and renice
...<- parallel::makePSOCKcluster(2L, renice = 19) Tracing system(cmd, wait = FALSE) on entry [1] "nice +19 '/usr/lib/R/bin/Rscript' --default-packages=datasets,utils,grDevices,graphics,stats,methods -e 'parallel:::.slaveRSOCK()' MASTER=localhost PORT=11146 OUT=/dev/null TIMEOUT=2592000 XDR=TRUE" nice: ?+19?: No such file or directory ^C The code that prepends that 'nice +19' is in parallel:::newPSOCKnode: if (!is.na(renice) && renice) cmd <- sprintf("nice +%d %s", as.integer(renice), cmd) I don't know where that originates from...
2004 Feb 13
1
How to get time differences in consistent units?
...T" Browse[1]> spray.j$Date [1] "2002-12-16 13:00:00 NZDT" "2003-01-15 13:00:00 NZDT" [3] "2003-02-14 13:00:00 NZDT" "2003-02-14 13:00:00 NZDT" [5] "2003-03-25 12:00:00 NZST" Browse[1]> insp.jk - spray.j$Date Time differences of 5184000, 2592000, 0, 0, -3369600 secs Saving that insp.jk to a vector, I get one in seconds which isn't simply comparable to others. It would be simple enough to put in an as.numeric() so that comparisons are always in seconds, but it would be preferable to have some control over how the differe...
2017 Dec 04
2
PSOCK cluster and renice
Hi all, Is it possible to use the 'renice' option together with parallel clusters of type 'PSOCK'? The help page for parallel::makeCluster is not specific about which options are supported on which types and I am getting the following message when passing renice = 19 : > cl <- parallel::makeCluster(2, renice = 19) nice: ?+19?: No such file or directory Kind regards,
2019 Aug 29
4
I broke "yum update" - C7
Am 2019-08-29 16:51, schrieb Gary Stainburn: > On Thursday 29 August 2019 15:45:44 Gordon Messmer wrote: >> On 8/29/19 3:03 AM, Gary Stainburn wrote: >> > https://us-east.repo.webtatic.com/yum/el7/x86_64/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized." >> >> >> What do you see when you run: >>
2018 Mar 09
0
parallel:::newPSOCKnode(): background worker fails immediately if socket on master is not set up in time (BUG?)
...;>> internally to set up each background worker. It is designed to, first >>> launch the background worker as: >>> >>> system('R --slave --no-restore -e "parallel:::.slaveRSOCK()" --args >>> MASTER=localhost PORT=11000 OUT=/dev/null TIMEOUT=2592000 XDR=TRUE', >>> wait = FALSE) >>> >>> which immediately tries to connect to a socket on localhost:11000 with >>> timeout. Immediately after the master launched the above (without >>> waiting), it will set up the connection waiting for the connect fro...
2009 Oct 28
3
expire plugin + --exec-mail in 1.2.6 version
...Quota rule: root=Mailbox quota mailbox=* bytes=524288000 messages=0 Info: Quota rule: root=Mailbox quota mailbox=Trash bytes=52428800 (10%) messages=0 Info: Quota warning: bytes=471859200 (90%) messages=0 command=/etc/dovecot/plugins/quota_warning.sh 90 Info: expire: pattern=Trash type=expunge secs=2592000 Info: expire: pattern=Spam type=expunge secs=2592000 Info: auth input: uid=8 Info: auth input: gid=12 Info: auth input: home=/data/mail/domain.com/koshikov.n Info: auth input: mail=maildir:~/data Info: Namespace: type=private, prefix=, sep=/, inbox=yes, hidden=no, list=yes, subscriptions=yes Info:...
2017 Nov 27
2
lmtp-Eroor
...cat ./Ungelesene/dovecot-virtual Real/Alle unseen cat ./Sent/dovecot-virtual !INBOX/Sent INBOX/Sent$* all cat ./Drafts/dovecot-virtual !INBOX/Drafts INBOX/Drafts$* all cat ./Trash/dovecot-virtual !INBOX/Trash INBOX/Trash$* all cat ./AKTUELL/dovecot-virtual Real/Alle inthread refs younger 2592000 cat ./Archives/dovecot-virtual !INBOX/Archives INBOX/Archives$* all /var/mail/real: # tree . ??? Alle ??? ??? dovecot-virtual ??? dovecot-acl-list cat ./Alle/dovecot-virtual !INBOX INBOX/* -INBOX/Trash -INBOX/Trash$* -INBOX/Archives -INBOX/Archives$* -INBOX/Drafts -INBOX/Drafts$* -INBOX/Junk -IN...
2020 Jul 13
10
Problem with network browsing
...es winbind nested groups = yes winbind refresh tickets = yes winbind offline logon = yes ## # Set the amount of time to cache usernames / passwords to 30 days. # That should be long enough to reliably re-establish an internet connection # between logins. ## winbind cache time = 2592000 #Auto detection settings domain master = yes local master = yes preferred master = yes os level = 255 ############################################### Userfiles's config follows ############################################### [global] securi...