Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-18 Thread Gerrit Haase
2016-04-18 15:25 GMT+02:00 Gerrit Haase wrote: > my thought was, that UoW maybe requires (X) to access a file, > because this is the bit missing from these files, and of course this > is most probably a bug in UoW, if adding (X) is the solution to access > Cygwin created files from UoW. And this

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-18 Thread Gerrit Haase
2016-04-15 13:38 GMT+02:00 Corinna Vinschen wrote: > On Apr 15 10:48, Gerrit Haase wrote: >> 2016-04-14 11:11 GMT+02:00 Evgeny Grin wrote: >> > Back to cmd: >> > @ icacls cmd-file >> > cmd-file DESKTOP-5PNH8IH\Karlson:(RX) >> > DESKTOP-5PNH8IH\Karlson:(I)(F) >> > Everyone:(I)(RX)

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-16 Thread Evgeny Grin
On 15.04.2016 11:48, Gerrit Haase wrote: > BTW. who is Karlson? It's Karlson på taket. :) -- Best Wishes, Evgeny Grin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-16 Thread Evgeny Grin
On 15.04.2016 14:38, Corinna Vinschen wrote: > On Apr 15 10:48, Gerrit Haase wrote: >> 2016-04-14 11:11 GMT+02:00 Evgeny Grin wrote: >>> Back to cmd: >>> @ icacls cmd-file >>> cmd-file DESKTOP-5PNH8IH\Karlson:(RX) >>> DESKTOP-5PNH8IH\Karlson:(I)(F) >>> Everyone:(I)(RX) >>> >>> @

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-16 Thread Matt Smith
> It's 100% RFC 1178 compliant, I have never seen that before. That's awesome. Thanks for that. I do have one thing they missed: I once named a machine "Null". Screwed up the whole network. I find it interesting that the string representation of "Null" is actually used for some networking p

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-15 Thread John Cowan
Gerrit Haase scripsit: > > cowan@large-skunk ~ > > LOL, love your machines hostname ;) It's 100% RFC 1178 compliant, and has the big advantage that it is almost never in use on any network I belong to, so my home machines are always called some variant of "skunk", and my work machines too when I

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-15 Thread Corinna Vinschen
On Apr 15 10:48, Gerrit Haase wrote: > 2016-04-14 11:11 GMT+02:00 Evgeny Grin wrote: > > Back to cmd: > > @ icacls cmd-file > > cmd-file DESKTOP-5PNH8IH\Karlson:(RX) > > DESKTOP-5PNH8IH\Karlson:(I)(F) > > Everyone:(I)(RX) > > > > @ icacls cygsh-file > > cygsh-file DESKTOP-5PNH8IH\

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-15 Thread Gerrit Haase
2016-04-14 11:11 GMT+02:00 Evgeny Grin wrote: > Back to cmd: > @ icacls cmd-file > cmd-file DESKTOP-5PNH8IH\Karlson:(RX) > DESKTOP-5PNH8IH\Karlson:(I)(F) > Everyone:(I)(RX) > > @ icacls cygsh-file > cygsh-file DESKTOP-5PNH8IH\Karlson:(R,W,D,WDAC,WO) >DESKTOP-5PNH8IH\Ka

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-15 Thread Gerrit Haase
2016-04-15 2:50 GMT+02:00 John Cowan wrtites: > cowan@large-skunk ~ LOL, love your machines hostname ;) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.c

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-14 Thread John Cowan
KARL BOTTS scripsit: > Did the inability of UoW to read a Cygwin created file ever get explained? See the long post I just sent out. > And then, an interesting question. Suppose we Cygwin users think we have > identified a defect in UoW. Do we notify the MS people? Whom and how? I > guess I

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-14 Thread KARL BOTTS
Did the inability of UoW to read a Cygwin created file ever get explained? Last I saw was from Evgeny Grin, which contained the iacls dumps. What jumps out is that the non-Cyg files have X perms, the Cyg file does not. I assume others noticed that. Of course, X perms should not be needed to re

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-14 Thread John Cowan
Gerrit Haase scripsit: > Seems to be a permission issue, can you provide the output of: > > icacls file1 > icacls file2 Here they are: cowan@large-skunk ~ $ icacls file1 file1 NULL SID:(DENY)(Rc,S,X,DC) LARGE-SKUNK\cowan:(R,W,D,WDAC,WO) NT AUTHORITY\SYSTEM:(DENY)(S,X) BUILTIN\

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-14 Thread Evgeny Grin
Need to add that I'm using latest Cygwin64: $ uname -r 2.5.0(0.297/5/3) On 14.04.2016 12:11, Evgeny Grin wrote: > I can reproduce the problem. > Win10 Enterprise Build 14316 Insider Preview > Commands: > On cmd: > @ echo test1>cmd-file > > On Cygwin sh: > $ echo test2>cygsh-file > > On UoW bash

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-14 Thread Evgeny Grin
I can reproduce the problem. Win10 Enterprise Build 14316 Insider Preview Commands: On cmd: @ echo test1>cmd-file On Cygwin sh: $ echo test2>cygsh-file On UoW bash sh: # echo test3>uowsh-file # cat cmd-file test1 # cat cygsh-file cat: cygsh-file: Permission denied # cat uowsh-file test3 # ls -ali

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-14 Thread Evgeny Grin
On 13.04.2016 16:36, Eliot Moss wrote: > I tried it myself > and found that cmd's echo adds a space after "stuff". If I do: > c:\Users\moss> echo stuff> file1 > (Note: no space before the > !) > It writes "stuff" without the extra space. cmd's echo doesn't add anything. It's just completely diff

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-13 Thread Andrey Repin
Greetings, John Cowan! >> You can use the cygwin od (octal dump) command to see the exact byte >> contents of the files. > The exact contents aren't the point. The point is that file1, created > under Cygwin, is not readable by UoW (or writable either), whereas file2, > created by very similar m

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-13 Thread KARL BOTTS
How about the perms on the dir containing the file? --- Karl Botts, kdbo...@usa.net -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscrib

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-13 Thread Gerrit Haase
2016-04-13 17:43 GMT+02:00 John Cowan writes: > The exact contents aren't the point. The point is that file1, created > under Cygwin, is not readable by UoW (or writable either), whereas file2, > created by very similar methods under Win32 proper, is readable and > writable by UoW. Seems to be a

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-13 Thread John Cowan
Eliot Moss scripsit: > You can use the cygwin od (octal dump) command to see the exact byte > contents of the files. The exact contents aren't the point. The point is that file1, created under Cygwin, is not readable by UoW (or writable either), whereas file2, created by very similar methods und

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-13 Thread Eliot Moss
On 4/13/2016 9:11 AM, John Cowan wrote: LLoyd scripsit: John, if you can confirm? Exactly right. Please also provide the "cat /mnt/c/file1" and "cat /mnt/c/file2" from UoW. From the Cygwin shell (note that my Cygwin and Windows home directories are the same: /home/cowan is a Cygwin syml

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-13 Thread John Cowan
LLoyd scripsit: > John, if you can confirm? Exactly right. > Please also provide the "cat /mnt/c/file1" and "cat /mnt/c/file2" from UoW. >From the Cygwin shell (note that my Cygwin and Windows home directories are the same: /home/cowan is a Cygwin symlink to /cygdrive/c/Users/cowan): cowan@lar

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-13 Thread LLoyd
That's what he is saying. Apparently, doing: /cygdrive/c $ echo stuff > file1 and doing C:\> echo stuff > file2 Does not produce exactly the same files. John, if you can confirm? Please also provide the "cat /mnt/c/file1" and "cat /mnt/c/file2" from UoW. Regards, LLoyd On 13 April 2016 at 19:01,

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-13 Thread Gerrit Haase
2016-04-13 7:22 GMT+02:00 John Cowan wrote: > > When a file is created under Cygwin, ... What do you mean "under Cygwin"? I always thought that there is no difference at all, creating files worked always transparently for me, given that the permissions were correctly set. Regards, Gerrit -- Pro

Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-12 Thread John Cowan
After many years as a contented Cygwin user, I decided to check out the new Ubuntu on Windows (UoW) product from Microsoft. I promptly ran into a nasty problem. I have filed it with the MS Feedback Hub, but I thought I should post here as well. When a file is created under Cygwin, it can neither

Re: Cygwin 1.7-58 with windows 2008

2016-03-28 Thread Rashi Singhal
I downloaded Cygwin 1.7.0-58 source from path: http://ftp.eq.uc.pt/software/pc/prog/cygwin/release-2/cygwin/ Also downloaded all the packages of cygwin version 1.7.0.58 ftp://www.fruitbat.org/pub/cygwin/circa-2/index.html"; And followed instructions to compile from below document: https://cygw

Re: Cygwin 1.7-58 with windows 2008

2016-03-28 Thread Erik Soderquist
On Mon, Mar 28, 2016 at 7:06 AM, Rashi Singhal wrote: > Hi, > > I am not getting what is wrong in my mail. > > I replayed in the last conversation of the message. "Top-posting" is posting your entire reply at the top of the message you are replying to rather than placing your reply into logical pl

Re: Cygwin 1.7-58 with windows 2008

2016-03-28 Thread Rashi Singhal
Hi, I am not getting what is wrong in my mail. I replayed in the last conversation of the message. On Mon, Mar 28, 2016 at 4:12 PM, Andrey Repin wrote: > Greetings, Rashi Singhal! > >> Thanks a lot for help. >> Now my compilation went down but again stopped at some point.Its >> halting in awk

Re: Cygwin 1.7-58 with windows 2008

2016-03-28 Thread Andrey Repin
Greetings, Rashi Singhal! > Thanks a lot for help. > Now my compilation went down but again stopped at some point.Its > halting in awk command after warning > config.status: WARNING: '/oss/src/winsup/Makefile.in' seems to ignore > the --datarootdir setting > awk: ./confXqR7rV/subs.awk:1: BEGIN

Re: Cygwin 1.7-58 with windows 2008

2016-03-28 Thread Rashi Singhal
Hi, Thanks a lot for help. Now my compilation went down but again stopped at some point.Its halting in awk command after warning config.status: WARNING: '/oss/src/winsup/Makefile.in' seems to ignore the --datarootdir setting awk: ./confXqR7rV/subs.awk:1: BEGIN {\r awk: ./confXqR7rV/subs.awk:1:

Re: Fwd: Cygwin 1.7-58 with windows 2008

2016-03-24 Thread Mark Geisert
Rashi Singhal wrote: I downloaded Cygwin 1.7.0-58 source from path: http://ftp.eq.uc.pt/software/pc/prog/cygwin/release-2/cygwin/ Also downloaded all the packages of cygwin version 1.7.0.58 ftp://www.fruitbat.org/pub/cygwin/circa-2/index.html Are you saying you downloaded and installed *all*

Re: Cygwin 1.7-58 with windows 2008

2016-03-24 Thread Warren Young
On Mar 24, 2016, at 1:29 PM, Warren Young wrote: > > On Mar 23, 2016, at 10:20 PM, Rashi Singhal wrote: >> >> configure:3288: gcc --version &5 >> gcc (GCC) 4.3.2 20080827 (beta) 2 >> Copyright (C) 2008 Free Software Foundation, Inc. > > According to the Cygwin Time Machine, Cygwin was still sh

Re: Cygwin 1.7-58 with windows 2008

2016-03-24 Thread Warren Young
ll the other tools? Shell, make, gcc, newlib, libbfd, etc.? What I’m getting at is, by this point you should have a standalone basic Cygwin 1.7 environment, no longer dependent on any Cygwin 2.x DLLs, tools, etc. Do you? > configure:3288: gcc --version &5 > gcc (GCC) 4.3.2 20080827 (

Fwd: Cygwin 1.7-58 with windows 2008

2016-03-23 Thread Rashi Singhal
I downloaded Cygwin 1.7.0-58 source from path: http://ftp.eq.uc.pt/software/pc/prog/cygwin/release-2/cygwin/ Also downloaded all the packages of cygwin version 1.7.0.58 ftp://www.fruitbat.org/pub/cygwin/circa-2/index.html"; And followed instructions to compile from below document: https://cygw

Re: Cygwin 1.7-58 with windows 2008

2016-03-19 Thread Peter A. Castro
On Thu, 17 Mar 2016, Rashi Singhal wrote: Date: Thu, 17 Mar 2016 16:49:22 +0530 From: Rashi Singhal To: cygwin@cygwin.com Subject: Re: Cygwin 1.7-58 with windows 2008 Hi, Greetings, Rashi, I really need help/clue on this: We have our system qualified with cygwin 1.7.0.58 and we are

Re: Cygwin 1.7-58 with windows 2008

2016-03-18 Thread Marco Atzeri
On 17/03/2016 12:19, Rashi Singhal wrote: Hi, I really need help/clue on this: We have our system qualified with cygwin 1.7.0.58 and we are facing some issue in msgsnd/msgrcv functions. We have got the fix of this problem but the code change is in sysv_msg.cc ( under cygserver) by calling msle

Re: Cygwin 1.7-58 with windows 2008

2016-03-18 Thread Rashi Singhal
Hi, I really need help/clue on this: We have our system qualified with cygwin 1.7.0.58 and we are facing some issue in msgsnd/msgrcv functions. We have got the fix of this problem but the code change is in sysv_msg.cc ( under cygserver) by calling msleep We tried to download source from the pat

Re: Cygwin 1.7-58 with windows 2008

2016-03-10 Thread Mark Geisert
Rashi Singhal writes: > Hello. > > Please help me in resolving below compilation error: > I am compiling Cygwin 1.7.0.58 > > make[5]: Leaving directory > `/cygwin-1.7.0-58/i686-pc-cygwin/winsup/w32api/lib/directx' > make[4]: Leaving directory `/cygwin-1.7.0-58/i686-pc- cygwin/winsup/w32api/lib' >

Re: Cygwin 1.7-58 with windows 2008

2016-03-10 Thread Rashi Singhal
Hello. Please help me in resolving below compilation error: I am compiling Cygwin 1.7.0.58 make[5]: Leaving directory `/cygwin-1.7.0-58/i686-pc-cygwin/winsup/w32api/lib/directx' make[4]: Leaving directory `/cygwin-1.7.0-58/i686-pc-cygwin/winsup/w32api/lib' make[3]: Leaving directory `/cygwin-1.

Re: Cygwin 1.7-58 with windows 2008

2016-03-09 Thread Marco Atzeri
On 09/03/2016 09:00, Rashi Singhal wrote: Hi , We need to download Cygwin version 1.7.0-58 (with source) Please help us from we can download old versions http://www.fruitbat.org/Cygwin/#cygwintimemachine -- Problem reports: http://cygwin.com/problems.html FAQ: http

Re: Cygwin 1.7-58 with windows 2008

2016-03-09 Thread Rashi Singhal
Hi , We need to download Cygwin version 1.7.0-58 (with source) Please help us from we can download old versions On Fri, Mar 4, 2016 at 10:10 PM, Rashi Singhal wrote: > Hi, > > Further to this we could now see that "NO MORE PROCESS" error is > displayed due to some of the process not get de-qu

Re: Cygwin 1.7-58 with windows 2008

2016-03-04 Thread Rashi Singhal
Hi, Further to this we could now see that "NO MORE PROCESS" error is displayed due to some of the process not get de-queued from memory Our application use fork process to create child and then pass SIGUSR1 for SIGCHLD to terminate child process. Sighandler is installed on the start of process.B

Re: Cygwin 1.7-58 with windows 2008

2016-02-23 Thread Marco Atzeri
On 23/02/2016 04:34, Rashi Singhal wrote: Hi , We have call to "msgsnd" function that fails after processing 3 to 4 messages. We tried both Block and NO Block mechanism (IPC_NOWAIT) Also we changes configuration of cygserver.conf .This increases message processing to 8-10 messages.But fails af

Re: Cygwin 1.7-58 with windows 2008

2016-02-22 Thread Rashi Singhal
Hi , We have call to "msgsnd" function that fails after processing 3 to 4 messages. We tried both Block and NO Block mechanism (IPC_NOWAIT) Also we changes configuration of cygserver.conf .This increases message processing to 8-10 messages.But fails after that. Attached is cygserver.conf file f

Re: Cygwin 1.7-58 with windows 2008

2016-02-22 Thread Marco Atzeri
On 22/02/2016 10:50, Rashi Singhal wrote: Hi , Last version working with out application is 1.7.32. We tried with this version but problem remain same. With the latest version of cygwin (2.4.1 release) our program gives compilation error for Yacc and LEX modules.( We are checking on this) fle

Re: Cygwin 1.7-58 with windows 2008

2016-02-22 Thread Rashi Singhal
Hi , Last version working with out application is 1.7.32. We tried with this version but problem remain same. With the latest version of cygwin (2.4.1 release) our program gives compilation error for Yacc and LEX modules.( We are checking on this) Please can you suggest something on EAGAIN issue

Re: Cygwin 1.7-58 with windows 2008

2016-02-17 Thread Marco Atzeri
On 17/02/2016 09:44, Rashi Singhal wrote: We tried with latest version also . But problem remain same Assuming you are using IPC cygserver calls https://cygwin.com/cygwin-ug-net/using-cygserver.html Is cygserver service running ? In general it will be difficult to replicate your problem witho

Cygwin 1.7-58 with windows 2008

2016-02-17 Thread Rashi Singhal
We tried with latest version also . But problem remain same -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Cygwin 1.7-58 with windows 2008

2016-02-16 Thread Larry Hall (Cygwin)
On 2/17/2016 12:53 AM, Rashi Singhal wrote: Hi , I have a application that is invoked multiple times. Each invocation accesses shared memory for a performing task. This all works with Cygwin1.3 Now We are using Cygwin 1.7-58 with windows 2008 after this The number... Cygwin 1.7.x is

Cygwin 1.7-58 with windows 2008

2016-02-16 Thread Rashi Singhal
Hi , I have a application that is invoked multiple times. Each invocation accesses shared memory for a performing task. This all works with Cygwin1.3 Now We are using Cygwin 1.7-58 with windows 2008 after this The number of attached processes keeps on increments and due to which system

Re: Cygwin 1.7

2016-01-19 Thread Mike DePaulo
Hi Stephen, On Tue, Jan 19, 2016 at 8:39 AM, Agyeman, Stephen O DLA CTR Information Operations wrote: > Good morning, > > I hope all is well with you. May you please send me the software for Cygwin > 1.7 and or send me the link to download it as I do not see in on Cygwin's &g

Cygwin 1.7

2016-01-19 Thread Agyeman, Stephen O DLA CTR Information Operations
Good morning, I hope all is well with you. May you please send me the software for Cygwin 1.7 and or send me the link to download it as I do not see in on Cygwin's main site anymore. Thanks much in advance. Stephen Opoku Agyeman Oracle Database Administrator (OCP) Defense Logistics A

Re: Cygwin 1.7 & mintty error - cannot run mintty more than once at a time

2015-02-09 Thread rkalapuc
I faced with same problem also. After quick investigation, I've found that even after closing cygwin I had one bash process still running. Killing this process helped me to fix an issue. Now I can launch several mintty sessions again. Hope it will help. Br, Roman -- View this message in context

Re: Cygwin 1.7 pthread hides segmentation fault

2015-01-05 Thread Eric Blake
On 01/04/2015 07:14 PM, Howard Guo wrote: > It seems that segfaults go unreported using pthread and Cygwin 1.7.33-2. > > Here is a minimal code piece to reproduce: > > #include > > void* thread_run(void* _) { > int *p = 0; > *p = 1; > return NULL; > } > > int main(int a

Cygwin 1.7 pthread hides segmentation fault

2015-01-04 Thread Howard Guo
It seems that segfaults go unreported using pthread and Cygwin 1.7.33-2. Here is a minimal code piece to reproduce: #include void* thread_run(void* _) { int *p = 0; *p = 1; return NULL; } int main(int argc, char** argv) { pthread_t t1; pthread_create(&t1

cygwin-1.7, stty min 0, and console/terminals

2014-02-10 Thread Roy
Hello list, I tried to build 8086tiny on cygwin-1.7.28.2, it builds successfully. Then I use runme script to startup 8086tiny as in *nix, which calls `stty min 0` so 8086tiny can read keyboard without waiting. But I found that cygwin-1.7 keeps returning previous char even if there is no

setup incorrectly(?) reports "first time you've installed Cygwin 1.7.x."

2013-04-30 Thread James Cook
keep getting: This is the first time you've installed Cygwin 1.7.x. Please be advised that this is a major release. If you have not done so already, please check out the documentation at http://cygwin.com/ to see how the upgrade could potentially affect any existing Cygwin in

Cobol return code problem after implementing latest CYgwin 1.7

2013-04-22 Thread rashi singhal
We use C programs to link and call Cobol programs(using cobinit ,cobcall), After executing cobol applications on bash we are getting return code as zero always. Cobol program pass some return codes like (32 , 65 .. ). This problem only occurs after installing latest Cygwin. Till earlier version pr

Re: Rebuilded xemacs for cygwin 1.7.x gives "Process shell stopped (tty output)"

2012-09-28 Thread Mats Lidell
> Robert Pluim writes: > I've noticed that xemacs doesn't seem to exit properly either, the > process hangs around and I need to kill it manually. Yes. Same here. Yours -- %% Mats -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docum

Re: Rebuilded xemacs for cygwin 1.7.x gives "Process shell stopped (tty output)"

2012-09-20 Thread Mats Lidell
> Volker Zell writes: > Any hints ? I'm afraid I have no hints but I have the same problem. Yours -- %% Mats -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: ht

Rebuilded xemacs for cygwin 1.7.x gives "Process shell stopped (tty output)"

2012-09-18 Thread Dr. Volker Zell
Hi I finally tried rebuilding both the current and test versions of xemacs for cygwin 1.7 Both build fine but starting a shell with M-x shell doesn't work anymore. 21.4.22 just hangs and 21.5.32 (the latest test release) outputs Process shell stopped (tty output) google finds this me

Re: I'm having problems with cygwin 1.7 and ACL handling.

2012-07-05 Thread Corinna Vinschen
On Jul 5 12:02, Mark Lommers wrote: > Hi Corinna, > > Thanks for your tip, it pointed me to the right direction. > > When calling the test now with > > cygdrop -P backup -P restore test.exe > > the test is running fine. > > Is it also possible to drop this privileges by default? No,

Re: I'm having problems with cygwin 1.7 and ACL handling.

2012-07-05 Thread Mark Lommers
don't have to change my scripts which call the test, but can configure it on the system itself. Regards, Mark Re: I'm having problems with cygwin 1.7 and ACL handling. From: Corinna Vinschen To: cygwin at cygwin dot com Date: Mon, 2 Jul 2012 18:04:52 +0200 Subject: Re: I'm havin

Re: I'm having problems with cygwin 1.7 and ACL handling.

2012-07-02 Thread Richard Gribble
, Richard. On Mon, Jul 2, 2012 at 11:56 AM, Mark Lommers wrote: > > Hi, > > I'm having problems with cygwin 1.7 and ACL handling. > > I do some software development and for the software I write I also create > unit tests. Those unit test are run automatically in a c

Re: I'm having problems with cygwin 1.7 and ACL handling.

2012-07-02 Thread Corinna Vinschen
On Jul 2 17:56, Mark Lommers wrote: > Hi, > > I'm having problems with cygwin 1.7 and ACL handling. > > I do some software development and for the software I write I also create > unit tests. Those unit test are run automatically in a cygwin environment > triggered

I'm having problems with cygwin 1.7 and ACL handling.

2012-07-02 Thread Mark Lommers
Hi, I'm having problems with cygwin 1.7 and ACL handling. I do some software development and for the software I write I also create unit tests. Those unit test are run automatically in a cygwin environment triggered by a build system. Now I'm updating the machines on which the unit

Re: One more "Cygwin 1.7 setup on Win7 fails with "Unable to extract /etc/..."

2011-12-07 Thread Larry Hall (Cygwin)
On 12/7/2011 7:52 AM, Helio C. Bortolon wrote: Dear colleagues, When trying to install cygwin 1.7 on a Windows XP I came through almost the same problems found in the message below <http://cygwin.com/ml/cygwin/2009-11/msg00607.html> the only difference is that the message in setup.lo

One more "Cygwin 1.7 setup on Win7 fails with "Unable to extract /etc/..."

2011-12-07 Thread Helio C. Bortolon
Dear colleagues, When trying to install cygwin 1.7 on a Windows XP I came through almost the same problems found in the message below <http://cygwin.com/ml/cygwin/2009-11/msg00607.html> the only difference is that the message in setup.log says "file not found" about /etc/setup/s

Re: Re: Cygwin 1.7.x on Windows 7: Exit statuses of Win32 executables are sometimes wrong

2011-09-01 Thread Kevin Layer
I want to go on record that it happening to us, too. And, I can say that it is happening *much* more since I moved to this machine: 2x AMD Opteron 6134 (16 cores total) Server 2008 R2 Enterprise, Service Pack 1 Software we have installed on the machine: ActivePerl AVG 9.0 Chrome Jav

Re: is using old make.exe (3.80) (cygwin 1.5.x) within cygwin 1.7.x OK

2011-08-10 Thread Christopher Faylor
On Thu, Aug 11, 2011 at 05:36:38AM +, Heiko Elger wrote: >Rob Walker writes: > >> >> You could also use a patched make 3.81 compiled for Cygwin 1.7. >> >> http://sites.rwalker.com/cygwin/ > >I saw your ports already. >One question to them: why are the e

Re: is using old make.exe (3.80) (cygwin 1.5.x) within cygwin 1.7.x OK

2011-08-10 Thread Heiko Elger
Rob Walker writes: > > You could also use a patched make 3.81 compiled for Cygwin 1.7. > > http://sites.rwalker.com/cygwin/ I saw your ports already. One question to them: why are the executables so large? The original make-3.81 (cygwin-1.7) is really small. $ ls -l make-* -rwxr-x

Re: is using old make.exe (3.80) (cygwin 1.5.x) within cygwin 1.7.x OK

2011-08-10 Thread Rob Walker
You could also use a patched make 3.81 compiled for Cygwin 1.7. http://sites.rwalker.com/cygwin/ -Rob On 8/9/11 9:58 PM, Heiko Elger wrote: > Hello, > > cause of colon problems we have to use old make version 3.80 in cygwin 1.7.x. > The binary make.exe is a copy of cygwin 1.5.x

Re: is using old make.exe (3.80) (cygwin 1.5.x) within cygwin 1.7.x OK

2011-08-10 Thread Larry Hall (Cygwin)
On 8/10/2011 12:58 AM, Heiko Elger wrote: Hello, cause of colon problems we have to use old make version 3.80 in cygwin 1.7.x. The binary make.exe is a copy of cygwin 1.5.x installation. Is it correct to use this version within cygwin 1.7.x? Or do I have to rebuild the binary? At the moment

is using old make.exe (3.80) (cygwin 1.5.x) within cygwin 1.7.x OK

2011-08-09 Thread Heiko Elger
Hello, cause of colon problems we have to use old make version 3.80 in cygwin 1.7.x. The binary make.exe is a copy of cygwin 1.5.x installation. Is it correct to use this version within cygwin 1.7.x? Or do I have to rebuild the binary? At the moment all seems to work fine - I only want to avoid

Re: G++ 4.3.4 (with Cygwin 1.7) vs.G++ 4.5.2 (with MinGW) ???

2011-06-13 Thread Larry Hall (Cygwin)
On 6/13/2011 2:46 AM, Jan Chludzinski wrote: Just finished compiling some numerical code (developed using the Borland C++ compiler) using G++ 4.3.4 (that came with Cygwin 1.7). The answers are different from what I get using the Borland compiler (circa 2002). I have known correct answers from

G++ 4.3.4 (with Cygwin 1.7) vs.G++ 4.5.2 (with MinGW) ???

2011-06-12 Thread Jan Chludzinski
Just finished compiling some numerical code (developed using the Borland C++ compiler) using G++ 4.3.4 (that came with Cygwin 1.7). The answers are different from what I get using the Borland compiler (circa 2002). I have known correct answers from some NASA code and compare against those. I&#x

Re: Cygwin 1.7.x on Windows 7: Exit statuses of Win32 executables are sometimes wrong

2011-05-25 Thread Corinna Vinschen
On Apr 29 11:35, John Dong wrote: > Hi, > > Cygwin on Windows 7, seems to exhibit a rather peculiar behavior: Sometimes > the exit status of a Win32 process is incorrectly captured by Cygwin. Please: http://cygwin.com/acronyms/#PCYMTWLL http://cygwin.com/acronyms/#TOFU > [...] > > int _tmain(

Re: Cygwin 1.7.x on Windows 7: Exit statuses of Win32 executables are sometimes wrong

2011-05-25 Thread Christopher Faylor
On Wed, May 25, 2011 at 07:20:35PM -0700, John Dong wrote: >It's nice to hear from Edward that we're not the only ones to notice >this behavior. > >Of course, patches would be nice, and I would be interested in digging >in into this if someone familiar with Cygwin's codebase would be >willing to en

Re: Cygwin 1.7.x on Windows 7: Exit statuses of Win32 executables are sometimes wrong

2011-05-25 Thread John Dong
just with >>> Cygwin installed. >> >> FWIW, we've been running into this as well. It appears to NOT be a >> problem with Cygwin 1.5 on Windows 7. It only started happening on >> Cygwin 1.7. As a result, we haven't had a reliable Windows

Re: Cygwin 1.7.x on Windows 7: Exit statuses of Win32 executables are sometimes wrong

2011-05-25 Thread Christopher Faylor
g special on this >> machine -- it's a fresh install of Windows 7 Professional, just with >> Cygwin installed. > >FWIW, we've been running into this as well. It appears to NOT be a >problem with Cygwin 1.5 on Windows 7. It only started happening on >Cygwin 1.7. As a r

Re: Cygwin 1.7.x on Windows 7: Exit statuses of Win32 executables are sometimes wrong

2011-05-25 Thread Edward Lam
appears to NOT be a problem with Cygwin 1.5 on Windows 7. It only started happening on Cygwin 1.7. As a result, we haven't had a reliable Windows 7 build machine for a while now because we use a Cygwin gmake process that compiles with MSVC. -Edward -- Problem reports: http://cygwin.

Re: Cygwin 1.7.x on Windows 7: Exit statuses of Win32 executables are sometimes wrong

2011-05-10 Thread John Dong
but I've reproduced > this behavior with every release of Cygwin 1.7 on both 32-bit and 64-bit > Windows 7. It does not seem to happen in XP 32-bit, and I've not tried any > other environments. > > > To reproduce, first I wrote a Win32 console application (using Visual

Re: Cygwin 1.7.x on Windows 7: Exit statuses of Win32 executables are sometimes wrong

2011-05-02 Thread John Dong
Hi Edward, For what it's worth, I just left it running since my last reply and it's still running. I can fairly confidently say this only happens when executing a Windows binary from Cygwin. Any insights or suggestions of further things to test would be greatly appreciated. These kinds of bugs

Re: Cygwin 1.7.x on Windows 7: Exit statuses of Win32 executables are sometimes wrong

2011-04-29 Thread John Dong
Hi Edward, Yeah, I forgot to mention that I tried scripting it in a batch file outside cygwin in much the same way as your script, and it ran for a day or two without fail. I can keep that going for longer just in case it fails less frequently, but I don't think it's a Windows / MSVCRT bug. J

Re: Cygwin 1.7.x on Windows 7: Exit statuses of Win32 executables are sometimes wrong

2011-04-29 Thread Edward McGuire
On Fri, Apr 29, 2011 at 13:35, John Dong wrote: >I've tried using a different shell (like dash), but it doesn't make a >difference, leading me to suspect this to be a lower-level issue within the >Cygwin DLL. Have you tried it with the stock Windows command processor? Something like this (untest

Cygwin 1.7.x on Windows 7: Exit statuses of Win32 executables are sometimes wrong

2011-04-29 Thread John Dong
Hi, Cygwin on Windows 7, seems to exhibit a rather peculiar behavior: Sometimes the exit status of a Win32 process is incorrectly captured by Cygwin. I'm running Cygwin 1.7.9(0.237/5/3) on Windows 7 64-bit, but I've reproduced this behavior with every release of Cygwin 1.7 on both

Re: Cygwin 1.7 string pattern matching problem with case sensitivity

2011-03-17 Thread Matthias Andree
Am 17.03.2011 18:26, schrieb jean-benoit.ouel...@bell.ca: I changed my LANG from en_US.ISO-8859-1 to C.ISO-8859-1 and it resolved the problem. Thanks for your quick input. Possibly you can use LC_COLLATE and/or LC_CTYPE instead, if you're looking for narrower overrides. -- Matthias Andree

Re: Cygwin 1.7 string pattern matching problem with case sensitivity

2011-03-17 Thread jean-benoit.ouel...@bell.ca
I changed my LANG from en_US.ISO-8859-1 to C.ISO-8859-1 and it resolved the problem. Thanks for your quick input. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: htt

RE: Cygwin 1.7 string pattern matching problem with case sensitivity

2011-03-17 Thread Nellis, Kenneth
> From: jean-benoit.ouel...@bell.ca > > Hi! > I just upgraded Cygwin from 1.5.21-2 to 1.7.8-1 and I'm getting > problems with case sensitivity. > Let's assume that 'file.csv' contains these 2 lines: > Hello, 123 > hello, 456 > > The following commands will output both lines instead of the desired

Re: Cygwin 1.7 string pattern matching problem with case sensitivity

2011-03-17 Thread Greg Chicares
On 2011-03-17 12:44Z, jean-benoit.ouel...@hidden.ca wrote: > > I just upgraded Cygwin from 1.5.21-2 to 1.7.8-1 and I'm getting problems with > case sensitivity. > Let's assume that 'file.csv' contains these 2 lines: > Hello, 123 > hello, 456 > > The following commands will output both lines inste

Re: Cygwin 1.7 : Checking -fPIC Failed when building the gcc 4.5.1 with --enable-plugin

2011-01-03 Thread Dave Korn
On 23/12/2010 05:54, Lucky Lu wrote: > I am having trouble with building the gcc 4.5.1 with --enable-plugin on > Cygwin. Sorry, GCC plugins are only supported on systems that use the ELF executable file format such as Linux, they can't work on Windows-based systems owing to limitations of the P

Cygwin 1.7 : Checking -fPIC Failed when building the gcc 4.5.1 with --enable-plugin

2010-12-22 Thread Lucky Lu
I am having trouble with building the gcc 4.5.1 with --enable-plugin on Cygwin. The configure string is "--enable-plugin --enable-languages=c,c++ --disable-bootstrap". The error is ,   checking for -rdynamic... objdump: conftest: not a dynamic object no   checking for library containing dlopen...

FW: Cron 'WRONG FILE OWNER' Problem Cygwin 1.7/Windows 7

2010-12-15 Thread Bruce Bailey
Wed, 15 Dec 2010 17:28:31 -0500 > To: bruce1...@hotmail.com > From: pierre.humb...@ieee.org > Subject: Re: Cron 'WRONG FILE OWNER' Problem Cygwin 1.7/Windows 7 > > Bruce, > > If the answer to my question is "yes", doesn't cron-config > produce a mes

Re: Cron 'WRONG FILE OWNER' Problem Cygwin 1.7/Windows 7

2010-12-15 Thread Pierre A. Humblet
At 04:56 PM 12/15/2010, Bruce Bailey wrote: Hi I had been happily using 'cron' on cygwin for quite a while. After updating the user password using cron-config, suddenly cron refuses to read my cron tab, putting 'WRONG FILE OWNER' in the Windows application log. Has this been seen and resol

Re: Cron 'WRONG FILE OWNER' Problem Cygwin 1.7/Windows 7

2010-12-15 Thread Larry Hall (Cygwin)
On 12/15/2010 4:56 PM, Bruce Bailey wrote: Hi I had been happily using 'cron' on cygwin for quite a while. After updating the user password using cron-config, suddenly cron refuses to read my cron tab, putting 'WRONG FILE OWNER' in the Windows application log. Have you stopped and restarted

Cron 'WRONG FILE OWNER' Problem Cygwin 1.7/Windows 7

2010-12-15 Thread Bruce Bailey
Hi I had been happily using 'cron' on cygwin for quite a while.  After updating the user password using cron-config, suddenly cron refuses to read my cron tab, putting 'WRONG FILE OWNER' in the Windows application log. Has this been seen and resolved? I have been trying for weeks now but no l

Re: rebaseall error with Tk.dll / cssh error in cygwin 1.7

2010-11-08 Thread Jason Tishler
On Fri, Nov 05, 2010 at 09:07:35AM -0500, Johnny Walker wrote: > [snip] > /bin/rebaseall -T /lib/perl5/site_perl/5.10/i686-cygwin/auto/Tk/Tk.dll > > This seems to cause some issue as the terminal begins to flood with this: > > __getmodulehand...@4: skipped because nonexistent > [snip] The "-T" o

Re: rebaseall error with Tk.dll / cssh error in cygwin 1.7

2010-11-05 Thread Johnny Walker
On Fri, Nov 5, 2010 at 9:09 AM, Johnny Walker wrote: > On Fri, Nov 5, 2010 at 9:07 AM, Johnny Walker wrote: >> I'm having trouble with building clusterssh in cygwin 1.7. >> >> I had this working and now I wish I had never run any updates!! >> >> I'v

Re: rebaseall error with Tk.dll / cssh error in cygwin 1.7

2010-11-05 Thread Johnny Walker
On Fri, Nov 5, 2010 at 9:07 AM, Johnny Walker wrote: > I'm having trouble with building clusterssh in cygwin 1.7. > > I had this working and now I wish I had never run any updates!! > > I've tried a complete re-install of cygwin and then I installed > perl-Tk fro

rebaseall error with Tk.dll / cssh error in cygwin 1.7

2010-11-05 Thread Johnny Walker
I'm having trouble with building clusterssh in cygwin 1.7. I had this working and now I wish I had never run any updates!! I've tried a complete re-install of cygwin and then I installed perl-Tk from the cygwin package and X11::Protocol from CPAN and built cssh. The Tk menu failed to

TCL and Cygwin 1.7 symlinks

2010-10-20 Thread Jeremy Davies
link foo could not readlink "foo": invalid argument % exit $ readlink foo ../x1/foo There are three inconsistencies here: - TCL 'file readlink' fails. Fair enough, if the Cygwin TCL build doesn't understand Cygwin 1.7 symlinks (as suggested by the TCL FAQ 4.45). - But TCL &#x

  1   2   3   4   5   6   7   8   9   10   >