Re: NCL on Cygwin, fatal:systemfunc: cannot create child process:[errno=12]

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Wed Jun 15 2011 - 10:04:38 MDT

Hi Slava,

Thanks for posting this solution. I included it in our FAQ. This will
be very helpful for our Cygwin users.

http://www.ncl.ucar.edu/FAQ/

--Mary

On Jun 14, 2011, at 5:46 AM, Vladyslav Lyubartsev wrote:

> Dear All,
>
> Perhaps it can help somebody.
>
> Today I have got on my new notebook the same problem as described
> here:
> http://www.ncl.ucar.edu/Support/talk_archives/2008/1642.html
>
>>> fatal:systemfunc: cannot create child process:[errno=12]
>>> during the call to these simple "log" procedure:>>
>>> ; add date and time string to console output
>>> procedure _log(s:string)
>>> begin
>>> print(systemfunc("date +%F' '%T") + " " + s)
>>> end
>
> The solution has been found here:
> http://www.mylifestartingup.com/2009/04/fatal-error-unable-to-remap-to-same
> .
> html
>
> 1) Close out of Cygwin (and all cygwin processes).
> 2) Open a Windows command prompt (start -> run - > type 'cmd' or on
> vista :
> start -> type 'cmd' in the start search window)
> 3) Go to your cygwin bin directory. For me it is c:\cygwin\bin.
> 4) Type ash
> 5) Type '/usr/bin/rebaseall'
> 6) Resolve any errors (I had a warning that went unresolved and it
> still
> worked fine)
> 7) Reboot...and you should be good.
>
> Best regards,
> Slava
>
> P.S. Reboot is not necessary
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Jun 15 10:05:15 2011

This archive was generated by hypermail 2.1.8 : Mon Jun 20 2011 - 12:30:20 MDT