Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#19240 - [deluge] daemon standard output to terminal after started

Attached to Project: Arch Linux
Opened by Jonathan Liu (net147) - Sunday, 25 April 2010, 08:30 GMT
Last edited by Ionut Biru (wonder) - Saturday, 01 May 2010, 15:29 GMT
Task Type Bug Report
Category General
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 3.3.3
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Summary and Info:
After starting deluged and deluge-web. Logging into the web interface and connecting to the deluge server instance prints the following the terminal after deluge-web is started (triggered by logging in and connecting to the deluge server):
/usr/lib/python2.6/site-packages/deluge/core/core.py:496: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
/usr/lib/python2.6/site-packages/deluge/core/core.py:611: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)

Steps to Reproduce:
* /etc/rc.d/deluged start
* /etc/rc.d/deluge-web start
* Log into web interface (HTTP port 8112)
* Connect to running deluge instance in Connection Manager

Fix:
* Add "> /dev/null" when starting the daemons in /etc/rc.d/deluged and /etc/rc.d/deluge-web to suppress standard output (but not error output)
This task depends upon

Closed by  Ionut Biru (wonder)
Saturday, 01 May 2010, 15:29 GMT
Reason for closing:  Fixed
Comment by Jonathan Liu (net147) - Sunday, 25 April 2010, 08:30 GMT
deluge 1.2.3-4

Loading...