Bug 678710

Summary: [abrt] bittorrent-4.4.0-15.fc14: track.py:859:track:IOError: [Errno 13] Permission denied: '/var/run/bittorrent-tracker.pid'
Product: [Fedora] Fedora Reporter: Mark <markmcvickers>
Component: bittorrentAssignee: Paul Howarth <paul>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: paul
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:6f7099ff
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-18 10:34:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace none

Description Mark 2011-02-18 23:28:02 UTC
abrt version: 1.1.14
architecture: i686
cmdline: /usr/bin/python /usr/bin/bttrack --port 6666 --dfile /media/Store/torrenttracker/downloaderinfo
component: bittorrent
executable: /usr/bin/bttrack
kernel: 2.6.35.11-83.fc14.i686
package: bittorrent-4.4.0-15.fc14
reason: track.py:859:track:IOError: [Errno 13] Permission denied: '/var/run/bittorrent-tracker.pid'
release: Fedora release 14 (Laughlin)
time: 1298071367
uid: 500

backtrace
-----
track.py:859:track:IOError: [Errno 13] Permission denied: '/var/run/bittorrent-tracker.pid'

Traceback (most recent call last):
  File "/usr/bin/bttrack", line 24, in <module>
    track(argv[1:])
  File "/usr/lib/python2.7/site-packages/BitTorrent/track.py", line 859, in track
    file(config['pid'], 'w').write(str(os.getpid()))
IOError: [Errno 13] Permission denied: '/var/run/bittorrent-tracker.pid'

Local variables in innermost frame:
files: []
args: ['--port', '6666', '--dfile', '/media/Store/torrenttracker/downloaderinfo']
config: {'max_give': 200, 'log_nat_checks': 0, 'socket_timeout': 15, 'timeout_check_interval': 5, 'pid': '/var/run/bittorrent-tracker.pid', 'reannounce_interval': 1800, 'favicon': '', 'show_names': 1, 'nat_check': 3, 'keep_dead': 0, 'hupmonitor': 0, 'port': 6666, 'infopage_redirect': '', 'save_dfile_interval': 300, 'parse_dir_interval': 60, 'twisted': -1, 'only_local_override_ip': 2, 'scrape_allowed': 'full', 'dfile': '/media/Store/torrenttracker/downloaderinfo', 'response_size': 50, 'allowed_dir': '', 'logfile': '', 'allow_get': 0, 'allowed_controls': 0, 'close_with_rst': 0, 'min_time_between_log_flushes': 3.0, 'bind': '', 'min_time_between_cache_refreshes': 600.0, 'max_incomplete': 100, 'timeout_downloaders_interval': 2700, 'show_infopage': 1}

How to reproduce
-----
ran bttrack from cli

think I got this crash due to me running it as a normal user

Comment 1 Mark 2011-02-18 23:28:05 UTC
Created attachment 479630 [details]
File: backtrace

Comment 2 Paul Howarth 2011-02-19 09:56:51 UTC
Yes, it's supposed to run as a service (`service bttrack start' as root).

Comment 3 Mark 2011-02-21 15:44:18 UTC
Package: bittorrent-4.4.0-15.fc14
Architecture: i686
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
went to run bttrack

Comment 4 Mark 2011-02-26 13:34:10 UTC
Package: bittorrent-4.4.0-15.fc14
Architecture: i686
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
bttrack crash when I tried to run it as a normal user (non root)

Comment 5 Paul Howarth 2012-03-18 10:34:06 UTC
bittorrent has been retired from Fedora so this isn't going to get fixed.