From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2110 invoked by alias); 17 May 2012 15:32:44 -0000 Received: (qmail 2101 invoked by uid 22791); 17 May 2012 15:32:43 -0000 X-SWARE-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_YG X-Spam-Check-By: sourceware.org Received: from mail-ee0-f43.google.com (HELO mail-ee0-f43.google.com) (74.125.83.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 May 2012 15:32:30 +0000 Received: by eeke50 with SMTP id e50so652154eek.2 for ; Thu, 17 May 2012 08:32:29 -0700 (PDT) Received: by 10.213.8.197 with SMTP id i5mr658038ebi.121.1337268748888; Thu, 17 May 2012 08:32:28 -0700 (PDT) Received: from [192.168.2.196] (93-33-100-143.ip44.fastwebnet.it. [93.33.100.143]) by mx.google.com with ESMTPS id z5sm30677039eem.3.2012.05.17.08.32.27 (version=SSLv3 cipher=OTHER); Thu, 17 May 2012 08:32:28 -0700 (PDT) Message-ID: <4FB51A09.80501@gmail.com> Date: Thu, 17 May 2012 15:32:00 -0000 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: cygwin octave x11 References: <33864360.post@talk.nabble.com> <4FB507BC.4050609@gmail.com> <33864961.post@talk.nabble.com> In-Reply-To: <33864961.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com X-SW-Source: 2012-05/txt/msg00020.txt.bz2 On 5/17/2012 5:17 PM, Chillosaurus wrote: > > I did cygcheck, it seems to be all of status OK. When executing I got a few > warnings. Guess they can be ignored ? > $ cygcheck -s -v -r> cygcheck.out you forgot to attach cygcheck.out to the mail > /usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32 > error 5 > /usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5 > /usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5 > /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper': Win32 > error 5 > /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5 > http://old.nabble.com/file/p33864961/cygcheck.out cygcheck.out > Here is the XWin.0.log > http://old.nabble.com/file/p33864961/XWin.0.log XWin.0.log > > starting x works, but when I open octave and try to make a plot, I get this: > octave:1> plot([1 4],[2 3],'--') > 2 [main] octave-3.6.1 2932 child_info_fork::abort: > C:\cygwin2\bin\cygfftw3-3.dll: Loaded to different address: parent(0x2C0000) > != child(0x410000) this is a fork issue see: http://cygwin.com/faq-nochunks.html#faq.using.fixing-fork-failures > error: popen2: process creation failed -- Resource temporarily unavailable > error: called from: > error: /usr/share/octave/3.6.1/m/plot/private/__gnuplot_open_stream__.m at > line 30, column 44 > error: /usr/share/octave/3.6.1/m/plot/__gnuplot_drawnow__.m at line 72, > column 19 > octave:2> > > hope that's helpfull > Thank you. > Regards Marco -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/