Sponsored Content
Full Discussion: deluge
Operating Systems Linux Ubuntu deluge Post 302185308 by Texasone on Monday 14th of April 2008 03:59:08 PM
Old 04-14-2008
ok i just tried to run it in the terminal
heres the result
im still a newbe so im drawing a blank on what it means
i replaced my box name with ...@... for secrecy
(ocd thing)


...@...:~$ deluge
checking for ubuntu...
found and fixing ubuntu
...@...:~$ checking for ubuntu...
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin FlexRSS
Initialising plugin WebUi
Initialising plugin TorrentNotification
Initialising plugin NetworkHealth
Initialising plugin NetworkGraph
Initialising plugin WebSeed
Initialising plugin Scheduler
Initialising plugin TorrentPeers
Initialising plugin MoveTorrent
Initialising plugin BlocklistImport
Initialising plugin SpeedLimiter
Initialising plugin TorrentFiles
Initialising plugin Search
Initialising plugin EventLogging
Initialising plugin DesiredRatio
Initialising plugin TorrentCreator
Applying preferences
Starting DHT...
No DHT file to resume
terminate called after throwing an instance of 'asio::system_error'
what(): Address already in use
 
Plugin(3pm)						  LogReport's Lire Documentation					       Plugin(3pm)

NAME
Lire::Config::Plugin - Value object for plugin configuration. SYNOPSIS
use Lire::Config::Plugin; DESCRIPTION
This configuration object hold the name of a selected plugin as well as its options. get_plugin() Returns the currently selected plugin. set_plugin( $plugin ) Changes the selected plugin. If the selected plugin is changed, a new property set will be created from the plugin's defined properties. get_properties_spec() Returns the TypeSpec that is used to specify the plugin's properties. This method will return an empty RecordSpec when the plugin didn't define any properties. One can also use the has_properties() method to check if the Plugin defined configuration properties. has_properties() Returns a boolean value indicating whether the current plugin is configurable. get_properties() Returns the Lire::Config::Dictionary object which hold the plugin configuration. as_value() Returns an hash reference with two keys : 'plugin' which contains the selected plugin and 'properties' which is an hash reference containing the plugin's properties. get( $name ) Delegates to the Dictionary which contains the plugin's properties. set( $name, $value ) Delegates to the Dictionary which contains the plugin's properties. is_set( $name ) Delegates to the Dictionary which contains the plugin's properties. Lire 2.1.1 2006-07-23 Plugin(3pm)
All times are GMT -4. The time now is 09:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy