RE: cygdrive uses incorrect date

2006-04-14 Thread Dave Korn
On 14 April 2006 18:49, Antoine Solomon wrote: > Hello all, > are there any instructions on how to rebuild the cygwin.dll ? this > 1969 problem on windows2000 is a serious problem because of our > license server is unable to check the date on /cygdrive/. Also > current time on my windows syste

Re: package maintenance

2006-04-14 Thread Larry Hall (Cygwin)
Bob Rossi wrote: I would like to start to package CGDB for Cygwin. Has anyone written any scripts that would help automate bundling packages for cygwin from a source repo? That way, I could automate building the packages when I do a release of CGDB. You mean like "generic-build-script" refer

Re: fork: Resource temporarily unavailable

2006-04-14 Thread Larry Hall (Cygwin)
Ken Perl wrote: when I make graphicviz2.8 on cygwin, I was blocked by the below fork error. I searched the cygwin mailing list archive, and didn't find any userful info could help me to solve the problem, any comments? Did you miss this one?

[ANNOUNCEMENT] Updated: [experimental] tcp_wrappers-7.6-2

2006-04-14 Thread Bryan D. Thomas
Version 7.6-2 of "tcp_wrappers" is available for experimental use. With this package you can monitor and filter incoming requests for the SYSTAT, FINGER, FTP, TELNET, RLOGIN, RSH, EXEC, TFTP, TALK, and other network services. 7.6-2: New maintainer. Simply moved documents to /usr/share per FHS

BUG: /sbin in util-linux package

2006-04-14 Thread Jerry D. Hedden
I noticed that the util-linux module places several apps in /sbin. Tue Mar 7 23:34:41 2006 12800 sbin/agetty.exe Tue Mar 7 23:34:37 2006 9728 sbin/fsck.cramfs Tue Mar 7 23:34:37 2006 20992 sbin/fsck.minix Tue Mar 7 23:34:41 2006 26624 sbin/h

RE: Problems (also) with the snapshot 20060413

2006-04-14 Thread Angelo Graziosi
Dave Korn wrote: > Did you install just the dll, or the full snapshot? Does this snapshot > come with new cygwin static link libs / import libs / crt0stuff ? I install always cygwin-inst-.tar.bz2. In any case, as you can see, the problems have been solved: http://cygwin.com/ml/cygw

Re: cygdrive uses incorrect date

2006-04-14 Thread Christopher Faylor
On Fri, Apr 14, 2006 at 01:48:42PM -0400, Antoine Solomon wrote: >Hello all, >are there any instructions on how to rebuild the cygwin.dll ? Yes, there are. In the obvious place: the FAQ. >this 1969 problem on windows2000 is a serious problem because of our >license server is unable to check the

Re: cygdrive uses incorrect date

2006-04-14 Thread Antoine Solomon
Hello all, are there any instructions on how to rebuild the cygwin.dll ? this 1969 problem on windows2000 is a serious problem because of our license server is unable to check the date on /cygdrive/. Also current time on my windows systems are all in the GMT eastern time. Thanks, Antoine I am

Re: File copying problem (ever-changing faked inode on network drive)

2006-04-14 Thread Corinna Vinschen
On Apr 14 09:03, Stephen Linda wrote: > Hi > > I installed the latest snapshot (cygwin1-20060413). When trying to > compile the program, using the command "gcc -o testcase testcase.c" I > get "testcase.c:31: error: structure has no member named `d_ino'" So... > Please forgive an exceeding stupid

Re: Spam:Re: Find not working w/ Samba drive

2006-04-14 Thread Corinna Vinschen
On Apr 14 11:08, Corinna Vinschen wrote: > On Apr 13 11:01, Shankar Unni wrote: > > Corinna Vinschen wrote: > > > > >Btw., I have hacked together a tiny testcase which lists a directory and > > >evaluates the inode numbers using readdir and lstat. I would be > > >interested to see the output for

RE: File copying problem (ever-changing faked inode on network drive)

2006-04-14 Thread Dave Korn
On 14 April 2006 14:04, Stephen Linda wrote: > Hi > > I installed the latest snapshot (cygwin1-20060413). When trying to > compile the program, using the command "gcc -o testcase testcase.c" I > get "testcase.c:31: error: structure has no member named `d_ino'" So... > Please forgive an exceedin

RE: problem accessing *unsecured* network share through passwordless ssh

2006-04-14 Thread Dave Korn
On 13 April 2006 19:38, Rob Siklos wrote: > Hi, > > I have a problem accessing unsecured network shares when logging in using > passwordless (public key) authentication with ssh. > > On my laptop, I have a shared folder that has full security permissions to > "Everyone", and is shared with full

RE: Problems (also) with the snapshot 20060413

2006-04-14 Thread Dave Korn
On 14 April 2006 01:22, Angelo Graziosi wrote: > now with snap 20060413 I CANNOT BUILD any applications, even if it is > simple as the following: > $ gcc -o test test.c > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: > warning: cannot find entry symbol _mainCRTStartup; def

[ANNOUNCEMENT] Updated [experimental]: coreutils-5.94-5

2006-04-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of coreutils, 5.94-5, is available for experimental use. NEWS: = This is a test release designed to exercise the latest cygwin snapshots, as well as to field test a change in how file names printed to the terminal are handled. I hav

[ANNOUNCEMENT] Updated: monotone-0.26-1

2006-04-14 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Version 0.26-1 of monotone has been uploaded. monotone is a free distributed version control system. it provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protoco

package maintenance

2006-04-14 Thread Bob Rossi
I would like to start to package CGDB for Cygwin. Has anyone written any scripts that would help automate bundling packages for cygwin from a source repo? That way, I could automate building the packages when I do a release of CGDB. Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com/

RE: Installed cygwin fails to start.

2006-04-14 Thread Dave Korn
On 14 April 2006 04:13, Don Rowland wrote: > I hope this is the right place for this question. I read all for the > documentation on how and where to ask questions, but nothing actually gave > an address. > Any ideas? > > Don Rowland >Problem reports: http://cygwin.com/problems.html

RE: File copying problem (ever-changing faked inode on network drive)

2006-04-14 Thread Stephen Linda
Hi I installed the latest snapshot (cygwin1-20060413). When trying to compile the program, using the command "gcc -o testcase testcase.c" I get "testcase.c:31: error: structure has no member named `d_ino'" So... Please forgive an exceeding stupid question, but: How do I compile the program? Th

Re: fork: Resource temporarily unavailable

2006-04-14 Thread hermitte
Hello, Ken Perl <[EMAIL PROTECTED]> wrote: > > On 4/14/06, Ken Perl <[EMAIL PROTECTED]> wrote: > > > when I make graphicviz2.8 on cygwin, I was blocked by the below fork > > > error. > On 4/14/06, Ken Perl <[EMAIL PROTECTED]> wrote: > > The problem is disappeared after my XP is rebooted. > but th

Re: Problems (also) with the snapshot 20060413

2006-04-14 Thread Angelo Graziosi
Corinna Vinschen wrote : On Apr 14 02:21, Angelo Graziosi wrote: >> >> The problems described in >> >> >>1) http://cygwin.com/ml/cygwin/2006-04/msg00336.html >> >> are solved by the new snapshot 20060413 12:15:53; also the problem >> described in >> >>2) http://cygwin.com/ml/cygwin/

Re: Problems (also) with the snapshot 20060413

2006-04-14 Thread Corinna Vinschen
On Apr 14 02:21, Angelo Graziosi wrote: > > The problems described in > > >1) http://cygwin.com/ml/cygwin/2006-04/msg00336.html > > are solved by the new snapshot 20060413 12:15:53; also the problem > described in > >2) http://cygwin.com/ml/cygwin/2006-04/msg00086.html > > is solved!

Re: fork: Resource temporarily unavailable

2006-04-14 Thread Ken Perl
but the problem came back again when I start the compling again, too sad. On 4/14/06, Ken Perl <[EMAIL PROTECTED]> wrote: > The problem is disappeared after my XP is rebooted. > > On 4/14/06, Ken Perl <[EMAIL PROTECTED]> wrote: > > when I make graphicviz2.8 on cygwin, I was blocked by the below fo

Re: fork: Resource temporarily unavailable

2006-04-14 Thread Ken Perl
The problem is disappeared after my XP is rebooted. On 4/14/06, Ken Perl <[EMAIL PROTECTED]> wrote: > when I make graphicviz2.8 on cygwin, I was blocked by the below fork error. > I searched the cygwin mailing list archive, and didn't find any > userful info could help me to solve the problem, any

Re: Spam:Re: Find not working w/ Samba drive

2006-04-14 Thread Corinna Vinschen
On Apr 13 11:01, Shankar Unni wrote: > Corinna Vinschen wrote: > > >Btw., I have hacked together a tiny testcase which lists a directory and > >evaluates the inode numbers using readdir and lstat. I would be > >interested to see the output for some smaller directories on shares > >using pre-3.0 S

fork: Resource temporarily unavailable

2006-04-14 Thread Ken Perl
when I make graphicviz2.8 on cygwin, I was blocked by the below fork error. I searched the cygwin mailing list archive, and didn't find any userful info could help me to solve the problem, any comments? gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../lib/cdt -I/usr/local/includ e -g -O2 -Wno-