Cygwin Everyone group permissions and Vista "shared files" (*not* shared folders)

2008-09-08 Thread Barry Kelly
Cygwin by default, tries to implement POSIX permissions using the NT ACL system - fairly well described here: http://cygwin.com/cygwin-ug-net/ntsec.html The way this feature is implemented interacts poorly with Vista, however. A previous mailing (with reply) on this list that tried to describe

Re: Downloading only and updating on a flash drive problem

2008-09-08 Thread Larry Hall (Cygwin)
Larry Hall (Cygwin) wrote: Reformatted. mtdg wrote: Larry Hall (Cygwin) wrote: mtdg wrote: I downloaded only cygwin to a flash drive. Later when I tried to do another download on a different PC it did not find any of the previous download and told me I need

Re: Downloading only and updating on a flash drive problem

2008-09-08 Thread Larry Hall (Cygwin)
Reformatted. mtdg wrote: Larry Hall (Cygwin) wrote: mtdg wrote: I downloaded only cygwin to a flash drive. Later when I tried to do another download on a different PC it did not find any of the previous download and told me I needed everything. Did you poin

Re: Why is regedit referenced?

2008-09-08 Thread Carlo List Subscriber Mail
On Mon, Sep 8, 2008 at 1:13 PM, John Sellers wrote: > > When I run Cygwin on my WindowsXP machine, my firewall informs me of regedit > activity, searching, and text manipulation. I have not located the source of > this activity. Regedit activity, or perhaps registry reads and writes, happen wh

Re: Downloading only and updating on a flash drive problem

2008-09-08 Thread mtdg
Yes, but as I said because the drive letter had changed on the flash drive is was really a 'different' directory if you see what I mean i.e. the inital download was to f:\cygwin\download and the second time it was to h:\cygwin\download Larry Hall (Cygwin) wrote: > > mtdg wrote: >> I downlo

upgrading to perl-5.8.8-4

2008-09-08 Thread Rob
I'm upgrading an older installation of cygwin that was previously running perl 5.6.1 and ran into some problems with @INC: 5.6.1 version perl -V: @INC: /usr/lib/perl5/5.6.1/cygwin-multi /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/cygwin-multi /usr/lib/perl5/site_perl/5.6

Re: Downloading only and updating on a flash drive problem

2008-09-08 Thread Larry Hall (Cygwin)
mtdg wrote: I downloaded only cygwin to a flash drive. Later when I tried to do another download on a different PC it did not find any of the previous download and told me I needed everything. Did you point it at the same download directory on the flash drive? Did you select the same mirror?

Re: setup.exe --quiet-mode

2008-09-08 Thread Rob
>> until you click the OK button. This clearly is not "unattended". It >> would be better if it could just exit with a specific error code that >> you could read and take some action (restart). > > I agree that it's not correct, but I disagree about the conclusion. It > should silently schedule a

Downloading only and updating on a flash drive problem

2008-09-08 Thread mtdg
I downloaded only cygwin to a flash drive. Later when I tried to do another download on a different PC it did not find any of the previous download and told me I needed everything. My guess is since it was done on a different PC it was either the fact that there were no previous registry enteries

Re: cron-config bug

2008-09-08 Thread Cyrille Lefevre
Cyrille Lefevre a écrit : Hi, the bug is : 2008/09/08 06:00:02 [SYSTEM] /usr/sbin/cron: PID 4032: (CRON) error (can't switch user context) the problem is about cron-config under windows vista which install the cron service under the SYSTEM account instead od cyg_server account. uname -a

Re: Difficulty building gcc 4.3.2 under i386-pc-cygwin

2008-09-08 Thread Christopher Faylor
On Mon, Sep 08, 2008 at 11:17:16PM +0100, Dave Korn wrote: >Christopher Faylor wrote on 08 September 2008 22:48: > >> On Mon, Sep 08, 2008 at 09:43:37PM +, Jay wrote: >>> You can build gcc 4.3.1 and 4.3.2 just fine from the existing Cygwin gcc >>> 3.x package. >>> >>> The error also /appeared

RE: Difficulty building gcc 4.3.2 under i386-pc-cygwin

2008-09-08 Thread Dave Korn
Christopher Faylor wrote on 08 September 2008 22:48: > On Mon, Sep 08, 2008 at 09:43:37PM +, Jay wrote: >> You can build gcc 4.3.1 and 4.3.2 just fine from the existing Cygwin gcc >> 3.x package. >> >> The error also /appeared/ to have the object directory under the source >> directory. Don

RE: Difficulty building gcc 4.3.2 under i386-pc-cygwin

2008-09-08 Thread Dave Korn
Jay wrote on 08 September 2008 22:44: > If you /really/ want to go through intermediate versions, > then just remove -disable-bootstrap. I'd highly recommend always building a full bootstrap, but of course it does take longer. > Or build twice, should be about the same thing: I wouldn't

Re: Difficulty building gcc 4.3.2 under i386-pc-cygwin

2008-09-08 Thread Christopher Faylor
On Mon, Sep 08, 2008 at 09:43:37PM +, Jay wrote: >You can build gcc 4.3.1 and 4.3.2 just fine from the existing Cygwin >gcc 3.x package. > >The error also /appeared/ to have the object directory under the source >directory. Don't do that. Huh? There's no reason not to do this. I do it all o

RE: Difficulty building gcc 4.3.2 under i386-pc-cygwin

2008-09-08 Thread Jay
You can build gcc 4.3.1 and 4.3.2 just fine from the existing Cygwin gcc 3.x package. The error also /appeared/ to have the object directory under the source directory. Don't do that. I use roughly: mkdir /obj/gcc.1 cd /obj/gcc.1 /src/gcc/configure -disable-nls -disable-boo

cron-config bug

2008-09-08 Thread Cyrille Lefevre
Hi, the bug is : 2008/09/08 06:00:02 [SYSTEM] /usr/sbin/cron: PID 4032: (CRON) error (can't switch user context) the problem is about cron-config under windows vista which install the cron service under the SYSTEM account instead od cyg_server account. uname -a is : CYGWIN_NT-5.1

Re: ^M added to directory structure

2008-09-08 Thread Sylvain RICHARD
Noah wrote: Don't use '^M' in your script good answer. I know that. How do I remove it? Noah, Try dos2unix (or d2u). Sylvain -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.co

Re: ^M added to directory structure

2008-09-08 Thread Noah
Thorsten Kampe wrote: * Noah (Sun, 07 Sep 2008 23:26:57 -0700) Okay this is most likely a windows issue but I am dont know how to correct the Problem. Something to do with how windows handled line feeds and new lines. I am running rsync as part of cygwin and I see that a '^M' is tacked on a

Re: Difficulty building gcc 4.3.2 under i386-pc-cygwin

2008-09-08 Thread Werner Wothke
Thank you, Tatsuro Matsuoka, Following Brian Dessent's advice, I have reinstalled Cygwin in binary (Unix) file mode. Under that rendition of Cygwin, the gcc 4.3.2 build ran to completion. The resulting GCC looks promising, although I have not yet tested it extensively. Best, Werner P.S.: My apo

Re: Difficulty building gcc 4.3.2 under i386-pc-cygwin

2008-09-08 Thread Werner Wothke
Tatsuro MATSUOKA wrote: > Hello Werner Wothke > > My suggestin is non-sense from logical sense but is a success story to build > gcc-4.3.2. > > I have tried with gcc-3.4.4-3 on cygwin, the same error appeared. > I have compliled from gcc 4.3.2 (only C, C++, Fortran) from gcc 4.3.1, there > occu

RE: building cygwin1.dll with gcc 4.3.2

2008-09-08 Thread Jay
Here is a "fully conservative" form of these diffs. Plus the new __stdcall thingy that merits more attention maybe. The error messages are all show down below. [EMAIL PROTECTED] ~ $ diff -Naur /src/cygwin-snapshot-20080827-1.orig/winsup /src/cygwin-snapshot-2 0080827-1/winsup diff -Naur /src/cygw

RE: Why is regedit referenced?

2008-09-08 Thread Dave Korn
John Sellers wrote on 08 September 2008 06:14: > When I run Cygwin on my WindowsXP machine, my firewall informs me of > regedit activity, searching, and text manipulation. I have not located > the source of this activity. > > The install is a clean one without any significant Internet activity >

Re: Why is regedit referenced?

2008-09-08 Thread Barry Kelly
Barry Kelly wrote: > > my firewall informs me of > > regedit activity, searching, and text manipulation. I have not located > > the source of this activity. > Process explorer[1] can tell you what application accessed the registry, > what keys it modified, and the call stack at the time of the

Re: Why is regedit referenced?

2008-09-08 Thread Thorsten Kampe
* John Sellers (Sun, 07 Sep 2008 22:13:36 -0700) > When I run Cygwin on my WindowsXP machine You cannot "run" Cygwin. Cygwin is an environment and in essence a one- file DLL. So what are you running? > my firewall informs me of regedit activity, searching, and text > manipulation. Your "firewall

Re: ^M added to directory structure

2008-09-08 Thread Thorsten Kampe
* Noah (Sun, 07 Sep 2008 23:26:57 -0700) > Okay this is most likely a windows issue but I am dont know how to > correct the Problem. Something to do with how windows handled line > feeds and new lines. > > > I am running rsync as part of cygwin and I see that a '^M' is tacked on > at the end of

Re: Why is regedit referenced?

2008-09-08 Thread Barry Kelly
John Sellers wrote: > When I run Cygwin on my WindowsXP machine, What do you mean by Cygwin? A bash prompt? > my firewall informs me of > regedit activity, searching, and text manipulation. I have not located > the source of this activity. Firewalls generally protect against network activity