Displaying 3 results from an estimated 3 matches for "klotz".
Did you mean:
klontz
2001 Mar 01
1
ssh-add won't look for id_dsa in ssh-clients-2.3.0p1-4 but did in ssh-clients-2.5.1p2-1
I've been running ssh-clients-2.3.0p1-4 on RedHat 7.0 and upgraded to
2.5.1p2-1 yesterday from
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/rpm/SRPMS/.
I noticed that 2.5.1p2-1 ssh-add won't look for id_dsa.pub by default --
if I have no
identity file it just says "/home/klotz/.ssh/identity: No such file or
directory"
The 2.5.1p1-1 I got from RedHat's rawhide site *does* look for it. Is
this a RedHat patch?
It works if I explicitly specify /home/klotz/.ssh/id_dsa.pub
I looked in ssh-add.c from openssh-2.5.1p2-1.src.rpm from the OpenBSD
rpm directory mentione...
2009 Jan 11
2
2.6.29-rc1: Cannot loopback mount btrfs formatted file
Since 2.6.29-rc1 contains btrfs I had to try it.
However the loopback mount of my btrfs formatted file fails:
user@host:~$ dd if=/dev/zero of=btrfs.img bs=1MB count=512
user@host:~$ mkfs.btrfs btrfs.img
fs created label (null) on btrfs.img
nodesize 4096 leafsize 4096 sectorsize 4096 size 488.28MB
Btrfs v0.16+da35ab2b0b54
user@host:~$ sudo mount -t btrfs -o loop btrfs.img /mnt/btrfs
mount:
2009 Sep 15
2
wilcox.test p-value = 0
hi, folks,
how have you gone about reporting a p-value from a test when the
returned value from a test (in this case a rank-sum test) is
numerically equal to 0 according to the machine?
the next lowest value greater than zero that is distinct from zero on
the machine is likely algorithm-dependent (the algorithm of the test
itself), but without knowing the explicit steps of the algorithm