Re: snapshot cygwin1-20031212.dll.bz2 (with a very off-topic laptop aside)

2003-12-17 Thread Christopher Faylor
On Thu, Dec 18, 2003 at 12:21:50AM -0500, Christopher Faylor wrote: >On Wed, Dec 17, 2003 at 02:53:33PM -0500, [EMAIL PROTECTED] wrote: >>Here is the uname and stackdump from cygwin1-20031214.dll.bz2: >> >>CYGWIN_NT-5.0 Test 1.5.6s(0.107/3/2) 20031214 23:18:27 i686 unknown unknown >>Cygwin >> >> >>

Re: snapshot cygwin1-20031212.dll.bz2

2003-12-17 Thread Christopher Faylor
On Wed, Dec 17, 2003 at 02:53:33PM -0500, [EMAIL PROTECTED] wrote: >Here is the uname and stackdump from cygwin1-20031214.dll.bz2: > >CYGWIN_NT-5.0 Test 1.5.6s(0.107/3/2) 20031214 23:18:27 i686 unknown unknown >Cygwin > > >Exception: STATUS_ACCESS_VIOLATION at eip=610865E7 >eax=0948 ebx=00409E3

RE: ncurses struggles with LinuxTrade

2003-12-17 Thread Hu Thomas Pan
Hi all, I have tried to compile LinuxTrade 3.65 but failed to link ncursers 5.3-4. Here is the list of linking errors: $ make gcc  -g -O2 -Wall -Wno-format-y2k  -DBROKEN_LINKER -o linuxtrade -static linuxtr ade.o colon.o curse.o error.o debug.o rc.o streamer.o null.o advfn.o datek.o esi gnal.o

about perl and cygfreetype-6.dll

2003-12-17 Thread Magic Fang
hi, anybody encountered the problem when installing perl modules? the perl(perl Makefile.PL) throw can not map xxx to cygfreetype-6.dll, my perl version is 5.8.2, and this problem appears when installing GD::SVG and bioperl. and anyone has install pTk on cygwin? -- Unsubscribe info: http://

Re: Undefined reference to _WinMain@16

2003-12-17 Thread Roy Clemmons
I fixed this problem by adding a dummy winmain to xmlparse.c int __declspec(nothrow) __stdcall WinMain(int a, int b, char* c, int d); int __declspec(nothrow) __stdcall WinMain(int a, int b, char* c, int d) { return 0; } Don't know the repercussions - if any. Roy - Original Message

RE: CreateFileMapping, create global objects, and multiple users

2003-12-17 Thread Pierre A. Humblet
Thanks to Benn Schreiber for sending me the trace.txt requested below and for performing additional tests. The problem is due to the tty mutexes and events being created in the default name space. That's a known issue already on my to-do list, but it's queued behind other changes in the same file

Re: snapshot cygwin1-20031212.dll.bz2

2003-12-17 Thread Joshua Daniel Franklin
On Wed, Dec 17, 2003 at 02:02:59PM -0500, Igor Pechtchanski wrote: > On Wed, 17 Dec 2003, Larry Hall wrote: > > > At 10:56 AM 12/17/2003, Ken Thompson wrote: > > > > >> -Original Message- > > >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > > >> Of Christopher Faylor > > >> Se

Re: Need tips debugging a crash porting an app to cygwin caused by sth overwriting a function

2003-12-17 Thread Dalibor Topic
Hi Christopher, Christopher Faylor wrote: On Wed, Dec 17, 2003 at 11:40:39PM +0100, Dalibor Topic wrote: I was thinking about defining a gdb command along the lines of define my-stepi-watch while (*(long *) findJarFiles == original_value) stepi end though I've never done that before, so I'm not

Re: Need tips debugging a crash porting an app to cygwin caused by sth overwriting a function

2003-12-17 Thread Christopher Faylor
On Wed, Dec 17, 2003 at 11:40:39PM +0100, Dalibor Topic wrote: >I was thinking about defining a gdb command along the lines of > >define my-stepi-watch >while (*(long *) findJarFiles == original_value) >stepi >end > >though I've never done that before, so I'm not sure if that would work ;) It migh

Re: Need tips debugging a crash porting an app to cygwin caused by sth overwriting a function

2003-12-17 Thread Dalibor Topic
Hi Christopher, Christopher Faylor wrote: On Wed, Dec 17, 2003 at 10:57:40PM +0100, Dalibor Topic wrote: Hi Christopher, Christopher Faylor wrote: On Wed, Dec 17, 2003 at 07:51:06PM +0100, Dalibor Topic wrote: I try runing kaffe in gdb in order to run the java compiler, and quite quickly, it

Re: Need tips debugging a crash porting an app to cygwin caused by sth overwriting a function

2003-12-17 Thread Christopher Faylor
On Wed, Dec 17, 2003 at 10:57:40PM +0100, Dalibor Topic wrote: >Hi Christopher, > >Christopher Faylor wrote: >>On Wed, Dec 17, 2003 at 07:51:06PM +0100, Dalibor Topic wrote: >> >>>I try runing kaffe in gdb in order to run the java compiler, and quite >>>quickly, it crashes, when it enters the find

Re: Need tips debugging a crash porting an app to cygwin caused by sth overwriting a function

2003-12-17 Thread Dalibor Topic
Hi Christopher, Christopher Faylor wrote: On Wed, Dec 17, 2003 at 07:51:06PM +0100, Dalibor Topic wrote: I try runing kaffe in gdb in order to run the java compiler, and quite quickly, it crashes, when it enters the findJarFiles function, with a SIGSEGV. The disassembly of the function shows th

Re: snapshot cygwin1-20031212.dll.bz2

2003-12-17 Thread Brian . Kelly
Before you go "do-o-o-o-o-o-o-own" - can you release 1.5.6? I'm waiting. ;-) Brian Kelly aka: cgf's first ever *Black Hole* recipient (If he were to give out such a thing). "Christopher Faylor" <[EMAIL PROTECTED]>@cygwin.com on 12/17/2003 03:08:58 PM Please respond to [EMAIL PROTECT

Re: Need tips debugging a crash porting an app to cygwin caused by sth overwriting a function

2003-12-17 Thread Christopher Faylor
On Wed, Dec 17, 2003 at 07:51:06PM +0100, Dalibor Topic wrote: >I try runing kaffe in gdb in order to run the java compiler, and quite >quickly, it crashes, when it enters the findJarFiles function, with a >SIGSEGV. The disassembly of the function shows that it's been modified >to have a few bad

Undefined reference to _WinMain@16

2003-12-17 Thread Roy Clemmons
Greetings, After downloading expat-1.95.7.tar.gz from SourceForge and executing /configure (per the README, however I did not execute./buildconf.sh ), I am receiving the following error when attempting to make the expat library under the cygwin 1.5.5-1 environment: undefined reference to [EMAIL P

Re: /proc/Registry, other perversities, ala security, ACL's and MS unix services....

2003-12-17 Thread Christopher Faylor
On Wed, Dec 17, 2003 at 03:00:35PM -0500, Igor Pechtchanski wrote: >On Wed, 17 Dec 2003, linda w wrote: >> Seems like much of that work has been done...but I sure don't remember >> reading about it in the cygwin user's guide. I went back to search for >> /proc in the u-guide and find no reference

Re: snapshot cygwin1-20031212.dll.bz2

2003-12-17 Thread Christopher Faylor
On Wed, Dec 17, 2003 at 02:02:59PM -0500, Igor Pechtchanski wrote: >/* CGF: going down. > > Copyright 2003 Red Hat, Inc. > >This text is part of Cygwin. > >This composition is a copyrighted work licensed under the terms of the >Cygwin license. Please consult the file "CYGWIN_LICENSE" for >detail

Re: /proc/Registry, other perversities, ala security, ACL's and MS unix services....

2003-12-17 Thread Igor Pechtchanski
On Wed, 17 Dec 2003, linda w wrote: > I just noticed (don't say "duh!") /proc/Registry and the fairly well > fleshed out Registry fs. I'd been wanting something like that for a > while outside of cygwin -- and also writeable with speed being > equivalent to similar/native speeds of accessing the

RE: snapshot cygwin1-20031212.dll.bz2

2003-12-17 Thread SMore
Here is the uname and stackdump from cygwin1-20031214.dll.bz2: CYGWIN_NT-5.0 Test 1.5.6s(0.107/3/2) 20031214 23:18:27 i686 unknown unknown Cygwin Exception: STATUS_ACCESS_VIOLATION at eip=610865E7 eax=0948 ebx=00409E30 ecx=610EFE64 edx=0004 esi=0014 edi=0022FB48 ebp=0022FB1C esp=0022

RE: snapshot cygwin1-20031212.dll.bz2

2003-12-17 Thread John Morrison
> From: Igor Pechtchanski LOL :) J. -- 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/

Re: Windows 2003 Server & Cygwin Cron

2003-12-17 Thread Igor Pechtchanski
Quoting crontab.c from the cron-3.0.1-11 sources: /* Cygwin can't support changing the owner since that requires crontab to be a s-uid application which is not supported. As workaround we try to set group membership to be SYSTEM (== ROOT_UID) and setting permissions to 640 which should al

/proc/Registry, other perversities, ala security, ACL's and MS unix services....

2003-12-17 Thread linda w
I just noticed (don't say "duh!") /proc/Registry and the fairly well fleshed out Registry fs. I'd been wanting something like that for a while outside of cygwin -- and also writeable with speed being equivalent to similar/native speeds of accessing the registry. I thought wouldn't it be cool t

Windows 2003 Server & Cygwin Cron

2003-12-17 Thread Benn Schreiber
This is a follow-up to my original post. I've done some work offline with a couple of people on this, but wanted to bring the issue, and current findings, back to the list. Summary: Windows 2003 server, set up crond per Corinna's directions (posted below). Once a user (pick a user, any user) does

RE: snapshot cygwin1-20031212.dll.bz2

2003-12-17 Thread Igor Pechtchanski
On Wed, 17 Dec 2003, Larry Hall wrote: > At 10:56 AM 12/17/2003, Ken Thompson wrote: > > >> -Original Message- > >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > >> Of Christopher Faylor > >> Sent: Wednesday, December 17, 2003 10:49 AM > >> To: [EMAIL PROTECTED] > >> Subject:

Need tips debugging a crash porting an app to cygwin caused by sth overwriting a function

2003-12-17 Thread Dalibor Topic
Hi all, I'm trying to get kaffe to work again on Cygwin, and I'm quite puzzled at a bug I'm seing. Here's what happens: I fire up a statically linked kaffe-bin.exe in gdb, and disassemble a function, findJarFiles in gdb, and result looks reasonable, i.e. it looks just like in the disassembly o

RE: snapshot cygwin1-20031212.dll.bz2

2003-12-17 Thread Larry Hall
At 10:56 AM 12/17/2003, Ken Thompson you wrote: >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf >> Of Christopher Faylor >> Sent: Wednesday, December 17, 2003 10:49 AM >> To: [EMAIL PROTECTED] >> Subject: Re: snapshot cygwin1-20031212.dll.bz2 >> >> >> On W

cron_diagnose.sh version 1.3

2003-12-17 Thread Harig, Mark
The previous version referred to the file: /usr/doc/Cygwin/cron.README This has been changed to reflect the new directory structure for documentation: /usr/share/doc/Cygwin/cron.README --- cron_diagnose.sh will attempt to diagnose problems with cron. It will not modify any file

Re: kill(pid, 0) issue

2003-12-17 Thread Christopher Faylor
On Wed, Dec 17, 2003 at 05:23:20PM +0100, Nowakowski Maciej-AMN011 wrote: >My application creates additional process using fork() function. >Created child process listens on a socket and exits when it receives >anything. The main process checks the child PID using kill(pid, 0) >with child PID as a

kill(pid, 0) issue

2003-12-17 Thread Nowakowski Maciej-AMN011
Hi all, My application creates additional process using fork() function. Created child process listens on a socket and exits when it receives anything. The main process checks the child PID using kill(pid, 0) with child PID as a parameter. Even when the child has exited this function call retur

RE: snapshot cygwin1-20031212.dll.bz2

2003-12-17 Thread Ken Thompson
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Christopher Faylor > Sent: Wednesday, December 17, 2003 10:49 AM > To: [EMAIL PROTECTED] > Subject: Re: snapshot cygwin1-20031212.dll.bz2 > > > On Wed, Dec 17, 2003 at 08:28:53AM +, Marcus Van Der Beek

Re: cvs unable to remove lock directory; rm -r works

2003-12-17 Thread Igor Pechtchanski
Peter, Please don't send personal mail with Cygwin questions -- all questions (and solutions) should go to the Cygwin mailing list. That way you a) get the benefit of the combined expertise of the community, and b) get your query and the replies to it into the archives, so that others can find it

Re: snapshot cygwin1-20031212.dll.bz2

2003-12-17 Thread Christopher Faylor
On Wed, Dec 17, 2003 at 08:28:53AM +, Marcus Van Der Beek wrote: >>But, then it's been theorized that I am rather incompetent about testing >>these things, > >>preferring to test in a magical "It always works" type of >>environment that is loaded with super special software. That's why >>I nee

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: permission denied for Remsh on Windows 2000 Server

2003-12-17 Thread Alejandro Lopez-Valencia
El Wed, 17 Dec 2003 17:51:07 +0530, Amit RATHEE escribià en el mensaje <[EMAIL PROTECTED]>: El Wed, 17 Dec 2003 16:44:34 +0530, Amit RATHEE escribià en el mensaje <[EMAIL PROTECTED]>: Hi, I have a domain with many users and I try to enumerate the userid .It comes out to be 193456 by cygwin.Now

RE: permission denied for Remsh on Windows 2000 Server

2003-12-17 Thread Amit RATHEE
SO you suggest me what to do? With Warm Regards, Amit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alejandro Lopez-Valencia Sent: Wednesday, December 17, 2003 5:05 PM To: [EMAIL PROTECTED] Subject: Re: permission denied for Remsh on Windows 2000 Serve

Re: permission denied for Remsh on Windows 2000 Server

2003-12-17 Thread Alejandro Lopez-Valencia
El Wed, 17 Dec 2003 16:44:34 +0530, Amit RATHEE escribià en el mensaje <[EMAIL PROTECTED]>: I was so astounded that forgot the other little fact: You are trying to use remsh! Baad idea. I strongly suggest you use SSH instead (Cygwin provides binaries for the OpenSSH implementataion.) Cheers A

Re: permission denied for Remsh on Windows 2000 Server

2003-12-17 Thread Alejandro Lopez-Valencia
El Wed, 17 Dec 2003 16:44:34 +0530, Amit RATHEE escribià en el mensaje <[EMAIL PROTECTED]>: Hi, I have a domain with many users and I try to enumerate the userid .It comes out to be 193456 by cygwin.Now I delete the entries from passwd file and make the UID very short i.e. 19 and when I log in

permission denied for Remsh on Windows 2000 Server

2003-12-17 Thread Amit RATHEE
Hi, I have a domain with many users and I try to enumerate the userid .It comes out to be 193456 by cygwin.Now I delete the entries from passwd file and make the UID very short i.e. 19 and when I log in as user it shows me the correct user name i.e it recognises the user which it was not doing ear

Re: RSA Authentication with CVSNT

2003-12-17 Thread Corinna Vinschen
On Dec 16 15:22, Darren Healey wrote: > http://www.cvsnt.org/pipermail/cvsnt/2001-December/000202.html > > To sum up the problem in as few words as possible: > A CVSNT server running on windows using RSA authentication via Cygwin's > OpenSSH server produces the following log entries when a checki

Re: snapshot cygwin1-20031212.dll.bz2

2003-12-17 Thread Marcus Van Der Beek
But, then it's been theorized that I am rather incompetent about testing these things, preferring to test in a magical "It always works" type of environment that is loaded with super special software. That's why I need something like the stack dump from normal folks who don't have access to all o