Re: SSH session terminates with Ctl+C

2003-08-14 Thread Karl M
Hi All... When you set it from the panel, make sure the case matches. HTH ...Karl From: Larry Hall <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Jeff Nokes <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: SSH session terminates with Ctl+C Date: Fri, 08 Aug 2003

Re: [ANNOUNCEMENT] Updated: OpenSSH-3.5p1-1

2002-11-07 Thread Karl M
Hi All... I just updated to 3.5p1-1. I had to set PermitUserEnvironment in my sshd_config file. Should this be included by default in the ssh-host-config script? I was a bit puzzled by the file owner and permission checking for the host keys now (with StrictModes enabled)...If the owner is wro

Re: [ANNOUNCEMENT] Updated: OpenSSH-3.5p1-1

2002-11-07 Thread Karl M
pdated: OpenSSH-3.5p1-1 Date: Thu, 7 Nov 2002 17:11:57 +0100 On Thu, Nov 07, 2002 at 06:59:08AM -0800, Karl M wrote: > Hi All... > > I just updated to 3.5p1-1. I had to set PermitUserEnvironment in my > sshd_config file. Should this be included by default in the ssh-host-config >

Re: How do I start two commands in .bat ?

2003-01-14 Thread Karl M
Hi Igor... I usually do the following (for Windows 2000/xp): ssh -f -L 5907:LocalHost:5900 Coyote.Paguay sleep 30 /c/Program\ Files/RealVNC/VNCViewer.exe -fullscreen -noauto LocalHost:7 I put above two lines in a file and then launch an "sh" shell from a shortcut with this file as a command li

Re: Cygwin vsFTPd porting issues

2003-01-14 Thread Karl M
Hi Chris... Are you just depriving everyone of all of the cool new features in 1.3.19 to be mean, or is it that Cygwin is really a top secret[click] From: Corinna Vinschen <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Cygwin vsFTPd porting issues Date: T

Re: How do I start two commands in .bat ?

2003-01-15 Thread Karl M
a windows command shell C:\Cygwin\bin\sh.exe "C:\...path to file...\v.bat" You can also use the above line in the target field of a shortcut to get double clicking to work for you. Hope this helps, ...Karl From: a12 <[EMAIL PROTECTED]> To: Karl M <[EMAIL PROTECTED]>

Re: Bug in rm -r with locked files

2003-01-22 Thread Karl M
Hi Chris... By my calculation you have received over $150,000.00 in total from everyone...Unfortunately each payment was $0.02. ;-) ...Karl From: Christopher Faylor <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Bug in rm -r with locked files Date: Wed, 22 Ja

Re: Obtaining a pervious version

2003-02-18 Thread Karl M
Hi Chris... Doesn't sound very mean...tsk tsk tsk ...Karl From: John Williams <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Obtaining a pervious version Date: Wed, 19 Feb 2003 12:30:00 +1000 Christopher Faylor wrote: On Wed, Feb 19, 2003 at 11:46:24AM +1000, John Williams wrote: We

Re: An apology...

2003-02-19 Thread Karl M
He's dead Jim. From: Christopher Faylor <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: An apology... Date: Wed, 19 Feb 2003 10:15:03 -0500 Ok. This thread is dead. It is a dead thread. Let's move along. On Wed, Feb 19, 2003 at 08:16:19AM -, Stephe

Re: Win 2000 : Open Files With Word & Excel From The Command Line

2003-02-20 Thread Karl M
Hi Chris... Boo...hiss hiss I think that you are a phony. I think that you are really nice...and just faking the mean stuff...you are probably even nice to telemarketers at dinner time. Hi Chris..."I'm calling to tell you about a special opportunity to save on sandblasting your house and re..

keychain patch

2003-03-15 Thread Karl M
Hi All... I made a small patch to keychain, so that it creates an additional pid file named ~/ssh-agent.bat This allows non-cygwin ssh-aware programs (such as unison) to take advantage of the keychain functionality. The new file can be used from a windows command script by call C:\Cygwin\home

keeping ssh-agent process around after logout

2003-03-15 Thread Karl M
Hi All... What is the easiest method to make the ssh-agent process survive logout on win-2k when using keychain? I thought about a sleeping process under cygrunsrv with the --noask option and then add the keys in my .profile If I kill the process and then launch it from ssh localhost it sticks

Re: keeping ssh-agent process around after logout

2003-03-15 Thread Karl M
Hi All... The attached script launches the ssh-agent (via keychain) from cygrunsrv so that it survives logout. Enjoy, ...Karl From: "Karl M" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: keeping ssh-agent process around after logout Date: Sat, 15 Mar 2003 15:36:17 -0800

keeping ssh-agent process around after logout (2)

2003-03-16 Thread Karl M
Hi All... The attached script launches the ssh-agent (via keychain) from cygrunsrv so that it (the ssh-agent process) survives logout. It takes no keys when it is launched, it just creates the ssh-agent process that can stay around forever. Then when you start a bash login shell, the keychain i

keychain patch (2)

2003-03-16 Thread Karl M
Hi All... I made a small patch to keychain, so that it creates an additional pid file named ~/ssh-agent.cmd The only difference between this and the previous version is that the file created is ~/ssh-agent.cmd instead of ~/ssh-agent.bat so it is a bit less obtrusive. I couldn't do a ~/.ssh-agent

logon as a service

2003-03-18 Thread Karl M
Hi All... How do I enable the logon-as-a-service right for a user on Windows XP Home Edition? I used cygrunsrv to set up the service, but I can't start it without this right. Thanks, ...Karl _ Tired of spam? Get advanced junk mai

Re: logon as a service

2003-03-18 Thread Karl M
particular user? Thanks, ...Karl From: Corinna Vinschen <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: logon as a service Date: Tue, 18 Mar 2003 22:55:21 +0100 On Tue, Mar 18, 2003 at 01:34:58PM -0800, Karl M wrote: > Hi All... > > How do I enable

logon as a service for XP home edition

2003-03-18 Thread Karl M
Hi All... I did some more digging around and... ntrights +r SeServiceLononRight -u username will do it...I found a copy of ntrights (for nt4/win2k) on the web and it worked. Thanks, ...Karl _ STOP MORE SPAM with the new MSN

Re: logon as a service for XP home edition

2003-03-19 Thread Karl M
003 09:35:11 +0100 On Tue, Mar 18, 2003 at 09:02:56PM -0800, Karl M wrote: > Hi All... > > I did some more digging around and... > > ntrights +r SeServiceLononRight -u username > > will do it...I found a copy of ntrights (for nt4/win2k) on the web and it > worked. Cool.

Re: cygwin deadlocks due to lack of money

2003-10-31 Thread Karl M
Hi All... What a relief...I thought that Cygwin had the PBS virus (doesn't do any harm, but periodically asks for money). ...Karl From: Christopher Faylor <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: cygwin deadlocks due to lack of money Date: Fri, 31 Oct

Re: [ANNOUNCEMENT] Updated: keychain-2.0.3-1

2003-11-27 Thread Karl M
Hi All... I believe I found a small bug in the latest keychain. For Cygwin, keychain now does a "ps -e -u -f" to look for ssh-agent processes...I believe it should be a "ps -u -f" instead. The reason is as follows...the -e shows processes for all users. If multiple users have ssh-agent proce

Re: [ANNOUNCEMENT] Updated: keychain-2.0.3-1

2003-11-30 Thread Karl M
nvironment. ...Karl From: Hack Kampbjorn <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [ANNOUNCEMENT] Updated: keychain-2.0.3-1 Date: Mon, 01 Dec 2003 01:07:50 +0100 Karl M wrote: Hi All... I believe I found a small bug in the latest keychain. For Cygwin, keychain now does a "ps -

setup hangs when installing keychain

2003-12-05 Thread Karl M
Hi All... I just tried to update keychain on two machines, both win2k. In both cases, setup (the version currently on the Cygwin web page) downloads and then when it says it is installing, goes to 100% CPU and starts eating up memory until the machine runs out of memory. I tried a reboot, and a

Re: setup hangs when installing keychain

2003-12-05 Thread Karl M
OTECTED]> Reply-To: [EMAIL PROTECTED] To: Karl M <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: setup hangs when installing keychain Date: Fri, 5 Dec 2003 12:51:54 -0500 (EST) On Fri, 5 Dec 2003, Karl M wrote: > Hi All... > > I just tried to update keychain on two machines

setup seems to miss a few packages

2003-12-05 Thread Karl M
Hi All... I noticed during a full install, that setup seems to miss a few packages. What I mean is that I ran setup for a new install. I then ran setup again, as soon as it finished from the same mirror and it found a few more packages to install. I was asleep at the wheel, so I didn't notice w

libbz2_1 and setup

2003-12-06 Thread Karl M
Hi All... On a new install, if I run setup (current version) a second time, and ask for no new packages, it decides to install libbz2_1. (I have bzip2.) Why does it not find this on the first running? Thanks, ...Karl _ Our best d

Running Setup twice on a new install

2003-12-17 Thread Karl M
Hi All... I just did a clean Cygwin install. I ran setup and when it completed, I ran it a second time. On the second pass, with no new packages selected, it installed libbz2_1: Shared libraries for bzip2 (runtime) Why did it not find this dependency the first time? I saw this in the recent pa

Re: new snapshot with some tty/WinMe fixes

2004-01-03 Thread Karl M
From: Christopher Faylor <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: new snapshot with some tty/WinMe fixes Date: Sat, 3 Jan 2004 19:41:33 -0500 On Sat, Jan 03, 2004 at 07:18:07PM -0500, Pierre A. Humblet wrote: >>I could be wrong but I don't recall saying tha

Re: ghostscript cygwin file loading problems ...

2004-01-14 Thread Karl M
As a workaround, you can open them with a DOS path to the file. For example C:\DOCUME~1\... From: Christopher Faylor <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: ghostscript cygwin file loading problems ... Date: Wed, 14 Jan 2004 11:51:

setup did not ask me to reboot

2004-01-31 Thread Karl M
Hi All... I am running win2k and just updated to the latest cygwin dll. When I ran setup the install went fine for both 1.5.7-1 dlls :>). However it did not ask me to reboot sometime soon. I have sshd running under cygrunsrv. Is there something new here or should I have beed asked to reboot? T

Running setup twice on a new install

2004-01-31 Thread Karl M
Hi All... I did a new cygwin install last week and I again saw the following behavior: I ran setup twice (one right after the other). In the first run everything seemed fine. On the second run, setup told me I needed libbz2_1: Shared libraries for bzip2 (runtime) so I let it install it. This w

Re: Running setup twice on a new install

2004-02-02 Thread Karl M
just ran setup twice on a clean machine (this one was win98 but I have seen this on other flavors). Thanks, ...Karl From: Robert Collins <[EMAIL PROTECTED]> To: Karl M <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Running setup twice on a new install Date: Sun, 01 Feb 2004

RE: Plausibility of sendmail?

2004-02-06 Thread Karl M
Hi All... There were some strong opinions expressed on both sides about whether sendmail is a good thing or not...but the bottom line is that no one has offered to maintain sendmail as a package under Cygwin. If you want to do that, I don't think that anyone would stop you. There is presently a

Re: cygcheck

2004-03-01 Thread Karl M
Hi Chris... Blaming is a mean thing to do :,). ...Karl From: Christopher Faylor <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: cygcheck Date: Sun, 29 Feb 2004 21:44:46 -0500 On Sun, Feb 29, 2004 at 09:36:42PM -0500, Igor Pechtchanski wrote: >On Sun, 29 Feb 20

Re: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-02 Thread Karl M
Hi... If you are running McAfee, try turning it off as an experiment. I had ssh socket problems with McAfee in the past. HTH, ...Karl From: Corinna Vinschen <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: A problem with OpenSSH 3.8.p1-1 - ssh-agent Date: Tue

RE: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-03 Thread Karl M
cript that installs the service with cygrunsrv in case you want to try that. The rm -rf in the launch script keeps the ssh- folders from accumulating. HTH, ...Karl From: "Andrew J Halls" To: "'Karl M'" Subject: RE: A problem with OpenSSH 3.8.p1-1 - ssh-agent Date:

RE: Patch for problems with profile script in Win9x

2004-03-07 Thread Karl M
Hi Paul... Why not just do something like case $(echo $0 | tr [:upper:] [:lower:]) in instead of case $0 in ? It seems easier. Thanks, ...Karl From: "Paul Galbraith" To: <[EMAIL PROTECTED]> Subject: Patch for problems with profile script in Win9x Date: Sun, 7 Mar 2004 11:04:26 -0500 It seem

setup changes my mounts

2004-03-22 Thread Karl M
Hi All... I used to have all of my mounts set to binary mode. Now for cvs reasons, I have my cygdrive prefix set to test mode. I just do a "mount -cst /" to set it up. When I run setup to update my install, my cygdrive prefix reverts to binary mode. The prefix remains "/", but the mode changes

RE: setup changes my mounts

2004-03-23 Thread Karl M
Hi All... I think that because setup can work correctly no matter what mode the mounts are set to, it should leave them alone. On all but the first install, it probably should not ask about the mount information nor change it. This would be consistent with not re-asking about the shortcuts and

RE: setup changes my mounts

2004-03-23 Thread Karl M
AIL PROTECTED] To: Karl M CC: [EMAIL PROTECTED] Subject: RE: setup changes my mounts Date: Tue, 23 Mar 2004 12:07:24 -0500 (EST) Karl, If the mode of /usr/lib and /usr/bin is not the same as that of /, bad things will happen (i.e., the invariant that /usr/bin==/bin and /usr/lib==/lib will be bro

Re: cygwin under Wine? was: [OT] IBMers using cygwin?

2004-03-26 Thread Karl M
From: Christopher Faylor Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: cygwin under Wine? was: [OT] IBMers using cygwin? Date: Fri, 26 Mar 2004 14:38:12 -0500 On Fri, Mar 26, 2004 at 02:20:39PM -0500, Larry Hall wrote: >At 01:23 PM 3/26/2004, you wrote: >>Tom Roche 03/25/2004 07:23

Re: Bogus assumption prevents d2u/u2d/conv/etal working on mixed files.

2004-04-04 Thread Karl M
Hi All... I too would favor that the d2u and u2d just do what I say. Failing that, instead of --force, could we use --please-o-please-convert-this-file-i-really-mean-it perhaps the I should be capitalized. Thanks, ...Karl From: Charles Wilson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subjec

Re: .logout files?

2004-04-17 Thread Karl M
On Sat, Apr 17, 2004 at 09:17:16AM +0200, Corinna Vinschen wrote: >On Apr 16 21:35, Christopher Spears wrote: >>Hi! I can't seem to find a .logout file. I found > >The reason might be that there is none. Sometimes the simple answers are just so paradoxically elusive. cgf And it can be so satisfy

RE: How to set the colors of terminfo's standout mode?

2004-04-20 Thread Karl M
B20 was great back then wasn't it! ...Karl From: "Frank Slootweg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: How to set the colors of terminfo's standout mode? Date: Tue, 20 Apr 2004 10:24:11 +0200 How can I set the colors of terminfo's standout (smso, so) mode? I have a terminfo

Re: stty under cygwin

2004-04-21 Thread Karl M
From: Christopher Faylor Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: stty under cygwin Date: Wed, 21 Apr 2004 14:33:41 -0400 On Wed, Apr 21, 2004 at 06:36:32PM +0100, Dave Korn wrote: >>From: cygwin-owner On Behalf Of Christopher Faylor >>I suspect that the OP is trying to ta

RE: OpenSSH public key authentication woes

2004-04-25 Thread Karl M
Hi Greg... I don't see an authorized_keys file in your .ssh directory. It should contain the public keys for those users/hosts that are permitted to do public key authentication. Just cat the public keys you want together to make your authorized_keys file. Then make sure that it is readable by

Re: OpenSSH public key authentication woes

2004-04-26 Thread Karl M
Hi Greg... Try setting your authorized_keys to 644 for now. If that doesn't work, take a look at the problem reporting section on the Cygwin web page. This list would need more information to help further. Thanks, ...Karl From: Greg Rudd To: Karl M CC: <[EMAIL PROTECTED]>

Re: How to force Setup.exe to behave?

2004-05-16 Thread Karl M
Hi All... I ran into a circular dependency with X as well. I temporarily installed something that wanted it and then later removed the original package. I tried a couple of times to remove X and gave up. (It doesn't take that much disk to worry about and I'll take care of it on my next clean ins

RE: Re[4]: Visual Studio linking

2004-06-02 Thread Karl M
Hi Dave... Now be honest Dave...How do you really feel about this? :.) IANAT (I am not a therapist). Enjoy, ...Karl From: "Dave Korn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: Re[4]: Visual Studio linking Date: Wed, 2 Jun 2004 14:54:47 +0100 > -Original Message- > From: cygw

SSH Readme file

2002-02-23 Thread Karl M
Hi All... Does the Readme file need to have "Create a token object" added to the list of required rights for running OpenSSH from a non-SYSTEM account? Thanks, ...Karl _ Get your FREE download of MSN Explorer at http://explorer.

/c/cygwin/usr/doc/cygwin/openssh-3.0.2p1-5.README

2002-02-23 Thread Karl M
Hi Corinna... In /c/cygwin/usr/doc/cygwin/openssh-3.0.2p1-5.README I found: - If you want to be able to login to different user accounts you'll have to start sshd under system account or any other account that is able to switch user context. Note that administrators are _not_ able to do th

cygrunsrv patch proposal

2002-02-23 Thread Karl M
Hi All... The attached patch adds the ability for cygrunsrv to set the service description field in the registry. Thanks, ...Karl _ Chat with friends online, try MSN Messenger: http://messenger.msn.com diff -up old/cygrunsrv.c

Re: cygrunsrv patch proposal

2002-02-23 Thread Karl M
Hi All... OOPS! I forgot to update the usage and error strings. You may like this patch file better. Thanks, ...Karl >From: "Karl M" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: cygrunsrv patch proposal >Date: Sat, 23 Feb 2002 15:57:11 -0800 > >Hi

Re: cygrunsrv patch proposal

2002-02-24 Thread Karl M
Hi Corinna... Here it is again with a changelog and readme update as well. Thanks, ...Karl >From: Corinna Vinschen <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: cygrunsrv patch proposal >Date: Sun, 24 Feb 2002 10:08:39 +0100 > >On Sat, Feb 23, 2002 at 04:22:

Re: Printing locally

2002-03-05 Thread Karl M
Hi All... Having watched this thread, I decided to give the printing a try (in the past, I have only done Windows based printing). If I do cat file > prn or cat file > //machine/DeskJet from a bash shell the file is sent to the printer, but the printer gets an error (flashing error light o

Problem building OpenSSH

2002-04-22 Thread Karl M
Hi All... It has been a long time since I built OpenSSH. When I cd into the source directory and do the configure shown in the readme file, I get the following. $ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/sbin checking for gcc... gcc checking for C compiler default output..

Re: Problem building OpenSSH

2002-04-22 Thread Karl M
Apr 2002 16:32:15 +0200 > >On Mon, Apr 22, 2002 at 07:14:36AM -0700, Karl M wrote: > > Hi All... > > > > It has been a long time since I built OpenSSH. When I cd into the source > > directory and do the configure shown in the readme file, I get the > > following.

Re: Problem building OpenSSH

2002-04-22 Thread Karl M
002 16:32:15 +0200 > >On Mon, Apr 22, 2002 at 07:14:36AM -0700, Karl M wrote: > > Hi All... > > > > It has been a long time since I built OpenSSH. When I cd into the source > > directory and do the configure shown in the readme file, I get the > > following.

Re: SSHD does not start upon reboot, but manual is ok.

2002-05-01 Thread Karl M
Hi Jeroen... My situation was also on a laptop, but it always worked every time at the office. It would sometimes fail to start up at home. The failures occured with cygrunsrv, but not with srvany. I have been using cygwin/openssh since before there was a cygrunsrv. I have not experimented wi

Re: SSHD, Cygwin and Windows 2003 : continued with user rights

2003-09-18 Thread Karl M
Hi All... Quite a while ago (12 to 18 months?) before Cygwin OpenSSH could impersonate a user, there was some experimental activity in OpenSSH to allow multiple authentication methods. There was a patch to add this on the OpenSSH archives. I experimented with this to require public key followe

Re: long timeouts on shutdown/log off

2003-10-19 Thread Karl M
Hi All... Now Chris, you promised to stop with taking over the computers. I think that taking over the users' brai click Yes Chris, you are correct. Everything is as it should be. Sorry to disturb you. Thanks, ...Karl From: Christopher Faylor <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED]

cygwin 1.3.6-2 problem with sshd

2001-12-04 Thread Karl M
Hi All... ssh -L nnn:localhost: breaks when the remote (sshd) machine is running 1.3.6-2. The previous (1.3.5-3) version is ok. For example: user@LOCAL ~ $ ssh -L 5901:localhost:5900 user Enter passphrase for key '/home/user/.ssh/id_rsa': Last login: Tue Dec 4 09:25:32 2001 from user use

1.3.6-3 makes sshd happy

2001-12-04 Thread Karl M
Hi All... ssh -L 5901:localhost:5900 happymachine works again. All of the little sshd's can can sleep well tonight. Thanks, ...Karl _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- Unsubscribe inf

A Second OpenSSH Path Question

2001-12-17 Thread Karl M
Hi All... I have a vanilla install on a Win2k, SP2 machine. If I type ssh localhost which find I get the one in /c/WINNT/System32 If I type ssh localhost and then type which find in the new session, I get the one in /usr/bin I know that I can change the setting of some environment variabl

RE: how to make ssh-agent automatically

2005-11-30 Thread Karl M
Hi HS... You can use keychain (a package available from setup.exe). I do something like ssh-add -l >/dev/null 2>&1 if [ $? -eq 1 ]; then ssh-add fi in my .bash_profile, because keychain is slow when I launch several windows. Why do you kill the agent when you log out? (Windows will kill it w

Re: how to make ssh-agent automatically

2005-11-30 Thread Karl M
a bash window, compared to using keychain (also launched as a service). HTH, ...Karl From: "H.S." Subject: Re: how to make ssh-agent automatically Date: Wed, 30 Nov 2005 21:24:20 -0500 Hi Karl, Karl M wrote: > Hi HS... > > You can use keychain (a package available from set

Re: how to make ssh-agent automatically

2005-12-01 Thread Karl M
unable to locate "sendchenv". This tool looks like it solves a frustrating problem I have been having (getting regtool changes to register in any new Cygwin/Windows program). Can you point out where to find it? Karl M wrote: Hi H.S Using keychain is only one way, it is not the only

setup/symlinks/gcc/chown question

2005-12-18 Thread Karl M
Hi All... I just installed gcc/mingw with setup. If I do cd /lib/gcc/i686-pc-mingw32/3.4.4 chown -R administrators.none * it breaks the symlinks in the directory. If I do chown administrators.none * from a clean install, the symlinks are fine. If I recreate the symlinks by hand, then both f

RE: setup/symlinks/gcc/chown question

2005-12-18 Thread Karl M
have deleted and recreated the links by hand. Thanks, ...Karl From: "Karl M" Subject: setup/symlinks/gcc/chown question Date: Sun, 18 Dec 2005 09:56:18 -0800 Hi All... I just installed gcc/mingw with setup. If I do cd /lib/gcc/i686-pc-mingw32/3.4.4 chown -R administrators.

Re: setup/symlinks/gcc/chown question

2005-12-18 Thread Karl M
cc/chown question Date: Sun, 18 Dec 2005 21:20:27 +0100 On Dec 18 09:56, Karl M wrote: > Hi All... > > I just installed gcc/mingw with setup. > > If I do > > cd /lib/gcc/i686-pc-mingw32/3.4.4 > chown -R administrators.none * > > it breaks the symlinks in the directory. I

Re: setup/symlinks/gcc/chown question

2005-12-18 Thread Karl M
c1.exe From: Corinna Vinschen Subject: Re: setup/symlinks/gcc/chown question Date: Sun, 18 Dec 2005 21:20:27 +0100 On Dec 18 09:56, Karl M wrote: > Hi All... > > I just installed gcc/mingw with setup. > > If I do > > cd /lib/gcc/i686-pc-mingw32/3.4.4 > chown -R administr

Re: setup/symlinks/gcc/chown question

2005-12-19 Thread Karl M
nd which chown report /usr/bin/chmod and /usr/bin/chown respectively. For the sequence I reported yesterday, I was running as administrator. Thanks, ...Karl From: Corinna Vinschen Subject: Re: setup/symlinks/gcc/chown question Date: Mon, 19 Dec 2005 13:12:26 +0100 On Dec 18 15:51, Karl M wrote: &

Re: dll version 1.5.19

2005-12-19 Thread Karl M
Hi Laura... If you are waiting on a particulay bug fix, you can verify that it works with a snapshot. Otherwise you may not get what you are waiting for. HTH, ...Karl From: Laura Schneider Subject: Re: dll version 1.5.19 Date: Mon, 19 Dec 2005 15:58:00 -0800 Thank you for the quick respons

Re: setup/symlinks/gcc/chown question

2005-12-20 Thread Karl M
From: Corinna Vinschen Subject: Re: setup/symlinks/gcc/chown question Date: Tue, 20 Dec 2005 17:15:59 +0100 On Dec 19 09:37, Karl M wrote: > Hi All... > > I see the broken links on any machine I use. I run as a restricted user, > except when I am installing or updating software. Here is

Re: setup/symlinks/gcc/chown question

2005-12-21 Thread Karl M
well. Thanks for the help. ...Karl From: Corinna Vinschen Subject: Re: setup/symlinks/gcc/chown question Date: Wed, 21 Dec 2005 14:37:32 +0100 On Dec 20 20:28, Karl M wrote: > Hi All... > > Attached is the output of > > strace -o outfile chown -h administrators.none collect2.ex

Re: services not starting with 20060104 snapshot

2006-01-05 Thread Karl M
From: Christopher Faylor Subject: Re: services not starting with 20060104 snapshot Date: Thu, 5 Jan 2006 01:05:45 -0500 On Thu, Jan 05, 2006 at 12:42:56AM -0500, Igor Peshansky wrote: >On Wed, 4 Jan 2006, Christopher Faylor wrote: > >> On Wed, Jan 04, 2006 at 11:22:13PM -0500, Igor Peshansky

Re: services not starting with 20060104 snapshot

2006-01-05 Thread Karl M
Hi All... From: Christopher Faylor Subject: Re: services not starting with 20060104 snapshot Date: Thu, 5 Jan 2006 11:31:13 -0500 On Thu, Jan 05, 2006 at 10:28:23AM -0500, Igor Peshansky wrote: >On Thu, 5 Jan 2006, Christopher Faylor wrote: > >> On Thu, Jan 05, 2006 at 09:38:09AM -0500, Igor P

Re: services not starting with 20060104 snapshot

2006-01-05 Thread Karl M
Hi Igor... From: Igor Peshansky CC: cygwin@cygwin.com Subject: Re: services not starting with 20060104 snapshot Date: Thu, 5 Jan 2006 15:21:37 -0500 (EST) On Thu, 5 Jan 2006, Karl M wrote: > > From: Christopher Faylor > > Subject: Re: services not starting with 20060104 snapshot &

Re: services not starting with 20060104 snapshot

2006-01-05 Thread Karl M
Hi Igor... From: Igor Peshansky Subject: Re: services not starting with 20060104 snapshot Date: Thu, 5 Jan 2006 16:34:59 -0500 (EST) On Thu, 5 Jan 2006, Karl M wrote: > Hi Igor... > > > From: Igor Peshansky > > CC: [EMAIL PROTECTED] Ahem... > > Subject: Re: se

sshd service starts correctly with cygwin1-200601071810.dll.bz2 on XP SP1

2006-01-07 Thread Karl M
Hi All... The latest snapshot solves the sshd service start problem with XP SP1 for me. Thanks, ...Karl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Snapshot report - ssh error

2006-02-22 Thread Karl M
Hi All... With the latest snapshots (2/22, 2/20 and possible 2/19, not sure about 2/19 and have not tried any before that) I get an error in my application log like the following after each interactive ssh session loggs off. sshd: PID 2928: syslogin_perform_logout: logout() returned an error.

Re: Snapshot report - ssh error

2006-02-23 Thread Karl M
66 ${LOCALSTATEDIR}/log/lastlog fi fi And I am curious why set the permissions to 777 on /var/log/lastlog if it is a directory? Thanks, ...Karl From: Corinna Vinschen Subject: Re: Snapshot report - ssh error Date: Thu, 23 Feb 2006 12:16:31 +0100 On Feb 22 20:51, Karl M wrote: > Hi All...

ssh-host-config (/var/log/lastlog)

2006-02-24 Thread Karl M
Hi All... I set up lastlog as a directory and it works great 8-) In the case where ssh-host-config detects that /var/log/lastlog esists and is a directory, it sets the permissions on the directory to 0777. It seems like it should set the sticky-bit here (1777) to protect the individual files

Re: ssh-host-config (/var/log/lastlog)

2006-02-27 Thread Karl M
+0100 On Feb 24 08:02, Karl M wrote: > Hi All... > > I set up lastlog as a directory and it works great 8-) > > In the case where ssh-host-config detects that /var/log/lastlog esists and > is a directory, it sets the permissions on the directory to 0777. It seems > l

Snapshot heads up for 20060301 2310 version

2006-03-01 Thread Karl M
Hi All... With the latest, if I do a cd / my bash window disappears. I haven't had time to explore further. 20060227 works fine. Thanks, ...Karl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Snapshot heads up for 20060301 2310 version

2006-03-02 Thread Karl M
From: Corinna Vinschen Subject: Re: Snapshot heads up for 20060301 2310 version Date: Thu, 2 Mar 2006 10:56:40 +0100 On Mar 1 21:01, Karl M wrote: > Hi All... > > Just was not able to provide data earlier (from an XP PRO SP1 machine). > Here is from an XP PRO SP2 machine. Sa

Re: ssh-host-config (/var/log/lastlog)

2006-03-02 Thread Karl M
Hi Corinna... I just tried it out and it worked fine. Thanks, ...Karl From: Corinna Vinschen Subject: Re: ssh-host-config (/var/log/lastlog) Date: Tue, 28 Feb 2006 13:37:01 +0100 On Feb 27 11:38, Karl M wrote: > Hi All... > > It was fun while it lasted 8-) > > Perhaps the pe

Re: Snapshot heads up for 20060301 2310 version

2006-03-02 Thread Karl M
Thanks cygwin1-200603021700.dll.bz2 works. ...Karl From: Corinna Vinschen <[EMAIL PROTECTED]> Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com Subject: Re: Snapshot heads up for 20060301 2310 version Date: Thu, 2 Mar 2006 10:56:40 +0100 On Mar 1 21:01, Karl M wrote: > Hi All...

Re: Snapshot heads up for 20060301 2310 version

2006-03-02 Thread Karl M
From: Corinna Vinschen Subject: Re: Snapshot heads up for 20060301 2310 version Date: Thu, 2 Mar 2006 10:56:40 +0100 However, you're aware of the problems with mapping cygdrive to "/", are you? You'll never see the list of available drives since the special cygdrive handling can't kick in f

Cygwin 20060313 05:19 Snapshot problem

2006-03-13 Thread Karl M
Hi All... I just tried out the latest snapshot on am XP SP2 Pro box. I could not start some services. Reverting to 20060309 resolved the issue. I have ssh-agent services that run for two different (restricted user) accounts. One started just fine, one failed to start. Starting a bash shell

RE: Cygwin 20060313 05:19 Snapshot problem

2006-03-13 Thread Karl M
Hi All... The snapshot 2006-03-13 21:28 GMT has the same symptoms. Is there any additional information I can provide? Thanks, ...Karl From: "Karl M" Subject: Cygwin 20060313 05:19 Snapshot problem Date: Mon, 13 Mar 2006 08:11:44 -0800 Hi All... I just tried out the latest snap

Re: please test ptys and ttys in the latest snapshot

2006-06-03 Thread Karl M
Hi All... I just tried the 5/29, 6/1, 6/2 and 6/3 (0724 GMT) snapshots on XP SP1 and SP2. They all run on XP SP2. On XP SP1, only 5/29 and 6/1 run. The 6/2 and 6/3 snapshots momentarily flash a window and go away. If I launch them from a CMD window (duplicating the commands from the cygwin.b

Re: please test ptys and ttys in the latest snapshot

2006-06-03 Thread Karl M
Hi All... Problem resolved with 6/4 (0517 GMT) snapshot. Thanks, ...Karl From: "Karl M" Subject: Re: please test ptys and ttys in the latest snapshot Date: Sat, 03 Jun 2006 11:52:55 -0700 Hi All... I just tried the 5/29, 6/1, 6/2 and 6/3 (0724 GMT) snapshots on XP SP1 and SP2.

Re: 1.5.21-1 DLL Loading Problem

2006-08-04 Thread Karl M
Hi Rob... I got... $ ./run Foundation load failed: Permission denied HTH, ...Karl From: Rob Hatcherson Subject: Re: 1.5.21-1 DLL Loading Problem Date: Wed, 02 Aug 2006 16:14:41 -0500 All: This is a follow-up to a couple of posts I made 7/25,7/26/2006 regarding DLL loading issues. cygche

RE: Latest snapshot with XP SP2 and unison and cvs

2004-10-01 Thread Karl M
; -Original Message- > > From: cygwin-owner On Behalf Of Karl M > > Sent: 22 September 2004 19:36 > > > Hi Dave... > > > > Sorry, I thought I covered all details, but... > > > > The firewall is off...I am behind a real firewall. > >

Re: Request for a version/ revision/ release number for the whole Cygwin release/ distribution

2004-10-05 Thread Karl M
Hi All... What about calling it B21? ":> " ... From: Joshua Daniel Franklin <[EMAIL PROTECTED]> Reply-To: Joshua Daniel Franklin <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Request for a version/ revision/ release number for the who

RE: ssh/BitKeeper connection does not work on cygwin1.5.11?

2004-10-07 Thread Karl M
Hi Andrew... Are those usere using Windows XP SP2? If so, this sounds like the pipe problem with cygwin on XP SP2 that is being worked. Thanks, ...Karl From: Andrew Chang To: [EMAIL PROTECTED] Subject: ssh/BitKeeper connection does not work on cygwin1.5.11? Date: Thu, 7 Oct 2004 13:32:07 -0700 I

RE: Add requirement for SYSTEMROOT to FAQ?

2004-10-08 Thread Karl M
Do I really have to flag up tongue-in-cheek humour with blatant smileys every single time? That would be the sensitive thing to do. :>) _ Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clini

Cygwin pipe problem with XP SP2 and unison (and other native windows programs)

2004-11-11 Thread Karl M
Hi All... I justried reverting to an earlier cygwin1.dll on an XP SP2 machine (no longer available in setup) to resolve the pipe problem. When I start a bash window, I get an error message that _impure_ptr can not be found. So I rolled forward again. How do I build the dll without the problemati

RE: Cygwin pipe problem with XP SP2 and unison (and other native windows programs)

2004-11-11 Thread Karl M
solved. Bob Byrnes had some posts when he was looking into it...but I have not seen anything since October 6. What is the status of this problem? What is my best alternative for working around the problem? Thanks, ...Karl From: "Karl M" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subj

  1   2   3   >