Re: Long filename support, soon?

2008-03-05 Thread Larry Hall (Cygwin)
Christopher Faylor wrote: On Wed, Mar 05, 2008 at 09:09:42PM -0500, Larry Hall (Cygwin) wrote: Brian Mathis wrote: I've been running into problems with rsync and "too long" filenames. I've done the searching and know that it's an issue with the cygwin library not using the unicode system calls.

Re: Long filename support, soon?

2008-03-05 Thread Christopher Faylor
On Wed, Mar 05, 2008 at 09:09:42PM -0500, Larry Hall (Cygwin) wrote: > Brian Mathis wrote: >>I've been running into problems with rsync and "too long" filenames. >>I've done the searching and know that it's an issue with the cygwin >>library not using the unicode system calls. Is there a timetable

Re: Long filename support, soon?

2008-03-05 Thread Larry Hall (Cygwin)
Brian Mathis wrote: I've been running into problems with rsync and "too long" filenames. I've done the searching and know that it's an issue with the cygwin library not using the unicode system calls. Is there a timetable for when this will be changed? I know it's a pain, but so is not being ab

Long filename support, soon?

2008-03-05 Thread Brian Mathis
I've been running into problems with rsync and "too long" filenames. I've done the searching and know that it's an issue with the cygwin library not using the unicode system calls. Is there a timetable for when this will be changed? I know it's a pain, but so is not being able to use a lot of the

Re: Setting MAKE_MODE breaks make.exe

2008-03-05 Thread Christopher Faylor
On Wed, Mar 05, 2008 at 05:33:02PM -0500, Francois Colbert wrote: >Well... setting MAKE_MODE to "win32" also makes the process stop with >the same error message, without even reading the Makefile. It seems >that only "unix" is accepted, and there's already a "--unix" parameter >that does the same

Re: Setting MAKE_MODE breaks make.exe

2008-03-05 Thread Francois Colbert
Well... setting MAKE_MODE to "win32" also makes the process stop with the same error message, without even reading the Makefile. It seems that only "unix" is accepted, and there's already a "--unix" parameter that does the same thing. I'm talking about an already existing Makefile, here. O

[ANNOUNCEMENT] Updated: vorbis-tools-1.2.0-1

2008-03-05 Thread David Rothenberger
A new version of the vorbis-tools package, vorbis-tools-1.2.0-1, is now available for download. NEWS: = New upstream release. >From the changelog: * FLAC support now relies on libFLAC * Support for large files * Fixed acinclude.m4 to properly support --no switches * ogg123: added remote c

[ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-11

2008-03-05 Thread Corinna Vinschen
I've uploaded another test version of the Cygwin DLL and its utilities, version 1.5.25-11. The main purpose of this update is to allow Cygwin to run correctly on Windows 2008 Server. A change in the exception handling in Windows 2008 Server requires to change the exception handling in the Cygwin

Re: bug with touch t/

2008-03-05 Thread Corinna Vinschen
On Mar 4 21:47, Eric Blake wrote: > According to POSIX (and as implemented on Linux): > > $ rm -Rf t > $ touch t/ > touch: setting times of `t/': No such file or directory > $ : > t/ > t/: Is a directory. > > > The ENOENT failure is correct, since you are using the syntax to open (or > create)

cygrunsrv.exe 2 instances

2008-03-05 Thread Dao, Phuong
Hello, I have Cygwin 1.5.19-4 with ssh-host-config installed, however when running the cygrunsrv -S sshd I have 2 instances of cygrunsrv.exe. When doing a ssh on localhost I get this error ssh: connect to host localhost port 22: Connection refused Somebody have a clue on how to solve this? Thanks

Re: chmod on network drive

2008-03-05 Thread Marc Girod
Marc Girod gmail.com> writes: > I have a follow-up question to my protection problem, > now trying to access pages under my ~/public_html directory. I hacked now a work-around, but didn't really fix the error. I created a new directory, and copied the previous contents there. Then, I actually c

Re: service already exists

2008-03-05 Thread Larry Hall (Cygwin)
veredgf wrote: Hi, I installed cygwin on a w2k3 server (with sp2). It worked fine for a while and then we began getting permission denied on /bin/bash. Sounds a little like a problem to me. Have you checked into that? To try and solve the problem I tried t

chmod on network drive (was: Starting http2: Win32 error 1062)

2008-03-05 Thread Marc Girod
Hello again, I have a follow-up question to my protection problem, now trying to access pages under my ~/public_html directory. My home is on a network drive, and my previously reported problem applies again: Forbidden You don't have permission to access /~emagiro on this server. The record i

Re: Starting http2: Win32 error 1062

2008-03-05 Thread Marc Girod
Hi Dave, Dave Korn artimi.com> writes: > fortunately your cygcheck had the answer This is also why I didn't add these, knowing they would be redundant. > That error message does not say that anything is wrong with > /var/log/apache2. It says that something is wrong with > /var/log/apache2/e

[ANNOUNCEMENT] New package: rdiff/librsync1/librsync-dev-0.9.7-1 -- rsync remote-delta algorithm

2008-03-05 Thread David Rothenberger
Three new packages, rdiff, librsync1, and librsync-dev are now available. DESCRIPTION: librsync is a free software library that implements the rsync remote-delta algorithm. This algorithm allows efficient remote updates of a file, without requiring the old and new versions to both be

Automake 1.10.1 in Cygwin

2008-03-05 Thread Sebastian Pipping
Hello Chuck! Just wanted to say thanks for updating Automake to 1.10.1 on Cygwin. My LZMA enabled projects are no longer a problem with Cygwin, very cool! Best regards, Sebastian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/prob

RE: Starting http2: Win32 error 1062

2008-03-05 Thread Dave Korn
On 05 March 2008 14:30, Marc Girod wrote: > I installed now apache2, Saying "I installed it" tells us very very little. What matters is *how* you installed it, *what* you did, and what *happened* as a result. Did you run the proper install script? Did you try and do it all manually by hand?

Re: writing to /proc file system

2008-03-05 Thread Corinna Vinschen
On Mar 5 09:29, Buchbinder, Barry (NIH/NIAID) [E] wrote: > On 3/4/08, Corinna Vinschen wrote: > > /proc is not writable on Cygwin. > > (I suppose that the above carries a hidden request to add regtool-type > functions to the cygwin1.dll. We started to discuss this a couple of times, but we have

Starting http2: Win32 error 1062

2008-03-05 Thread Marc Girod
Hello, I installed now apache2, and tried to start it as a service. Here is a transcript: ~> cygrunsrv --list cygserver httpd2 ~> cygrunsrv --start httpd2 cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: The service has not been started. /var/log/httpd2.log contains r

RE: writing to /proc file system

2008-03-05 Thread Buchbinder, Barry (NIH/NIAID) [E]
On 3/4/08, Corinna Vinschen wrote: > On Mar 4 10:12, Jeff Fulmer wrote: >> I'd like to access and write to the /proc file system from a java >> program. Can somebody steer me in the right direction? I'm starting >> to feel that I've exhausted my search options... > > /proc is not writable on Cygw

Re: Help with GCC on Cygwin

2008-03-05 Thread Ian Lance Taylor
"Balaji V. Iyer" <[EMAIL PROTECTED]> writes: > Thank you Ian. I did the modification you mentioned...now I am running > into more problems. Again: [EMAIL PROTECTED] is the wrong mailing list. Please do not send any more e-mail about this to [EMAIL PROTECTED] Please take any followups to [EMAIL

Re: [ANNOUNCEMENT] New package: sng

2008-03-05 Thread Andrew Schulman
> > Home page: http://www.nongnu.org/atool/ > > Or possibly http://sng.sourceforge.net/ ;-) Er... right. Can you tell that I recycle my announcements? Thanks, A. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docume

[ANNOUNCEMENT] New package: mairix 0.21-1 -- Index and search email messages stored in Maildir or MH folders

2008-03-05 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.rc0.org.uk/mairix/ License : GPL Index new messages incrementally - any particular message only gets scanned once in the lifetime of the index file. The search mode populates a virtual maildir (or MH) folder with symlinks which point to

Re: [ANNOUNCEMENT] New package: sng

2008-03-05 Thread Didier BRETIN
Hi, On Wed, Mar 05, 2008 at 03:49:08AM -0500, Andrew Schulman wrote: > The sng package is now available in the Cygwin distribution. SNG (Scriptable > Network Graphics) is a minilanguage designed specifically to represent the > entire contents of a PNG (Portable Network Graphics) file in an editab

service already exists

2008-03-05 Thread veredgf
Hi, I installed cygwin on a w2k3 server (with sp2). It worked fine for a while and then we began getting permission denied on /bin/bash. To try and solve the problem I tried to uninstall and reinstall cygwin... I had lots of problems with the reinstallation process. It would not recreate the ser

mkpasswd -l -d completed after 5 days

2008-03-05 Thread Marc Girod
Hello, I started a 'mkpasswd -d -l > passwd.ld' process last Friday around 15:30, and this one completed today (Wednesday) at 8:42. The size of the file produced is 3 MB, or 20142 lines. It does contain an entry for (one of) my colleagues, but not for myself. I gave a cygckeck.out file 2 days ago

RE: bash programming: testing for empty string

2008-03-05 Thread Phil Betts
bootleg86 wrote on Wednesday, March 05, 2008 9:28 AM:: > Hi, > > I'm trying to find the time of a file by doing this. > > filetime=`ls -l --time-style=+%a:%H:%M /tmp/1.txt | awk '{print $6}'` > > if [ -z "$filetime"]; then > echo "File does not exist" > else > echo "Time file: $filetime" > fi

RE: [ANNOUNCEMENT] New package: sng

2008-03-05 Thread Dave Korn
On 05 March 2008 08:49, Andrew Schulman wrote: > The sng package is now available in the Cygwin distribution. > Home page: http://www.nongnu.org/atool/ Or possibly http://sng.sourceforge.net/ ;-) cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info:

[ANNOUNCEMENT] New package: pure-ftpd-1.0.21-1

2008-03-05 Thread Kostya Altukhov
New package "pure-ftpd-1.0.21-1" has been uploaded. Pure-FTPd is a fast, secure, production-quality and standard-conformant FTP server. It doesn't provide useless bells and whistles, but focuses on efficiency and ease of use. Port Notes: Install pure-ftpd as a NT service using the following comm

RE: bash programming: testing for empty string

2008-03-05 Thread Morche Matthias
try [ -z "$filetime" ] instead of [-z "$filetime"] matthias -original message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 5. March 2008 10:28 To: cygwin@cygwin.com Subject: bash programming: testing for empty string Hi, I'm trying to find the time of a file

bash programming: testing for empty string

2008-03-05 Thread bootleg86 bootleg86
Hi, I'm trying to find the time of a file by doing this. filetime=`ls -l --time-style=+%a:%H:%M /tmp/1.txt | awk '{print $6}'` if [ -z "$filetime"]; then echo "File does not exist" else echo "Time file: $filetime" fi However, when the file does not exist and filetime returns an empty string,

[ANNOUNCEMENT] New package: sng

2008-03-05 Thread Andrew Schulman
The sng package is now available in the Cygwin distribution. SNG (Scriptable Network Graphics) is a minilanguage designed specifically to represent the entire contents of a PNG (Portable Network Graphics) file in an editable form. Thus, SNGs representing elaborate graphics images and ancillary chu

Usage of LD_PRELOAD

2008-03-05 Thread Matthieu CASTET
Hi, I am trying to use LD_PRELOAD on cygwin, but I don't manage to make work. I suppose I do something wrong when creating my library. What I do is : $ cat << EOF > /tmp/toto1.c #include int chmod(const char *path, mode_t mode) { printf("123\n"); return -1; } EOF $ module=toto1 gcc -share