Displaying 2 results from an estimated 2 matches for "koef".
Did you mean:
coef
2005 Jul 14
1
memory problem
I'm a beginner in R and, therefore, I don't know how serious my trouble is.
After running a script:
**
*t**<-c(14598417794,649693)*
*data**=data.frame(read.spss("C:\\Ginters\\Kalibracija\\cal_data.sav"))*
*Xs=**as.matrix(data[,1:2])
*
*koef**=data.frame(read.spss("C:\\Ginters\\Kalibracija\\f.sav"))
*
*piks=**as.matrix(koef[,1**])*
*g=regressionestimator(Xs,piks,t)*
I get:
*Error: cannot allocate vector of size 1614604 Kb
In addition: Warning messages:
1: Reached total allocation of 255Mb: see help(memory.size)
2: Reach...
2005 Nov 11
2
[Bug 1118] Annoying "Killed by signal 1" message with ProxyCommand
...ssage with ProxyCommand
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: koef at xs4all.nl
(Copied from Debian bug #313371)
When using nc or socat to bounce connections to an ssh server via an
intermediary, "Killed by signal 1." is printed when I log out.
Signal 1 is SIGHUP. This does not happen with OpenSSH 3.9 or earlier.
Example commands:
ssh -o ...