FW: Problems dowmloading rtems-graphics-toolkit

Kirchner, Ralf rkirchner at tycoint.com
Wed Nov 10 09:00:33 UTC 2010


Hi All,
First of all thanks to Joel for forwarding my email to this mailing list.

Having read Joels reply I have tried to get the rtems-graphics-toolkit sources from my private Linux machine.
These are the reults:

1.
Getting the sources via the CGI interface at
_http://www.rtems.com/cvsweb/cvsweb.cgi/rtems-graphics-toolkit/_
also did not work

2.
Getting the souces from my Linux bash console via cvs with the command below did work flawlessly.

I am not sure if getting the sources via the CGI interface should have worked at all. But at least the GUI looks like it should.

I have no idea why cvs on the MinGW console of my Windows company PC failed. This might be because of MinGW or because of Windows or because of some security measures done by my company.

But now I do have the rtems-graphics-toolkit sources and can continue looking into GUI for RTEMS.

Kind regards,

Ralf Kirchner
Nurse Call/Software Architect
Region South-East

Tyco Safety Products
TOTAL WALTHER GmbH
Feuerschutz und Sicherheit
Waltherstraße 51
51069 Köln

Tel.: +49 (0)221 6785-25
Fax: +49 (0)221 6785-81
rkirchner at tycoint.com
www.totalwalther.de

Company's registered office: Köln
Handelsregister Amtsgericht Köln: HRB 13472
Managing Directors: Keith Andrew Taylor, Günter Schauerte
Chairman board of directors: Matthias Ernst

A Tyco International Company

Please consider your environmental responsibility before printing this email!
The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful.


> -----Original Message-----
> From: Joel Sherrill [mailto:joel.sherrill at oarcorp.com]
> Sent: Tuesday, November 09, 2010 3:51 PM
> To: Kirchner, Ralf; rtems-users at rtems.org
> Subject: Re: FW: Problems dowmloading rtems-graphics-toolkit
>
> On 11/09/2010 06:35 AM, Kirchner, Ralf wrote:
> > HiJoel,
> > I am trying to download the rtems-graphics.toolkit without any success
> > so far.
> > Unfortunately I have to work on a Windows machine.
> > This is what I have tried:
> > 1.
> > Download from
> > _http://www.rtems.com/cvsweb/cvsweb.cgi/rtems-graphics-toolkit/_
> > - If I click on link "tarball" or "zip archive" I always get the
> > following error messages:
> > Error: Export failure (exit status 1), output:
> > cvs export: failed to create lock directory for `/usr1/CVS/CVSROOT'
> > (/usr1/CVS/CVSROOT/#cvs.history.lock): Permission denied
> > cvs export: failed to create lock directory for
> > `/usr1/CVS/rtems-graphics-toolkit'
> > (/usr1/CVS/rtems-graphics-toolkit/#cvs.lock): Permission denied
> > cvs export: failed to obtain dir lock in repository
> > `/usr1/CVS/rtems-graphics-toolkit'
> > cvs [export aborted]: read lock failed - giving up
>
> This one I hope someone on the list has advice on.  The
> CVS tree is owned by user cvspserver.  Apache is running
> as another user.  The cvsweb.cgi program does not have
> permissions to write the lock into the directory because
> it is running as another user.
>
> For normal pserver interaction, you are running the service
> which is running as the dedicated cvspserver user.
>
> Any ideas out there?
>
> > 2.
> > Download via cvs from a MinGW console:
> > My command is:
> > cvs -d :pserver:anoncvs at www.rtems.com:/usr1/CVS login
> > I simply press enter for the password
> > Then I get the following error:
> > cvs [login aborted]: connect to _www.rtems.com:2401_
> > <http://www.rtems.com:2401> failed: Connection refused
> I don't know why this wouldn't work.  No one else has seen any other
> issues
> and I just logged in OK with a cut and paste of your command.
> > 3.
> > Download via cvsgrab from a windows command.com console:
> > My command is:
> > D:\NCS_rtems-
> root\home\apps\RTEMSGraphicsToolkit>c:\Programme\cvsgrab\cvsgrab
> > -url _http://www.rtems.com/cvsweb/cvsweb.cgi/rtems-graphics-toolkit/_
> > The result is:
> > [ERROR] Failed to download file
> > _http://www.rtems.com/cvsweb/cvsweb.cgi/rtems-graphics-toolkit/_
> > java.net.ConnectException: Connection refused: connect
> >         at java.net.PlainSocketImpl.socketConnect(Native Method)
> >         at java.net.PlainSocketImpl.doConnect(Unknown Source)
> >         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
> >         at java.net.PlainSocketImpl.connect(Unknown Source)
> >         at java.net.SocksSocketImpl.connect(Unknown Source)
> >         at java.net.Socket.connect(Unknown Source)
> >         at java.net.Socket.connect(Unknown Source)
> >         at java.net.Socket.<init>(Unknown Source)
> >         at java.net.Socket.<init>(Unknown Source)
> >         at
> >
> org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.create
> Socket(DefaultP
> > rotocolSocketFactory.java:86)
> >         at
> >
> org.apache.commons.httpclient.HttpConnection$1.doit(HttpConnection.java:66
> 0)
> >         at
> >
> org.apache.commons.httpclient.HttpConnection$SocketTask.run(HttpConnection
> .java:1291)
> >         at java.lang.Thread.run(Unknown Source)
> > [ERROR] Failed to download file
> > _http://www.rtems.com/cvsweb/cvsweb.cgi/rtems-graphics-toolkit/_
> > java.net.ConnectException: Connection refused: connect
> >         at java.net.PlainSocketImpl.socketConnect(Native Method)
> >         at java.net.PlainSocketImpl.doConnect(Unknown Source)
> >         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
> >         at java.net.PlainSocketImpl.connect(Unknown Source)
> >         at java.net.SocksSocketImpl.connect(Unknown Source)
> >         at java.net.Socket.connect(Unknown Source)
> >         at java.net.Socket.connect(Unknown Source)
> >         at java.net.Socket.<init>(Unknown Source)
> >         at java.net.Socket.<init>(Unknown Source)
> >         at
> >
> org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.create
> Socket(DefaultP
> > rotocolSocketFactory.java:86)
> >         at
> >
> org.apache.commons.httpclient.HttpConnection$1.doit(HttpConnection.java:66
> 0)
> >         at
> >
> org.apache.commons.httpclient.HttpConnection$SocketTask.run(HttpConnection
> .java:1291)
> >         at java.lang.Thread.run(Unknown Source)
> > [ERROR] Failed to download file
> > _http://www.rtems.com/cvsweb/cvsweb.cgi/rtems-graphics-toolkit/_
> > java.net.ConnectException: Connection refused: connect
> >         at java.net.PlainSocketImpl.socketConnect(Native Method)
> >         at java.net.PlainSocketImpl.doConnect(Unknown Source)
> >         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
> >         at java.net.PlainSocketImpl.connect(Unknown Source)
> >         at java.net.SocksSocketImpl.connect(Unknown Source)
> >         at java.net.Socket.connect(Unknown Source)
> >         at java.net.Socket.connect(Unknown Source)
> >         at java.net.Socket.<init>(Unknown Source)
> >         at java.net.Socket.<init>(Unknown Source)
> >         at
> >
> org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.create
> Socket(DefaultP
> > rotocolSocketFactory.java:86)
> >         at
> >
> org.apache.commons.httpclient.HttpConnection$1.doit(HttpConnection.java:66
> 0)
> >         at
> >
> org.apache.commons.httpclient.HttpConnection$SocketTask.run(HttpConnection
> .java:1291)
> >         at java.lang.Thread.run(Unknown Source)
> > CVSGrab version 2.3 starting...
> > Error: rootUrl parameter is mandatory
> > Error: packagePath parameter is mandatory
> > usage: cvsgrab
> > ...
> This is sometimes flaky.
> > Am I misunderstanding how getting the rtems-graphics-toolkit sources
> > works or is there a problem with the server?
> > I hope a little hint from you will solve the problem.
> > Kind regards,
> > *Ralf Kirchner*
> > Nurse Call/Software Architect
> > Region South-East
> > *Tyco Safety Products*
> > TOTAL WALTHER GmbH
> > Feuerschutz und Sicherheit
> > Waltherstraße 51
> > 51069 Köln
> > Tel.: +49 (0)221 6785-25
> > Fax: +49 (0)221 6785-81
> > _rkirchner at tycoint.com_ <mailto:xxxxx at tycoint.com>
> > _www.totalwalther.de_ <http://www.totalwalther.de/>
> > Company's registered office: Köln
> > Handelsregister Amtsgericht Köln: HRB 13472
> > Managing Directors: Keith Andrew Taylor, Günter Schauerte
> > Chairman board of directors: Matthias Ernst
> > /A Tyco International Company/
> > Please consider your environmental responsibility before printing this
> > email!
> > The information contained in this communication is confidential and
> > may be legally privileged. It is intended solely for the use of the
> > individual or entity to whom it is addressed and others authorized to
> > receive it. If you are not the intended recipient, you are hereby
> > notified that any disclosure, copying, distribution or taking any
> > action in reliance on the contents of this information is strictly
> > prohibited and may be unlawful.
>
>
> --
> Joel Sherrill, Ph.D.             Director of Research&  Development
> joel.sherrill at OARcorp.com        On-Line Applications Research
> Ask me about RTEMS: a free RTOS  Huntsville AL 35805
>     Support Available             (256) 722-9985
>





More information about the users mailing list