-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rTorrent is unabled to use socket file #30
Comments
The default config file uses cat because it constructs the full path by concatenating rtorrent.sock to the cfg.basedir. For absolute path, simply:
|
Thanks, I edited this line and others but it doesn't seems to be related to my issue 🤔 |
you may want to make sure that you are not running two rTorrent instances at the same time. Additionally, make sure that a socket can be created at /tmp. Note that many systems, for security reasons, mount |
As mentioned here I already looked for used port on the host and the file is created everytime I start the rtorrent container but it does appear as a directory and not a socket. Anyway I moved files to |
Hey !
I'm trying to install a vpn+rtorrent+flood stack but I'm stuck with the socket file use.
Here are my main configuration files :
My compose file
My rtorrent.rc file
The
rtorrent.rc
is used by rtorrent but it does through a error while using the socket, here is the log of the container :refering this line :
The socket file on host :
Test with nc on host:
$ nc -lkU /tmp/rtorrent.socket nc: Address already in use
: 6881
port is not used on host (checked withnetstat -anop | grep 6881
)What do I miss ?
The text was updated successfully, but these errors were encountered: