Upstart script issues

General support for problems installing or using Deluge
Post Reply
thatbakerguy
New User
New User
Posts: 4
Joined: Sat Oct 26, 2013 5:07 pm

Upstart script issues

Post by thatbakerguy »

I'm running linux mint 17 on a server and im trying to get deluged to start upon reboot using this guide

http://dev.deluge-torrent.org/wiki/User ... ce/Upstart

I have enabled logs but they are not generated and the service wont start after reboot

Code: Select all

claptrap@claptrap ~ $  dmesg
....
[  741.123620] init: deluged main process (2478) terminated with status 1
[  741.123682] init: deluged main process ended, respawning
[  741.428160] init: deluged main process (2480) terminated with status 1
[  741.428227] init: deluged main process ended, respawning
[  741.728222] init: deluged main process (2482) terminated with status 1
[  741.728286] init: deluged main process ended, respawning
[  742.036807] init: deluged main process (2484) terminated with status 1
[  742.036853] init: deluged main process ended, respawning
[  742.343595] init: deluged main process (2486) terminated with status 1
[  742.343641] init: deluged main process ended, respawning
[  742.649437] init: deluged main process (2488) terminated with status 1
[  742.649484] init: deluged respawning too fast, stopped
[  754.517395] perf samples too long (2506 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[ 2443.075877] perf samples too long (5036 > 5000), lowering kernel.perf_event_max_sample_rate to 25000

when i run

Code: Select all

deluged
over ssh on the server it works just fine and i can connect to it just fine through deluge gui on my laptop.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Upstart script issues

Post by Cas »

No idea, there are no known issues with the upstart script, it must be a setup issue. You should investigate the upstart logs.
Post Reply