search for: fransson

Displaying 13 results from an estimated 13 matches for "fransson".

2011 Oct 19
2
listing all occurrences in a vector
...3 4 5 1 > a<-data.frame(c(2,3,2,5),c(1,2,3,1)) > colnames(a)=c("DEPTH","NUMBER") I want a column or a vector where all the DEPTHs are listed: 2, 3, 3, 2, 2, 2, 5 (NUMBER=1 in all cases). Is there any simple solution to the problem? Thanks, Jonas Jonas Fransson Ph.D.stud. ? IVA /?Det Informationsvidenskabelige Akademi Royal School of Library and Information Science Birketinget 6 DK-2300 Copenhagen S T +45 32 58 60 66 D +45 32 34 15 10 www.iva.dk/jf?
2015 Sep 21
3
New software based on libvirt
...t masters. Thus, any node is sufficient for the cloud to be up and therefore no wasted resources and no single point of failure. It's still pretty crude software but will work with some tinkering. Hope you try it and like it! For more information, source and binary: https://github.com/gustavfranssonnyvell/cherrypop //Gustav
1999 Nov 29
2
openssh-1.2pre15 on AIX
Hi. Pre15 compiles out-of-the-box on AIX 4.3.2 ...almost. No patch included this time, but the following were the gotchas: - The __P() prototyping doesn't work (as discussed earlier) - bsd-daemon.o wasn't linked into libssh.a (though configure seemed to detect the need for it) DCE patch will follow shortly. Regards, Tor-?ke ______________________________________________________ Get
2015 Sep 22
1
Re: [libvirt] New software based on libvirt
On 09/22/2015 05:12 AM, Michal Privoznik wrote: > On 21.09.2015 21:28, Gustav Fransson Nyvell wrote: >> Hello, >> >> I'm introducing to you the decentralized cloud Cherrypop. >> >> Combining libvirt and LizardFS (as of now) it becomes a cloud completely >> without masters. Thus, any node is sufficient for the cloud to be up >> and therefo...
1999 Nov 23
1
[PATCH] AIX 4.3.2 compile fixes
...ng of adding some dce code to sshd that: 1. Attaches credentials based on principal name and password (already done with ssh-1.2.20) 2. Store password in a keytab file, to enable attaching DCE credentials even when using RSA authentication. What is the general feeling on that? Regards, Tor-?ke Fransson ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: openssh-1.2pre14-aix.diff.gz Type: application/octet-stream Size: 1310 bytes Desc: not available Url : h...
2015 Sep 22
0
Re: [libvirt] New software based on libvirt
On 21.09.2015 21:28, Gustav Fransson Nyvell wrote: > Hello, > > I'm introducing to you the decentralized cloud Cherrypop. > > Combining libvirt and LizardFS (as of now) it becomes a cloud completely > without masters. Thus, any node is sufficient for the cloud to be up > and therefore no wasted resources and...
1999 Nov 29
1
[PATCH] DCE for pre15
As promised, here's the DCE patch for pre15. (and this time i didn't forget the attachment ;) It enables ssh to authenticate, set groups and attach network credentials. It's a clean implementation (i left out the credential-move-hack). This one adds the --with-dce option to configure Some notes have rised: The for loop 3->64 closing fd's... is it really needed? Is it
1999 Nov 19
1
Fwd: Re: status of openssh for solaris?
Regarding /tmp/random: Someone has made the same quick&dirty fix as my AIX compile fix, for a lack of /dev/urandom. ssh expects some random bytes to be available in that file. I, or someone else should probably create a more portable way of generating entropy. ;) //Tor-?ke >From: Niels Provos <provos at outguess.org> >To: openssh-unix-dev at mindrot.org >Subject: Fwd: Re:
1999 Nov 25
0
ANNOUNCE: openssh-1.2pre15
...mien at ibs.com.au plus: use daemon() for backgrounding - Added BSD compatible install program and autoconf test, thanks to Niels Kristian Bech Jensen <nkbj at image.dk> - Solaris fixing, thanks to Ben Taylor <bent at clark.net> - Merged beginnings of AIX support from Tor-Ake Fransson <torake at hotmail.com> - Release 1.2pre15 19991124 - Merged very large OpenBSD source code reformat - OpenBSD CVS updates - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c] [ssh.h sshd.8 sshd.c] syslog changes: * Unified Logmessage for all auth-types, for...
1999 Nov 29
2
Food for thought regarding PAM
I'm new to this list, so please forgive me if this has been discussed before. It appears that one of the (commendable) design goals of OpenSSH is to re-use existing open-source libraries wherever possible in order to simplify the OpenSSH code and hopefully improve security in the process. As exhibited by the current, non-open SSH, supporting all of the nuances of authentication and logins
1999 Nov 25
0
DCE Patch
Hi all. I am submitting a patch that adds DCE authentication and credential attaching. Fully legit, no ugly hacks ;) I looked (some) at Paul Henson's <henson at acm.org> patch for ssh-1.2.20 while coding. The patch [attached] is against pre14, but DCE and AIX patches for pre15 will follow shortly. I threw in this patch just to prove i'm working on it. :) Happy Hacking, //T-?
1999 Nov 25
0
DCE Patch (forgot the attachment. Grr)
Hmm... i think it's time to go home now... forgot attachment. //T-? >Hi all. > >I am submitting a patch that adds DCE authentication and credential > >attaching. Fully legit, no ugly hacks ;) > >I looked (some) at Paul Henson's <henson at acm.org> patch for ssh-1.2.20 >while coding. > >The patch [attached] is against pre14, but DCE and AIX patches
2008 Apr 01
1
Frequent "Connection reset by peer"
I have the very same problem, but in a quite different environment. I have three machines, all using ubuntu, but different versions. One of the machines is supposed to be a common storage for the other two to copy data to as some sort of backup. One of the machines can connect to the "backup machine" just fine, but the other can't, receiving the exact error described in this