search for: herva

Displaying 10 results from an estimated 10 matches for "herva".

Did you mean: hera
2003 Apr 10
2
3.6.1p1 SRPMS?
Are there plans to release a source RPM of 3.6.1p1? The latest at ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/rpm/SRPMS/ is 3.5p1-1... thanks, -- v -- v at iki.fi
2003 Jan 26
1
[PATCH] open O_TEXT and O_BINARY for cygwin/windows
Ville Herva [mailto:vherva@niksula.hut.fi] wrote: > Of course, whether O_TEXT is defined or not does not > necessarily imply the availability of "t", but I > can't think of better alternative. Stratus VOS implements O_TEXT and O_BINARY but does not recognize "t". We have the...
2002 Feb 20
2
[PATCH] rsync on cygwin - textmode config files
...n't have to worry about mount types. And this as well? I contacted rsync cygwin mnaintainer (Lapo Luchini <lapo@lapo.it>), and he suggested to forward (3) and (4) to rsync mailing list, so here they are. The patch attached is against 2.5.2 and includes (3) and (4). regards, -- Ville Herva vherva@viasys.com +358-40-5756996 Viasys Oy Hannuntie 6 FIN-02360 Espoo +358-9-2313-2160 PGP key available: http://www.iki.fi/v/pgp.html fax +358-9-2313-2250 -------------- next part -------------- diff -Naur --show-c-function --exclude=*.o --exclude=*.1852$ -...
2010 Nov 30
1
rcauchy density distribution
Hello, I'm taking samples from certain distributions and drawing a density distribution over the histogram of the samples It works fine for the chi-square and for the normal, but not for the cauchy. Any idea what I'm doing wrong? Thanks x <- rchisq(10000, df = 4) hist(x, freq = FALSE, breaks=100) curve(dchisq(x, df = 4), col = 2, add = TRUE) x <- rnorm(10000) hist(x, freq =
2001 Mar 13
1
sysmetrics.c:42: SYSMETRICS_Init: Assertion hdc' failed.
...rwlock_unlock Could not stat /mnt/teapot/movies (Input/output error), ignoring drive H: Warning: the temporary directory '/mnt/fat/temp' (specified in wine configuration file) is not writeable. Perhaps you have not properly edited or created your Wine configuration file. This is '/home/vherva/.wine/config' When you are running with a native NT directory specify 'Profile=<profiledirectory>' or disable loading of Windows registry (LoadWindowsRegistryFiles=N) fixme:win32:PE_CreateModule Security directory ignored err:module:BUILTIN32_LoadLibraryExA loaded .so but dll disp...
2005 Oct 18
1
samba-3.0.10-1.4E (RHEL4): logon failures with 2003 server pdc
I recently set up a new RHEL4 server with samba-3.0.10 in a Windows 2003 server PDC domain. I can log on as one user from different workstations on to the new samba server. With several other users, I get this error: Oct 18 16:41:34 samba-server smbd[2502]: krb5_rd_req(CIFS/samba-server@MY.DOM) failed: Wrong principal in request Oct 18 16:41:34 samba-server smbd[2502]: [2005/10/18 16:41:34,
2002 Sep 11
2
limit of 256 characters in pathname
Hi, We use rsync on NT (server and client) and we get errors on filenames with a path that has in total more than 256 characters. This seems to be caused by a limit in rsync, not in NT. Is there a way to break this limit withuo having to manually shorten all this filenames? Thx already! Rgds, Bart Coninckx Network Administrator CNE, ASE ************************************* Watco ICT Services
2011 Jan 26
2
Colour area under density curve
Hello, I have this code to plot a certain normal distribution and represent the pnorm value for a certain "x": x<-300 xx <- seq(2.5,7.5, by=0.1) yy <- dnorm(xx,5.01,0.77) d<-signif(pnorm(log(x), 5.01,0.77),4) xpts <- round(exp(0:8)) par(bg = "antiquewhite") plot(xx,yy, type="l", col="blue", lwd=2, xaxt="n",
2002 Jun 25
0
Privilege separation and linux kernel 2.0.x: mm_receive_fd fails
FWIW, after patching the mmap issue, openssh still doesn't work on linux kernel 2.0.39 (+ patches): sshd[22202]: fatal: mm_receive_fd: expected type 1 got 2355841 I didn't dig deeper into it yet, but I believe 2.0 kernel does not support the kind of recvmsg() use privsep expects. -- v -- v at iki.fi
2003 Sep 26
0
3.7.1p1 (possibly p2, too): two small compilation nits on RedHats
(These are compiling the .src.rpm from ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/rpm/SRPMS/openssh-3.7.1p1-1.src.rpm) 1) On Red Hat 7.3, with gcc-3.2 with the SSP patch (http://www.research.ibm.com/trl/projects/security/ssp/), rpm --rebuild --define "static_libcrypto 1" openssh-3.7.1p1-1.src.rpm - I needed to add -ldl to the linker flags before it linked. 2)