Re: logon failure from subauth in 2006-08-02 snapshot

2006-08-10 Thread Corinna Vinschen
On Aug 9 11:37, David Rothenberger wrote: > I've noticed repeated logon failures in my Security event log with > the 2006-08-02 snapshot. (I have security auditing enabled.) > > It looks like these failures occur when cron runs a job. I attached > strace to cron and saw the following: > > 2315

Re: system() call returns 127 in windows xp

2006-08-10 Thread Corinna Vinschen
On Aug 9 18:24, Larry Hall (Cygwin) wrote: > Jeff Lu wrote: > >I ran into a brick wall and could not find anything on > >the web and on the post to resolve the problem I'm > >having, which is a strange one. > > > >I have a C program that call system("ls -la > > >dir.txt") that works fine within

Re: Permission denied Permission denied Permission denied Permission denied Permission denied Permission denied

2006-08-10 Thread Corinna Vinschen
On Aug 10 15:53, Steve Keate wrote: > Are there any useful resources on finding out exactly what security mode > to choose when using Cygwin, also, are there any resources on how to use Security mode? I don't understand what you mean. Maybe you could elaborate a bit what you're talking about? >

unlock fails if file not locked

2006-08-10 Thread Neal Norwitz
This test was taken from the python test suite. It works on many different platforms and architecture's except cygwin's. I'm not entirely sure that cygwin is really wrong either though. The attached c program should print only a single message: lock failed in parent (expected) 13 However it

Re[2]: uid having logged in with ssh

2006-08-10 Thread cygwin-060809
hi, Wednesday, August 9, 2006, 10:17:59 PM, "Larry Hall (Cygwin)" wrote: > Andy Keane wrote: >> I am running sshd having set up the sshd service using ssh-host-config with >> privilege separation and with sshd running as a server owned by the local >> sshd_server user. >> All is working fine and

Re: CreateFileMapping Problem

2006-08-10 Thread Corinna Vinschen
On Aug 7 17:56, [EMAIL PROTECTED] wrote: > hi, > > we have cygwin installed on a development windows server. os is windows > server 2003 standard r2 x64, and users are logging in through opensshd and > rdesktop. we're encountering this problem: > > 2 [main] bash (4544) C:\cygwin\bin\bash

Re: uid having logged in with ssh

2006-08-10 Thread Corinna Vinschen
On Aug 10 09:03, [EMAIL PROTECTED] wrote: > hi, > > Wednesday, August 9, 2006, 10:17:59 PM, "Larry Hall (Cygwin)" wrote: > > > Andy Keane wrote: > >> I am running sshd having set up the sshd service using ssh-host-config with > >> privilege separation and with sshd running as a server owned by th

RE: Cygintl-3.dll was not found

2006-08-10 Thread Tevfik Karagülle
> > Standards such as? A pointer to a free installer which uses > Windows standards and which will handle Cygwin's needs would > be useful, e.g., would NSIS meet your needs? We've discussed > using NSIS in the past. > Can anyone give me a qualified reference about the requirements of a co

Re: CreateFileMapping Problem

2006-08-10 Thread a . heider
hi, thx for your reply. unfortunately this quick hack didnt fix the problem at all :( this night we got: 2 [main] sh 2064 C:\cygwin\bin\sh.exe: *** fatal error - C:\cygwin\bin\sh.exe: *** CreateFileMapping cygwin1S4.cygpid.2088, Win32 error 0. Terminating. /bin/sh: fork: Resource temp

Re: crashes with various programs

2006-08-10 Thread Dr. Volker Zell
> Corinna Vinschen writes: > I've uploaded a new psmisc-21.5-3 package. When the package hits the > mirrors, can you test if pstree from 21.5-3 still crashes in that > situation? I think I found a bug which could be the cause for the SEGV, > but I couldn't reproduce it so far

Re: CreateFileMapping Problem

2006-08-10 Thread Corinna Vinschen
On Aug 10 10:13, [EMAIL PROTECTED] wrote: > hi, > > thx for your reply. > > unfortunately this quick hack didnt fix the problem at all :( > > this night we got: > > 2 [main] sh 2064 C:\cygwin\bin\sh.exe: *** fatal error - > C:\cygwin\bin\sh.exe: *** CreateFileMapping cygwin1S4.cygpid.20

Re: 1.5.21 -- XEmacs becomes defunct while running?

2006-08-10 Thread Dr. Volker Zell
> Christopher Faylor writes: > On Tue, Aug 08, 2006 at 03:18:45PM -0700, Ed Hirgelt wrote: >> I realize that this isn't the best of all possible bug reports. But >> it is the most information I have been able to get in the past few >> weeks. > No, but I can't think of muc

Re: crashes with various programs

2006-08-10 Thread Corinna Vinschen
On Aug 10 10:28, Dr. Volker Zell wrote: > > Corinna Vinschen writes: > > > I've uploaded a new psmisc-21.5-3 package. When the package hits the > > mirrors, can you test if pstree from 21.5-3 still crashes in that > > situation? I think I found a bug which could be the cause for

Re: Permission denied Permission denied Permission denied Permission denied Permission denied Permission denied

2006-08-10 Thread Yitzchak Scott-Thoennes
On Thu, Aug 10, 2006 at 03:53:55PM +1200, Steve Keate wrote: > Are there any useful resources on finding out exactly what security mode > to choose when using Cygwin, also, are there any resources on how to use > mkpasswd and what arguments to use. I have scoured the net for two days > looking for

Re: unlock fails if file not locked

2006-08-10 Thread Corinna Vinschen
On Aug 10 00:41, Neal Norwitz wrote: > This test was taken from the python test suite. It works on many > different platforms and architecture's except cygwin's. I'm not > entirely sure that cygwin is really wrong either though. Thanks for the testcase! Cygwin is wrong here. The underlying Win

Re[2]: uid having logged in with ssh

2006-08-10 Thread cygwin-060809
hi, Thursday, August 10, 2006, 9:58:31 AM, "Corinna Vinschen" wrote: >> >> I am running sshd having set up the sshd service using ssh-host-config >> >> with >> >> privilege separation and with sshd running as a server owned by the local >> >> sshd_server user. >> >> All is working fine and I can

Re: CreateFileMapping Problem

2006-08-10 Thread a . heider
hi, here is more info > So, just to be sure about this. You're claiming that it happens when a > user already has logged on for a while, is running Cygwin for a while? > And then the above error just happens at one point? It does not happen > at the time the user tries to start his or her first

Re: Permission denied Permission denied Permission denied Permission denied Permission denied Permission denied

2006-08-10 Thread Corinna Vinschen
On Aug 10 01:40, Yitzchak Scott-Thoennes wrote: > On Thu, Aug 10, 2006 at 03:53:55PM +1200, Steve Keate wrote: > > Are there any useful resources on finding out exactly what security mode > > to choose when using Cygwin, also, are there any resources on how to use > > mkpasswd and what arguments to

Re: uid having logged in with ssh

2006-08-10 Thread Corinna Vinschen
On Aug 10 11:07, [EMAIL PROTECTED] wrote: > ok. did i understand correctly that subauth is not yet part of the > regular cygwin distribution? Yes. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red

Re: Cygintl-3.dll was not found

2006-08-10 Thread Christopher Faylor
On Thu, Aug 10, 2006 at 10:00:19AM +0200, Tevfik Karag?lle wrote: >cgf wrote: >>Standards such as? A pointer to a free installer which uses Windows >>standards and which will handle Cygwin's needs would be useful, e.g., >>would NSIS meet your needs? We've discussed using NSIS in the past. > >Can

Re: Where is Makedepend?

2006-08-10 Thread Jean-Claude Gervais
Sorry Larry, List, I didn't realize hitting reply to a message and changing its subject is not enough to prevent thread commandeering. BTW - I solved my problem by running cygcheck. Thank you for the pointers. Cygcheck identified a few packages makedepend seems to be in and although it isn't me

Snapshot uploaded, please try

2006-08-10 Thread Christopher Faylor
The latest snapshot has been uploaded. If you have been asked to test a snapshot, please try this one. It contains additional debugging which may help track down the "Xemacs problem". The error messages will be going to stderr, so if possible redirect the output to a file for capture. http://cy

Re: Can't link TclMagick anymore

2006-08-10 Thread Larry Hall (Cygwin)
Dave Bodenstab wrote: Danny Smith wrote: Sorry about breaking thread. I suppose I should give in and re-subscribe here. Dave Bodenstab wrote at http://cygwin.com/ml/cygwin/2006-08/msg00264.html Warning: .drectve `-defaultlib:MSVCRT ' unrecognized Warning: .drectve `-defaultlib:OLDNAMES ' unr

Re: Um... what format are Cygwin manpages?

2006-08-10 Thread mwoehlke
Joshua Daniel Franklin wrote: On 8/9/06, mwoehlke wrote: I thought I'd have a crack at fixing the manpage for printf(3) (see http://cygwin.com/ml/cygwin/2006-08/msg00288.html), but when I opened it, I was a bit shocked to discover that it is only *MARGINALLY* in troff format. I do note that othe

Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-10 Thread Dave Korn
On 10 August 2006 14:39, Christopher Faylor wrote: > On Thu, Aug 10, 2006 at 10:00:19AM +0200, Tevfik Karag?lle wrote: >> cgf wrote: >>> Standards such as? A pointer to a free installer which uses Windows >>> standards and which will handle Cygwin's needs would be useful, e.g., >>> would NSIS mee

Re: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-10 Thread Igor Peshansky
On Thu, 10 Aug 2006, Dave Korn wrote: > On 10 August 2006 14:39, Christopher Faylor wrote: > > > On Thu, Aug 10, 2006 at 10:00:19AM +0200, Tevfik Karag?lle wrote: > >> cgf wrote: > >>> Standards such as? A pointer to a free installer which uses Windows > >>> standards and which will handle Cygwin

RE: emacs (21.2-13) freezing with cygwin 1.5.21-2

2006-08-10 Thread Eric Twietmeyer
> From: Eric Twietmeyer > To: cygwin at cygwin dot com > Date: Wed, 09 Aug 2006 11:19:42 -0700 > Subject: FW: emacs (21.2-13) freezing with cygwin 1.5.21-2 > Reply-to: ept at terrex dot com > > > I'm on a brand new machine, there may be some kind of > hardware / driver issues with it, but if so

Re: emacs (21.2-13) freezing with cygwin 1.5.21-2

2006-08-10 Thread Larry Hall (Cygwin)
Eric Twietmeyer wrote: From: Eric Twietmeyer To: cygwin at cygwin dot com Date: Wed, 09 Aug 2006 11:19:42 -0700 Subject: FW: emacs (21.2-13) freezing with cygwin 1.5.21-2 Reply-to: ept at terrex dot com I'm on a brand new machine, there may be some kind of hardware / driver issues with it, bu

Re: logon failure from subauth in 2006-08-02 snapshot

2006-08-10 Thread David Rothenberger
On 8/10/2006 12:21 AM, Corinna Vinschen wrote: On Aug 9 11:37, David Rothenberger wrote: I've noticed repeated logon failures in my Security event log with the 2006-08-02 snapshot. (I have security auditing enabled.) I'm not sure whether this is expected behavior or not. It's expected behav

RE: emacs (21.2-13) freezing with cygwin 1.5.21-2

2006-08-10 Thread Eric Twietmeyer
> Eric Twietmeyer wrote: > >> From: Eric Twietmeyer > >> To: cygwin at cygwin dot com > >> Date: Wed, 09 Aug 2006 11:19:42 -0700 > >> Subject: FW: emacs (21.2-13) freezing with cygwin 1.5.21-2 > >> Reply-to: ept at terrex dot com > >> > >> > >> I'm on a brand new machine, there may be some kind of

Re: Can't link TclMagick anymore

2006-08-10 Thread Dave Bodenstab
Larry Hall (Cygwin) wrote: I'd recommend going to the source for information on DLLs: Thanks. I'll read this. Hopefully this will give me the education I need here. -- Unsubscri

Re: Um... what format are Cygwin manpages?

2006-08-10 Thread Joshua Daniel Franklin
On 8/10/06, mwoehlke wrote: Joshua Daniel Franklin wrote: > Yes, it's sort-of my fault. I just have a Perl script that chunks the > newlib libc.info files into faux man pages. Ah, ok, makes sense. Too bad newlib doesn't have proper manpages, in that case. Although am I understanding that newlib

Experience with 20060810 Snapshot

2006-08-10 Thread Ed Hirgelt
Thanks for the snapshot, Chris. I've installed it and am currently running with it. The only output so far is this message: CloseHandle(*h) failed _onreturn::~_onreturn():1102 It occurs 7 times each time I start rxvt, 7 times with ps now although it did not the first time I tried ps. And if I

Re: emacs (21.2-13) freezing with cygwin 1.5.21-2

2006-08-10 Thread Larry Hall (Cygwin)
On 08/10/2006, Eric Twietmeyer wrote: > Eric Twietmeyer wrote: >>> > >> From: Eric Twietmeyer >>> > >> To: cygwin at cygwin dot com >>> > >> Date: Wed, 09 Aug 2006 11:19:42 -0700 >>> > >> Subject: FW: emacs (21.2-13) freezing with cygwin 1.5.21-2 >>> > >> Reply-to: ept at terrex dot com >>> > >>

RE: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-10 Thread Tevfik Karagülle
Thanks. According to the setup.exe default package information, Following 41 packages forms 'a core cygwin environment': --- Alternatives ash base-files base-passwd bash coreutils cygwin cygwin-doc diffutils editrights findutils gawk gdbm Grep gzip libgdbm lidgdbm-devel

[ANNOUNCEMENT] New package: catdoc-0.94.2-1

2006-08-10 Thread Reini Urban
catdoc has been added to the cygwin distribution. It features 4 binaries, catdoc, xls2csv, catppt and wordview to list the content of MS-Word, Excel and Powerpoint files. Please forgive the upstream author for the hairy spelling errors in the docs. http://www.45.free.net/~vitus/software/catdoc/

Re: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-10 Thread Christopher Faylor
On Thu, Aug 10, 2006 at 09:43:01PM +0200, Tevfik Karag?lle wrote: >Thanks. > >According to the setup.exe default package information, >Following 41 packages forms 'a core cygwin environment': > >--- >Alternatives ash base-files base-passwd bash coreutils >cygwin cygwin-do

Re: Um... what format are Cygwin manpages?

2006-08-10 Thread mwoehlke
Joshua Daniel Franklin wrote: On 8/10/06, mwoehlke wrote: Joshua Daniel Franklin wrote: > Yes, it's sort-of my fault. I just have a Perl script that chunks the > newlib libc.info files into faux man pages. Ah, ok, makes sense. Too bad newlib doesn't have proper manpages, in that case. Although

Re: Um... what format are Cygwin manpages?

2006-08-10 Thread Christopher Faylor
On Thu, Aug 10, 2006 at 03:20:21PM -0500, mwoehlke wrote: >Anyway, if it turns out I have to patch an info file, then I guess I'm >stuck doing that. Assuming anyone on newlib pays attention to me. So >far, zilch. Yes, you definitely have to *patch* the *source* of the documentation that you want

gcc-3.4.4 compile dietlibc error on cygwin

2006-08-10 Thread Wang Yiping
Dear Readers: I met a problem on compiling dietlibc on the lastest gcc-3.4.4 with error. I don't know if I can do this on cygwin. Thanks for your help! andy dietlibc-0.27 to 0.30 i386/start.S 68 .Lstart: 69.size_start,.Lstart-_start $ make gcc -I. -isystem include -pipe -nostdinc

Re: Snapshot uploaded, please try

2006-08-10 Thread Dr. Volker Zell
> Christopher Faylor writes: > The latest snapshot has been uploaded. > If you have been asked to test a snapshot, please try this one. It contains > additional debugging which may help track down the "Xemacs problem". > The error messages will be going to stderr, so if poss

Re: Snapshot uploaded, please try

2006-08-10 Thread Christopher Faylor
On Thu, Aug 10, 2006 at 11:19:15PM +0200, Dr. Volker Zell wrote: >> Christopher Faylor writes: > >> The latest snapshot has been uploaded. >> If you have been asked to test a snapshot, please try this one. It > contains >> additional debugging which may help track down the "Xemacs

RE: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-10 Thread Tevfik Karagülle
I don't know how to switch from digest mode to normal mode. That's why I think this mail is a little bit out-of-sync. Sorry about that. After feedback from cgf, I have scanned setup.ini for packages and their dependencies. 54 of 797 packages are qualified for Base either directly or indirectly:

Re: Cygintl-3.dll was not found

2006-08-10 Thread infoterror
>FYI, you seem to be implying that this is some sort of UNIX installer >when it really is just a home-grown Windows installer designed to handle >Cygwin's needs. I have no problems with the user interface but I do >understand that some Windows users find it unintuitive. When installing under win

RE: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-10 Thread infoterror
>According to the setup.exe default package information, >Following 41 packages forms 'a core cygwin environment': I think this kind of thinking makes a lot of sense when dealing with the desktop paradigm, and will empower more users to enjoy the benefits of cygwin. -- View this message in

Re: gcc-3.4.4 compile dietlibc error on cygwin

2006-08-10 Thread Brian Dessent
Wang Yiping wrote: > I met a problem on compiling dietlibc on the lastest gcc-3.4.4 with > error. I don't know if I can do this on cygwin. It's not really clear what you're trying to accomplish here. If you're trying to natively compile this lib then that's almost certainly going to fail, as die

Re: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-10 Thread Christopher Faylor
On Thu, Aug 10, 2006 at 11:59:18PM +0200, Tevfik Karag?lle wrote: > I don't know how to switch from digest mode to normal mode. >That's why I think this mail is a little bit out-of-sync. Sorry about that. > >After feedback from cgf, I have scanned setup.ini for packages and >their dependencies. 54

Re: gcc-3.4.4 compile dietlibc error on cygwin

2006-08-10 Thread Wang Yiping
Hi, Brian: It's not really clear what you're trying to accomplish here. If you're trying to natively compile this lib then that's almost certainly going to fail, as dietlibc supports the linux kernel only. (Just like you can't just compile glibc for windows and run it -- if this were possibl

keychain doesn't properly cache ssh key

2006-08-10 Thread Dominik Hoffmann
I have a very stock installation of Cygwin (Cygwin.dll Version 1.5.21-2) on Windows XP Pro. I installed the ssh and rsync packages, as well as keychain, all from Cygwin's installer interface. The version of keychain, as you probably know, that Cygwin currently installs is 2.5.3.1. keychain

Re: keychain doesn't properly cache ssh key

2006-08-10 Thread Eric Hanchrow
> "Dominik" == Dominik Hoffmann <[EMAIL PROTECTED]> writes: Dominik> Is anyone aware of anything that would help me to get Dominik> keychain work adequately? You have to source the files that keychain creates, like this: $ . ~/.keychain/hostname-sh -- Native Americans used eve

Re: keychain doesn't properly cache ssh key

2006-08-10 Thread René Berber
Dominik Hoffmann wrote: > I have a very stock installation of Cygwin (Cygwin.dll Version 1.5.21-2) > on Windows XP Pro. I installed the ssh and rsync packages, as well as > keychain, all from Cygwin's installer interface. The version of > keychain, as you probably know, that Cygwin currently insta

Re: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-10 Thread Reini Urban
Tevfik Karagülle schrieb: After feedback from cgf, I have scanned setup.ini for packages and their dependencies. 54 of 797 packages are qualified for Base either directly or indirectly: ... I will develop an NSIS package which creates registry Mount points, untar packages above and run the Post