Page 19 of 35 FirstFirst ... 9171819202129 ... LastLast
Results 181 to 190 of 349

Thread: HOWTO: Install LinuxDC++

  1. #181
    Join Date
    Mar 2007
    Beans
    5

    Re: HOWTO: Install LinuxDC++

    That's wright ! I had made both "scons" and "scons install" as root

    but I just made a new install of linuxdcpp with only "scons install" as root and that's the same : it works only if launch as root (even "sudo linuxdcpp" don't works

    It hang just after connection scaning of the network. Here are the output from console :

    Code:
    (linuxdcpp:15558): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed
    
    (linuxdcpp:15558): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed
    
    (linuxdcpp:15558): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
    
    (linuxdcpp:15558): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed
    
    (linuxdcpp:15558): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed
    
    ** ERROR **: file gailtreeview.c: line 3723 (traverse_cells): assertion failed: (row_path != NULL)

  2. #182
    Join Date
    Sep 2005
    Location
    Stuttgart, Germany
    Beans
    39

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by stevensheehy View Post
    Sounds like you also didn't follow the howto exactly. You run scons to compile and link it, then sudo scons install to copy the executable, pixmaps and glade files to /usr/local/. You have to have root access in order to create /usr/local/share/linuxdcpp and add files to it, hence the sudo.
    Thanks for the reply and very sorry for omitting the tiny but important "sudo"

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

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by jlbiasini View Post
    That's wright ! I had made both "scons" and "scons install" as root

    but I just made a new install of linuxdcpp with only "scons install" as root and that's the same : it works only if launch as root (even "sudo linuxdcpp" don't works

    It hang just after connection scaning of the network. Here are the output from console :

    Code:
    (linuxdcpp:15558): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed
    
    (linuxdcpp:15558): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed
    
    (linuxdcpp:15558): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
    
    (linuxdcpp:15558): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed
    
    (linuxdcpp:15558): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed
    
    ** ERROR **: file gailtreeview.c: line 3723 (traverse_cells): assertion failed: (row_path != NULL)
    Try installing again one more time, but delete all your previous installed files ("scons -c" and "sudo scons -c install", but doublecheck the files just to confirm they are gone from your prefix).

    What worries me is that last error about the gailtreeview. I've seen other people complain about it before and I am not entirely sure what causes it. See http://developer.berlios.de/bugs/?fu...&group_id=2230 for the latest complaint about it and my response.

  4. #184
    Join Date
    Mar 2006
    Beans
    133
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by dngpng View Post
    Thanks for the reply and very sorry for omitting the tiny but important "sudo"
    No worries. We all make mistakes.

  5. #185
    Join Date
    Mar 2007
    Beans
    5

    Re: HOWTO: Install LinuxDC++

    Thanls for your help !

    unfortunatly it still don't works. I've just réinstall everything and also deleted all linuxdcpp folder but it don't works. When connecting as root the scan for other user and their sharing files is nearly immediate, when running the program as user it takes 10 seconds more to catch the informations and finally hang at the end of it:

    Code:
    (linuxdcpp:8914): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
    
    (linuxdcpp:8914): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
    
    (linuxdcpp:8914): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
    
    (linuxdcpp:8914): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
    
    ** ERROR **: file gailtreeview.c: line 3723 (traverse_cells): assertion failed: (row_path != NULL)
    aborting...
    Abandon (core dumped)

  6. #186
    Join Date
    Mar 2007
    Beans
    5

    Re: HOWTO: Install LinuxDC++

    Ok shame on me ... I just forget to put AST off
    actually I've done it but it need a reboot to occurs

    thank you so much

  7. #187
    Join Date
    May 2007
    Beans
    3

    Re: HOWTO: Install LinuxDC++

    and if that one wont work then try the www.hublist.co.uk one
    public hublist address
    For DC++ clients newer than 0.4033 use
    http://www.hublist.co.uk/hublist.xml.bz2

    For older DC client
    http://www.hublist.co.uk/hublist.config.bz2

  8. #188
    Join Date
    Jul 2006
    Location
    Sweden
    Beans
    34
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Install LinuxDC++

    Thanks for a great port Steven. It has improved greatly since you got involved.

    When in port forward mode I can't search. Starting linuxdcpp from the terminal I get these lines:
    Thrown: SocketException: Permission denied
    Bind failed, retrying with INADDR_ANY: SocketException: Permission denied
    Thrown: SocketException: Permission denied
    StartSocket (tcp): Caught "SocketException: Permission denied"
    Thrown: SocketException: Permission denied
    Bind failed, retrying with INADDR_ANY: SocketException: Permission denied
    Thrown: SocketException: Permission denied
    StartSocket (udp): Caught "SocketException: Permission denied"
    If I start linuxdcpp as root it works. I followed the instructions (apart from adding the debug flag) and only used sudo for the last step.

  9. #189
    Join Date
    Oct 2006
    Location
    France
    Beans
    69
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Install LinuxDC++

    http://www.jellykernel.org

  10. #190
    Join Date
    Mar 2006
    Beans
    133
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by fridaythe14th View Post
    Thanks for a great port Steven. It has improved greatly since you got involved.

    When in port forward mode I can't search. Starting linuxdcpp from the terminal I get these lines:

    If I start linuxdcpp as root it works. I followed the instructions (apart from adding the debug flag) and only used sudo for the last step.
    You're probably using a reserved port. Linux treats ports 0-1023 as reserved and require root access in order to modify. Set the ports you're using to > 1023 in the preferences.

Page 19 of 35 FirstFirst ... 9171819202129 ... 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
  •