Using version 2.0.3 on Raspberry Pi (Raspian - Debian:Buster)

General support for problems installing or using Deluge
whateva
New User
New User
Posts: 1
Joined: Fri Sep 23, 2022 5:47 pm

Re: Using version 2.0.3 on Raspberry Pi (Raspian - Debian:Buster)

Post by whateva »

hi there.
so ive update my deluge to 2.0.5 from 1.3.5 using this method.
Daemon is running, web ui is runnng, connection menager is seeing daemon but i cant connect to it.
there is a remote access set to true in config file, there is a user and passwword in auth file.
ive changed password and user in that auth file but no help.

DELUGE

Code: Select all

whateva@DarkTower:~/.config/deluge $ sudo service deluged status
● deluged.service - Deluge
   Loaded: loaded (/etc/systemd/system/deluged.service; enabled; vendor preset:
   Active: active (running) since Fri 2022-09-23 13:44:04 BST; 5h 55min ago
 Main PID: 22611 (deluged)
    Tasks: 8 (limit: 1621)
   CGroup: /system.slice/deluged.service
           └─22611 /usr/bin/python3 /usr/bin/deluged -d -l /var/log/deluge/daemo

Sep 23 13:44:04 DarkTower systemd[1]: Started Deluge.
deluge-web

Code: Select all

whateva@DarkTower:~/.config/deluge $ sudo service deluge-web status
● deluge-web.service - Deluge-Web
   Loaded: loaded (/etc/systemd/system/deluge-web.service; enabled; vendor prese
   Active: inactive (dead) since Fri 2022-09-23 13:44:21 BST; 6h ago
  Process: 22690 ExecStart=/usr/bin/deluge-web -l /var/log/deluge/web.log -L war
 Main PID: 22690 (code=exited, status=0/SUCCESS)

Sep 23 13:44:20 DarkTower systemd[1]: Started Deluge-Web.
Sep 23 13:44:21 DarkTower systemd[1]: deluge-web.service: Succeeded.
lines 1-8/8 (END)
auth

Code: Select all

whateva:terefere/:10
localclient:34d33b4a52db908baa6eedf9edac705f46e9d779:10
core.conf

Code: Select all

  "file": 1,
    "format": 1
}{
    "add_paused": false,
    "allow_remote": true,
    "auto_manage_prefer_seeds": false,
    "auto_managed": true,
    "autoadd_enable": true,
    "autoadd_location": "/hdd1tb/upload/autoadd",
    "cache_expiry": 60,
    "cache_size": 512,
    "compact_allocation": false,
    "copy_torrent_file": false,
    "daemon_port": 58846,
    "del_copy_torrent_file": false,
    "dht": true,
    "dont_count_slow_torrents": false,
    "download_location": "/media/hdd1tb/download/torrent",
    "download_location_paths_list": [],
    "enabled_plugins": [],
    "enc_in_policy": 1,
    "enc_level": 2,
    "enc_out_policy": 1,
    "enc_prefer_rc4": true,
    "geoip_db_location": "/usr/share/GeoIP/GeoIP.dat",
    "ignore_limits_on_local_network": true,
    "info_sent": 0.0,
    "listen_interface": "",
    "listen_ports": [
        49494,
        49494
    ],
    "listen_random_port": null,
    "listen_reuse_port": true,
    "listen_use_sys_port": false,
    "lsd": true,
    "max_active_downloading": 133,
    "max_active_limit": 170,
    "max_active_seeding": 155,
    "max_connections_global": 200,
    "max_connections_per_second": 20,
    "max_connections_per_torrent": -1,
    "max_download_speed": -1.0,
    "max_download_speed_per_torrent": -1,
    "max_half_open_connections": 50,
    "max_upload_slots_global": 4,
    "max_upload_slots_per_torrent": -1,
    "max_upload_speed": -1.0,
    "max_upload_speed_per_torrent": -1,
    "move_completed": true,
    "move_completed_path": "/media/hdd1tb/download",
    "move_completed_paths_list": [],
    "natpmp": true,
    "new_release_check": true,
    "outgoing_interface": "",
    "outgoing_ports": [
        49494,
i cant connect via website as i was always doing and also from local windows 11 deluge 2.1.1
any ideas?
thank You
Attachments
deluge.connect. 2022-09-23 200606.png
deluge.connect. 2022-09-23 200606.png (62.24 KiB) Viewed 646 times
deluge.about2022-09-23 200514.png
deluge.about2022-09-23 200514.png (99.01 KiB) Viewed 646 times
connection.manager 2022-09-23 200331.png
connection.manager 2022-09-23 200331.png (9.33 KiB) Viewed 646 times
long days and pleasant nights
Post Reply