Re: Hippo icon!

2005-05-03 Thread Chris Herborth
erous, actually... -- Chris Herborth ([EMAIL PROTECTED]) Never send a monster to do the work of an evil scientist. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

Re: Bug in python's tempfile : returning wrong object type

2005-02-09 Thread Chris Herborth
he Windows-native Python 2.4 (Python 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)] on win32) gives the same result. I suspect the tempfile module's docs are misleading... it you look at the code, the returned object is an instance of tempfile._TemporaryFileWrapper. -- Chris H

Re: is there a (cygwin?) method delivering the current version of windows?

2005-01-24 Thread Chris Herborth
. Any hint is appreciated. Thanks, You could probably dig it out of the registry, but 'uname -s' will give you something useful. On my XP Pro system, I get CYGWIN_NT-5.1 (XP is "Windows NT 5.1"), for example. -- Chris Herborth ([EMAIL PROTECTED]) Never send a monster to do

Re: Setting $HOME for Windows

2004-12-23 Thread Chris Herborth
paces in the default $USERPROFILE? -- Chris Herborth ([EMAIL PROTECTED]) Never send a monster to do the work of an evil scientist. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs

Re: find crashes in /proc/registry

2004-12-14 Thread Chris Herborth
Chuck wrote: Christopher Faylor wrote: | On Mon, Dec 13, 2004 at 04:52:31PM -0500, Chuck wrote: | |>I don't know if this has been reported before | | It has. | | The conclusion? | | Don't use find on /proc. ls -lR /proc works. :-) -- Chris Herborth ([EMAIL PROTECTED]) Never send a

Re: Python os.path.join inconsistency?

2004-09-01 Thread Chris Herborth
This is an undocumented feature ever since DOS implemented directories. -- Chris Herborth ([EMAIL PROTECTED]) Never send a monster to do the work of an evil scientist. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Anyone having problem with 'man' permissions?

2004-08-06 Thread Chris Herborth
the second one is my home system without Momentics. -- Chris Herborth ([EMAIL PROTECTED]) Never send a monster to do the work of an evil scientist. Cygwin Configuration Diagnostics Current System Time: Fri Aug 06 11:28:26 2004 Windows XP Professional Ver 5.1 Build 2600 Service Pack 1 Path: c:\

Re: Anyone having problem with 'man' permissions?

2004-08-06 Thread Chris Herborth
/usr/bin/groff /usr/bin/man [EMAIL PROTECTED] [508]: cygcheck -c troff groff man Cygwin Package Information Package VersionStatus groff1.18.1-2 OK man 1.5k-3 OK -- Chris Herborth ([EMAIL PROTECTED]) Never send a monster

Re: Anyone having problem with 'man' permissions?

2004-08-05 Thread Chris Herborth
ies/ATI Control Panel:/cygdrive/c/Program Files/Common File s/GTK/2.0/bin:.:/cygdrive/c/QNX6.3.0/host/win32/x86/usr/bin:/cygdrive/c/Program Files/QNX Software Systems/bin groff -mtty-char -Tascii -P-c -mandoc troff: fatal error: can't open ` -P-c -mandoc': No such file or directo

Re: Anyone having problem with 'man' permissions?

2004-08-05 Thread Chris Herborth
le or directory I've tried tracking down this problem, presumably in one of the shell scripts (such as /usr/bin/nroff), without luck. -- Chris Herborth ([EMAIL PROTECTED]) Never send a monster to do the work of an evil scientist. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: [Bug] wget and files >2GB

2004-07-30 Thread Chris Herborth
). -- Chris Herborth ([EMAIL PROTECTED]) Never send a monster to do the work of an evil scientist. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http

Re: GPL violation ?

2004-05-05 Thread Chris Herborth
't sounding too snippy in this message, I've actually had to explain this several times this week. Must be related to the change in seasons. ;-) -- Chris Herborth [EMAIL PROTECTED] Documentation Overlord, CRYPTOCard Corp. http://www.cryptocard.com

Re: hot to get IP from shell -> C solution

2004-04-22 Thread Chris Herborth
chine, or nothing. import socket try: print socket.gethostbyname( socket.gethostname() ) except: pass Perl's probably just as easy. -- Chris Herborth [EMAIL PROTECTED] Documentation Overlord, CRYPTOCard Corp. http://www.cryptocard.com/ Never send

lftp 'put' problem

2004-04-16 Thread Chris Herborth
23:05 i686 unknown unknown Cygwin - residential cable modem connection (3MBit) - accepting ssh connections through inetd; ssh, scp, sftp work perfectly I've attached the core dump, and the output of "cygcheck -s -v -r" from both ends. Clues appreciated, thanks! -- Ch

"man" trouble

2004-03-16 Thread Chris Herborth
al error: can't open ` -P-c -mandoc': No such file or directory Looks a bit like a script somewhere has gotten hosed or something... any clues? -- Chris Herborth [EMAIL PROTECTED] Documentation Overlord, CRYPTOCard Corp. http://www.cryptocard.com/ N

Re: sshd vs. lftp

2004-03-10 Thread Chris Herborth
hd and lftp) is the domain; at work, my system is part of domain, at home, I don't have one. I made sure the SYSTEM account (which is what inetd is starting sshd as) had access to my directories, but it doesn't seem to have made any difference. -- Chris Herborth

sshd vs. lftp

2004-03-05 Thread Chris Herborth
. I wasn't able to find anything about this in the online docs, FAQ, or mailing list archives... any clues? -- Chris Herborth [EMAIL PROTECTED] Documentation Overlord, CRYPTOCard Corp. http://www.cryptocard.com/ Never send a monster to do the work of