search for: loth

Displaying 6 results from an estimated 6 matches for "loth".

Did you mean: both
2001 Jun 06
1
ext3-0.0.7a for 2.2.19 is released
Hi all, ext3-0.0.7a is now out, at the usual places: ftp.uk.linux.org:/pub/linux/sct/fs/jfs/ and propagating now from ftp.*.kernel.org:/pub/linux/kernel/people/sct/ext3/ This fixes one major bug in ext3 recovery for metadata-only journaling. Because recovery can also happen in e2fsck, users should also upgrade to at least e2fsprogs-1.21-WIP-0601 (also provided at the above ftp sites).
2006 Jun 12
0
Re: CallerID name inbound from PRI
...> Thanks for the info. > > I went to add the Wait(2), but am unsure where to do it. > My context is "from-pstn". > > My [from-pstn] is: > [from-pstn] > exten => s,1,NoOp(${TIMESTAMP} PRI call in) ; I tried adding this to see if "s" is used, but lothing was logged. > include => from-pstn-custom ; create this context in extensions_custom.conf to include customizations > include => ext-did > exten => fax,1,Goto(ext-fax,in_fax,1) > > My "from-pstn-custom" is non-existent and my "ext-did&q...
2009 Nov 27
3
problem with "dynformula" from "plm" package
Hello list, I'm following the paper (http://www.jstatsoft.org/v27/i02/paper) on how to use "plm" to run panel regressions, and am having trouble with what I believe should be something very basic. When I run the command (p.9 in the paper): R> dynformula(emp~wage+capital,log=list(capital=FALSE,TRUE),lag=list(emp=2,c(2,3)),diff=list(FALSE,capital=TRUE)) I see: emp ~ wage +
2006 Apr 10
4
callerid name inboune from PRI
I switched PRI vendors recently, and one of my questions was "do you provide caller ID name in addition to number?" AT&T Local did not, But XO communications said they did. Before I call to complain, is there an setting to turn this on in asterisk? I want to make sure that I have my side covered before I call XO. My current zaptel.conf is: context=from-pstn switchtype=national
2004 Aug 10
5
bash: /usr/local/bin/rsync: Argument list too long
I get this error when I try to copy a directory with a lot of files: "bash: /usr/local/bin/rsync: Argument list too long" The exact command is: "/usr/local/bin/rsync -rsh=/usr/bin/rsh -r --delete --perms --owner --group /mail/spool/imap/user/wex/* root@192.168.250.68:/mail/spool/imap/user/wex". BUT, if I try tris command it works: "/usr/local/bin/rsync
2002 Sep 14
0
p.s. regarding stripchart missing-data report (PR#2019)
...quot;11"] <- 1 act <- apply(act,2,as.numeric) # convert to numeric lot <- as.matrix(t1[,21:30]) # 5=strongly agree, 1=strongly disagree colnames(lot) <- c("LOTa","LOTb","LOTc","LOTd","LOTe","LOTf","LOTg","LOTh","LOTi","LOTj") lot[,c(3,7,9)] <- 6-lot[,c(3,7,9)] lot.score <- apply(lot[,c(1,3,4,7,9,10)],1,mean,na.rm=T) #columns correspond to LOTa, LOTc, LOTd, LOTg, LOTi, LOTj mss <- as.matrix(t1[,41:72]) # 1=do 2=not do colnames(mss) <- c("MBSSa1","MBSSa...