Re: search and replace tool

2004-02-20 Thread Brian Dessent
Egor Duda wrote: huh? what do you mean in-place? linux writes new file to new place, it just deletes .bak file afterwards, unlike cygwin. Okay, it's not technically in-place. But perl expects to be able to do the following if you specify -i: x = open(file); unlink(file); y = open(file);

Re: Running cygwin cron under WinXP SP1

2004-02-20 Thread Russell Hind
Russell Hind wrote: I have just installed the latest cygwin and set up cron to run using Thanks for your replies. I have it working now by uninstalling cygwin and re-installing it from the web (I had installed it a couple of weeks back and then added cron later). The only thing I hadn't done

Re: daylight saving

2004-02-20 Thread Corinna Vinschen
On Feb 20 17:29, King Lung Chiu wrote: Hi, 'date' on cygwin shows time that's 1 hour behind my machine's local time (Win2K). I am on daylight saving right now (ie. 1 hour ealirer than usual). What can I do to fix the cygwin time so it recognises the daylight saving? Set the environment

cygrunsrv feature request

2004-02-20 Thread Richard Duran
Sorry if this is the wrong list, but is there any chance an option/flag could be added to cygrunsrv -I that would allow the program to show up (in ps) under a name other than cygrunsrv? Also, does anyone know how to write a proper service in perl? (How are other services paused?). -richard --

RE: cygrunsrv feature request

2004-02-20 Thread Rafael Kitover
-Original Message- From: Richard Duran Sent: Friday, February 20, 2004 1:28 AM Subject: cygrunsrv feature request Sorry if this is the wrong list, but is there any chance an option/flag could be added to cygrunsrv -I that would allow the program to show up (in ps) under a name other than

Re: search and replace tool

2004-02-20 Thread Egor Duda
Yitzchak Scott-Thoennes wrote: On Fri, Feb 20, 2004 at 10:02:03AM +0300, Egor Duda wrote: huh? what do you mean in-place? linux writes new file to new place, it just deletes .bak file afterwards, unlike cygwin. [EMAIL PROTECTED]:~$ echo aaa xxx [EMAIL PROTECTED]:~$ ls -i xxx 408096 xxx [EMAIL

[ANNOUNCEMENT] Updated: inetutils-1.3.2-26

2004-02-20 Thread Corinna Vinschen
I've updated the version of inetutils to 1.3.2-26. Changes in 1.3.2-26: - Don't install libutil.a anymore. It's dead, Jim. All functionality has been implemented in the Cygwin DLL now. - Fix really braindead memory overwrite error in ftp, which only shows up when `nmap' is called.

RE: Assembler

2004-02-20 Thread Rafael Kitover
-Original Message- From: Krzysztof Duleba Sent: Thursday, February 19, 2004 4:11 PM Subject: Re: Assembler Krzysztof Duleba wrote: Googling brought me to http://line.sourceforge.net, which may be more along the lines of what you seek. I tried it out, with no success. Binary version

Can't get list of download sites

2004-02-20 Thread Soh Kok Hong
Hi, I seem to be having problem with running setup.exe because it says Can't get the list of download sites.. This is what I've found so far: 1. I can use my mozilla browser to access http://sources.redhat.com/cygwin/mirrors.lst 2. Performed a packet trace on setup.exe and found the

RE: Tk usage with / from perl in Cygwin env

2004-02-20 Thread Rafael Kitover
-Original Message- From: linda w Sent: Thursday, February 19, 2004 5:24 PM Subject: Tk usage with / from perl in Cygwin env Has anyone tried using Tk from perl? [SNIP] According to Gerrit, http://anfaenger.de/cygwin-1.5/perl/ -- Rafael -- Unsubscribe info:

Installing Apache as a new Service = Win32 error 1062

2004-02-20 Thread florent . lothon
Hello, I think this doc isn't enough to succesfully install Apache as service for new users of cygwin as me : Installing Apache as a new Service Use the following statement to install httpd.exe as a new service: $ cygrunsrv -I service_name-p /usr/local/apache/bin/httpd.exe [-a arguments] \

Re: Installing Apache as a new Service = Win32 error 1062

2004-02-20 Thread Steven Hartland
Check the apache log file. may well give u an error about setting UID if so ensure the config has the correct User / Group directives in it. Steve / K - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 20 February 2004 11:26 Subject: Installing Apache as a new

RE: WML (perl-based program) segfaults

2004-02-20 Thread Rafael Kitover
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wolfgang Schnerring Sent: Tuesday, February 10, 2004 7:27 AM To: [EMAIL PROTECTED] Subject: WML (perl-based program) segfaults [SNIP] Starting program: /cygdrive/d/wosc/install/Cygwin/wml-

cygwin and subversion

2004-02-20 Thread Russell Hind
I have seen this message on the applications group and wondered if there are any cygwin binaries for subversion around? http://www.cygwin.com/ml/cygwin-apps/2003-10/msg00066.html Thanks Russell -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: Assembler

2004-02-20 Thread Williams, Gerald S (Jerry)
Krzysztof Duleba wrote: I gave up. I see no chance to compile Line at all. And even if I succeed, Line will probably bail out. Yes, I noticed that LINE was a dead project after you mentioned that you were trying to recompile it. I was hoping you would have success, since it sounded like a

RE: Gdb runtime error

2004-02-20 Thread Chih-Yi Kuan
Thanks you. -Original Message- From: Brian Ford [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 12:17 AM To: Chih-Yi Kuan Cc: 'Cygwin List' Subject: RE: Gdb runtime error On Thu, 19 Feb 2004, Chih-Yi Kuan wrote: Larry Hall [mailto:cygwin-lh at cygwin dot com]

Trans.: Re: Installing Apache as a new Service = Win32 error 1062

2004-02-20 Thread florent . lothon
Nothing in logs : [Wed Feb 18 14:28:18 2004] [notice] Apache/1.3.29 (Cygwin) configured -- resuming normal operations [Wed Feb 18 14:28:18 2004] [notice] Accept mutex: pthread (Default: pthread) [Wed Feb 18 14:31:33 2004] [notice] caught SIGTERM, shutting down How must i configure User / Group

cygpath bug (windows 2000)

2004-02-20 Thread Christian Matuszewski
Hello, the following command crashes: cygpath -p -m

Re: cygwin and subversion

2004-02-20 Thread Andreas Seidl
Russell Hind wrote: I have seen this message on the applications group and wondered if there are any cygwin binaries for subversion around? http://www.cygwin.com/ml/cygwin-apps/2003-10/msg00066.html From Pending Packages List, 2004-02-13

Re: DejaGnu package

2004-02-20 Thread Ben Elliston
Christopher Faylor [EMAIL PROTECTED] writes: Do you want to be the cygwin DejaGNU maintainer? I guess -- is the existing maintainer not willing? I don't have any plans for updating DejaGNU anytime soon. Why not? :-) Cheers, Ben -- Unsubscribe info:

Re: cygwin and subversion

2004-02-20 Thread Russell Hind
Andreas Seidl wrote: ITP: subversion 0.30-1 [2003-10-03] Description: Client for Subversion revision control system HOLD-UPS: No package, nothing to review! Thanks Russell -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: two text/binary oddities (Users Guide Alert)

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 01:34:09AM -0600, Joshua Daniel Franklin wrote: On Thu, Feb 19, 2004 at 06:21:55PM -0500, Christopher Faylor wrote: On Thu, Feb 19, 2004 at 06:37:12PM +, Robert R Schneck wrote: Short form: 1) cat foo creates foo with DOS line endings... no matter what. 2) A

RE: Strange symlink and mv interaction

2004-02-20 Thread Parker, Ron
From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Tilde expansion is usually done by the shell. However, judging from the rest of your message, you meant the above to say mv -- --1.2 ../tla--escapes--1.2 I did. This is the expected behavior. The symlink takes you to the

Re: Can't get list of download sites

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 07:07:57PM +0800, Soh Kok Hong wrote: Hi, I seem to be having problem with running setup.exe because it says Can't get the list of download sites.. This is what I've found so far: 1. I can use my mozilla browser to access http://sources.redhat.com/cygwin/mirrors.lst

Re: DejaGnu package

2004-02-20 Thread Christopher Faylor
On Sat, Feb 21, 2004 at 12:15:36AM +1100, Ben Elliston wrote: Christopher Faylor [EMAIL PROTECTED] writes: Do you want to be the cygwin DejaGNU maintainer? I guess -- is the existing maintainer not willing? I don't have any plans for updating DejaGNU anytime soon. Why not? :-) Don't want to?

RE: 20040217 snapshot problem (also causes gdb crash)

2004-02-20 Thread Richard Campbell
If you just run xwin.exe does it also misbehave? Yes. If so, how about running under the debugger? gdb /usr/X11R6/bin/xwin.exe Definitely weird - didn't even get to the point of letting me type the r; gdb crashes out immediately. C:\cygwin\usr\X11R6\bingdb XWin.exe 29 [main] ? 1840

Re: cygrunsrv feature request

2004-02-20 Thread Igor Pechtchanski
On Fri, 20 Feb 2004, Richard Duran wrote: Sorry if this is the wrong list, but is there any chance an option/flag could be added to cygrunsrv -I that would allow the program to show up (in ps) under a name other than cygrunsrv? Feel free to send a patch -- see http://cygwin.com/cvs.html for

RE: 20040217 snapshot problem + gdb runtime error

2004-02-20 Thread Richard Campbell
Just looked at what was going on in that other thread, and noticed that the original poster over in that thread, Chih-Yi Kuan, is having this problem with gdb under stock 1.5.7-1: (from gdb under bash) 3 [main] ? 3552 cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap

Re: Can't get list of download sites

2004-02-20 Thread Igor Pechtchanski
On Fri, 20 Feb 2004, Soh Kok Hong wrote: Hi, I seem to be having problem with running setup.exe because it says Can't get the list of download sites.. This is what I've found so far: 1. I can use my mozilla browser to access http://sources.redhat.com/cygwin/mirrors.lst 2. Performed a

Re: Trans.: Re: Installing Apache as a new Service = Win32 error 1062

2004-02-20 Thread Igor Pechtchanski
On Fri, 20 Feb 2004 florentdotlothonatfreedotfr wrote: Nothing in logs : [Wed Feb 18 14:28:18 2004] [notice] Apache/1.3.29 (Cygwin) configured -- resuming normal operations [Wed Feb 18 14:28:18 2004] [notice] Accept mutex: pthread (Default: pthread) [Wed Feb 18 14:31:33 2004] [notice]

Re: Assembler

2004-02-20 Thread Krzysztof Duleba
Williams, Gerald S (Jerry) wrote: I wanted to try out my app with some deassembler, but I haven't found anything interesting. Which one do you use (in Linux)? I don't do much X86 disassembling (most of my assembly coding is in ARM or DSP), but I would start with ndisasm (the nasm

Re: 20040217 snapshot problem (also causes gdb crash)

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 09:45:29AM -0500, Richard Campbell wrote: If you just run xwin.exe does it also misbehave? Yes. If so, how about running under the debugger? gdb /usr/X11R6/bin/xwin.exe Definitely weird - didn't even get to the point of letting me type the r; gdb crashes out

RE: 20040217 snapshot problem (also causes gdb crash)

2004-02-20 Thread Richard Campbell
Sounds like a rebasing problem to me. Have you rebased your DLLs? No. Not that I know of, anyway. Any apps do rebasing as part of install? -Richard Campbell. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Installing Apache as a new Service = Win32 error 1062

2004-02-20 Thread Larry Hall
At 06:26 AM 2/20/2004, [EMAIL PROTECTED] you wrote: Hello, I think this doc isn't enough to succesfully install Apache as service for new users of cygwin as me : Installing Apache as a new Service Use the following statement to install httpd.exe as a new service: $ cygrunsrv -I

Re: 20040217 snapshot problem (also causes gdb crash)

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 10:21:02AM -0500, Richard Campbell wrote: Sounds like a rebasing problem to me. Have you rebased your DLLs? No. Not that I know of, anyway. Any apps do rebasing as part of install? Dunno. I don't think so. I run rebaseall on all of my systems. cgf -- Unsubscribe

Re: cygpath bug (windows 2000)

2004-02-20 Thread Larry Hall
At 08:02 AM 2/20/2004, Christian Matuszewski you wrote: Hello, the following command crashes: cygpath -p -m

RE: 20040217 snapshot problem (also causes gdb crash)

2004-02-20 Thread Richard Campbell
Same error after doing a rebaseall. C:\cygwin\binbash bash-2.05b$ ./rebaseall /usr/lib/apache/mod_auth_mysql.dll: skipped because nonexistent /usr/lib/apache/mod_auth_ntsec.dll: skipped because nonexistent /usr/lib/apache/libdav.dll: skipped because nonexistent /usr/lib/apache/libphp4.dll:

RE: Repeatable crash with CVS version of cygwin1 DLL

2004-02-20 Thread Cliff Geschke
What!! Are you trying to tell me that I can only call setjmp from the main program? I don't know what man page you are reading, but you are misunderstanding what it says. Setjmp/longjmp does not trash (or is not supposed to trash) the call stack. It can trash the auto variables in the local

RE: Can't get list of download sites

2004-02-20 Thread Hughes, Bill
Sent: 20 February 2004 13:42 From: Christopher Faylor I suppose that theory will be corroborated soon as the complaints flood into this mailing list. Or not. FWIW, WFM. I didn't parse this last correctly as standard acronyms and thought cgf was having an even worse day than usual and

Re: Repeatable crash with CVS version of cygwin1 DLL

2004-02-20 Thread Corinna Vinschen
On Feb 20 10:02, Cliff Geschke wrote: What!! Are you trying to tell me that I can only call setjmp from the main program? No, he's trying to tell you that you can't return from the function in which setjmp has been called and then from somewhere else call longjmp. That won't work. That's

Re: Repeatable crash with CVS version of cygwin1 DLL

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 10:02:38AM -0600, Cliff Geschke wrote: Are you trying to tell me that I can only call setjmp from the main program? I don't recall saying that. What I'm saying is that longjmp is always supposed to be jumping to a location earlier in the call stack. I don't know what man

Re: Repeatable crash with CVS version of cygwin1 DLL

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 11:47:24AM -0500, Christopher Faylor wrote: For instance, try the attached program on linux and you'll get a SEGV because returning after the foo does not go to the right place. ^^^ longjmp -- Unsubscribe info:

Re: Repeatable crash with CVS version of cygwin1 DLL

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 10:02:38AM -0600, Cliff Geschke wrote: Now you are making me wonder if RTEMS should be using sigsetjmp/siglongjmp. I am not trying to become an RTEMS developer. Saving/restoring the signal mask would help would not help with this in any way. cgf -- Unsubscribe info:

Re: Can't get list of download sites

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 04:32:32PM -, Hughes, Bill wrote: Sent: 20 February 2004 13:42 From: Christopher Faylor I suppose that theory will be corroborated soon as the complaints flood into this mailing list. Or not. FWIW, WFM. I didn't parse this last correctly as standard acronyms and

(debugging volunteers needed) Re: 20040217 snapshot problem (also causes gdb crash)

2004-02-20 Thread Christopher Faylor
Any volunteers to work with Richard to figure this out? On Fri, Feb 20, 2004 at 10:47:34AM -0500, Richard Campbell wrote: Same error after doing a rebaseall. C:\cygwin\binbash bash-2.05b$ ./rebaseall /usr/lib/apache/mod_auth_mysql.dll: skipped because nonexistent

RE: Can't get list of download sites

2004-02-20 Thread Hughes, Bill
Sent: 20 February 2004 17:01 From: Christopher Faylor FWIW, WFM. I didn't parse this last correctly as standard acronyms and thought cgf was having an even worse day than usual and had escalated WJM to the next level... Have a nice weekend, If I am understanding your misinterpretation

cygwin_attach_fd_to_handle(), mmap()

2004-02-20 Thread Jason M. Felice
I'm working on getting the cygwin port of rsync to be able to back up open files. This requires the FILE_FLAG_BACKUP_SEMANTICS flag. I've got rsync opening the file, and I use cygwin_attach_fd_to_handle() to get an fd, but the problem is that cygwin seems to map it as a basic handle and not a

Re: cygwin_attach_fd_to_handle(), mmap()

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 12:35:30PM -0500, Jason M. Felice wrote: I'm working on getting the cygwin port of rsync to be able to back up open files. This requires the FILE_FLAG_BACKUP_SEMANTICS flag. I've got rsync opening the file, and I use cygwin_attach_fd_to_handle() to get an fd, but the

Re: 2004-Feb-17 snapshot change ssh option parsing behavior

2004-02-20 Thread Wayne Davison
Corinna Vinschen wrote: We're using the latest plain BSD getopt() now. It's permuting the options by default. This was switched off by default in Cygwin so far. Typically you should quote the command you send to the remote host: ssh somehost '/bin/bash --login -c date' This is not

Re: cygwin_attach_fd_to_handle(), mmap()

2004-02-20 Thread Corinna Vinschen
On Feb 20 12:59, Christopher Faylor wrote: On Fri, Feb 20, 2004 at 12:35:30PM -0500, Jason M. Felice wrote: I'm working on getting the cygwin port of rsync to be able to back up open files. This requires the FILE_FLAG_BACKUP_SEMANTICS flag. I've got rsync opening the file, and I use

when to rebase?

2004-02-20 Thread Thomas L Roche
Christopher Faylor Fri, 20 Feb 2004 10:41:45 -0500 - I run rebaseall on all of my systems. When? After every install? Periodically? Only on weirdness? Is this just CYA, or is it UG- or FAQ-worthy? (Note that searching either's big-HTML versions for 'rebas' fails.) -- Unsubscribe info:

Re: when to rebase?

2004-02-20 Thread Larry Hall
At 01:23 PM 2/20/2004, Thomas L Roche you wrote: Christopher Faylor Fri, 20 Feb 2004 10:41:45 -0500 - I run rebaseall on all of my systems. When? After every install? Periodically? Only on weirdness? Is this just CYA, or is it UG- or FAQ-worthy? (Note that searching either's big-HTML

cygwin1.dll not found..

2004-02-20 Thread vemuri
Dear all, I downloaded cygwin and installed on XP professional. I wrote a small c program to print my name. when run it from the cygwin console, the program is running. when I run the same executable from outside cygwin, it is giving the following error:

[ANNOUNCEMENT] Updated: ssmtp-2.60.4-3

2004-02-20 Thread Robert R Schneck-McConnell
I have updated the version of ssmtp to 2.60.4-3. This version works correctly when the input includes DOS line endings. (Previously, ssmtp would fail to send the last lines of messages using DOS line endings; and ssmtp -t would harvest recipient addresses from the body.) To update your

Re: cygwin1.dll not found..

2004-02-20 Thread Igor Pechtchanski
On Fri, 20 Feb 2004 vemuriathelixgenomicsdotcom wrote: Dear all, I downloaded cygwin and installed on XP professional. I wrote a small c program to print my name. when run it from the cygwin console, the program is running. when I run the same executable from outside cygwin, it is

Heads-up: FAQ as one big HTML file broken

2004-02-20 Thread Igor Pechtchanski
Hi, All the links in http://cygwin.com/faq/faq0.html (FAQ as one big HTML file) point to http://cygwin.com/faq/faq.html, which is just a TOC. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'

Re: when to rebase?

2004-02-20 Thread Brian Dessent
Thomas L Roche wrote: Christopher Faylor Fri, 20 Feb 2004 10:41:45 -0500 - I run rebaseall on all of my systems. When? After every install? Periodically? Only on weirdness? Is this just CYA, or is it UG- or FAQ-worthy? (Note that searching either's big-HTML versions for 'rebas'

coreutils maintainer needed

2004-02-20 Thread Christopher Faylor
I think our textutils/nascent coreutils maintainer is again MIA. Can I get a volunteer to support the coreutils package? coreutils will supercede fileutils and textutils. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

cannot delete /bin/manpath.exe

2004-02-20 Thread Justin Honold
when trying to delete from explorer: 'Cannot delete manpath.exe: Access is denied. The source file may be in use.' when trying to view the security tab from explorer: 'You only have permission to view the current security information on manpath.exe.' when trying to delete from cmd: 'Access is

Re: when to rebase?

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 11:25:21AM -0800, Brian Dessent wrote: Thomas L Roche wrote: Christopher Faylor Fri, 20 Feb 2004 10:41:45 -0500 - I run rebaseall on all of my systems. When? After every install? Periodically? Only on weirdness? Is this just CYA, or is it UG- or FAQ-worthy?

RE: Running cygwin cron under WinXP SP1

2004-02-20 Thread Harig, Mark
The only thing I hadn't done before was the mkpasswd -l -d and mkgroup -l -d on first run of the original install, so don't know if that made a difference, but its working now. It does make a difference, and this problem is detected by the diagnostic script. When the problem is

Re: when to rebase?

2004-02-20 Thread Jason Tishler
On Fri, Feb 20, 2004 at 01:30:29PM -0500, Larry Hall wrote: At 01:23 PM 2/20/2004, Thomas L Roche you wrote: Christopher Faylor Fri, 20 Feb 2004 10:41:45 -0500 - I run rebaseall on all of my systems. When? After every install? Periodically? Only on weirdness? It should never hurt to

Re: when to rebase?

2004-02-20 Thread Larry Hall
At 03:32 PM 2/20/2004, Jason Tishler you wrote: On Fri, Feb 20, 2004 at 01:30:29PM -0500, Larry Hall wrote: At 01:23 PM 2/20/2004, Thomas L Roche you wrote: Christopher Faylor Fri, 20 Feb 2004 10:41:45 -0500 - I run rebaseall on all of my systems. When? After every install?

For All Bankcard Reps and Agents

2004-02-20 Thread
Dear Agent, We are sending this email to you because you came up as someone that might be interested in what we have to say. Does your business require Electronic Check Transactions or ACH processing capabilities? Have you explored the idea or do you currently offer an ACH system to your

Re: when to rebase?

2004-02-20 Thread Peter A. Castro
On Fri, 20 Feb 2004, Jason Tishler wrote: On Fri, Feb 20, 2004 at 01:30:29PM -0500, Larry Hall wrote: At 01:23 PM 2/20/2004, Thomas L Roche you wrote: Christopher Faylor Fri, 20 Feb 2004 10:41:45 -0500 - I run rebaseall on all of my systems. When? After every install?

zip with encryption

2004-02-20 Thread bbuchbinder
I was wondering if it might be possible to have zip 2.3 re-compiled with encryption and re-released. Chuck Wilson stated in http://www.cygwin.com/ml/cygwin-announce/2001/msg5.html and http://www.cygwin.com/ml/cygwin-announce/2002-05/msg00018.html that it can be done but that first Red Hat

Re: 2004-Feb-17 snapshot change ssh option parsing behavior

2004-02-20 Thread Corinna Vinschen
On Feb 20 10:08, Wayne Davison wrote: This is not something that other OSes require, and programs such as rsync are broken by this change. While trying to work around this problem, I tried using a remote-shell option of ssh -- with rsync, but ssh still doesn't do the right thing with that

Re: zip with encryption

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 04:34:10PM -0500, bbuchbinder wrote: I was wondering if it might be possible to have zip 2.3 re-compiled with encryption and re-released. Chuck Wilson stated in http://www.cygwin.com/ml/cygwin-announce/2001/msg5.html and

vi and cygwin

2004-02-20 Thread Totte Karlsson
How do I get vi working under cygwin? Is it available? /totte -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

python and cygwin

2004-02-20 Thread Totte Karlsson
Hi, I want to run my python scripts in a cygwin bash shell, but have problems. It seems as if python don't understand the cygwin path. If I'm placed in the directory in where the pythonscript is located, it works fine, if I'm in another directory it don't work. I get the error python.exe: can't

problem running bash inside NTemacs

2004-02-20 Thread David S.
I recently ran 'setup' and now have a problem I didn't used to have. I run bash (2.05b.0(1)-release) as the shell inside NTemacs (GNU Emacs 20.7.1 (i386-*-nt5.1.2600)) on WinXP. Some programs dont output correctly to the terminal anymore. For example, running 'ed' produces no output except

tar and open files

2004-02-20 Thread Steven Hartland
Does anyone know of a way of getting round the file locking in win32 / cygwin so that in use files e.g. dll's can be replaced and next time the app restarts they are picked up? Steve This e.mail is private and confidential between Multiplay

Re: vi and cygwin

2004-02-20 Thread Brian Dessent
Totte Karlsson wrote: How do I get vi working under cygwin? Is it available? Install the vim package, using setup.exe. That is the standard method for isntalling all Cygwin packages. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: vi and cygwin

2004-02-20 Thread Totte Karlsson
yeah, I know about the standard method but could not find vi there, only vim. So one should use vim? There is no pure vi? -totte Brian Dessent [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Totte Karlsson wrote: How do I get vi working under cygwin? Is it available? Install the

RE: vi and cygwin

2004-02-20 Thread DePriest, Jason R.
Not sure what you are trying to accomplish, but try this command-line option with vim. -+- man vim -+- -C Compatible. Set the 'compatible' option. This will make Vim behave mostly like Vi, even though a .vimrc file exists. -Original

Re: python and cygwin

2004-02-20 Thread Totte Karlsson
Seems as if I got it working by downloading python for cygwin?. I already had python for windows installed and I thought cygwin would used that one automatically? Guess one has to set it up somewhere? /totte Totte Karlsson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I want to

Re: vi and cygwin

2004-02-20 Thread Totte Karlsson
my question was if vi is available under cygwin. I know about vim and about it's compatible option. Just curious if there is a pure vi available and it seems not to be... thanks though /totte DePriest, Jason R. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Not sure what you are trying

Re: python and cygwin

2004-02-20 Thread Brian Dessent
Totte Karlsson wrote: Seems as if I got it working by downloading python for cygwin?. I already had python for windows installed and I thought cygwin would used that one automatically? Guess one has to set it up somewhere? The win32 python and the Cygwin python are completely seperate and

Re: tar and open files

2004-02-20 Thread Igor Pechtchanski
On Fri, 20 Feb 2004, Steven Hartland wrote: Does anyone know of a way of getting round the file locking in win32 / cygwin so that in use files e.g. dll's can be replaced and next time the app restarts they are picked up? Steve Setup.exe uses the Windows replace-on-reboot feature for

Re: vi and cygwin

2004-02-20 Thread Brian Dessent
Totte Karlsson wrote: my question was if vi is available under cygwin. I know about vim and about it's compatible option. Just curious if there is a pure vi available and it seems not to be... Then the answer is no. What you see with setup.exe is what you get. (WYSWSIWYG?) Someone out

RE: tar and open files

2004-02-20 Thread DePriest, Jason R.
For a DLL, does just unregistering the DLL do what you need? I mean, running 'regsvr32 /u dll', put new file in place, run 'regsvr32 dll'? -Jason -Original Message- From: cygwin-owner at cygwin dot com [mailto: cygwin-owner at cygwin dot com] On Behalf Of Igor Pechtchanski Sent:

Re: python and cygwin

2004-02-20 Thread Totte Karlsson
OK, I see, However, it seems as if I can execute the win32 python interpreter from within the cygwin bash shell, and it seems to work as long the cygwin path come into play, which is unfortunate. I thought the idea with cygwin was to provide unix tools working under windows, not to make windows

Re: stabilizing cygwin emacs

2004-02-20 Thread Thomas L Roche
FWIW: I can't point to any specific fixes, and I know my experience differs from others reported, but: I've been running emacs for 3 days now on X on 20040217|8, and have had precisely _1_ crash. That's the best record I've experienced since upgrading from 1.5.5-1. (That 1 crash came while on a

RE: python and cygwin

2004-02-20 Thread DePriest, Jason R.
Cygwin aims to do both. It provides *nix tools running on Windows from a DLL implemented POSIX environment. Or something like that. There are other places to get some of the GNU tools ported to Win32 without the cygwin1.dll requirement. However, you do not get the full benefits of a robust and

Re: tar and open files

2004-02-20 Thread Brian Dessent
DePriest, Jason R. wrote: For a DLL, does just unregistering the DLL do what you need? I mean, running 'regsvr32 /u dll', put new file in place, run 'regsvr32 dll'? No. The replacement only occurs at boot-time. I don't know if this is quite off-topic or not but I wrote the following perl

Re: python and cygwin

2004-02-20 Thread Brian Dessent
Totte Karlsson wrote: However, it seems as if I can execute the win32 python interpreter from within the cygwin bash shell, and it seems to work as long the cygwin path come into play, which is unfortunate. The win32 one has no idea what a posix (e.g. /cygdrive or /usr/bin) path is, and how

RE: python and cygwin

2004-02-20 Thread Igor Pechtchanski
Actually, the main goal of Cygwin is to annoy users and to give a vent to the innate meanness of its developers. The secondary goal of Cygwin is to provide POSIX compatibility. The Unix tools are incidental. :-) Igor On Fri, 20 Feb 2004, DePriest, Jason R. wrote: Cygwin aims to do

Re: tar and open files

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 03:45:14PM -0800, Brian Dessent wrote: DePriest, Jason R. wrote: For a DLL, does just unregistering the DLL do what you need? I mean, running 'regsvr32 /u dll', put new file in place, run 'regsvr32 dll'? No. The replacement only occurs at boot-time. I don't know if

Re: python and cygwin

2004-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2004 at 06:55:19PM -0500, Igor Pechtchanski wrote: Actually, the main goal of Cygwin is to annoy users and to give a vent to the innate meanness of its developers. The secondary goal of Cygwin is to provide POSIX compatibility. The Unix tools are incidental. :-) Thank you for

man completion in zsh not working

2004-02-20 Thread Thorsten Kampe
This has been a problem for a quite a while to me: the man command doesn't complete to the possible manpages anymore. For example man zsha[tab] should complete to man zshall. It worked some time ago in Cygwin zsh and it stills works on my Gentoo Linux box. Here are the facts: zsh and man are

Re: vi and cygwin

2004-02-20 Thread Thorsten Kampe
* Totte Karlsson (2004-02-20 23:49 +0100) my question was if vi is available under cygwin. I know about vim and about it's compatible option. Just curious if there is a pure vi available and it seems not to be... If you knew vim you knew that it has a vi compatibility mode - vim can emulate vi

Re: python and cygwin

2004-02-20 Thread Thorsten Kampe
* Totte Karlsson (2004-02-21 00:29 +0100) OK, I see, However, it seems as if I can execute the win32 python interpreter from within the cygwin bash shell, and it seems to work as long the cygwin path come into play, which is unfortunate. I thought the idea with cygwin was to provide unix

Re: when to rebase?

2004-02-20 Thread Jason Tishler
Peter, On Fri, Feb 20, 2004 at 12:52:28PM -0800, Peter A. Castro wrote: On Fri, 20 Feb 2004, Jason Tishler wrote: Unfortunately, rebasing apparently breaks zsh: http://www.cygwin.com/ml/cygwin/2003-12/msg00415.html As the zsh maintainer, I'm still waiting for the rebase and gcc

Re: vi and cygwin

2004-02-20 Thread Totte Karlsson
does not mean that vim is vi! Read my question! Thorsten Kampe [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] * Totte Karlsson (2004-02-20 23:49 +0100) my question was if vi is available under cygwin. I know about vim and about it's compatible option. Just curious if there is a

Re: python and cygwin

2004-02-20 Thread Totte Karlsson
I guess the problem is, as I see it, if cygwin was the perfect unix tool running under windows, it would integrate with existing windows tools. It does that to some extent, but not fully and that is the problem. If I want a pure unix environment, on the other hand, then I would use the real stuff,

Re: problem running bash inside NTemacs

2004-02-20 Thread Larry Hall
At 05:21 PM 2/20/2004, David S. you wrote: I recently ran 'setup' and now have a problem I didn't used to have. I run bash (2.05b.0(1)-release) as the shell inside NTemacs (GNU Emacs 20.7.1 (i386-*-nt5.1.2600)) on WinXP. Some programs dont output correctly to the terminal anymore. For example,

RE: python and cygwin

2004-02-20 Thread Norman Vine
Totte Karlsson writes: When I open up a cygwin-bash on windows, I just thought that I could use my already installed win-32 python. One of the things Cygwin provides is a standard POSIX interface to the OS. Cygwin Python is built on top of this. If you want to use a Python that

Re: vi and cygwin

2004-02-20 Thread Thorsten Kampe
* Totte Karlsson (2004-02-21 02:25 +0100) does not mean that vim is vi! Read my question! Read my answer: vim behaves like vi, it is called with vi in the shell and therefor it /is/ vi (http://www.netbsd.org/Misc/call-it-a-duck.html). The original vi is not free software so you will hardly find

Re: python and cygwin

2004-02-20 Thread Thorsten Kampe
* Totte Karlsson (2004-02-21 02:45 +0100) When I open up a cygwin-bash on windows, I just thought that I could use my already installed win-32 python. I realize now that you can't As I already told you in my answer: You *can* with a little effort. Python as a multiplatform scripting language

Re: Can't get list of download sites

2004-02-20 Thread Soh Kok Hong
Hi, Thank you for your help. I found that using the Use IE5 Settings connection mode works. Performing a packet trace shows that this mode adds a bit more text in the HTTP transactions: GET /cygwin/mirrors.lst HTTP/1.1\r\n If-Modified-Since: deleted\r\n If-None-Match: deleted\r\n User-Agent:

  1   2   >