Re: Permissions on Windows 2008

2010-12-07 Thread Corinna Vinschen
On Dec 7 05:09, Bryan Slatner wrote: > I've just installed Cygwin on a Windows 2008 Standard server with SP2. > > I'm noticing two strange behaviors with files that I upload via SFTP (or > SCP, I'm not actually sure which protocol WinSCP uses by default). > > First, the ACL list on the uploaded

Re: Permissions on Windows 2008

2010-12-07 Thread Corinna Vinschen
On Dec 7 10:51, Corinna Vinschen wrote: > Note that Windows Explorer only erroneously treats such files as > "shared" if they are in your own user folder. Let me rephrase: Note that Windows Explorer only annoys its users by treating such files [etc] > If you scp the files > into some other fold

Re: Problem with fork() in latest snapshot

2010-12-07 Thread Christopher Faylor
On Tue, Nov 16, 2010 at 04:41:41PM +0100, Corinna Vinschen wrote: >On Nov 10 13:43, Heath Kehoe wrote: >> I have ruby 1.9.2 which I built from source. It works fine in cygwin >> 1.7.7 and earlier, but in the current snapshot when it does a fork, >> the child process dies pretty much instantly. >>

Re: Install still fails on win7 (and no tips after 2.5 months?)

2010-12-07 Thread Larry Hall (Cygwin)
On 12/6/2010 11:56 PM, Mark Geisert wrote: And then also look for. A nitpick but that URL seems incorrect. Thanks Mark. You're correct about the URL. Obviously I didn't proof-read that one. -- Larry Hall

skipping initial setup screens for existing installation with setup.exe?

2010-12-07 Thread Steven Lefevre
When I want to install a new package in my existing cygwin installation, I fire up setup.exe and blow through the first couple screens that ask me about installation directory, mirrors, packages directory, etc, to get to the package installation menu. Is there a way I can skip those initial setup

Re: skipping initial setup screens for existing installation with setup.exe?

2010-12-07 Thread Jeremy Bopp
On 12/7/2010 1:43 PM, Steven Lefevre wrote: > When I want to install a new package in my existing cygwin > installation, I fire up setup.exe and blow through the first couple > screens that ask me about installation directory, mirrors, packages > directory, etc, to get to the package installation m

problem with find in newly Updated: findutils-4.5.9-2

2010-12-07 Thread qatmo-gizmo
When I updated the findutils package to 4.5.9-2, find no longer works. It returns nothing when run. Not even `/bin/find --help` or `/bin/find -version` return anything. cygcheck -s shows the new findutils as 4.5.9-2 When I roll back to 4.5.8-1, all the above work as expected. Didn't see any m

Re: skipping initial setup screens for existing installation with setup.exe?

2010-12-07 Thread Steven Lefevre
>On Tue, Dec 7, 2010 at 2:47 PM, Jeremy Bopp wrote: > Run setup.exe --help for a full list of command line options.  The > option you want is -M. > Hello Jeremy - Thanks for your help :) I had tried the -M option, but got no window. Perhaps there's another problem that's causing my symptoms.

Re: skipping initial setup screens for existing installation with setup.exe?

2010-12-07 Thread Andrey Repin
Greetings, Jeremy Bopp! > Run setup.exe --help for a full list of command line options. Hm. If this normal for setup ? (look for dump after signature) -- WBR, Andrey Repin (anrdae...@freemail.ru) 07.12.2010, <23:07> Sorry for my terrible english... $ ./setup.exe --help Starting cygwin insta

Re: skipping initial setup screens for existing installation with setup.exe?

2010-12-07 Thread Jeremy Bopp
On 12/7/2010 2:08 PM, Andrey Repin wrote: > If this normal for setup ? > > $ ./setup.exe --help > Starting cygwin install, version 2.721 > io_stream_cygfile: fopen(/etc/setup/extrakeys) failed 2 No such file or > directory > io_stream_cygfile: fopen(/etc/setup/chooser_window_settings) failed 2 No

Re: problem with find in newly Updated: findutils-4.5.9-2

2010-12-07 Thread Lee Maschmeyer
find --version works fine for me. Perhaps it's time for the -srv... -- Lee Maschmeyer Wayne State University Computing Center 5925 Woodward, #281 Detroit MI 48202 USA -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: h

Re: skipping initial setup screens for existing installation with setup.exe?

2010-12-07 Thread Jeremy Bopp
On 12/7/2010 2:03 PM, Steven Lefevre wrote: >> On Tue, Dec 7, 2010 at 2:47 PM, Jeremy Bopp wrote: > >> Run setup.exe --help for a full list of command line options. The >> option you want is -M. >> > > Hello Jeremy - > > Thanks for your help :) > > I had tried the -M option, but got no window

Re: problem with find in newly Updated: findutils-4.5.9-2

2010-12-07 Thread Eric Blake
On 12/07/2010 01:02 PM, qatmo-gi...@stanfordalumni.org wrote: > > When I updated the findutils package to 4.5.9-2, find no longer works. > > It returns nothing when run. Not even `/bin/find --help` or `/bin/find > -version` return anything. You have a missing dll, and/or conflicting versions of

Re: cygpath -w for non-existent server

2010-12-07 Thread Andy Koppe
On 6 December 2010 13:13, Corinna Vinschen wrote: > On Dec  6 11:59, Andy Koppe wrote: >> On 6 December 2010 11:34, Corinna Vinschen wrote: >> > - "//foo" is a virtual path, valid only in Cygwin.  You can't access >> >  "\\foo" in the Win32 API using file or directory access functions.  It >> >  ju

du -ks output different when run from command and when run on scheduled task

2010-12-07 Thread computer tech
Greetings all I have run this set of commands directly from the cygwin command line. du -ks //comp/shares/ Ouput1: is correct 49939594//comp/shares/ When I put the script in a bash script(file1.sh) and run from cygwin command line, it works fine also(output1 is generated), it is only when

Re: du -ks output different when run from command and when run on scheduled task

2010-12-07 Thread Larry Hall (Cygwin)
On 12/7/2010 4:10 PM, computer tech wrote: Greetings all I have run this set of commands directly from the cygwin command line. du -ks //comp/shares/ Ouput1: is correct 49939594//comp/shares/ The bat. file that schedules the bash script looks like this. The scheduled task runs at n

Re: skipping initial setup screens for existing installation with setup.exe?

2010-12-07 Thread Illia Bobyr
On 12/7/2010 2:03 PM, Steven Lefevre wrote: > [...] > I had tried the -M option, but got no window. Perhaps there's another > problem that's causing my symptoms. > > I'm using Windows Vista. I have a shortcut on the desktop that > launches setup.exe. I've tried both the -M and --help switches, with

Cygwin: GCC /usr/local/include: not a directory

2010-12-07 Thread chris henry
Hello, I have a bit of an emergency. After running a poorly written makefile my gcc compiler install is now messed up. I get the following error when compiling: gcc helloworld.c -o helloworld cc1: /usr/local/include: not a directory The same happens when I try: gcc -I/usr/include/ I've also re

Re: Cygwin: GCC /usr/local/include: not a directory

2010-12-07 Thread chris henry
Resolved, I found a file called "include" was added today to my /usr/local/ directory which was messing up GCC. Removal fixed the issue. Chris On Tue, Dec 7, 2010 at 10:25 PM, chris henry wrote: > Hello, > > I have a bit of an emergency.  After running a poorly written makefile > my gcc compile

Re: Wrong message 'Pattern not found'

2010-12-07 Thread Ken Jackson
when I call 'man grep' in Cygwin 1.7.1 and try to search the pattern -P, which is really available, with '/-P', the wrong message 'Pattern not found (press RETURN)' appeared. This behaviour only occurs with Cygwin and only on a certain computer. It works well with Cygwin on another computer.