Changes between Version 159 and Version 160 of Faq


Ignore:
Timestamp:
10/15/2015 10:01:30 PM (8 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v159 v160  
    4141}}} 
    4242 
    43 The console can be also run in a non-interactive manor to get direct output at the terminal: 
     43The console can be also run in a non-interactive mode which outputs to the terminal: 
    4444{{{ 
    4545deluge-console "info [torrent]" 
     
    5959 
    6060Open browser at `http://localhost:8112` and the default password is: `deluge` 
    61  
    62 == Where does Deluge store its settings/config? == 
    63  
    64 The default location for the Deluge config is in the `home` directory of the current user. 
    65  
    66  * ''When running as a service the config is relative to the user specified in the service configuration'' 
    67  * ''The config location can be manually changed by using the `--config` option at startup'' 
    68  
    69 === Linux, BSD and Mac OSX === 
    70  
    71 {{{ 
    72 ~/.config/deluge/ 
    73 }}} 
    74  
    75 === Windows === 
    76  
    77 {{{ 
    78 %APPDATA%\deluge\ 
    79 }}} 
    80  
    81  
    82 == Where does Deluge store the .torrent files? == 
    83  
    84 Within the Deluge config in a directory named '''`state`'''. 
    85  
    86  
    87 == How do I reset the settings back to default? == 
    88  
    89 If you don't care about losing your current torrents then delete everything in Deluge's config directory. 
    90  
    91 If you do want to keep your current torrents then delete everything except for the `state` folder. 
    92  
    9361 
    9462== How do I set Deluge as my default !BitTorrent program? == 
     
    11381* '''Windows''' users should simply re-run the installer and select the magnet association option. 
    11482* '''OSX''' GTK does not support Magnet URIs (see #2420) but there is a plugin available: http://forum.deluge-torrent.org/viewtopic.php?f=9&t=52619 
    115 ---- 
    116 = Console = 
    117  
    118 == How do I connect the console UI to a daemon on a non-default port? == 
     83 
     84== Where does Deluge store its settings/config? == 
     85 
     86The default location for the Deluge config directory is in the `home` directory of the current user. 
     87 
     88 Linux, BSD and Mac OSX:: 
     89    `~/.config/deluge` 
     90 
     91 Windows OS:: 
     92    `%APPDATA%\deluge` 
     93 
     94 * ''When running deluge as a service the config directory is relative to the user specified in the service configuration'' 
     95 * ''The config location can be manually changed by using the `--config` option at startup'' 
     96 
     97== Where does Deluge store the .torrent files? == 
     98 
     99Within the Deluge config in a directory named `state`. 
     100 
     101 
     102== How do I reset the settings back to default? == 
     103 
     104If you don't care about losing your current torrents then delete everything in Deluge's config directory. 
     105 
     106If you do want to keep your current torrents then delete everything except for the `state` folder. 
     107 
     108= User Interface Specific = 
     109== Console UI == 
     110 
     111=== How do I connect the console UI to a daemon on a non-default port? === 
    119112 
    120113{{{ 
     
    123116}}} 
    124117 
    125 == I encountered `BadLoginError("Password does not match")` with localhost daemon? == 
     118=== I encountered `BadLoginError("Password does not match")` with localhost daemon? === 
    126119 
    127120This is likely due to mismatching config locations, ensure you are running deluge-console with same user as deluged: [wiki:UserGuide/ThinClient#AccessingdelugedservicewithlocalUIClient More Details] 
    128121 
    129 ---- 
    130 = Daemon = 
    131  
    132 == Why is Deluge still listed in my task manager even after I close it? == 
     122== Daemon == 
     123 
     124=== Why is Deluge still listed in my task manager even after I close it? === 
    133125 
    134126You closed only the UI, but you did not close the daemon. 
    135127Choose "Quit & Shutdown Daemon" to close both Daemon and GTK UI. 
    136128 
    137 == How do I start and stop the daemon? == 
     129=== How do I start and stop the daemon? === 
    138130 
    139131{{{ 
     
    146138''Note: Deluge accepts the `SIGTERM` signal and cleanly shuts down.'' 
    147139 
    148 == How do I start the daemon with logging enabled? == 
     140=== How do I start the daemon with logging enabled? === 
    149141 
    150142See: [wiki:Troubleshooting#EnableDelugeLogging] 
     
    156148}}} 
    157149 
    158 == I can't connect to the daemon from another machine == 
     150=== I can't connect to the daemon from another machine === 
    159151 
    160152See [wiki:UserGuide/ThinClient ThinClient] for more information but the summary steps are: 
     
    164156 1. Restart the daemon. 
    165157 
    166 == How do I make Deluge connect to a different daemon? == 
     158=== How do I make Deluge connect to a different daemon? === 
    167159 
    168160By default, Deluge (GTK UI) is in classic mode, the daemon and GTK UI are linked together. 
     
    174166See [wiki:UserGuide/ThinClient ThinClient] for more information on remote GTK UI 
    175167 
    176 == How do I stop Deluge from killing the daemon when I quit the GTK UI? == 
     168=== How do I stop Deluge from killing the daemon when I quit the GTK UI? === 
    177169 
    178170See above. 
    179171 
    180 ---- 
    181 = Web UI = 
    182  
    183 == What is the default password == 
     172== Web UI == 
     173 
     174=== What is the default password === 
    184175 
    185176The Web UI default password  is `deluge`. For security You should change this upon first login. 
    186177 
    187 == How do I change the password? == 
     178=== How do I change the password? === 
    188179In the Web UI: 
    189180 1. Click on "Preferences" 
     
    192183 1. Click "Change" 
    193184 
    194 == How can I reset the password? == 
     185=== How can I reset the password? === 
    195186 
    196187'''Note:''' Stop the Web UI before you do any of the following. 
     
    238229}}} 
    239230 
    240 == How do I use HTTPS? == 
     231=== How do I use HTTPS? === 
    241232 
    242233 1. Create a (self-signed) SSL certificate: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#selfcert 
     
    245236 1. Restart Web UI 
    246237 
    247 == Can I bind the Web UI to port :80 in Linux? == 
     238=== Can I bind the Web UI to port :80 in Linux? === 
    248239You cannot bind to anything under 1024 in Linux, however with kernel >=2.6.24, you can use capabilities to allow Python to bind to port 80 securely. 
    249240 
     
    254245 1. Restart `deluged` daemon. 
    255246 
    256 == How do I configure plugins with the Web UI? == 
     247=== How do I configure plugins with the Web UI? === 
    257248Not all plugins are configurable directly with the Web UI, see [Plugins] table. The easiest way to configure the plugins is to use the GTK UI. If you cannot install the GTK UI on the machine with your daemon, it is possible to connect to that daemon from another computer with the GTK UI. See [wiki:UserGuide/ThinClient ThinClient] for more information on remote GTK UI. 
    258249 
    259 == How do I auto-connect to a specific daemon? == 
     250=== How do I auto-connect to a specific daemon? === 
    260251 
    261252 1. Stop the Web UI. 
     
    275266 1. Restart the Web UI. 
    276267 
    277 ---- 
    278 = !BitTorrent = 
     268= !BitTorrent Related= 
    279269 
    280270== The files tab shows a different percentage-completed than the torrent == 
     
    327317Force recheck discards all incomplete pieces. 
    328318 
    329 == Does Deluge support Initial/Super Seed? == 
    330  
    331 Not yet, but it will be added in the future when libtorrent 0.15 is released. 
     319== Does Deluge support Initial or Super Seed? == 
     320 
     321Not yet, but it will be added in a future release, see #1903. 
    332322 
    333323== Does Deluge have an embedded tracker? == 
     
    400390 
    401391= Enable Deluge Logging = 
    402  [wiki:Troubleshooting#EnableDelugeLogging] 
     392[wiki:Troubleshooting#EnableDelugeLogging]