public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* pipe error depending on drive
@ 2012-06-07 14:30 DEWI - N. Zacharias
  2012-06-08  2:32 ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 3+ messages in thread
From: DEWI - N. Zacharias @ 2012-06-07 14:30 UTC (permalink / raw)
  To: cygwin


Hi all,

I have a strange behavior of cygwin here. I have two machines with the nearly (*)he same configuration on machine A everything works good, on B I get the error

      1 [main] sh 1884 sig_send: error sending signal -40 to pid 1884, pipe handle 0x768, Win32 error 6
sh: fork: retry: Resource temporarily unavailable

depending on which drive I start a perl  program which uses a pipe via IO::File->new("dosomething.pl |");

 (*) On A Cygwin is installed in C:\Programme\cygwin and uses
 Cygwin DLL version info:
        DLL version: 1.7.9
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 237
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix:
        Build date:
        Shared id: cygwin1S5

on B in C:\cygwin
and uses the most resent version

  Cygwin DLL version info:
        DLL version: 1.7.15
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 260
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix:
        Build date:
        Shared id: cygwin1S5



On drive C: everything works fine but on the other drives e.g. H

Mount yields:

Machine A
C:/Programme/cygwin/bin on /usr/bin type ntfs (binary,auto)
C:/Programme/cygwin/lib on /usr/lib type ntfs (binary,auto)
C:/Programme/cygwin on / type ntfs (binary,auto)
F: on /cygdrive/c type ntfs (text,posix=0,user,noumount,auto)
H: on /cygdrive/h type nwfs (text,posix=0,user,noumount,auto)

Machine B
C:/cygwin/bin on /usr/bin type ntfs (binary,auto)
C:/cygwin/lib on /usr/lib type ntfs (binary,auto)
C:/cygwin on / type ntfs (binary,auto)
C: on /cygdrive/c type ntfs (text,posix=0,user,noumount,auto)
F: on /cygdrive/f type nwfs (text,posix=0,user,noumount,auto)
H: on /cygdrive/h type nwfs (text,posix=0,user,noumount,auto)

Two other issues are also strange  :

First if I try to update machine A I get the warning that this is the first time that I setup version 1.7 (setup 2.774)
Second the /etc/fstab file seems to have no effect on the mountings on machine B
Even if I delete this file I get the same settings

Is there anybody out there who knows what is going wrong ??

Thanks
Norbert




DEWEK 2012, 11th German Wind Energy Conference, 7-8 November 2012 in Bremen
http://www.dewek.de/


--------------------------------------------------------------------------
Dipl. Phys.
Norbert Zacharias
Wind Measurements & Power Curve Measurements
DEWI GmbH
Ebertstrasse 96
26382 Wilhelmshaven
Germany


Tel.:   +49 4421 4808 876

Fax:    +49 4421 4808 843


Email:  N.Zacharias@dewi.de
Home:   http://www.dewi.de

DEWI GmbH - Deutsches Windenergie-Institut, Wilhelmshaven
Commercial Register No.: Amtsgericht Oldenburg, HRB 130241
Managing Director: Jens Peter Molly
Chairman of the supervisory board:  Leitender Ministerialrat Norbert Nüsken

P Please consider the environment before printing this email.



--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pipe error depending on drive
  2012-06-07 14:30 pipe error depending on drive DEWI - N. Zacharias
@ 2012-06-08  2:32 ` Larry Hall (Cygwin)
  2012-06-11  8:17   ` AW: [bulk] - " DEWI - N. Zacharias
  0 siblings, 1 reply; 3+ messages in thread
From: Larry Hall (Cygwin) @ 2012-06-08  2:32 UTC (permalink / raw)
  To: cygwin

On 6/7/2012 10:30 AM, DEWI - N. Zacharias wrote:
>
> Hi all,
>
> I have a strange behavior of cygwin here. I have two machines with the
> nearly (*)he same configuration on machine A everything works good, on B I
> get the error
>
> 1 [main] sh 1884 sig_send: error sending signal -40 to pid 1884, pipe
>handle 0x768, Win32 error 6
> sh: fork: retry: Resource temporarily unavailable
>
> depending on which drive I start a perl program which uses a pipe via
> IO::File->new("dosomething.pl |");

<http://cygwin.com/faq-nochunks.html#faq.using.fixing-fork-failures>

<snip>

> Two other issues are also strange  :
>
> First if I try to update machine A I get the warning that this is the
> first time that I setup version 1.7 (setup 2.774)

More than 1 installation on this machine?  Check 'cygcheck -srv' output.

> Second the /etc/fstab file seems to have no effect on the mountings on machine B
> Even if I delete this file I get the same settings

'/etc/fstab' is "additive".  Put additional mount points in this file.  The
ones you have are the defaults so they are not driven by this file.


-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* AW: [bulk] - Re: pipe error depending on drive
  2012-06-08  2:32 ` Larry Hall (Cygwin)
@ 2012-06-11  8:17   ` DEWI - N. Zacharias
  0 siblings, 0 replies; 3+ messages in thread
From: DEWI - N. Zacharias @ 2012-06-11  8:17 UTC (permalink / raw)
  To: cygwin


>Von: Larry Hall (Cygwin)>
Gesendet: Freitag, 8. Juni 2012 04:31
>Betreff: [bulk] - Re: pipe error depending on drive
>
>On 6/7/2012 10:30 AM, DEWI - N. Zacharias wrote:
>>
>> Hi all,
>>
>> I have a strange behavior of cygwin here. I have two machines with the
>> nearly (*)he same configuration on machine A everything works good, on
>> B I get the error
>>
>> 1 [main] sh 1884 sig_send: error sending signal -40 to pid 1884, pipe
>>handle 0x768, Win32 error 6
>> sh: fork: retry: Resource temporarily unavailable
>>
>> depending on which drive I start a perl program which uses a pipe via
>> IO::File->new("dosomething.pl |");
>
><http://cygwin.com/faq-nochunks.html#faq.using.fixing-fork-failures>


[zac] In the meantime it turned  out that the fork fails only if the bash was started form a network drive.
If the bash was started from local drive there is no problem with fork even if one switches to a network drive after launching bash.


><snip>
>
>> Two other issues are also strange  :
>>
>> First if I try to update machine A I get the warning that this is the
>> first time that I setup version 1.7 (setup 2.774)
>
>More than 1 installation on this machine?  Check 'cygcheck -srv' output.

[zac] Nope!  And  it was not the first time I update Cygwin. The ones before work without such a notice.

[zac] Thanks and have a good time
[zac] Norbert


DEWEK 2012, 11th German Wind Energy Conference, 7-8 November 2012 in Bremen
http://www.dewek.de/


--------------------------------------------------------------------------
Dipl. Phys.
Norbert Zacharias
Wind Measurements & Power Curve Measurements
DEWI GmbH
Ebertstrasse 96
26382 Wilhelmshaven
Germany


Tel.:   +49 4421 4808 876

Fax:    +49 4421 4808 843


Email:  N.Zacharias@dewi.de
Home:   http://www.dewi.de

DEWI GmbH - Deutsches Windenergie-Institut, Wilhelmshaven
Commercial Register No.: Amtsgericht Oldenburg, HRB 130241
Managing Director: Jens Peter Molly
Chairman of the supervisory board:  Leitender Ministerialrat Norbert Nüsken

P Please consider the environment before printing this email.



--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-11  8:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-07 14:30 pipe error depending on drive DEWI - N. Zacharias
2012-06-08  2:32 ` Larry Hall (Cygwin)
2012-06-11  8:17   ` AW: [bulk] - " DEWI - N. Zacharias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).