Page 21 of 35 FirstFirst ... 11192021222331 ... LastLast
Results 201 to 210 of 349

Thread: HOWTO: Install LinuxDC++

  1. #201
    Join Date
    Mar 2006
    Beans
    133
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by olmari View Post
    Current version doesn't seem to work too well... I need just to connect to some hub and LinuxDC++ starts to eat up memory and CPU... I closed it at 500megabytes, which took only like minute to get there, wnd I didn't even relaly done anythign yet.
    Are you sure you're not trying to hash a large amount of data at the same time? Hashing is a cpu and memory intensive process. Try starting with a new profile to see if it fixes the problem.

  2. #202
    Join Date
    Feb 2007
    Location
    Vaasa, Finland
    Beans
    37
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by stevensheehy View Post
    Are you sure you're not trying to hash a large amount of data at the same time? Hashing is a cpu and memory intensive process. Try starting with a new profile to see if it fixes the problem.
    I am sure, have cleared my settings and rehashed again before doing anythign else... Problem persists. HAshing eats CPU ofcourse, but no memoryeat there and works snappy etc... but as soon as I even hit the "public hubs" button the memeating starts...

  3. #203
    Join Date
    Mar 2006
    Beans
    133
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by olmari View Post
    I am sure, have cleared my settings and rehashed again before doing anythign else... Problem persists. HAshing eats CPU ofcourse, but no memoryeat there and works snappy etc... but as soon as I even hit the "public hubs" button the memeating starts...
    When you say current version, you mean changelog date of 2007-05-06, right? If not, try updating to the latest. If you do have the latest, try downgrading to the 2007-03-27 version to see if it has this problem (cvs update -D 2007-03-27).

  4. #204
    Join Date
    Jun 2007
    Beans
    45

    Re: HOWTO: Install LinuxDC++

    I'm trying to install DC++, and I'm getting this message after running
    Code:
    cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp
    Code:
    cvs [checkout aborted]: cannot make directory linuxdcpp: Permission denied
    What does this mean? I'm new to Ubuntu--is there some permissions I'm supposed to set somewhere that will allow me to run this command?

    Thanks!
    Last edited by hul; June 27th, 2007 at 11:50 PM.

  5. #205
    Join Date
    Mar 2006
    Beans
    133
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by hul View Post
    I'm trying to install DC++, and I'm getting this message after running
    Code:
    cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp
    Code:
    cvs [checkout aborted]: cannot make directory linuxdcpp: Permission denied
    What does this mean? I'm new to Ubuntu--is there some permissions I'm supposed to set somewhere that will allow me to run this command?

    Thanks!
    Run the cvs command in your home directory, where you have write permission. In a terminal type this command before running the cvs command to navigate to your home:
    Code:
    cd ~

  6. #206
    Join Date
    Jul 2007
    Beans
    2

    Re: HOWTO: Install LinuxDC++

    I tried installing dc++ using this method. Everything worked fine, but when I run the linuxdcpp command, I get the following error :

    root@necro:/home/sauvik/linuxdcpp# linuxdcpp
    /root/.dc++/Certificates/client.key: No such file or directory
    7569:error:02001002:system library:fopen:No such file or directory:bss_file.c:352:fopen('/root/.dc++/Certificates/client.key','w')
    7569:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:354:
    Error opening Private Key /root/.dc++/Certificates/client.key
    7571:error:02001002:system library:fopen:No such file or directory:bss_file.c:352:fopen('/root/.dc++/Certificates/client.key','r')
    7571:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:354:
    unable to load Private Key
    Loading: Hash database
    Loading: Shared Files
    Loading: Download Queue
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified


    (linuxdcpp:7567): Gtk-WARNING **: cannot open display:


    Please help me out.
    I am running Kubuntu 7.04. I know I should be posting in the Kubuntu forums, but I installed the program from here.
    I am new to linux, with only very basic knowhow.

  7. #207
    Join Date
    Aug 2005
    Location
    Italy
    Beans
    25
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by sauvik View Post
    I tried installing dc++ using this method. Everything worked fine, but when I run the linuxdcpp command, I get the following error :

    root@necro:/home/sauvik/linuxdcpp# linuxdcpp
    /root/.dc++/Certificates/client.key: No such file or directory
    7569:error:02001002:system library:fopen:No such file or directory:bss_file.c:352:fopen('/root/.dc++/Certificates/client.key','w')
    7569:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:354:
    Error opening Private Key /root/.dc++/Certificates/client.key
    7571:error:02001002:system library:fopen:No such file or directory:bss_file.c:352:fopen('/root/.dc++/Certificates/client.key','r')
    7571:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:354:
    unable to load Private Key
    Loading: Hash database
    Loading: Shared Files
    Loading: Download Queue
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified


    (linuxdcpp:7567): Gtk-WARNING **: cannot open display:


    Please help me out.
    I am running Kubuntu 7.04. I know I should be posting in the Kubuntu forums, but I installed the program from here.
    I am new to linux, with only very basic knowhow.
    Quick guess, it looks like you are try to run linuxdcpp as root, but logged into KDE as your normal user which means root doesn't have a display so linuxdcpp can't display. Easiest solution would probably be running linuxdcpp as your normal user.
    Reality is what you make of it.

  8. #208
    Join Date
    May 2005
    Beans
    Hidden!

    Re: HOWTO: Install LinuxDC++

    Uhmm...so how far away is the final? *wonders*

  9. #209
    Join Date
    Feb 2007
    Location
    Vaasa, Finland
    Beans
    37
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Install LinuxDC++

    Okay update: After total hard disk formatting and leaving nothing behind, now the LinuxDC++ compiles and installs just fine and works on Feisty amd64

  10. #210
    Join Date
    Aug 2007
    Beans
    3

    Re: HOWTO: Install LinuxDC++

    really useful HOW TO, thanks a lot

Page 21 of 35 FirstFirst ... 11192021222331 ... 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
  •