search for: corinna

Displaying 20 results from an estimated 316 matches for "corinna".

2007 May 08
4
minimum of each row in a matrix
...gt; minOfColumns [1] 1 1 2 4 > maxOfColumns=apply(a, 2, function(x) max(x) ) > maxOfColumns [1] 2 3 5 4 > How looks like the command for the minimum of the rows? I tried several possibilities with apply but did not get the wanted result. The result should be minOfRows = 0 0 0 0 1 Thanks, Corinna
2018 Aug 13
2
Call for testing: OpenSSH 7.8
On Aug 13 13:19, Corinna Vinschen wrote: > On Aug 10 11:16, Damien Miller wrote: > > Hi, > > > > OpenSSH 7.8p1 is almost ready for release, so we would appreciate testing > > on as many platforms and systems as possible. This is a bugfix release. > > Problems building on Cygwin, partially...
2007 Apr 19
2
element search
...in variable. Additionally the result should be a list again so that I can handle each entry for itself. Ideas? Perhaps a list again? Now I want to find on the one hand in each row one special entry and on the other hand I need to get the maximum entry of each row. How can I realize this? Thanks, Corinna
2008 Feb 11
1
WG: Tinn-R not working well with latest R
I am in R command window and just make Crt+V. Corinna -----Ursprüngliche Nachricht----- Von: Farrel Buchinsky [mailto:fbuchins@wpahs.org] Gesendet: Mo 11.02.2008 21:16 An: Schmitt, Corinna Betreff: Re: Tinn-R not working well with latest R I can easily get R to open without an error. I simply removed the Tinn-R related lines from the Rprofile.sit...
2005 Apr 07
3
Multiple log entries for successful pubkey authentication
Hi, I'm wondering if that's planned or just occuring accidentally. With OpenSSH 4.0 and the upcoming 4.1, I'm getting two entries in syslog when a pubkey authentication logon was successful: Apr 7 13:19:10 cathi sshd : PID 66116 : Accepted publickey for corinna from 192.168.129.6 port 40207 ssh2 Apr 7 13:19:10 cathi sshd : PID 67060 : Accepted publickey for corinna from 192.168.129.6 port 40207 ssh2 I found that this only happens when privilege separation is used. If I switch privilege separation off, I'm getting only one entry in the syslog. B...
2019 Jan 27
2
[PATCH] Cygwin: Change service name to cygsshd
On Jan 26 22:00, Nico Kadel-Garcia wrote: > On Sat, Jan 26, 2019 at 6:30 PM Corinna Vinschen <vinschen at redhat.com> wrote: > > > > On Jan 26 18:12, Nico Kadel-Garcia wrote: > > > On Sat, Jan 26, 2019 at 5:07 PM Corinna Vinschen <vinschen at redhat.com> wrote: > > > > > > > > Microsoft hijacked the sshd service name without...
2007 Apr 19
3
plotting command trouble
..."Zeit [min]", ylab="Absorptionsmessung bei 600nm",main="Zellwandstabilit?t" ) dev.off() Can anyone say me why the plot command does not work and how the correct one should look like? Important is: x-axis goes from 0 to 60 and the y-axis from 0 to 0.896! Thanks, Corinna
2007 Apr 05
8
package for Matlab
Hallo, does a package for Matlab exist in R? If yes, where can I find it and how can I install it under R? Thanks, Corinna
2015 Feb 21
2
Call for testing: OpenSSH 6.8
On Sat, 21 Feb 2015, Corinna Vinschen wrote: > Building on 64 bit Cygwin works out of the box. However, I have trouble > with the testsuite. As usual, I'm building outside the source tree: > > - Building the testsuite fails: > > Assembler messages: > Fatal error: can't create regress/unitt...
2015 Feb 23
2
Call for testing: OpenSSH 6.8
Hi Damien, On Feb 23 10:28, Corinna Vinschen wrote: > On Feb 22 07:59, Damien Miller wrote: > > On Sat, 21 Feb 2015, Corinna Vinschen wrote: > > > - The failing last loop in the "forwarding" script as reported back > > > during 6.7 testing is still failing for me more often than not. It's &...
2007 Mar 26
5
Listing function
...t to add a new entry which looks like name="Barney", wife="Liz", no.children=2, cild.ages=c(3,5) How can I add this information to Lst without overwriting the first entry? How can I then extract the corresponding information if I have both entries in Lst? Thanks for helping, Corinna
2013 Aug 05
4
[patch/Cygwin]: Simplify host key generation in ssh-host-config script
Hi, as the subject says, the below patch just simplifies the host key generation in the Cygwin-specific ssh-host-config script. Rather than testing and generating each key, call ssh-keygen -A. Could somebody with checkin rights please apply? Thanks, Corinna Index: contrib/cygwin/ssh-host-config =================================================================== RCS file: /cvs/openssh/contrib/cygwin/ssh-host-config,v retrieving revision 1.33 diff -u -p -r1.33 ssh-host-config --- contrib/cygwin/ssh-host-config 2 Jul 2013 10:06:47 -0000 1.33 +++ contri...
2001 Sep 04
3
2.9p2 behaves different from 2.5.2p2 on tunneling issue
...ch 5 minutes :-( The message in the syslog is "Connection closed by foreign host". If that's of interest, 2.5.2p2 was compiled with OpenSSL 0.9.5, 2.9p2 is compiled using OpenSSL 0.9.6b. Does anybody know what's going on or what I did wrong? Or do I need to give more details? Corinna -- Corinna Vinschen Cygwin Developer Red Hat, Inc. mailto:vinschen at redhat.com
2018 Mar 23
2
Call for testing: OpenSSH 7.7
On 24 March 2018 at 03:03, Corinna Vinschen <vinschen at redhat.com> wrote: [...] > session opened for local user corinna from [UNKNOWN] > received client version 3 > debug2: Permitting whitelisted realpath request > debug3: request 1: realpath > realpath "." > debug1: request 1: sent na...
2019 Jan 26
2
[PATCH] Cygwin: Change service name to cygsshd
On Jan 26 18:12, Nico Kadel-Garcia wrote: > On Sat, Jan 26, 2019 at 5:07 PM Corinna Vinschen <vinschen at redhat.com> wrote: > > > > Microsoft hijacked the sshd service name without asking. > > How many people use the SSH daemon from Cygwin, versus using only the > client? I did some work with the daemon with rsync and tar, trying to > link it to Lin...
2007 Apr 05
4
reading of a matrix
...ve the following result, for example: MyData: G H I J K M 1 3 5 7 9 N 2 4 6 8 10 I studied all manuals I could find and the help but could not understand the examples or interpret it right for my case. Thanks for help, Corinna
2008 Feb 11
3
Difference between P.Value and adj.P.Value
...9416e-05 0.01212520 2.054965 1555 CD44_WIZ -6.569622 -8.227938 6.510169e-05 0.01212520 1.944046 Can anyone tell me what the difference is between P.Value and adj.P.Value? I need to analyse microarrays and should say if there exist differential expressed genes. Which P.Value should I use? Thanks, Corinna
2001 Aug 30
2
[PATCH]: Drop Cygwin workaround
...++ daemon.c 2001/08/30 08:41:39 @@ -51,13 +51,6 @@ daemon(nochdir, noclose) case 0: break; default: -#ifdef HAVE_CYGWIN - /* - * This sleep avoids a race condition which kills the - * child process if parent is started by a NT/W2K service. - */ - sleep(1); -#endif _exit(0); } Corinna -- Corinna Vinschen Cygwin Developer Red Hat, Inc. mailto:vinschen at redhat.com
2019 Mar 13
2
[PATCH 2/2] Cygwin: implement case-insensitive Unicode user and group name matching
On Mar 13 10:53, Darren Tucker wrote: > On Wed, 13 Mar 2019 at 00:59, Corinna Vinschen <vinschen at redhat.com> wrote: > [...] > > Great idea. I just built and tested it. Please go ahead. > > Applied, thanks. > > > What about my other patch to contrib/cygwin/ssh-host-config? > > The last message I have said "The commit message is...
2001 Jul 11
2
[PATCH]: Cygwin: Allow sshd to switch user context without password
Hi, the following patch checks if OpenSSH is running under a Cygwin version >= 1.3.2 which allows switching user context without password. Otherwise sshd allows changing the user context only if password authentication is used as it was before. Corinna Index: openbsd-compat/bsd-cygwin_util.c =================================================================== RCS file: /cvs/openssh_cvs/openbsd-compat/bsd-cygwin_util.c,v retrieving revision 1.4 diff -u -p -r1.4 bsd-cygwin_util.c --- openbsd-compat/bsd-cygwin_util.c 2001/04/13 14:28:42 1.4 +++ open...