LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-29-2021, 03:30 PM   #1
taz25x
LQ Newbie
 
Registered: Oct 2021
Posts: 2

Rep: Reputation: Disabled
Autodl-Irssi in rutorrent doenst work


Hi! i look in many sites for this and i cant found a solution that work for me.

I have ubuntu 20.04 , and rtorrent+rutorrent installed by using https://github.com/Bercik1337/rt-auto-install, its work.

I have installed autodl by https://github.com/autodl-community/autodl-rutorrent.

irssi and autodl is started, i config conf.php port 10001, and passw. When i try to use it in rutorrent appear this message: "Error downloading files. Make sure autodl-irssi is started and configured properly (eg. password, port number): Error getting files listing: Error: Could not connect: (111) Connection refused" (obs autodl and irssi both are started)

Im newbie in Linux.

Someone can help me. Thanks everyone...
 
Old 10-29-2021, 09:08 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
I am thinking it could be a permission problem as the irssi tells you to add it to the www-data user, in the screen shots for the rtorrent/rutorrent install the users names mentioned there are ubuntu and rt. Check the permission on the plugins to see who owns them. As you can see all of mine are owned by zeus the user who runs the rtorrent and rutorrent process.

Code:
root@bullseye-raspi:~# ls -l /var/www/rutorrent/plugins/
total 160
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 check_port
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 chunks
drwxrwxrwx 3 zeus zeus 4096 Jan  7  2017 cookies
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 cpuload
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 create
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 data
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 datadir
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 diskspace
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 edit
drwxrwxrwx 3 zeus zeus 4096 Jan  7  2017 erasedata
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 extratio
drwxrwxrwx 5 zeus zeus 4096 Oct 16  2013 extsearch
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 feeds
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 filedrop
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 geoip
drwxrwxrwx 2 zeus zeus 4096 Jan  7  2017 _getdir
drwxrwxrwx 3 zeus zeus 4096 Jan  7  2017 history
drwxrwxrwx 2 zeus zeus 4096 Oct 16  2013 httprpc
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 lookat
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 mediainfo
drwxrwxrwx 2 zeus zeus 4096 Oct 16  2013 _noty
drwxrwxrwx 2 zeus zeus 4096 Jun 15  2017 _noty2
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 ratio
drwxrwxrwx 3 zeus zeus 4096 Jun 15  2017 retrackers
drwxrwxrwx 2 zeus zeus 4096 Oct 16  2013 rpc
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 rss
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 rssurlrewrite
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 scheduler
drwxrwxrwx 3 zeus zeus 4096 Jun 15  2017 screenshots
drwxrwxrwx 3 zeus zeus 4096 Jun 15  2017 seedingtime
drwxrwxrwx 2 zeus zeus 4096 Oct 16  2013 show_peers_like_wtorrent
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 source
drwxrwxrwx 4 zeus zeus 4096 Jan  7  2017 _task
drwxrwxrwx 4 zeus zeus 4096 Jun 15  2017 theme
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 throttle
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 tracklabels
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 trafic
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 unpack
drwxrwxrwx 3 zeus zeus 4096 Jun 15  2017 uploadeta
drwxrwxrwx 4 zeus zeus 4096 Jun 15  2017 xmpp
You could add the user to the www-data group to have access to it I think though I am not a member of any others but my own.

Code:
zeus@bullseye-raspi:~$ groups
zeus
 
1 members found this post helpful.
Old 10-30-2021, 05:33 AM   #3
taz25x
LQ Newbie
 
Registered: Oct 2021
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thumbs up

Quote:
Originally Posted by HappyTux View Post
I am thinking it could be a permission problem as the irssi tells you to add it to the www-data user, in the screen shots for the rtorrent/rutorrent install the users names mentioned there are ubuntu and rt. Check the permission on the plugins to see who owns them. As you can see all of mine are owned by zeus the user who runs the rtorrent and rutorrent process.

Code:
root@bullseye-raspi:~# ls -l /var/www/rutorrent/plugins/
total 160
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 check_port
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 chunks
drwxrwxrwx 3 zeus zeus 4096 Jan  7  2017 cookies
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 cpuload
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 create
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 data
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 datadir
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 diskspace
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 edit
drwxrwxrwx 3 zeus zeus 4096 Jan  7  2017 erasedata
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 extratio
drwxrwxrwx 5 zeus zeus 4096 Oct 16  2013 extsearch
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 feeds
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 filedrop
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 geoip
drwxrwxrwx 2 zeus zeus 4096 Jan  7  2017 _getdir
drwxrwxrwx 3 zeus zeus 4096 Jan  7  2017 history
drwxrwxrwx 2 zeus zeus 4096 Oct 16  2013 httprpc
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 lookat
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 mediainfo
drwxrwxrwx 2 zeus zeus 4096 Oct 16  2013 _noty
drwxrwxrwx 2 zeus zeus 4096 Jun 15  2017 _noty2
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 ratio
drwxrwxrwx 3 zeus zeus 4096 Jun 15  2017 retrackers
drwxrwxrwx 2 zeus zeus 4096 Oct 16  2013 rpc
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 rss
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 rssurlrewrite
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 scheduler
drwxrwxrwx 3 zeus zeus 4096 Jun 15  2017 screenshots
drwxrwxrwx 3 zeus zeus 4096 Jun 15  2017 seedingtime
drwxrwxrwx 2 zeus zeus 4096 Oct 16  2013 show_peers_like_wtorrent
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 source
drwxrwxrwx 4 zeus zeus 4096 Jan  7  2017 _task
drwxrwxrwx 4 zeus zeus 4096 Jun 15  2017 theme
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 throttle
drwxrwxrwx 4 zeus zeus 4096 Oct 16  2013 tracklabels
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 trafic
drwxrwxrwx 3 zeus zeus 4096 Oct 16  2013 unpack
drwxrwxrwx 3 zeus zeus 4096 Jun 15  2017 uploadeta
drwxrwxrwx 4 zeus zeus 4096 Jun 15  2017 xmpp
You could add the user to the www-data group to have access to it I think though I am not a member of any others but my own.

Code:
zeus@bullseye-raspi:~$ groups
zeus

Thank for your Help!!!

Doenst was problem with permission, chown was made and properties was correct.

I solved installing another package or rtorrent + rutorrent + autodl together. I didnt know error yet but now is worked.

Thank you again!
 
Old 10-30-2021, 08:00 AM   #4
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Good to read it works, it was something stupid in the permissions or the additional package needed I would think. The plugins generally just work once those two are correct.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Tripwire local passphrase doenst work, how do I reset it? pellefantus Linux - Software 3 02-06-2013 03:35 PM
rTorrent + ruTorrent doesn't work after yum -y update ScorchPipe Linux - Software 2 03-29-2011 06:14 PM
irssi - irssi.pm reference manual mmmmtmmmm Programming 0 08-30-2007 02:28 AM
exec cmd=perl... work but exec cgi doenst crions Slackware 5 12-09-2005 12:17 PM
photoshop 7 doenst work in WINE ? abbasakhtar Linux - Newbie 3 10-06-2003 08:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration