search for: 13879

Displaying 13 results from an estimated 13 matches for "13879".

Did you mean: 138,9
2007 May 03
0
ast_parse_allow_disallow: Cannot disallow unknown format ''
...2942 and every time I reload asterisk I get this in CLI: -- Reloading module 'app_playback.so' (Sound File Playback Application) [May 3 20:04:26] NOTICE[13892]: app_playback.c:455 reload: Reloading say.conf == Parsing '/etc/asterisk/say.conf': Found [May 3 20:04:26] WARNING[13879]: frame.c:1289 ast_parse_allow_disallow: Cannot disallow unknown format '' [May 3 20:04:26] WARNING[13879]: frame.c:1289 ast_parse_allow_disallow: Cannot disallow unknown format '' [May 3 20:04:26] WARNING[13879]: frame.c:1289 ast_parse_allow_disallow: Cannot disallow unknown form...
2009 Apr 15
3
Extending a vector to length n
...n by padding it with m - n missing values, without losing attributes? The two approaches I've tried, using length<- and adding missings with c, do not work in general: > a <- as.Date("2008-01-01") > c(a, NA) [1] "2008-01-01" NA > length(a) <- 2 > a [1] 13879 NA > b <- factor("a") > c(b, NA) [1] 1 NA > length(b) <- 2 > b [1] a <NA> Levels: a Hadley -- http://had.co.nz/
2009 May 14
2
How to do a pretty panel plot?
...09/02/09/r-panel-chart-beats-excel-chart/#more-1096 inspired me to try something similar. The code that I wrote is: ------snipsnip--------------------------------------------------------------------- M <- structure(list(date = structure(c(13634, 13665, 13695, 13726, 13757, 13787, 13818, 13848, 13879, 13910, 13939, 13970, 14000, 14031, 14061, 14092, 14123, 14153, 14184, 14214, 14245, 14276, 14304, 14335), class = "Date"), cospi = c(1987.31, 2033.37, 2140.13, 2120.66, 2427.09, 2917.7, 2915.28, 3262.06, 2616.26, 2617.75, 2277.69, 2538.13, 2374.09, 1911.22, 2063.73, 2081.28, 1813.58,...
2005 Apr 09
1
Failed to create storage with data
...ission denied imap(chris): Apr 09 16:23:11 Fatal: Failed to create storage with data: /var/spool/mail/mydomain.com/chris/Maildir imap-login: Apr 09 16:23:11 Info: Login: chris [::ffff:192.168.1.2] dovecot-auth: Apr 09 16:23:11 Info: Login process 9 disconnected dovecot: Apr 09 16:23:11 Error: child 13879 (imap) returned error 89 dovecot-auth: Apr 09 16:23:11 Info: Login process 9 connected dovecot-auth: Apr 09 16:23:11 Info: Login process 9 sent handshake: PID 13880 The file status in the mail folder. The uid and gid of vmail is 1004 [root at bluemountain chris]# ls /var/spool/mail/mydomain.com/...
2017 Jun 04
0
New var
Since the number of choices is small (6), how about this? Starting with Jeff's initial DFM: DFM <- structure(list(obs = 1:6, start = structure(c(16467, 14710, 13152, 13787, 15126, 12696), class = "Date"), end = structure(c(17167, 14975, 13636, 13879, 15340, 12753), class = "Date"), D = c(700, 265, 484, 92, 214, 57), bin = structure(c(6L, 3L, 5L, 1L, 3L, 1L), .Label = c("[0,100)", "[100,200)", "[200,300)", "[300,400)", "[400,500)", "[500,Inf)"), class = c("ordered&quo...
2017 Jun 04
2
New var
...> ) > > # my result, provided using dput for precise representation > DFMresult <- structure(list(obs = 1:6, start = structure(c(16467, 14710, > 13152, 13787, 15126, 12696), class = "Date"), end = structure(c(17167, > 14975, 13636, 13879, 15340, 12753), class = "Date"), D = c(700, > 265, 484, 92, 214, 57), bin = structure(c(6L, 3L, 5L, 1L, 3L, > 1L), .Label = c("[0,100)", "[100,200)", "[200,300)", "[300,400)", > "[400,500)", "[500,Inf)"), class = c(&quot...
2022 Mar 21
2
[Announce] Samba 4.16.0 Available for Download
...let at samba.org> ?? * BUG 15000: Memory leak in FAST cookie handling. o? Elia Geretto <elia.f.geretto at gmail.com> ?? * BUG 14983: NT_STATUS_ACCESS_DENIED translates into EPERM instead of EACCES ???? in SMBC_server_internal. o? Stefan Metzmacher <metze at samba.org> ?? * BUG 13879: Simple bind doesn't work against an RODC (with non-preloaded ???? users). ?? * BUG 14641: Crash of winbind on RODC. ?? * BUG 15001: LDAP simple binds should honour "old password allowed period". ?? * BUG 15002: S4U2Self requests don't work against servers without FAST ????...
2022 Mar 21
2
[Announce] Samba 4.16.0 Available for Download
...let at samba.org> ?? * BUG 15000: Memory leak in FAST cookie handling. o? Elia Geretto <elia.f.geretto at gmail.com> ?? * BUG 14983: NT_STATUS_ACCESS_DENIED translates into EPERM instead of EACCES ???? in SMBC_server_internal. o? Stefan Metzmacher <metze at samba.org> ?? * BUG 13879: Simple bind doesn't work against an RODC (with non-preloaded ???? users). ?? * BUG 14641: Crash of winbind on RODC. ?? * BUG 15001: LDAP simple binds should honour "old password allowed period". ?? * BUG 15002: S4U2Self requests don't work against servers without FAST ????...
2005 Jul 10
1
openssh-4.1p1 on OSX 10.4.1 w/ openssl-0.9.8 NOT FINDING -lcrypto
....c:151: warning: implicit declaration of function 'exit' conftest.c:151: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:153: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'long int' configure:13879: $? = 0 configure:13881: ./conftest dyld: Library not loaded: libcrypto.0.9.8.dylib Referenced from: /usr/ports/openssh-4.0p1/./conftest Reason: image not found ./configure: line 1: 15872 Trace/BPT trap ./conftest$ac_exeext configure:13884: $? = 133 configure: program exited wit...
2017 Jun 04
0
New var
...} ) # my result, provided using dput for precise representation DFMresult <- structure(list(obs = 1:6, start = structure(c(16467, 14710, 13152, 13787, 15126, 12696), class = "Date"), end = structure(c(17167, 14975, 13636, 13879, 15340, 12753), class = "Date"), D = c(700, 265, 484, 92, 214, 57), bin = structure(c(6L, 3L, 5L, 1L, 3L, 1L), .Label = c("[0,100)", "[100,200)", "[200,300)", "[300,400)", "[400,500)", "[500,Inf)"), class = c("ordered",...
2017 Jun 03
2
New var
Thank you all for the useful suggestion. I did some of my homework. library(data.table) DFM <- read.table(header=TRUE, text='obs start end 1 2/1/2015 1/1/2017 2 4/11/2010 1/1/2011 3 1/4/2006 5/3/2007 4 10/1/2007 1/1/2008 5 6/1/2011 1/1/2012 6 10/5/2004 12/1/2004',stringsAsFactors = FALSE) DFM DFM$D =as.numeric(difftime(as.Date(DFM$end,format="%m/%d/%Y"),
2011 Aug 24
3
Creating new variable with maximum visit date by group_id
Dear R users, I am encoutering the following problem: I have a dataset with a 'unique_id' and different 'visit_date' (formatted as.Date, "%d/%m/%Y") per unique_id. I would like to create a new variable with the most recent date of visit per unique_id as shown below. unique_id visit_date last_visit_date 1 01/06/2010 01/06/2011 1 01/01/2011 01/06/2011 1
2013 Feb 27
1
Slow read performance
Help please- I am running 3.3.1 on Centos using a 10GB network. I get reasonable write speeds, although I think they could be faster. But my read speeds are REALLY slow. Executive summary: On gluster client- Writes average about 700-800MB/s Reads average about 70-80MB/s On server- Writes average about 1-1.5GB/s Reads average about 2-3GB/s Any thoughts? Here are some additional details: