Re: ssh-add cannot connect to authentication agent

2007-05-18 Thread Tim Beuman
tself. Tim Len Giambrone wrote: I'm using XP. I disabled everything I could in McAfee, but still no luck. Did you figure out what in McAfee was causing the problem in W2K? -Len Tim Beuman <[EMAIL PROTECTED]> writes: I had the same problem on W2K. Seemed

Re: ssh-add cannot connect to authentication agent

2007-05-17 Thread Tim Beuman
I had the same problem on W2K. Seemed to be caused by McAfee. No problems with McAfee on WXP though. Tim Len Giambrone wrote: The agent starts correctly, but I can't get ssh-add to give me anything other than: Could not open a connection to your authentication agent. I'm running the latest C

Re: is there any little-endian and big-endian issue with cygwin?

2007-02-15 Thread Tim Beuman
David, Java uses big-endian while Windows/DOS (and cygwin) uses little-endian. Tim winner wei wrote: Hi, My code works fine in Cygwin by command line, but when I run it through a Java GUI launched from DOS the result is incorrect with all the data which are not zero. The java Gui does nothi

Re: 1.5.21: problem with xinetd permissions

2006-10-13 Thread Tim Beuman
You are trying to start xinetd from user erin, which has no write permission on /var/lock/subsys (only read & execute). chmod 777 /var/lock/subsys would probably help. Tim Eran Cohanim wrote: Hi, I have been trying to setup xinetd in my windows xp pro computer under cygwin with no luck (t

ssh-agent not working with McAfee: a workaround with modified ssh-agent

2006-10-13 Thread Tim Beuman
Here is the missing Makefile (Makefile.txt). Tim # $Id: Makefile.in,v 1.282 2006/09/12 11:54:10 djm Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = /usr/bin/sh AUTORECONF=autoreconf prefix=/usr/local exec_prefix=${prefix} bindir=${exec_prefix}/bin sbindir=${exec_pr

ssh-agent not working with McAfee: a workaround with modified ssh-agent

2006-10-13 Thread Tim Beuman
Hi, I made a modified version of ssh-agent so it can run under cygrunsrv under the local system account. This seems to work fine without having to disable or uninstall McAfee. Note: this is not an official update. It is a version I made for my own purposes but others might find it usable too. C

Re: cygwin 1.5.21-2: ssh-add unable to connect to ssh-agent with McAfee installed

2006-10-11 Thread Tim Beuman
Matthew, There is a line "Content-Disposition: inline" which causes the attachments to be shown inline. Could be the file-type that causes Thunderbird to add this line to the section header. I will check if I can convince Thunderbird to not include this line when sending .txt files. Jason,

Re: cygwin 1.5.21-2: ssh-add unable to connect to ssh-agent with McAfee installed

2006-10-10 Thread Tim Beuman
Hi Jason, The "Ridiculous amount of stuff" was sent out as atachments but I guess somehow it ended up inline. Sorry for that. Anyway, I tried to disable all McAfee options (Virus Protection, Spyware protection, SystemGuard Protection, Script scanning and email) but to no avail. With the prev

[Fwd: Re: 1.5.17 regression - 'printer name is invalid' is back]

2005-05-31 Thread Tim Beuman
Date: Tue, 31 May 2005 18:39:51 -0700 From: Tim Beuman <[EMAIL PROTECTED]> To: cygwin@cygwin.com This problem probably is a result of the modifications in src/winsup/cywin/path.cc introduced in version 3.373. lpr.exe uses cygwin_conv_to_win32_path() which now is forced to check for non-absolut

Re: 1.5.17 regression - 'printer name is invalid' is back

2005-05-31 Thread Tim Beuman
This problem probably is a result of the modifications in src/winsup/cywin/path.cc introduced in version 3.373. lpr.exe uses cygwin_conv_to_win32_path() which now is forced to check for non-absolute pathnames only: version 1.373: path_conv p (path, PC_SYM_FOLLOW | PC_NO_ACCESS_CHECK | PC_NOFU

RE: Error: symbol `_D' is already defined

2002-12-06 Thread Tim Beuman
Thanks. Works. Tim -Original Message- From: Danny Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 04:32 PM To: [EMAIL PROTECTED] Subject: Re: Error: symbol `_D' is already defined From: "Tim Beuman" To: "Cygwin at Cygwin dot Com" Date:

Error: symbol `_D' is already defined

2002-12-05 Thread Tim Beuman
lease) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. The date of gcc.exe is 11/14/2002. Tim Beuman -- Unsubscribe info: http://cygwin.c

keyboard shortcuts in gdb-20020409-1 not working

2002-04-10 Thread Tim Beuman
I installed gdb-20020409-1 under Windows 2000 and it seems that the keyboard shortcuts don't work anymore. I have to go to the menu to perform the requested function (like Run, Step, etc.). The keyboard shortcuts in the current version (gdb-20010428-3) work as expected. Furthermore, I got an erro