RE: ATTN: jpeglib maintainer

2005-07-22 Thread Jörg Schaible
Hi Chuck, Charles Wilson wrote on Friday, July 22, 2005 12:22 AM: [snip] > > So, what to do? On cygwin, I think you just need to do something > like this: > > #ifdef __CYGWIN__ > # define CHECK_PROGRESSIVE(cinfo) (cinfo->process == > JPROC_PROGRESSIVE) #else # define CHECK_PROGRESSIVE(cinfo) >

Re: buggy tab-expansion

2005-07-22 Thread Lars Munch
On Thu, Jul 21, 2005 at 12:25:16PM -0400, Igor Pechtchanski wrote: > On Thu, 21 Jul 2005, Lars Munch wrote: > > > On Thu, Jul 21, 2005 at 06:10:48AM -0600, Eric Blake wrote: > > > According to Alex Goldman on 7/21/2005 3:00 AM: > > > > Here's an example (I tried this in the original DOS/Cygwin ter

RE: Known issues with Pthreads in 1.5.18?

2005-07-22 Thread Dave Korn
Original Message >From: Fred Smith >Sent: 22 July 2005 01:03 > I can't determine yet if I've got a subtle bug (quite possible) or if > there's something whacko in cygwin. I'm hoping some of you can > enlighten me as to the state of cygwin's pthreads functions. > > The program has a partic

Cron is running but jobs are not being executed

2005-07-22 Thread Ruzomberka, Mark
I recently installed cron in my cygwin environment on my Windows XP machine. I am having trouble getting scripts to execute however. I see that cron is running [mark/tmp]:>ps -a PIDPPIDPGID WINPID TTY UIDSTIME COMMAND 1592 11592 1592? 18 09:38:

Re: Cron is running but jobs are not being executed

2005-07-22 Thread J. David Boyd
"Ruzomberka, Mark" <[EMAIL PROTECTED]> writes: > echo "WAKE UP" 2>&1 /dev/console This doesn't do anything in my cygwin, unless I add a '>' before the /dev/console, such as echo "WAKE UP" 2>&1 >/dev/console -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Cron is running but jobs are not being executed

2005-07-22 Thread Igor Pechtchanski
On Fri, 22 Jul 2005, Ruzomberka, Mark wrote: > I recently installed cron in my cygwin environment on my Windows XP > machine. I am having trouble getting scripts to execute however. > > I see that cron is running > > [mark/tmp]:>ps -a > PIDPPIDPGID WINPID TTY UIDSTIME COMMA

getting sshd to log to /var/log/sshd.log

2005-07-22 Thread Wes S
I wasn't getting anywhere trying to get sshd to log to /var/log/sshd.log I googled, read the man pages, even the faq but while sshd is working great, I couldn't get it to log. I found http://www.cygwin.com/ml/cygwin/2004-11/msg00136.html by using site:cygwin.com in my google search which told m

Re: Cron is running but jobs are not being executed

2005-07-22 Thread Igor Pechtchanski
On Fri, 22 Jul 2005, Ruzomberka, Mark wrote: > [snip] > I have checked my crontab file: > > [mark/tmp]:>crontab -l > # DO NOT EDIT THIS FILE - edit the master and reinstall. > # (/tmp/mruzomberka installed on Thu Jul 21 17:16:16 2005) > # (Cron version -- $Id: crontab.c,v 1.8 2004/12/21 16:14:41 c

Re: getting sshd to log to /var/log/sshd.log

2005-07-22 Thread Igor Pechtchanski
On Fri, 22 Jul 2005, Wes S wrote (snipped): > Then I found: > http://www.cygwin.com/ml/cygwin-announce/2001/msg00058.html > which helped me a bunch with figuring out how to use cygrunsrv. You do realize that the announcement message you quoted contains exactly the same text as /usr/share/doc/Cygw

Re: getting sshd to log to /var/log/sshd.log

2005-07-22 Thread Wes S
On 22 Jul 2005 at 11:16, Igor Pechtchanski wrote: > On Fri, 22 Jul 2005, Wes S wrote (snipped): > > > Then I found: > > http://www.cygwin.com/ml/cygwin-announce/2001/msg00058.html > > which helped me a bunch with figuring out how to use cygrunsrv. > > You do realize that the announcement message

gcc 3.4.4 bug

2005-07-22 Thread John M. Gravley
I have found an apparent bug in Cygwin gcc 3.4.4. The attached test case (and the code it's derived from) works as expected with Cygwin gcc 3.3.3 with the exact same Cygwin install except the compiler packages. It also works fine with various versions of gcc on other platforms, including 3.4.2

RE: Cannot write files if they are hidden

2005-07-22 Thread Dave Korn
Original Message >From: Thrall, Bryan >Sent: 22 July 2005 16:26 > Is there any reason why a file should *not* be written to if it has the > Hidden attribute? Because it's hidden. HTH! cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: ht

Re: getting sshd to log to /var/log/sshd.log (Attn: FAQ maintainer)

2005-07-22 Thread Igor Pechtchanski
On Fri, 22 Jul 2005, Wes S wrote: > On 22 Jul 2005 at 11:16, Igor Pechtchanski wrote: > > > On Fri, 22 Jul 2005, Wes S wrote (snipped): > > > > > Then I found: > > > http://www.cygwin.com/ml/cygwin-announce/2001/msg00058.html > > > which helped me a bunch with figuring out how to use cygrunsrv. >

Re: cygwin Digest 22 Jul 2005 13:17:06 -0000 Issue 4401

2005-07-22 Thread Fred Smith
> -- Forwarded message -- > From: "Dave Korn" <[EMAIL PROTECTED]> > To: > Date: Fri, 22 Jul 2005 11:47:40 +0100 > Subject: RE: Known issues with Pthreads in 1.5.18? > Original Message > >From: Fred Smith > >Sent: 22 July 2005 01:03 > > > I can't determine yet if I've got a

RE: Cannot write files if they are hidden

2005-07-22 Thread Thrall, Bryan
Dave Korn wrote: > Original Message >> From: Thrall, Bryan >> Sent: 22 July 2005 16:26 > >> Is there any reason why a file should *not* be written to if it has >> the Hidden attribute? > > Because it's hidden. HTH! > > > cheers, > DaveK > -- > Can't think of a witty .siglin

RE: Cannot write files if they are hidden

2005-07-22 Thread Dave Korn
Original Message >From: Thrall, Bryan >Sent: 22 July 2005 17:01 > Dave Korn wrote: >> Original Message >>> From: Thrall, Bryan >>> Sent: 22 July 2005 16:26 >> >>> Is there any reason why a file should *not* be written to if it has >>> the Hidden attribute? >> >> Because it's hi

Re: Cannot write files if they are hidden

2005-07-22 Thread Cliff Hones
Dave Korn wrote: > Original Message > >>From: Thrall, Bryan >>Sent: 22 July 2005 17:01 > > >>Dave Korn wrote: >> >>>Original Message >>> From: Thrall, Bryan Sent: 22 July 2005 16:26 >>> Is there any reason why a file should *not* be written to if it has the Hidden

RE: Cannot write files if they are hidden

2005-07-22 Thread Dave Korn
Original Message >From: Cliff Hones >Sent: 22 July 2005 17:27 > Dave Korn wrote: >> Original Message >> >>> From: Thrall, Bryan >>> Sent: 22 July 2005 17:01 >> >> >>> Dave Korn wrote: >>> Original Message > From: Thrall, Bryan > Sent: 22 July 2005 16:

RE: Cron is running but jobs are not being executed

2005-07-22 Thread Ruzomberka, Mark
Wow! thanks for the quick responsebutno luck yet Here is my latest crontab file: [mark/tmp]:>crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/mruzomberka installed on Fri Jul 22 12:38:18 2005) # (Cron version -- $Id: crontab.c,v 1.8 2004/12/21 16:14:41 corinna

Re: Cannot write files if they are hidden

2005-07-22 Thread Cliff Hones
Dave Korn wrote: > Original Message > >>From: Cliff Hones >>Sent: 22 July 2005 17:27 > > >>Dave Korn wrote: >> >>>Original Message >>> >>> From: Thrall, Bryan Sent: 22 July 2005 17:01 >>> >>> Dave Korn wrote: >Original Message > > >>F

Re: Cron is running but jobs are not being executed

2005-07-22 Thread Pierre A. Humblet
Ruzomberka, Mark wrote > 50 * * * * echo "WAKE UP" 2>&1 /dev/console > * * * * * date >> /tmp/date.txt[mark/tmp]:> > > It is my understanding of the crontab file that I should be getting "WAKE UP" > statements printed to my screen every ten minutes. The messages will be written to the console o

Re: Cannot write files if they are hidden

2005-07-22 Thread Joe Smith
I seccond the motion that the windows hidden attribute be ignored. I suspect that nearly every user on the list has Explorer.exe set to show hidden files. Sice Cygwin is very useful for system administrators, and they almost always leave hidden files visable, it makes no sense to treat these fil

RE: Cron is running but jobs are not being executed

2005-07-22 Thread Igor Pechtchanski
Ugh, top-posting. Reformatted. On Fri, 22 Jul 2005, Ruzomberka, Mark wrote: > -Original Message- > Sent: Friday, July 22, 2005 11:12 AM > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] . Thanks. > > On Fri, 22 Jul 2

Quick question about your site

2005-07-22 Thread Packaging i
Hi, I took a look at your site a couple of hours ago... and I want to tell you that I'd really love to trade links with you. I think your site has some really good stuff related to my site's topic of packaging and would be a great resource for my visitors as it deals with some great aspects of pac

Re: Known issues with Pthreads in 1.5.18?

2005-07-22 Thread Doug Philips
>> From: "Dave Korn" <[EMAIL PROTECTED]> >> To: >> Date: Fri, 22 Jul 2005 11:47:40 +0100 >> Subject: RE: Known issues with Pthreads in 1.5.18? >> The default type of mutex just got changed, from error checking, to >> normal. If your code is setting up a default mutex and then one thread >> atte

Re: Cannot write files if they are hidden

2005-07-22 Thread Krzysztof Duleba
Dave Korn wrote: >> It seems that at the moment a windows hidden file is listed by "ls", can >> be read and appended to, but cannot be replaced. The same as in Windoze. HTH! That's true only to some extend. echo foo > hidden_file fails both in cmd and cygwin, but Windows editors (notepad

Re: Cannot write files if they are hidden

2005-07-22 Thread Brian Dessent
Joe Smith wrote: > I seccond the motion that the windows hidden attribute be ignored. I suspect > that nearly every user on the list has Explorer.exe set to show hidden > files. Sice Cygwin is very useful for system administrators, and they almost > always leave hidden files visable, it makes no s

Re: Cannot write files if they are hidden

2005-07-22 Thread Joe Brown
My opinion of this matter: Hidden should not imply read-only... There are read-only and system attributes which can perform this feat. Why in the world Microsoft decided hidden should be read-only in some of the time (dos edit -- for those of us who've had to use it when necessary) is beyon

Re: Cannot write files if they are hidden

2005-07-22 Thread Larry Hall
At 02:21 PM 7/22/2005, you wrote: >My opinion of this matter: > >Hidden should not imply read-only... There are read-only and system >attributes which can perform this feat. > >Why in the world Microsoft decided hidden should be read-only in some of the >time (dos edit -- for those of us who've

Fetchmail/procmail problem after upgrading

2005-07-22 Thread Pete McCann
Hi, Today I upgraded cygwin and all the packages and suddenly fetchmail/procmail is no longer working. I get the following error (edited to protect the server name): $ fetchmail 28 messages for mccap at example.lucent.com. reading message [EMAIL PROTECTED]:1 of 28 (2466 header octets) (2063 b

RE: Cannot write files if they are hidden

2005-07-22 Thread Thrall, Bryan
Larry Hall wrote: > > I think it's fair to say that further discussion along the lines of > whether Windows is smart or stupid to implement the hidden file > semantics as it does is off-topic for this list. Any further > comments along these lines should be taken to the cygwin-talk list > (if the

RE: Cannot write files if they are hidden

2005-07-22 Thread Dave Korn
Original Message >From: Thrall, Bryan >Sent: 22 July 2005 19:43 > Larry Hall wrote: >> >> I think it's fair to say that further discussion along the lines of >> whether Windows is smart or stupid to implement the hidden file >> semantics as it does is off-topic for this list. Any further

RE: Cannot write files if they are hidden

2005-07-22 Thread Larry Hall
At 02:42 PM 7/22/2005, you wrote: >Larry Hall wrote: >> >> I think it's fair to say that further discussion along the lines of >> whether Windows is smart or stupid to implement the hidden file >> semantics as it does is off-topic for this list. Any further >> comments along these lines should be

RE: Cron is running but jobs are not being executed

2005-07-22 Thread Ruzomberka, Mark
Igor Pechtchanski wrote: > Ugh, top-posting. Reformatted. > > On Fri, 22 Jul 2005, Ruzomberka, Mark wrote: > >> -Original Message- >> Sent: Friday, July 22, 2005 11:12 AM >> From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED] > >

Re: Bash behavior change 2.05b-17 vs 2.05b-16

2005-07-22 Thread Eric Blake
Victor Atkinson syrres.com> writes: > > Greetings, > > I recently updated my Cygwin installation from version 1.5.11-1 to 1.5.17-1. > As I did so, I also updated all of my packages, including updating Bash from > version 2.05b-16 to version 2.05b-17. As long as you are upgrading, why not go al

Re: [perl-5.8.7] Perl regression tests fail when lib directory is present

2005-07-22 Thread Scott Bolte
On Thu, 21 Jul 2005 00:14:51 -0700, Michael G Schwern wrote: > > Its gotta be something about _default_inc(). Nothing looks wrong from > here. My only guess is that local $ENV{PERL5LIB} is ineffective. That > would account for the alternation. It's not just the local scoping. There is

Re: Cannot write files if they are hidden

2005-07-22 Thread Christopher Faylor
On Fri, Jul 22, 2005 at 02:53:57PM -0400, Larry Hall wrote: >At 02:42 PM 7/22/2005, you wrote: >>Larry Hall wrote: >>>I think it's fair to say that further discussion along the lines of >>>whether Windows is smart or stupid to implement the hidden file >>>semantics as it does is off-topic for this

Re: [perl-5.8.7] Perl regression tests fail when lib directory is present

2005-07-22 Thread Christopher Faylor
On Fri, Jul 22, 2005 at 03:16:29PM -0500, Scott Bolte wrote: >On Thu, 21 Jul 2005 00:14:51 -0700, Michael G Schwern wrote: >> >> Its gotta be something about _default_inc(). Nothing looks wrong from >> here. My only guess is that local $ENV{PERL5LIB} is ineffective. That >> would account for t

Re: Fetchmail/procmail problem after upgrading

2005-07-22 Thread Jason Tishler
Pete, On Fri, Jul 22, 2005 at 01:40:27PM -0500, Pete McCann wrote: > $ fetchmail > 28 messages for mccap at example.lucent.com. > reading message [EMAIL PROTECTED]:1 of 28 (2466 header octets) (2063 body > octets) fetchmail: SIGPIPE thrown from an MDA or a stream socket error > fetchmail: socket

autoconf problem on cygwin

2005-07-22 Thread Stephen & Linda Smith
I was asked by some coworkers to investigate upgrading out internal cygwin distribution to the lastest distribution. So this morning I downloaded the latest cygwin and installed it on a windows XP box. One of the first things I tried doing was to run aclocal and I recieved this error message. /d

Re: autoconf problem on cygwin

2005-07-22 Thread Larry Hall
At 05:17 PM 7/22/2005, you wrote: >I was asked by some coworkers to investigate upgrading out internal >cygwin distribution to the lastest distribution. So this morning I >downloaded the latest cygwin and installed it on a windows XP box. > >One of the first things I tried doing was to run aclocal

How does one set aliases for Cygwin for XP Prof Windows?

2005-07-22 Thread Patrick Sullivan
Hi, I looked around and couldn't find out (from user guide or FAQs) how to set my own alias settings for Cygwin. I have Cywin installed on my PC (running Windows XP Professional). There has to be a file somewhere, where I can add the alias settings, but I am not sure where it is. Does anyone

Re: autoconf problem on cygwin

2005-07-22 Thread Stephen & Linda Smith
So given the data I had, how would I know to set "/usr/sbin/alternatives --set automake /usr/bin/automake-1.4" rather than some other version. sps On Fri, 2005-07-22 at 17:41 -0400, Larry Hall wrote: > At 05:17 PM 7/22/2005, you wrote: > >I was asked by some coworkers to investigate upgrading ou

Re: How does one set aliases for Cygwin for XP Prof Windows?

2005-07-22 Thread Ken Dibble
Patrick Sullivan wrote: Hi, I looked around and couldn't find out (from user guide or FAQs) how to set my own alias settings for Cygwin. I have Cywin installed on my PC (running Windows XP Professional). There has to be a file somewhere, where I can add the alias settings, but I am not sur

RE[2]: How does one set aliases for Cygwin for XP Prof Windows? - Still doesn't work!

2005-07-22 Thread Patrick Sullivan
Ken, It still doesn't work after putting the aliases in ~/.bashrc )-: I also tried putting them in ~/profile.ksh but it didn't work either. I did this one time, and there was a file in a certain location where I added them to, but I don't remember where it was... I tried putting them in as follo

RE: RE[2]: How does one set aliases for Cygwin for XP Prof Window s? - Still doesn't work!

2005-07-22 Thread Baksik, Frederick (NM75)
> -Original Message- > From: cygwin-owner Behalf Of Patrick Sullivan > Sent: Friday, July 22, 2005 7:19 PM > To: cygwin > Subject: RE[2]: How does one set aliases for Cygwin for XP > Prof Windows? - Still doesn't work! > Importance: Low > > Ken, > > It still doesn't work after putting

Re: How does one set aliases for Cygwin for XP Prof Windows? - Still doesn't work!

2005-07-22 Thread Ken Dibble
top -posted : reformatted -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Dibble Sent: Friday, July 22, 2005 3:02 PM To: cygwin Subject: Re: How does one set aliases for Cygwin for XP Prof Windows? Patrick Sullivan wrote: Hi, I looked ar

How to run subversion in Cygwin?

2005-07-22 Thread Nguyen Kim Thang
Hi, I have installed cygwin and it works pretty well. However, when I try to run subversion, for example: svn co svn+ssh://[EMAIL PROTECTED]:/mnt/saul/plclub1/svnroot/harmony4 it says that: ssh: halfdome.cis.upenn.edu:: no address associated with name svn: Connection closed upexpectedly Can yo

Re: How to run subversion in Cygwin?

2005-07-22 Thread Bengt-Arne Fjellner
Nguyen Kim Thang skrev: > Hi, > I have installed cygwin and it works pretty well. > However, when I try to run subversion, for example: > > svn co svn+ssh://[EMAIL PROTECTED]:/mnt/saul/plclub1/svnroot/harmony4 Isnt there a colon too much. Try: svn co svn+ssh://[EMAIL PROTECTED]/mnt/saul/plclub1/s

Re: How does one set aliases for Cygwin for XP Prof Windows? - Still doesn't work!

2005-07-22 Thread Igor Pechtchanski
On Fri, 22 Jul 2005, Ken Dibble wrote: > You .bash_profile should look like: > --- > # ~/.bash_profile: executed by bash for login shells. > > if [ -e /etc/bash.bashrc ] ; then > source /etc/bash.bashrc > fi > > if [ -e ~/.bashrc ] ; then > source ~/.bashrc > fi > > If memory serves, this

Synchronizing Windows & Cygwin Paths

2005-07-22 Thread Rex Eastbourne
Is there a way to synchronize the Cygwin $PATH with the Windows Path, so that I can run Windows applications from within my Bash shell (i.e. typing "mathematica" will open the corresponding file, which is in Program Files somewhere)? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: Synchronizing Windows & Cygwin Paths

2005-07-22 Thread Brian Dessent
Rex Eastbourne wrote: > Is there a way to synchronize the Cygwin $PATH with the Windows Path, > so that I can run Windows applications from within my Bash shell (i.e. > typing "mathematica" will open the corresponding file, which is in > Program Files somewhere)? There is only one PATH environmen