search for: logdata

Displaying 8 results from an estimated 8 matches for "logdata".

2013 Jun 25
1
Perplexed with environment
Hi I migrated from Linux to Mac, but I don't this has anything to do with it, but I am not sure. I am writing a small logger package, in which I have a file aaa.R: ,---- | .logData <- new.env() | assign("loggingThreshold", 10, envir = .logData) | assign("logToFile", FALSE, envir = .logData) | assign("logFileName", NULL, envir = .logData) | | assign("logToConsole", TRUE, envir = .logData) | ## | assign("logHeaderLeve...
2001 Dec 14
1
Logistic regression : dicrepancies between glm and nls ?
...of course, solved by glm, but I wanted to look at a "hand-made" nls fit, in order to be able to "generalize" to nlme fits. > ## Let's start with the simplest model : one fixed-effect continuous variable > > ## Dummy data > > size<-500 > > logdata<-data.frame(x=20*runif(size)-10) # A U([-10,10]) variable > > alpha<-0.5 > > beta<-2 > > ## Simulate a response > ## y : a boolean (0|1) with probability e^(a+bx)/(1+e^(a+bx)) > > logdata$y<-as.numeric(runif(size)<(exp(alpha+beta*logdata$x)/ +...
2010 Feb 16
3
converting character vector "hh:mm" to chron or strptime 24 clock time vectors
Hi All, I am attempting to work with some data from loggers. I have read in a .csv exported from MS Access that already has my dates and times (in 24 clock format), (with StringsAsFactors=FALSE). > head(tdata) LogData date time 1 77.16 2008/04/24 02:00 2 61.78 2008/04/24 04:00 3 75.44 2008/04/24 06:00 4 89.43 2008/04/24 08:00 5 95.83 2008/04/24 10:00 6 96.88 2008/04/24 24:00 I wish to be able to summarise the data using the cha...
2007 Jan 23
11
dynamic tablenames
...be used, unless someone sees a major advantage in using something else (at the moment data is stored in a raw positioned file format, which I''m not keeping). For performance reasons I''m thinking about storing the data for each entity in separate tables. So instead of a ''logdata'' table with >200 million rows, I''d create ''logdata_001'', ''logdata_002'',... tables where the rowcount of even the biggest entity logdata stays below 3 million. Rails seems to have no problem with me setting the tablename (set_table_name) on...
2007 Nov 09
3
Major problem with a new ZFS setup
...notice] ASC: 0x29 (power on, reset, or bus reset occurred), ASCQ: 0x0, FRU: 0x0 Nov 8 04:13:59 mondo4 scsi: [ID 107833 kern.notice] ASC: 0x29 (power on, reset, or bus reset occurred), ASCQ: 0x0, FRU: 0x0 Finally trying to do a zpool status yields: root at mondo4:/# zpool status -v pool: LogData state: ONLINE status: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications are unaffected. action: Determine if the device needs to be replaced, and clear the errors using ''zpool clear'' or replace the...
2004 Dec 02
2
Asterisk with SMS
..... -- Executing Hangup("Zap/3-1", "") in new stack == Spawn extension (smsdial, s, 3) exited non-zero on 'Zap/3-1' -- Hungup 'Zap/3-1' Dec 2 09:46:45 NOTICE[9188]: pbx_spool.c:242 attempt_thread: Call completed to Zap/g1/9,5375345 And this is logdata from /var/log/asterisk/event_log: Dec 2 09:45:46 asterisk[8554]: Received to /var/spool/asterisk/sms/sc-me.5375321/2004-12-02_09:45:46-00 Dec 2 09:46:45 asterisk[8554]: No data, hanging up Dec 2 09:46:45 asterisk[8554]: Queued call to Zap/g1/9,5375345 completed
2018 Feb 04
1
How to grant user access to his .dovecot.sieve.log?
Andreas, can you explain "magic folder"? The only thing I tried was creating named FIFO .dovecot.sieve.log, and starting mailx user at my.domain.com < .dovecot.sieve.log which need to be done for each user of my domain, and better wrapped in some script which will make it started after each sievec run. -- Regards, Sergey. On Fri, Feb 2, 2018 at 7:23 PM, A. Schulze <sca at
2010 Sep 11
2
lda: internal error
Hi, i'm trying to relay local post from Postfix to Dovecot-lda. It's running on opensuse11.3-64bit with postfix V2.7.1 and dovecot V2.01. sending local message like: echo foo | /usr/sbin/sendmail -f root root gets no logdata in dovecot.err, -.info,-.debug. but the postfix-logfile tells: Sep 11 10:56:12 server postfix/cleanup[3027]: 94027A65BC: message-id=<20100911085612.94027A65BC at Server.Firma> Sep 11 10:56:12 server postfix/qmgr[1544]: 94027A65BC: from=<root at Server.Firma>, size=277, nrcpt=1 (queue a...