search for: 1cv

Displaying 4 results from an estimated 4 matches for "1cv".

Did you mean: 1c
2007 May 14
1
sftp chroot not working
...chroot on my aix server 5.3-05. I am able to chroot during ssh connections but when trying to chroot an sftp connection I am getting the error below: Any ideas?, I have modified the session.c file, reconfigure and re-install without any luck. (regular sftp users are not being affected) sftp -1Cv chr at puff Connecting to puffin... OpenSSH_4.5p1, OpenSSL 0.9.7g 11 Apr 2005 debug1: Reading configuration data /opt/etc/ssh_config debug1: Connecting to puff [120.64.7.52] port 22. debug1: Connection established. debug1: identity file /home/chr/.ssh/identity type -1 debug1: Remote protocol versio...
2011 Mar 25
2
A question on glmnet analysis
...r 1. Then, I used glmnet with standardize=FALSE option because of presence of categorical variables. x15std <- matrix(c(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15), 104, 15) y <- outcome library(glmnet) fit.1 <- glmnet(x15std, y, family="binomial", standardize=FALSE) fit.1cv <- cv.glmnet(x15std, y, family="binomial", standardize=FALSE) default alpha=1, so this should be lasso penalty. Coefficients.fit1 <- coef(fit1, s=fit1.cv$lambda.min) Active.Index.fit1 <- which(Coefficients.fit1 !=0) Active.Coefficients.fit1 <- Coefficients.fit1[Active.Index....
2002 Feb 05
3
COPY_SIZE #define
...b 5 11:19:25 2002 @@ -48,6 +48,7 @@ char *__progname; char *ssh_program = _PATH_SSH_PROGRAM; FILE* infile; +unsigned int COPY_SIZE=8192; static void connect_to_server(char **args, int *in, int *out, pid_t *sshpid) @@ -95,7 +96,7 @@ usage(void) { fprintf(stderr, "usage: sftp [-1Cv] [-b batchfile] [-F config] [-o option] [-s subsystem|path]\n" - " [-S program] [user@]host[:file [file]]\n"); + " [-B bufsize] [-S program] [user@]host[:file [file]]\n"); exit(1); } @@ -122,8 +123,11 @@ main(int argc, char **argv) ll =...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking