rsync 2.6.6.1 changed ACL behaviour?

2006-09-17 Thread Mattias
Using rsync to update my web site on a Windows 2003 Server using the following command rsync --archive --stats /cygdrive/c/data/publish/ -e ssh [EMAIL PROTECTED]:/cygdrive/c/Inetpub/ssc2 Worked fine for a year. Stopped working recently. rsync doesn't set the ACL correctly. rsync sets the rights

Re: bash-3.1-7 BUG

2006-09-17 Thread Carlo Florendo
Carlo Florendo wrote: Larry Hall (Cygwin) wrote: I think this is getting a little off-track. Another option just means another area for people who don't understand what's going on to trip and fall and then come and bug the list as a result. IMO, there's already such an option, even without

Re: bash-3.1-7 BUG

2006-09-17 Thread Carlo Florendo
Larry Hall (Cygwin) wrote: I think this is getting a little off-track. Another option just means another area for people who don't understand what's going on to trip and fall and then come and bug the list as a result. IMO, there's already such an option, even without changing bash. It's c

Re: Problems accessing c: root folder - permissions?

2006-09-17 Thread Larry Hall (Cygwin)
abstractryan AT gmail DOT com wrote: Thanks Larry, ill do that. Sorry for not seeing that first... No apologies necessary. :-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd.

Re: Problems accessing c: root folder - permissions?

2006-09-17 Thread abstractryan
Thanks Larry, ill do that. Sorry for not seeing that first... Ryan On 9/17/06, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: > Hi All: > > I've searched for solutions to this problem and can remember running > into it in the past. For some reason, something happened to

RE: -fno-inline -O1 breaks ntohs()

2006-09-17 Thread Danny Smith
> > > >! #if defined __OPTIMIZE__ && !defined __NO_NOINLINE__ #if defined __OPTIMIZE__ && !defined __NO_INLINE__ Rule No 1: The obvious is not always not what it appears to be. Danny -- Unsubscribe info: http://cygwin.co

Re: -fno-inline -O1 breaks ntohs()

2006-09-17 Thread Christopher Faylor
On Mon, Sep 18, 2006 at 10:04:45AM +1200, Danny Smith wrote: > >> Testcase: >> -- >> #include >> >> int main() >> { >> volatile short s = 33, t; >> >> t = ntohs(s); >> return 0; >> } >> -- >> >> > i686-pc-cygwin-gcc -fno-inline -o t

Re: Problems accessing c: root folder - permissions?

2006-09-17 Thread Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote: Hi All: I've searched for solutions to this problem and can remember running into it in the past. For some reason, something happened to my root dir on C: and im not sure how it happened exacty. When i go to /cygdrive/c/ and attempt an 'ls' ( or similar ) here's what I g

Re: ncftpbatch log entry

2006-09-17 Thread Larry Hall (Cygwin)
Stephen Grant Brown wrote: Hi There, When I run ncftpbatch from within ncftp I get the following error 2006-09-16 21:06:50 [001296] | Could not write to local-dir=/cygdrive/e/Docu ments and Settings/All Users/Documents/KCM: Permission denied What are my options for writing to this directo

RE: -fno-inline -O1 breaks ntohs()

2006-09-17 Thread Danny Smith
> Testcase: > -- > #include > > int main() > { > volatile short s = 33, t; > > t = ntohs(s); > return 0; > } > -- > > > i686-pc-cygwin-gcc -fno-inline -o test test.c > i686-pc-cygwin-gcc -O1 > > -fno-inline -o test test.c > /tm

-fno-inline -O1 breaks ntohs()

2006-09-17 Thread Stefan Traby
Hi! Testcase: -- #include int main() { volatile short s = 33, t; t = ntohs(s); return 0; } -- > i686-pc-cygwin-gcc -fno-inline -o test test.c > i686-pc-cygwin-gcc -O1 -fno-inline -o test test.c /tmp/ccswmuY9.o:test.c:(.text+0x27):

Problems accessing c: root folder - permissions?

2006-09-17 Thread abstractryan
Hi All: I've searched for solutions to this problem and can remember running into it in the past. For some reason, something happened to my root dir on C: and im not sure how it happened exacty. When i go to /cygdrive/c/ and attempt an 'ls' ( or similar ) here's what I get $ ls ls: reading d

Re: cygwin installation batch file?

2006-09-17 Thread Mike Verstegen
First, a few apologies... - I just joined this mailing list, so this reply is cobbled together using the original message from the archives. - Though I've used cygwin for several years as an administrative user, I'm brand new to using cygwin in any complex ways - I'm not at all skilled at Window

Cannot uninstall cygwin-doc ?!?

2006-09-17 Thread bse2000
Hi, Just trying to update my cygwin-doc from 1.4-3 to 1.4-4. During the uninstall procedure setup.exe hangs at the point "Running preremove script ..." cygwin-doc Checking with cygcheck gives an OK, so the installation of 1.4-3 should be fine. Any idea? Thanks BSE -- "Feel free" - 10 GB

Re: Send command and parameters into cygwin.bat

2006-09-17 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Sun, 17 Sep 2006, mocs wrote: > Larry Hall (Cygwin) wrote: > > > > . Reformatted. > > mocs wrote: > >> mwoehlke-2 wrote: > >>> mocs wrote: > Ive would like to edit my cygwin.bat so a command into "cygwin" starts > a

ncftpbatch log entry

2006-09-17 Thread Stephen Grant Brown
Hi There, When I run ncftpbatch from within ncftp I get the following error 2006-09-16 21:06:50 [001296] | Could not write to local-dir=/cygdrive/e/Docu ments and Settings/All Users/Documents/KCM: Permission denied What are my options for writing to this directory? Yours Sincerely Stephen

Re: downgrading make version

2006-09-17 Thread Kovarththanan Rajaratnam
Hello Christopher Christopher Faylor wrote: On Sat, Sep 16, 2006 at 05:13:08PM +0200, Kovarththanan Rajaratnam wrote: I've deleted the old version of make since this behavior will be the default if I make a new release and we really need to test the patched version. See: http://cygwin.com/ml/cy

Re: Send command and parameters into cygwin.bat

2006-09-17 Thread mocs
Unfortunately it doesn't work. I thhink its because that xmds doesnt get the parameter or the input file sent from the command prompt in "dos-mode" in to the bas shell in cygwin. If I edit my .bat-file and write "xmds -parameter inputfile" then it works but I need to be able to change the inputfi