Search found 4 matches

by GostLy
Fri Nov 22, 2019 8:06 pm
Forum: Support
Topic: Haven't used it in a while, now segfault on startup
Replies: 6
Views: 4202

Re: Haven't used it in a while, now segfault on startup

I posted a similar problem weeks ago, the way I got my daemon up and working again was to run the command "mv ~/.config/deluge/session.state ~/.config/deluge/session.state.old" and then start up deluged. Basically it forces deluged to create a new session.state file and that file seems to ...
by GostLy
Fri Nov 22, 2019 2:30 am
Forum: Support
Topic: Systemd deluged.service (code=killed, status=11/SEGV)
Replies: 1
Views: 4074

Re: Systemd deluged.service (code=killed, status=11/SEGV)

So I thought that I would update this post in case anyone else runs into a similar problem because I've found a workaround. However I still haven't fixed this, I even moved from Raspbian to Ubuntu Server and the crash followed me, that's kind of how I was able to figure out a way around it. Anyways,...
by GostLy
Thu Nov 07, 2019 7:47 am
Forum: Support
Topic: Systemd deluged.service (code=killed, status=11/SEGV)
Replies: 1
Views: 4074

Systemd deluged.service (code=killed, status=11/SEGV)

Hi, so recently I upgraded my deluge 1.3 to 2.0.3 on a headless raspbian server. I built 2.0.3 from source but before doing that I manually removed all the deluge files I could "find". I recreated the systemd services from the wiki but when I tried to start them they wouldn't run. I would ...
by GostLy
Sun Oct 27, 2019 8:11 pm
Forum: Plugins
Topic: Post your execute plugin scripts!
Replies: 47
Views: 339710

Re: Post your execute plugin scripts!

I ran into a problem accessing files after they were downloaded because of permission problems so I created this simple script to change the ownership of files after they get downloaded. This way I don't have to manually change the ownership every time and I'm sure there's more than one way to deal ...