LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 09-01-2007, 12:13 PM   #1
Kristoffer G
Member
 
Registered: Jan 2007
Location: In central Umeå.
Distribution: Mageia
Posts: 79

Rep: Reputation: 25
Why is DCPP exiting after a while?


Linux DCPP is quiting itself by some reason and I don't know WHAT.

How can I find the problem and perhaps solve it?

The first thing to do is to check the log-file for the program, right?

THEN what?

Last edited by Kristoffer G; 12-16-2007 at 12:35 PM.
 
Old 09-01-2007, 04:54 PM   #2
kotnik
Member
 
Registered: Nov 2004
Location: Novi Sad, Serbia
Distribution: Debian, Slackware, Gentoo, openSuSE
Posts: 254

Rep: Reputation: 31
So, which program are you using? LinuxDCPP or Valknut? There is no DC++ program.
 
Old 09-02-2007, 10:41 AM   #3
Kristoffer G
Member
 
Registered: Jan 2007
Location: In central Umeå.
Distribution: Mageia
Posts: 79

Original Poster
Rep: Reputation: 25
Quote:
Originally Posted by kotnik View Post
So, which program are you using? LinuxDCPP or Valknut? There is no DC++ program.
I'm using LinuxDCPP.
 
Old 09-02-2007, 04:58 PM   #4
kotnik
Member
 
Registered: Nov 2004
Location: Novi Sad, Serbia
Distribution: Debian, Slackware, Gentoo, openSuSE
Posts: 254

Rep: Reputation: 31
Did you try to start it from console (konsole or gnome-terminal) and see if something is being printed out? Did you compile it with scons debug=1?
 
Old 09-04-2007, 11:05 PM   #5
Kristoffer G
Member
 
Registered: Jan 2007
Location: In central Umeå.
Distribution: Mageia
Posts: 79

Original Poster
Rep: Reputation: 25
Quote:
Originally Posted by kotnik View Post
Did you try to start it from console (konsole or gnome-terminal) and see if something is being printed out? Did you compile it with scons debug=1?
I'll open it with terminal and see what happens. I will then paste the text here for you to see.
 
Old 09-05-2007, 12:16 AM   #6
Kristoffer G
Member
 
Registered: Jan 2007
Location: In central Umeå.
Distribution: Mageia
Posts: 79

Original Poster
Rep: Reputation: 25
This is what I got out of the terminalwindow when I started LinuxDCPP:
  • [root@c253-57 ~]# linuxdcpp
    /root/.dc++/Certificates/client.key: No such file or directory
    10111:error:02001002:system library:fopen:No such file or directory:bss_file.c:352:fopen('/root/.dc++/Certificates/client.key','w')
    10111:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:354:
    Error opening Private Key /root/.dc++/Certificates/client.key
    10112:error:02001002:system library:fopen:No such file or directory:bss_file.c:352:fopen('/root/.dc++/Certificates/client.key','r')
    10112: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
 
Old 09-05-2007, 08:09 AM   #7
kotnik
Member
 
Registered: Nov 2004
Location: Novi Sad, Serbia
Distribution: Debian, Slackware, Gentoo, openSuSE
Posts: 254

Rep: Reputation: 31
Please, please, please do not start user programs as root. That's a big no-no, and if you do it, strange things ARE going to happen. None of the user programs is ever made to run as root. That's an invitation for problems.

But, if you insist (and I can't see why you should), then the easiest way is to erase whole /root/.dc++ directory and start clean. Beware, that'll delete your settings, favorite hubs, etc.
 
Old 09-05-2007, 10:56 AM   #8
Kristoffer G
Member
 
Registered: Jan 2007
Location: In central Umeå.
Distribution: Mageia
Posts: 79

Original Poster
Rep: Reputation: 25
Quote:
Originally Posted by kotnik View Post
Please, please, please do not start user programs as root. That's a big no-no, and if you do it, strange things ARE going to happen. None of the user programs is ever made to run as root. That's an invitation for problems.

But, if you insist (and I can't see why you should), then the easiest way is to erase whole /root/.dc++ directory and start clean. Beware, that'll delete your settings, favorite hubs, etc.
And how do I do that? I'm quite new to this.

urpme linuxdcpp ?

Last edited by Kristoffer G; 09-05-2007 at 11:05 AM.
 
Old 09-05-2007, 11:17 AM   #9
kotnik
Member
 
Registered: Nov 2004
Location: Novi Sad, Serbia
Distribution: Debian, Slackware, Gentoo, openSuSE
Posts: 254

Rep: Reputation: 31
No. Just this line:

rm -rf ~/.dc++

Or you can do it from file manager you use (nautilus, konqueror, etc), but command line is quicker.

BUT! If you use default download directory (~/.dc++/Downloads) this will delete all your downloaded items, so if this is the case, copy them somewhere first.

Last edited by kotnik; 09-05-2007 at 11:18 AM.
 
Old 09-05-2007, 12:50 PM   #10
Kristoffer G
Member
 
Registered: Jan 2007
Location: In central Umeå.
Distribution: Mageia
Posts: 79

Original Poster
Rep: Reputation: 25
I've done that now, but nothing happened and I didn't got an error-message in the Console.
 
Old 09-05-2007, 12:56 PM   #11
kotnik
Member
 
Registered: Nov 2004
Location: Novi Sad, Serbia
Distribution: Debian, Slackware, Gentoo, openSuSE
Posts: 254

Rep: Reputation: 31
So, when you start LinuxDCPP, does it crash?
 
Old 09-05-2007, 04:36 PM   #12
Kristoffer G
Member
 
Registered: Jan 2007
Location: In central Umeå.
Distribution: Mageia
Posts: 79

Original Poster
Rep: Reputation: 25
Quote:
Originally Posted by kotnik View Post
So, when you start LinuxDCPP, does it crash?
Yes. It does.
 
Old 09-08-2007, 12:55 PM   #13
kotnik
Member
 
Registered: Nov 2004
Location: Novi Sad, Serbia
Distribution: Debian, Slackware, Gentoo, openSuSE
Posts: 254

Rep: Reputation: 31
And the messages in terminal this time are?
 
Old 09-11-2007, 05:40 PM   #14
Kristoffer G
Member
 
Registered: Jan 2007
Location: In central Umeå.
Distribution: Mageia
Posts: 79

Original Poster
Rep: Reputation: 25
Quote:
Originally Posted by kotnik View Post
And the messages in terminal this time are?
Nope. I got this message:

[kristoffer@c253-57 Desktop]$ linuxdcpp
Loading: Hash database
Loading: Shared Files
Loading: Download Queue

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on row 1 column 21: Invalid UTF-8-coded text

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on row 1 column 18: Invalid UTF-8-coded text

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on row 1 column 17: Invalid UTF-8-coded text

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

(linuxdcpp:8532): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on row 1 column 17: Invalid UTF-8-kodad text

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(linuxdcpp:8532): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed

Last edited by Kristoffer G; 09-11-2007 at 06:21 PM.
 
Old 09-13-2007, 09:50 PM   #15
Kristoffer G
Member
 
Registered: Jan 2007
Location: In central Umeå.
Distribution: Mageia
Posts: 79

Original Poster
Rep: Reputation: 25
Hello? Can someone please help me?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
exiting x-server Shin Natsume Linux - Newbie 2 04-01-2005 01:56 AM
exiting on signal 7 vladilinsky Linux - Software 0 03-24-2005 02:14 AM
Exiting X KarmaKill Fedora 1 06-24-2004 02:46 PM
exiting x desktop karupt Linux - Newbie 6 03-06-2004 12:05 AM
Exiting X AstrumPreliator Linux - Newbie 1 09-08-2003 07:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 09:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration