search for: isot

Displaying 4 results from an estimated 4 matches for "isot".

Did you mean: iso
2011 May 24
2
plotting single variables common to multiple data frames
...t1<- as.numeric(format.Date(time, "%Y%m%d")) #date range of data to load paluiso= c(); yy = c(); t1=t1-1 t0<-t1-7 x = t0:t1 for (i in seq( length(x) ) ) { y=load(paste(datalocation,x[i],".RData", sep="")) e3<- new.env() yy[[i]]<- get('isot', e3) } but I don't know how to grab single variables from these data frames and plot them. Any help is appreciated! M
2009 Mar 17
3
rndc: connect failed: 127.0.0.1#953: connection refused
My BIND9.6.0 on FreeBSD 6.2 works fine when I manually start with: root@ns2# named -4 -S 1024 -c /etc/namedb/named.conf But it won't start on boot and no error messages or log. And it won't start using rndc, it cause error message. Why does the error shows port 953 when I specified for port 53 in the config? rndc: connect failed: 127.0.0.1#953: connection refused Below are
2009 Mar 18
2
Crash!!! -- Permission Error
...database recovery 090318 17:09:52 [ERROR] bdb: fatal region error > > detected; run recovery 090318 17:09:52 [ERROR] bdb: /home/mysql: > > Permission denied > > 090318 17:09:52 [ERROR] /usr/local/libexec/mysqld: Can't create/write to > > file '/home/mysql/webserver.isot.com.pid' (Errcode: 13) 090318 17:09:52 > > [ERROR] Can't start server: can't create PID file: Permission denied 090318 > > 17:09:52 mysqld ended > > > > I tried db_recover, but it's not found. HELP!!! > > There are db_recover tools installed with BDB...
2009 Mar 17
1
general: warning: max open files (3636) is smaller than max sockets (4096)
This happend since I've upgraded bind 9.21 to 9.6.0. I've increased the max open files to 4096: sysctl -w kern.maxfiles=4096 which shows it resized from 4040->4096 But I guess it's different for bind? I've googled and found several references to this warning message, but everyone states it's not a problem and shouldn't be concerned. Some real advice would be