Page 33 of 35 FirstFirst ... 233132333435 LastLast
Results 321 to 330 of 349

Thread: HOWTO: Install LinuxDC++

  1. #321
    Join Date
    Apr 2006
    Beans
    136
    Distro
    Ubuntu

    Re: HOWTO: Install LinuxDC++

    I can't seem to use the old CVS method to update LinuxDC++

    cvs [update aborted]: connect to cvs.linuxdcpp.berlios.de(195.37.77.137):2401 failed: Connection refused

    This is using the normal: cvs update -d

    Has something changed?

    I did get it to work however, I just downloaded the 1.0.2 tar and untarred it in the old dir and then ran the scons install command again and that seems to have upgraded it just fine. At least, it says 1.0.2 now and it seems stable

    I would still like the cvs method to work though, since I like compiling stuff myself
    Last edited by snek; July 8th, 2008 at 06:39 AM.

  2. #322
    Join Date
    Nov 2005
    Location
    Uppsala, Sweden
    Beans
    2,180
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: HOWTO: Install LinuxDC++

    It works fine from here. Maybe the server was temporarily offline when you tried?

  3. #323
    Join Date
    Apr 2006
    Beans
    136
    Distro
    Ubuntu

    Re: HOWTO: Install LinuxDC++

    Ah I figured it out.. Seems the ip is being blocked by ipblock.
    Guess I'll just whitelist it and try again

    UPDATE: Yeah whitelisting solved the problem, everything went fine after that
    Last edited by snek; July 9th, 2008 at 04:59 PM.

  4. #324
    Join Date
    Dec 2006
    Beans
    43

    Re: HOWTO: Install LinuxDC++

    Do you ever experience with file hashing everytime you load the dcpp?
    Hashing slows down my pc perfomance
    Code:
    LinuxDC++ version: 1.0.1
    Core version: 0.698

  5. #325
    Join Date
    Feb 2008
    Location
    South Africa
    Beans
    19
    Distro
    Ubuntu 8.04 Hardy Heron

    Smile Re: HOWTO: Install LinuxDC++

    Before I found this HOWTO I used to use ApexDC++ with wine. This is way much better. (^_^)

  6. #326

    Unhappy Re: HOWTO: Install LinuxDC++

    hi!
    I tried wat is explained.I donwloaded
    cvs
    scons
    build-essential
    libgtk2.0-dev
    libglade2-dev
    zlib1g-dev
    libbz2-dev
    libssl-dev
    and run the commands
    sudo apt-get install cvs scons build-essential libgtk2.0-dev libglade2-dev zlib1g-dev libbz2-dev libssl-dev
    and
    sudo apt-get install libglitz1-dev
    successfully.After this whn i entered following code in terminal

    cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login
    [hit enter when prompted for the password]

    cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp
    It is giving following error
    honey@honey-laptop:~$ cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login
    Logging in to :pserver:anonymous@cvs.linuxdcpp.berlios.de:2401/cvsroot/linuxdcpp
    CVS password:
    Unknown host cvs.linuxdcpp.berlios.de.
    honey@honey-laptop:~$ cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp
    Unknown host cvs.linuxdcpp.berlios.de.
    honey@honey-laptop:~

    so plssssssssssssss hellp.. <i hit when it asked fr password>
    Last edited by richa.cseit@gmail.com; August 15th, 2008 at 08:46 PM.

  7. #327

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by richa.cseit@gmail.com View Post
    hi!
    I tried wat is explained.I donwloaded
    cvs
    scons
    build-essential
    libgtk2.0-dev
    libglade2-dev
    zlib1g-dev
    libbz2-dev
    libssl-dev
    and run the commands
    sudo apt-get install cvs scons build-essential libgtk2.0-dev libglade2-dev zlib1g-dev libbz2-dev libssl-dev
    and
    sudo apt-get install libglitz1-dev
    successfully.After this whn i entered following code in terminal

    cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login
    [hit enter when prompted for the password]

    cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp
    It is giving following error
    honey@honey-laptop:~$ cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login
    Logging in to :pserver:anonymous@cvs.linuxdcpp.berlios.de:2401/cvsroot/linuxdcpp
    CVS password:
    Unknown host cvs.linuxdcpp.berlios.de.
    honey@honey-laptop:~$ cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp
    Unknown host cvs.linuxdcpp.berlios.de.
    honey@honey-laptop:~

    so plssssssssssssss hellp.. <i hit when it asked fr password>
    :confused:

  8. #328
    Join Date
    Apr 2006
    Beans
    136
    Distro
    Ubuntu

    Re: HOWTO: Install LinuxDC++

    Seems the cvs server was down when you tried it..
    I just issued this at home:
    Code:
    cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login
    And it worked fine. So try again and it should probably work.

    On another note..

    BUG REPORT
    Sometimes ldcpp doesn't update the user list properly. A friend who had connection problems got diconnected a lot and reconnected every time.. After a long time ldcpp never showed him as online anymore. I had to restart ldcpp to get it to show him in the userlist.
    Last edited by snek; August 18th, 2008 at 08:51 AM.

  9. #329
    Join Date
    Mar 2006
    Beans
    133
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install LinuxDC++

    LinuxDC++ has moved to Launchpad. I have updated the install instructions accordingly.

  10. #330
    Join Date
    Aug 2008
    Beans
    44

    Re: HOWTO: Install LinuxDC++


Page 33 of 35 FirstFirst ... 233132333435 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •