From nobody@FreeBSD.org  Mon Oct 12 23:42:16 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AC7EF106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 Oct 2009 23:42:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 9C1D28FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 Oct 2009 23:42:16 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9CNgGYi073497
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 Oct 2009 23:42:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n9CNgFaJ073496;
	Mon, 12 Oct 2009 23:42:15 GMT
	(envelope-from nobody)
Message-Id: <200910122342.n9CNgFaJ073496@www.freebsd.org>
Date: Mon, 12 Oct 2009 23:42:15 GMT
From: germain <lechapelaing@yahoo.fr>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Tribler Fatal Error on start up
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         139553
>Category:       ports
>Synopsis:       net-p2p/tribler: Fatal Error on start up
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    rene
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 12 23:50:01 UTC 2009
>Closed-Date:    Fri Nov 12 16:00:22 UTC 2010
>Last-Modified:  Fri Nov 12 16:00:22 UTC 2010
>Originator:     germain
>Release:        FreeBSD 7.1-STABLE
>Organization:
bcg
>Environment:
FreeBSD germ 7.1-STABLE FreeBSD 7.1-STABLE #0: Sun Jan 18 21:46:54 UTC 2009     
>Description:
Hi,

I have tribler-4.0.4_2 on FreeBSD 7.1-STABLE

On start-up, I am getting the following (in a window) :

"Tribler Fatal Error"

Unfortunately, Tribler ran into an internal error:

<class 'socket.gaierror'>:[Errno 8] hostname nor servname provided, or not known
Please see the FAQ on www.tribler.org on how to act.


and in the console :

08:56:45: Deleted stale lock file '/home/german/tribler-german'.
Setting up languages
Language file: english.lang
Client Starting Up.
Build: Build 4411
Traceback (most recent call last):
  File "tribler.py", line 999, in PostInit
    tribler_init(self.utility.getConfigPath(),self.utility.getPath(),self.db_exception_handler)
  File "/usr/local/share/tribler/Tribler/__init__.py", line 59, in tribler_init
    myinfo = load_myinfo()
  File "/usr/local/share/tribler/Tribler/__init__.py", line 39, in load_myinfo
    my_ip = get_my_ip(name)
  File "/usr/local/share/tribler/Tribler/__init__.py", line 48, in get_my_ip
    host = socket.gethostbyname_ex(name)
gaierror: [Errno 8] hostname nor servname provided, or not known



>How-To-Repeat:
install tribler, launch
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Oct 13 00:04:36 UTC 2009 
Responsible-Changed-Why:  
Fix synopsis and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139553 
Responsible-Changed-From-To: alepulver->freebsd-ports-bugs 
Responsible-Changed-By: alepulver 
Responsible-Changed-When: Mon Oct 11 06:05:06 UTC 2010 
Responsible-Changed-Why:  
Drop PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139553 
Responsible-Changed-From-To: freebsd-ports-bugs->rene 
Responsible-Changed-By: rene 
Responsible-Changed-When: Sun Oct 24 10:57:28 UTC 2010 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139553 

From: Rene Ladan <rene@freebsd.org>
To: bug-followup@FreeBSD.org, lechapelaing@yahoo.fr
Cc:  
Subject: Re: ports/139553: net-p2p/tribler: Fatal Error on start up
Date: Sun, 24 Oct 2010 13:28:01 +0200

 I tried running the port, which didn't give the error you described but
 it complained about a missing VLC Python module:
 
 % tribler
 /usr/local/share/tribler/BitTornado/__init__.py:14: DeprecationWarning:
 the sha module is deprecated; use the hashlib module instead
   from sha import sha
 /usr/local/share/tribler/Tribler/CacheDB/cachedb.py:97:
 DeprecationWarning: the sets module is deprecated
   from sets import Set
 /usr/local/share/tribler/Tribler/Web2/util/db.py:7: DeprecationWarning:
 the md5 module is deprecated; use hashlib instead
   import md5
 Setting up languages
 Language file: english.lang
 Client Starting Up.
 Build: Build 4411
 Reading configuration from:  u'/home/rene/.Tribler'
 Traceback (most recent call last):
   File "/usr/local/share/tribler/Tribler/Video/VideoPlayer.py", line
 811, in return_feasible_playback_modes
     import vlc
 ImportError: No module named vlc
 Preparing GUI.
 Got listen port 7762
 Available space for database and collecting torrents: 3504134 MB, Min
 free space 200 MB
 BuddyCast starts up
 Traceback (most recent call last):
   File "/usr/local/share/tribler/Tribler/Video/VideoPlayer.py", line
 811, in return_feasible_playback_modes
     import vlc
 ImportError: No module named vlc
 GUI Complete.
 Client shutting down. Sleeping for a few seconds to allow other threads
 to finish
 %
 
 From your report, it looks like the client was unable to resolve host
 names, e.g. because the domain name resolver was down. Does 'ping
 www.google.com' work?
 
 Also, this version is old, I got a popup window asking me if I wanted to
 update to version 5.2.1. I'm not sure if the client shut down because of
 this or because of the missing VLC module.
State-Changed-From-To: open->feedback 
State-Changed-By: rene 
State-Changed-When: Sun Oct 24 12:56:51 UTC 2010 
State-Changed-Why:  
Awaiting maintainer feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139553 
State-Changed-From-To: feedback->closed 
State-Changed-By: rene 
State-Changed-When: Fri Nov 12 15:59:28 UTC 2010 
State-Changed-Why:  
No feedback in 19 days, and the report looks like a local problem 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139553 
>Unformatted:
