Re: Fixed patch for install.cc

2003-03-11 Thread Pavel Tsekov
Ping ? On Sun, 9 Mar 2003, Pavel Tsekov wrote: On Sun, 9 Mar 2003, Cygwin (Robert Collins) wrote: * Pavel's Do not uninstall if upgrade package fails md5 patch http://sources.redhat.com/ml/cygwin-apps/2003-02/msg00178.html Pavel, This patch was missing IDS_CRC_ERROR definitions,

Run file

2003-03-11 Thread Dat Quang Vu
Hello I have just installed cygwin in windows 2000.After installstion i try to run the file hygrt.csh under folder and get the error: bash: ./enblhstg.csh : no such file or directory. i have check the file is there and written correct file name. I am new in cygwin. Coul you please help me how to

Re: Run file

2003-03-11 Thread Andrew Markebo
/ Dat Quang Vu [EMAIL PROTECTED] wrote: | Hello | I have just installed cygwin in windows 2000.After installstion i try to run | the file hygrt.csh under folder and get the error: | bash: ./enblhstg.csh : no such file or directory. Check the first line of enblhstg.csh, it probably looks like:

emacs throws error about entry point SmcClientID of libSM.dll

2003-03-11 Thread Haibing Ma
I just reinstalled xfree86, emacs and exmacs-X11. I also set CYGWIN to tty binmode title. When I tried to start emacs, I got the following error: The procedure entry point SmcClientID could not be located in the dynamic link library libSM.dll. Thanks for your help. Haibing

src/winsup/cygwin ChangeLog fhandler_socket.cc

2003-03-11 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-03-11 13:05:37 Modified files: winsup/cygwin : ChangeLog fhandler_socket.cc Log message: 2003-03-11 Corinna Vinschen [EMAIL PROTECTED] * fhandler_socket.cc

src/winsup/w32api ChangeLog Makefile.in includ ...

2003-03-11 Thread earnie
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-03-11 14:44:58 Modified files: winsup/w32api : ChangeLog Makefile.in winsup/w32api/include: winsvc.h winsup/w32api/lib: Makefile.in Log message: * include/winsvc.h

src/winsup/w32api ChangeLog include/winnt.h

2003-03-11 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-03-11 23:53:08 Modified files: winsup/w32api : ChangeLog winsup/w32api/include: winnt.h Log message: 2003-03-12 Ranjit Mathew [EMAIL PROTECTED] *

Re: A patch for the cygwin1.dll console handler

2003-03-11 Thread Corinna Vinschen
On Tue, Mar 11, 2003 at 08:02:58AM +0100, COTTO Daniel FTRD/DMI/CAE wrote: Hello, I have made a patch to the cygwin1.dll . Its main purpose is to allow a nul character to be input from a french keyboard. Also this patch adds some othre functions keys. If you are interrested you have the

RE: A patch for the cygwin1.dll console handler

2003-03-11 Thread COTTO Daniel FTRD/DMI/CAE
Because I do the changes at home for my hobby , I will probably send this patch to red-hat aproval system this week-end. So for your question, Actually, the cygwin terminal have: esc [ D for normal shift et ctrl, esc esc [ D for alt. I can change this to the xterm conformences. If you have a

Re: fhandler_socket::dup

2003-03-11 Thread Corinna Vinschen
On Mon, Mar 10, 2003 at 08:09:02PM -0500, Pierre A. Humblet wrote: Corinna, Here is a patch to have fhandler_socket::dup return success or failure (related to the problem seen by Jason Tishler). Thanks. We still don't know *why* that happens, though. That bugs me. Anyway, I've made a

RE: A patch for the cygwin1.dll console handler

2003-03-11 Thread COTTO Daniel FTRD/DMI/CAE
OK, thank you for the explanations. I'll do what it needed for contributing to cygwin like I have already said. I have just thought that my patch was non significant enough to be a meber of the cygwin contributors. -Message d'origine- De : Corinna Vinschen [mailto:[EMAIL PROTECTED]

Re: A patch for the cygwin1.dll console handler

2003-03-11 Thread Corinna Vinschen
On Tue, Mar 11, 2003 at 01:10:19PM +0100, COTTO Daniel FTRD/DMI/CAE wrote: OK, thank you for the explanations. I'll do what it needed for contributing to cygwin like I have already said. I have just thought that my patch was non significant enough to be a meber of the cygwin contributors.

Re: fhandler_socket::dup

2003-03-11 Thread Pierre A. Humblet
Corinna Vinschen wrote: I'm seriously concidering to remove all the fixup_before/fixup_after from fhandler_socket::dup() and just call fhandler_base::dup() on NT systems. Corinna, Isn't that just what you do now? Just out of curiosity, why hasn't this always been done? I blindly thought it

Re: fhandler_socket::dup

2003-03-11 Thread Pierre A. Humblet
Corinna Vinschen wrote: Thanks. We still don't know *why* that happens, though. That bugs me. For future reference here is what happens in Jason's experiments. All of them start in the system service environment and do as follows A) [optional] call gethostname to initialize wsock B)

Re: fhandler_socket::dup

2003-03-11 Thread Christopher Faylor
On Tue, Mar 11, 2003 at 04:20:28PM +0100, Corinna Vinschen wrote: On Tue, Mar 11, 2003 at 09:43:35AM -0500, Pierre A. Humblet wrote: Corinna Vinschen wrote: I'm seriously concidering to remove all the fixup_before/fixup_after from fhandler_socket::dup() and just call fhandler_base::dup() on

Re: fhandler_socket::dup

2003-03-11 Thread Corinna Vinschen
On Tue, Mar 11, 2003 at 03:44:38PM -0500, Christopher Faylor wrote: On Tue, Mar 11, 2003 at 04:20:28PM +0100, Corinna Vinschen wrote: On Tue, Mar 11, 2003 at 09:43:35AM -0500, Pierre A. Humblet wrote: Corinna Vinschen wrote: I'm seriously concidering to remove all the

Re: fhandler_socket::dup

2003-03-11 Thread Christopher Faylor
On Tue, Mar 11, 2003 at 11:49:27PM +0100, Corinna Vinschen wrote: On Tue, Mar 11, 2003 at 03:44:38PM -0500, Christopher Faylor wrote: On Tue, Mar 11, 2003 at 04:20:28PM +0100, Corinna Vinschen wrote: On Tue, Mar 11, 2003 at 09:43:35AM -0500, Pierre A. Humblet wrote: Corinna Vinschen wrote:

Re: fhandler_socket::dup

2003-03-11 Thread Corinna Vinschen
On Tue, Mar 11, 2003 at 06:19:15PM -0500, Christopher Faylor wrote: On Tue, Mar 11, 2003 at 11:49:27PM +0100, Corinna Vinschen wrote: On Tue, Mar 11, 2003 at 03:44:38PM -0500, Christopher Faylor wrote: Should I put this in 1.3.21? It's not too late. Yes, please, that would be probably

Re: fhandler_socket::dup

2003-03-11 Thread Christopher Faylor
On Wed, Mar 12, 2003 at 12:38:01AM +0100, Corinna Vinschen wrote: On Tue, Mar 11, 2003 at 06:19:15PM -0500, Christopher Faylor wrote: On Tue, Mar 11, 2003 at 11:49:27PM +0100, Corinna Vinschen wrote: On Tue, Mar 11, 2003 at 03:44:38PM -0500, Christopher Faylor wrote: Should I put this in 1.3.21?

Re: fhandler_socket::dup

2003-03-11 Thread Pierre A. Humblet
At 04:20 PM 3/11/2003 +0100, Corinna Vinschen wrote: I'm seriously concidering to remove all the fixup_before/fixup_after from fhandler_socket::dup() and just call fhandler_base::dup() on NT systems. Corinna, I like that and I have pushed the logic to also do it on Win9X, without apparent

Re: fhandler_socket::dup

2003-03-11 Thread Christopher Faylor
On Wed, Mar 12, 2003 at 12:15:25AM -0500, Pierre A. Humblet wrote: At 04:20 PM 3/11/2003 +0100, Corinna Vinschen wrote: I'm seriously concidering to remove all the fixup_before/fixup_after from fhandler_socket::dup() and just call fhandler_base::dup() on NT systems. Corinna, I like that

help:ipc-daemon failed

2003-03-11 Thread xuzhd
I have ported an application using cygwin. There are many IPC mechanics in this app such as shm and sem. I find that my app causes the ipc-daemon service failed sometimes. Why this event could happen! Xu Zhenghua -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

RE: cygwin archive? (previous versions for fallback

2003-03-11 Thread James Moreland
At 06:07 2003/03/11, günter strubinsky wrote: I can't access the site by typing the URI (ftp://ftp.ccp14.ac.uk/ccp14/ftp-mirror/programming/cygwin/pub/cygwin/releas e) into the installer. It timed out. I downloaded the whole tree. That won't install either. The installer throws a fit (aka. an

links does not work und windows Programm

2003-03-11 Thread fj_br_
Hi folks, I have the following problem, when I make a symbolic link from a directory under cygwin. I can use them in Windows 2000 in the Windows Explorer, but it is not possible to us the link under another Windows Programm like Excel. When I trie to open a file using the link in Excel I can't

Re: /dev/stderr broken in /bin/sh?, makewhatis unhappy, apropos confused, or just me?

2003-03-11 Thread Cliff Hones
LA Walsh wrote: ... Maybe Cygwin should be renamed CyNUX: Cygwin is Not Unix or Linux? :-) and Igor Pechtchanski added: Pronounced cynics? ;-) Been there before... Is this gaining popularity? Maybe it should be added to the OLOCA?

Post install smoke test (or Oh no not again)

2003-03-11 Thread Bruce Adams [TEPG Sunbury]
Hi, I just did a fresh installation of gcc on another machine and had an oh no not again moment. Attempting to compile: int main(int argc,char** argv) { return 0; } //main Gives the output: gcc hello.o -o hello.exe -lstdc++ hello.o(.text+0x0):fake: multiple definition of

Re: links does not work und windows Programm

2003-03-11 Thread Corinna Vinschen
On Tue, Mar 11, 2003 at 10:50:37AM +0100, [EMAIL PROTECTED] wrote: So Excel thinks that the Symbolic link is a File and not a Link. Bad luck. That's not under our control, obviously. A link made by Windows Explorere is not usable in cygwin. That's by design. An Explorer link contains more

Re: chmod not working on Win98

2003-03-11 Thread Jason Tishler
On Mon, Mar 10, 2003 at 09:34:36AM -0500, Jason Tishler wrote: On Sat, Mar 08, 2003 at 10:18:29PM +0800, Greg Matheson wrote: When I installed fetchmail-6.2.2.1, fetchmail started refusing to use my .fetchmailrc. I think the requirement that permissions be 600 on it is new. No, I've been

Re: cygwin archive? (previous versions for fallback)

2003-03-11 Thread Jason Tishler
Guenter, On Tue, Mar 11, 2003 at 12:07:11AM -0600, günter strubinsky wrote: My conclusion is that the ipc-daemon is the culprit and not backwards compatible to Postgres 7.3, Correct. Just use cygipc 1.11-1: http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/cygipc-1.11-1.tar.bz2

Re: Post install smoke test (or Oh no not again)

2003-03-11 Thread Max Bowsher
On Tue, 11 Mar 2003, Bruce Adams [TEPG Sunbury] wrote: Hi, I just did a fresh installation of gcc on another machine and had an oh no not again moment. Attempting to compile: int main(int argc,char** argv) { return 0; } //main Gives the output: gcc hello.o -o hello.exe -lstdc++

Re: chmod not working on Win98

2003-03-11 Thread Greg Matheson
On Tue, 11 Mar 2003, Jason Tishler wrote: On Mon, Mar 10, 2003 at 09:34:36AM -0500, Jason Tishler wrote: On Sat, Mar 08, 2003 at 10:18:29PM +0800, Greg Matheson wrote: When I installed fetchmail-6.2.2.1, fetchmail started refusing to use my .fetchmailrc. I think the requirement that

Re: /dev/stderr broken in /bin/sh?, makewhatis unhappy, apropos confused, or just me?

2003-03-11 Thread Igor Pechtchanski
On Tue, 11 Mar 2003, Cliff Hones wrote: LA Walsh wrote: ... Maybe Cygwin should be renamed CyNUX: Cygwin is Not Unix or Linux? :-) and Igor Pechtchanski added: Pronounced cynics? ;-) Been there before... Before my time... Is this gaining popularity? Apparently. Maybe it should

Re: chmod not working on Win98

2003-03-11 Thread Jason Tishler
Greg, On Tue, Mar 11, 2003 at 10:48:12PM +0800, Greg Matheson wrote: On Tue, 11 Mar 2003, Jason Tishler wrote: On Mon, Mar 10, 2003 at 09:34:36AM -0500, Jason Tishler wrote: On Sat, Mar 08, 2003 at 10:18:29PM +0800, Greg Matheson wrote: When I installed fetchmail-6.2.2.1, fetchmail

init.d

2003-03-11 Thread Guillaume Devoyon
hello world . does anyone could tell me where i can find info in order to start automatically my webmin under cygwin at the boot of the computer ?? --- Guillaume Devoyon Integro Networks FAX: +33 557291017 TEL: +33 557291017 -- Unsubscribe info:

IPv6 support?

2003-03-11 Thread Chris Pearson
Hi, I'm working on an IPv6 port that supposedly builds clean with Cygwin. The code references inet_pton(), which is not found in the version of Cygwin I downloaded from archive.progeny.com. Is there a version of Cygwin that supports IPv6, and if so, can you tell me where to get it? Thanks for

Re: init.d

2003-03-11 Thread Igor Pechtchanski
On Tue, 11 Mar 2003, Guillaume Devoyon wrote: hello world . does anyone could tell me where i can find info in order to start automatically my webmin under [EMAIL PROTECTED] boot of the computer ?? Guillaume Devoyon cygrunsrv --help. Also search this mailing list for gotchas and

Re: New setup.exe snapshot available.

2003-03-11 Thread Hans Horn
Dear all, for some I had expected that this setup version (2.326) would be resizable - or at least sporting a bigger dialog. I guess I was wrong. A look at setup.ini that was newly created, revealed the following: setup-timestamp: 1047304219 setup-version: 2.249.2.5 Looks like stale cheese,

RE: init.d

2003-03-11 Thread Guillaume Devoyon
thank you.. i'll have a look because i've done cygrunsrv -I webmin -p /etc/webmin/start and my w2000 won't run this service.. i'll have a look further.. Guillaume -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Igor Pechtchanski Envoye : mardi 11 mars 2003

RE: Post install smoke test (or Oh no not again)

2003-03-11 Thread Bruce Adams [TSP Sunbury]
-Original Message- From: Max Bowsher [mailto:[EMAIL PROTECTED] Sent: 11 March 2003 13:40 To: Bruce Adams [TEPG Sunbury] Cc: [EMAIL PROTECTED] Subject: Re: Post install smoke test (or Oh no not again) On Tue, 11 Mar 2003, Bruce Adams [TEPG Sunbury] wrote: Hi, I just did a fresh

Re: New setup.exe snapshot available.

2003-03-11 Thread Max Bowsher
On Tue, 11 Mar 2003, Hans Horn wrote: for some I had expected that this setup version (2.326) would be resizable - or at least sporting a bigger dialog. I guess I was wrong. Yes. A bigger dialog is coming soon. Resizablility is still in the future. A look at setup.ini that was newly

Re: New user / CD installation problems

2003-03-11 Thread Joshua Daniel Franklin
After writing the report in TeX (with emacs) I produce a PDF file which I take to work to print out. It has to be checked there before being issued, and if some small correction is needed I can't do it on the spot, it means at least a day's delay. Hence Cygwin as a solution. If this is

RE: init.d

2003-03-11 Thread Igor Pechtchanski
Oh, good, so I guessed correctly -- you *are* using Win2k. It's usually a good idea to include this information (as well as the output of cygcheck -svr as an attachment) in your original query (as per http://cygwin.com/bugs.html). You have tried cygrunsrv -S webmin, right? What is the *exact*

RE: init.d

2003-03-11 Thread Max Bowsher
On Tue, 11 Mar 2003, Igor Pechtchanski wrote: IIRC, cygrunsrv expects the program it's starting to fork itself and exit with an appropriate return code within a certain time window. Otherwise it times out and says the service could not be started proprely. sshd and httpd (and some others as

RE: init.d

2003-03-11 Thread Igor Pechtchanski
On Tue, 11 Mar 2003, Max Bowsher wrote: On Tue, 11 Mar 2003, Igor Pechtchanski wrote: IIRC, cygrunsrv expects the program it's starting to fork itself and exit with an appropriate return code within a certain time window. Otherwise it times out and says the service could not be started

RE: cygwin archive? (previous versions for fallback

2003-03-11 Thread günter strubinsky
How did you recover your data, Jim? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Moreland Sent: Tuesday, March 11, 2003 3:26 AM To: [EMAIL PROTECTED] Subject: RE: cygwin archive? (previous versions for fallback At 06:07 2003/03/11, günter

Newby C++ lib problem

2003-03-11 Thread Lorin Lund
I suppose I need to mention some library to satisfy these unresolved references: str.o(.text+0x168c):str.cpp: undefined reference to `operator new[](unsigned)' str.o(.text+0x16d3):str.cpp: undefined reference to `operator delete(void*)' -- Unsubscribe info:

Re: Newby C++ lib problem

2003-03-11 Thread Igor Pechtchanski
At a guess (which is the best you can hope for with the little information provided), use g++ to compile C++ programs, not gcc. If that doesn't help, please post the *exact* command line you use to compile your program, the program itself (if possible and if it's small), and the output of

Cygwin dll initialization from win32 application

2003-03-11 Thread Rich LeGrand
Hi all, This has been discussed before, but I have been unable to find any solutions to this problem. Basically I'm trying to call cygwin functions in the cygwin1.dll from a Windows (msvc) application by calling LoadLibrary() and GetProcAddress(). I can see that the cygwin authors have made

DBD Mysql and perl under Cygwin 2.249.2.5 , need to run rebase??

2003-03-11 Thread Zach Nobel
Hi, I've been working on setting up a Cygwin server under Windows 2000 SP3. I've successfully used CPAN to install DBI, and was mostly successfull in installing DBD::Mysql (v 2.1026) using CPAN through following instructions provided by Gerrit in an earlier message, (

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to runrebase??

2003-03-11 Thread Zach Nobel
I'm sorry. I forgot to list some of the error messages. Here's what I'm seeing if running my perl script with the subroutine that calls DBI: DEBUG: Running: bin/ImageOptimizer -convert -ptif F:\kiabra\01\017kiabra01.jpg F:\kiabra\04\017kiabra04.tif -jpegcompress -jpegquality 80 -maxmem

compilercache may be helpful

2003-03-11 Thread Neil Somos
I stumbled across compilercache at http://www.erikyyy.de/compilercache/ and thought I would share it in the hope that some folk might find it useful. I found no prior mention of it on this mailing list. The description at sourceforge is as follows -- Compilercache is a wrapperscript

RE: cygwin archive? (previous versions for fallback)

2003-03-11 Thread günter strubinsky
Shoot the messenger? Heck, no! Occam's Razor shaved again! (Even though it seemed improbable, it was the only option left.) I installed cygipc 1.11.1 on the other machine (which has the mosaic new-system + 'old' postgres) linked to the data, pgdumped all and HEUREKA it worked!!! Thank you all

Re: compilercache may be helpful

2003-03-11 Thread Max Bowsher
Neil Somos wrote: I stumbled across compilercache at http://www.erikyyy.de/compilercache/ and thought I would share it in the hope that some folk might find it useful. I found no prior mention of it on this mailing list. From the README of ccache (available as a Cygwin package via

problems with cygwin after setup

2003-03-11 Thread fj_br_
After I installed more program under cygwin I have the following problems 1.) can't get manual pages man man says no entry 2.) w3m crashes with Can't find termcap entry cygwin 3.) after starting cygwin I get /usr/share/texmf/ls-R: Permission denied /usr/share/texmf/aliases: Permission denied

Re: problems with cygwin after setup

2003-03-11 Thread Igor Pechtchanski
On Tue, 11 Mar 2003 you (whoever you are) wrote: After I installed more program under cygwin I have the following problems 1.) can't get manual pages man man says no entry 2.) w3m crashes with Can't find termcap entry cygwin 3.) after starting cygwin I get /usr/share/texmf/ls-R: Permission

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to run rebase??

2003-03-11 Thread Jason Tishler
Zach, On Tue, Mar 11, 2003 at 09:56:36AM -0800, Zach Nobel wrote: C:\cygwin\bin\perl.exe: *** unable to remap C:\cygwin\bin\cygmysqlclient-3.23.55.dll to same address as parent(0xA3) != 0xA8 The above indicates that you need to rebase your system. On Tue, Mar 11, 2003 at 09:48:31AM

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to runrebase??

2003-03-11 Thread Zach Nobel
Would I simply run rebaseall, or is there construction of the rebase command that will simply rebase perl? How likely am I to munge my Cygwin installation with rebaseall ? Thanks, Zach On Tue, 11 Mar 2003, Jason Tishler wrote: Zach, On Tue, Mar 11, 2003 at 09:56:36AM -0800, Zach

RE: problems with cygwin after setup

2003-03-11 Thread günter strubinsky
I guess (and it's a WILD guess) it could be the same problem I experience sometimes when installing new components. For unknown reasons the file attributes (authority/permission) are set to 000 (under win2k adv svr)! check first the permissions with ls -o file-that-screwed-up If you see

Re: cygwin/1.3.20-1 bash child process disassociation behaviorweirdness

2003-03-11 Thread Francis Litterio
Max Bowsher wrote: Richard H. Broberg wrote: In the meantime I'll happily use rxvt in place of bash, since it does what I need. You are confused. rxvt is a terminal. bash is a shell. Looked at another way: rxvt is a GUI application. bash is a console application. When

Permissions problem

2003-03-11 Thread Richardson, Tony
I'm running cygwin off of a network share so that students all over campus can run it without having to install it locally on each computer. Each users HOME directory is mapped to their My Documents folder. I realize this is not a supported configuration, but I'd appreciate any help I can get.

Re: License question

2003-03-11 Thread Christopher Faylor
On Mon, Mar 10, 2003 at 10:04:01PM -0800, Pete Nordquist wrote: Thank you, Christopher, for your quick reply. I didn't mean to imply that every binary produced by gcc is GPLed. I'm not sure how you could take your assertion any other way unless you think there is something special about cygwin

Re: cygwin archive? (previous versions for fallback)

2003-03-11 Thread Jason Tishler
Guenter, On Tue, Mar 11, 2003 at 12:30:02PM -0600, günter strubinsky wrote: Thank you all so much for your kind help. You are very welcome. Btw. I assume that I am not the only one whose data got lost and as we all know, backup is for newbies! The pro does not err and does not need backup,

Re: cygwin archive? (previous versions for fallback)

2003-03-11 Thread Igor Pechtchanski
On Tue, 11 Mar 2003, Jason Tishler wrote: [snip] However, Cygwin setup.exe's cache should have all previous versions installed including PostgreSQL unless one deletes them. Hence, the old PostgreSQL version should still have been available for the pg_dump phase. Jason Not if it's not

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to run rebase??

2003-03-11 Thread Jason Tishler
Zach, On Tue, Mar 11, 2003 at 11:40:46AM -0800, Zach Nobel wrote: Would I simply run rebaseall, Yes. or is there construction of the rebase command that will simply rebase perl? Please read the README: http://www.tishler.net/jason/software/rebase/rebase-2.2.README How likely am I to

Re: New setup.exe snapshot available.

2003-03-11 Thread Robert Collins
On Wed, 2003-03-12 at 02:41, Hans Horn wrote: A look at setup.ini that was newly created, revealed the following: setup-timestamp: 1047304219 setup-version: 2.249.2.5 Looks like stale cheese, doesn't it? Not at all. You appear to be making an assumption that is incorrect. The

RE: sudo and runas

2003-03-11 Thread Chris January
On Mon, Mar 10, 2003 at 10:56:11AM -, Chris January wrote: The su binary on my webpage seems to need more privileges than I remember. Try assigning yourself the Replace a Process Level Token right. I am You're opening up the security hole par excellence by doing this. I know. It's a

cygwinized XSL processor? (or sed for path transform?)

2003-03-11 Thread Tom Roche
Is there a cygwinized XSL processor? What I mean, why I ask: Occasionally I need to strip cruft out of a bunch (~1k) of xml files. Since they're distributed throughout a filesystem, and some additional processing is required, I use a bash script to get the input files. Feeding them to the

RE: compilercache may be helpful

2003-03-11 Thread linda w \(cyg\)
how is this different that 'ccache'? weird Has something changed in how exe files are looked up? I thought I used to be able to do a 'file /usr/bin/ccache' and have it work, but now it needs the .exe -- was I just confused in a linux kinda way? Linda -Original Message- From:

Re: cygwinized XSL processor? (or sed for path transform?)

2003-03-11 Thread Marcel Telka
Napsan da 2003.03.11 23:18, (autor: Tom Roche): Is there a cygwinized XSL processor? What I mean, why I ask: Occasionally I need to strip cruft out of a bunch (~1k) of xml files. Since they're distributed throughout a filesystem, and some additional processing is required, I use a bash

Re: cygwinized XSL processor? (or sed for path transform?)

2003-03-11 Thread Frank Schmitt
Tom Roche [EMAIL PROTECTED] writes: ). Instant Saxon is native windows, which is nice for this application, except that it chokes on the cygwin paths emitted by my script. Use the cygpath utility, it can transform Cygwin paths to Windows and vice versa. -- One Ring to rule them all, One

Re: cygwin/1.3.20-1 bash child process disassociation behavior weirdness

2003-03-11 Thread Thorsten Kampe
* Francis Litterio (03-03-11 21:03 +0100) Max Bowsher wrote: Richard H. Broberg wrote: In the meantime I'll happily use rxvt in place of bash, since it does what I need. You are confused. rxvt is a terminal. bash is a shell. Looked at another way: rxvt is a GUI application.

Re: sudo and runas

2003-03-11 Thread Corinna Vinschen
On Tue, Mar 11, 2003 at 09:26:05PM -, Chris January wrote: On Mon, Mar 10, 2003 at 10:56:11AM -, Chris January wrote: The su binary on my webpage seems to need more privileges than I remember. Try assigning yourself the Replace a Process Level Token right. I am You're opening

setup snapshot?

2003-03-11 Thread Robert Collins
Any other feedback on the increment setup snapshot? It is meant to fix the permission problems (another of which occured today) that are plaguing new users. I'd really like to have a success story from an NT user with that snapshot before making it the primary installer Rob -- GPG key

Re: cygwinized XSL processor? (or sed for path transform?)

2003-03-11 Thread Igor Pechtchanski
On Tue, 11 Mar 2003, Tom Roche wrote: [snip] As a result, my script does a lot of path translations like cygpath=/g/eclipse/builds/20030311_1000-WB210-AD-V51D-W2/eclipse/plugins winpath=g:\\eclipse\\builds\\20030311_1000-WB210-AD-V51D-W2\\eclipse\\plugins and it doesn't iterate over the

Re: setup snapshot?

2003-03-11 Thread Rick Rankin
--- Robert Collins [EMAIL PROTECTED] wrote: Any other feedback on the increment setup snapshot? It is meant to fix the permission problems (another of which occured today) that are plaguing new users. I'd really like to have a success story from an NT user with that snapshot before

Re: setup snapshot?

2003-03-11 Thread Max Bowsher
Rick Rankin wrote: --- Robert Collins [EMAIL PROTECTED] wrote: Any other feedback on the increment setup snapshot? It is meant to fix the permission problems (another of which occured today) that are plaguing new users. I'd really like to have a success story from an NT user with that

--auth ssh with fetchmail-6.2.2.1 (was Chmod not working on Win98

2003-03-11 Thread Greg Matheson
On Tue, 11 Mar 2003, Jason Tishler wrote: Greg, On Tue, Mar 11, 2003 at 10:48:12PM +0800, Greg Matheson wrote: On Tue, 11 Mar 2003, Jason Tishler wrote: On Mon, Mar 10, 2003 at 09:34:36AM -0500, Jason Tishler wrote: On Sat, Mar 08, 2003 at 10:18:29PM +0800, Greg Matheson wrote:

Bug: Win32 GTK binaries and Cygwin heap error

2003-03-11 Thread Tim Renner
Posted to the cygwin mailing list and gimpwin-dev mailing list... When using Win32 GTK binaries with a newer version of cygwin1.dll (I've narrowed it down to just this .dll), I get this error: $ ./test.exe 6 [unknown (0xE08)] ? 2196 cygheap_fixup_in_child: Couldn't reserve space for

cygwin 1.3.20-1 - strange problems with long command lines in nt4

2003-03-11 Thread Willis, Matthew
I've had the same problem for a couple of months (since 1.3.13 anyway); certain long command lines just fail to work for me. I've updated to the most recent (1.30.20-1 as of march 11) and I find the problem just got worse for me. If I cd to a directory with many files, I issue ls * and the

The install dir

2003-03-11 Thread Patrick Nelson
on my system I have d:\load\cywin as the intermediary setup directory. This directory has 150 mb in in currently and I decided I want to know about it. Looking at its structure doesn't tell me much so I'm wondering if anyone knows wud up with it. Question like the following come to mind: 1. Can

Re: The install dir

2003-03-11 Thread Thorsten Kampe
* Patrick Nelson (03-03-12 01:24 +0100) on my system I have d:\load\cywin as the intermediary setup directory. This directory has 150 mb in in currently and I decided I want to know about it. Looking at its structure doesn't tell me much so I'm wondering if anyone knows wud up with it.

RE: The install dir

2003-03-11 Thread Patrick Nelson
Thorsten Kampe wrote: - 1. Can I just frigg'n delete it? Yes. 2. Can I copy it to a CDR and us it as a starting point for and installation. Yes. You'd better delete the old packages first. - do you get the structure of it? I mean setup wont recognize that it

RE: setup snapshot?

2003-03-11 Thread Gary R. Van Sickle
I used it at work today (XPPro) with no observable problems. Updated automake, man, term{cap||info, whichever was just updated}. Didn't use automake nor man today though. -- Gary R. Van Sickle Brewer. Patriot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: The install dir

2003-03-11 Thread Thorsten Kampe
* Patrick Nelson (03-03-12 01:41 +0100) Thorsten Kampe wrote: - 1. Can I just frigg'n delete it? Yes. 2. Can I copy it to a CDR and us it as a starting point for and installation. Yes. You'd better delete the old packages first. - Funny quoting. do

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to run rebase??

2003-03-11 Thread Elfyn McBratney
Would I simply run rebaseall, or is there construction of the rebase command that will simply rebase perl? rebaseall is designed to to be an easy and convenient way for a user to rebase all of their cygwin dll's. And if I understand how rebase works correctly, it's all or nothing. How likely

Re: problems with cygwin after setup

2003-03-11 Thread Larry Hall (RFK Partners, Inc.)
Igor Pechtchanski wrote: On Tue, 11 Mar 2003 you (whoever you are) wrote: After I installed more program under cygwin I have the following problems 1.) can't get manual pages man man says no entry 2.) w3m crashes with Can't find termcap entry cygwin 3.) after starting cygwin I get

Re: cygwin 1.3.20-1 - strange problems with long command lines in nt4

2003-03-11 Thread Igor Pechtchanski
On Tue, 11 Mar 2003, Willis, Matthew wrote: I've had the same problem for a couple of months (since 1.3.13 anyway); certain long command lines just fail to work for me. I've updated to the most recent (1.30.20-1 as of march 11) and I find the problem just got worse for me. If I cd to a

100% CPU Usage when starting Win32 process through cron

2003-03-11 Thread Sudheer Tumuluru
Hi, I have a Win32 process which runs fine from the cygwin bash or Windows command prompt. But when I try to put it in a cron job, the process comes up and freezes the machine. Looks like it is occupying 100% of the CPU time. I installed the cron using 'cygrunsrv -I cron -a -D -e

RE: License question

2003-03-11 Thread Pete Nordquist
I found the text where you suggested. Thank you again, Pete Nordquist Assistant Professor of Computer Science Southern Oregon University [EMAIL PROTECTED] 541/552-6148 -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 12:30 PM To:

RE: The install dir

2003-03-11 Thread Patrick Nelson
Thorsten Kampe wrote: - I don't have the slightest idea what you are talking about The setup directory is *not* temporary. Neither the packages are deleted after installation nor the older ones after updating. - So the older ones are maintained and that setup

RE: The install dir

2003-03-11 Thread Robert Collins
On Wed, 2003-03-12 at 15:46, Patrick Nelson wrote: Thorsten Kampe wrote: - I don't have the slightest idea what you are talking about The setup directory is *not* temporary. Neither the packages are deleted after installation nor the older ones after updating.

Re: help:ipc-daemon failed

2003-03-11 Thread Charles Wilson
[EMAIL PROTECTED] wrote: I have ported an application using cygwin. There are many IPC mechanics in this app such as shm and sem. I find that my app causes the ipc-daemon service failed sometimes. Why this event could happen! Because ipc-daemon, and the cygipc package in general, sucks. (I'm the

Re: Bug: Win32 GTK binaries and Cygwin heap error

2003-03-11 Thread Charles Wilson
Tim Renner wrote: -- TEST SETUP -- Setup a cygwin environment via the cygwin installer from http://www.cygwin.com/setup.exe, making sure to install libiconv To set up GTK+ 2.2, get these packages Support: http://prdownloads.sourceforge.net/gettext/libiconv-1.8-w32-1.bin.zip?download

RE: The install dir

2003-03-11 Thread Patrick Nelson
Robert Collins wrote: - The 'local package directory' is purely a cache, It's contents can be removed by you at any point (other than while setup is running) with no harmful effects as far as cygwin setup.exe is concerned. Setup *today* does not prune old files from the local

Re: Bug: Win32 GTK binaries and Cygwin heap error

2003-03-11 Thread Tim Renner
Tim Renner wrote: -- TEST SETUP -- Setup a cygwin environment via the cygwin installer from http://www.cygwin.com/setup.exe, making sure to install libiconv To set up GTK+ 2.2, get these packages . . . this will not work. Those gtk libraries are native windows. They use system runtime

profilers for cygwin

2003-03-11 Thread Manik, Raina (IE10)
hi all, A quick question, is there a profiler available on cygwin ? Even a primitive one will do. Please cc: me on the reply since i'm not on the list. I've looked this up through google but to no avail... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Bug: Win32 GTK binaries and Cygwin heap error

2003-03-11 Thread Charles Wilson
Tim Renner wrote: Unfortunately, we have a case where we need to use Cygwin to compile our project because we need the unix and posix support, so -mno-cygwin is out... AND we need to link to GTK libraries that do not require an X-server. What gets me though is that this DOES work with the

Re: profilers for cygwin

2003-03-11 Thread Elfyn McBratney
A quick question, is there a profiler available on cygwin ? Even a primitive one will do. Please cc: me on the reply since i'm not on the list. I've looked this up through google but to no avail... If you have binutils installed, then the answer is yes :-) If not install the binutils package