How to install aria2 webUI in a jail, why i can't use "service aria2 start" to start aria2?

Joined
Sep 12, 2018
Messages
4
I followed this post and do everything that klm77 said, but i still can not get aria2 webUI work , when i type my jail IP adress in the browser, it shows 403 forbidden.
I really don't know why this happened. Is anybody can help me? I'll appreciate that.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
What was the response when you entered service aria2 start ?
 
Joined
Sep 12, 2018
Messages
4
Code:
root@aria2:/ # service aria2 start
Starting aria2.
Specify at least one URL.
Usage: aria2c [OPTIONS] [URI | MAGNET | TORRENT_FILE | METALINK_FILE]...
See 'aria2c -h'.
/usr/local/etc/rc.d/aria2: WARNING: failed to start aria2



this confuse me a lot, and why i receive a 403 forbidden page? Just don't get it. Thanks for reply me.:D:D
 
Last edited:
Joined
Sep 12, 2018
Messages
4
What was the response when you entered service aria2 start ?


Code:
root@aria2:/ # service aria2 start
Starting aria2.
Specify at least one URL.
Usage: aria2c [OPTIONS] [URI | MAGNET | TORRENT_FILE | METALINK_FILE]...
See 'aria2c -h'.
/usr/local/etc/rc.d/aria2: WARNING: failed to start aria2



I think the problem is "Specify at least one URL." How to solve it??o_Oo_O
 

ThreeDee

Guru
Joined
Jun 13, 2013
Messages
700
does lighttpd need to be running first?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
You should probably look at the user that lightppd is using and see if it has permission to the www root dir used by aria2.

Not sure if that is covered in the setup guide, but check your steps again if it is.
 
Top