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

From: Vladyslav Lyubartsev <vladyslav.lyubartsev_at_nyahnyahspammersnyahnyah>
Date: Tue Jun 14 2011 - 05:46:55 MDT

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
Received on Tue Jun 14 05:47:14 2011

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