cvs.tuxbox.org: Connection refused

  • Hi


    I encounter following problem during building image (I've just started with OE).


    NOTE: Fetch cvs://anoncvs@cvs.tuxbox.org/cvs/tuxbox;module=apps/dvb/dvbsnoop;method=ext
    cvs.tuxbox.org: Connection refused
    cvs [checkout aborted]: end of file from server (consult above messages if any)
    NOTE: Task failed: Fetch failed: apps/dvb/dvbsnoop


    I have no idea how to deal with it.
    Have you seen something like this before?
    Thank you in advance for any help


    Best regards
    Piotr

  • i think tuxbox.org is down or they have some troubles :smiling_face: (mailing lists are also down...)

    Dreambox 7000s, 7025ss, 600s, 800s, 8000ss, Hotbird 13°, Astra 19,2°, Astra 23,5°

  • direct connection:
    Could Not Connect to Server
    Webwasher was not able to connect to cvs.tuxbox.org.
    If you would like to try again, click here.



    connecting over anonymouse.org works

    Dreambox 7000s, 7025ss, 600s, 800s, 8000ss, Hotbird 13°, Astra 19,2°, Astra 23,5°

  • NOTE: package dvbsnoop-0.0+cvs20070414-r7: task do_fetch: started
    NOTE: Fetch cvs://anoncvs@cvs.tuxbox.org/cvs/tuxbox;module=apps/dvb/dvbsnoop;method=ext
    DEBUG: Running /usr/bin/env cvs -d:ext:anoncvs@cvs.tuxbox.org:/cvs/tuxbox co -D 20070414 apps/dvb/dvbsnoop
    cvs: WARNING: Read-only repository access mode selected via `cvs -R'.
    Using this option to access a repository which some users write to may
    cause intermittent sandbox corruption.
    cvs checkout: Updating apps/dvb/dvbsnoop
    U apps/dvb/dvbsnoop/.cvsignore
    U apps/dvb/dvbsnoop/AUTHORS
    U apps/dvb/dvbsnoop/COPYING
    U apps/dvb/dvbsnoop/ChangeLog
    U apps/dvb/dvbsnoop/Makefile.am
    U apps/dvb/dvbsnoop/NEWS
    :
    :


    Oder verstehe ich das Problem jetzt falsch?
    anonymouse habe ich nicht am laufen und auf die Mailing-List komme ich auch drauf.

    Ein Problem ist halb gelöst, wenn es klar formuliert ist. (John Dewey, 1859-1952)

  • I have solution, the problem laid in CVS access type.
    using:


    $ CVS_RSH=ssh make -l Makefile-opendreambox image


    resolved problem.


    Thanks anyway for help.