SynoCommunity / spksrc

Cross compilation framework to create native packages for the Synology's NAS
https://synocommunity.com
Other
3.02k stars 1.23k forks source link

Consider making the rTorrent screen session shared #1431

Closed denkristoffer closed 7 years ago

denkristoffer commented 9 years ago

I would like to be able to access the screen session with rTorrent, which I sometimes prefer to the web UI of ruTorrent. I can think of two ways to do this, one is obviously to make the screen session shared. The other is to give terminal access to the rutorrent user, log in as root, su to rutorrent and then access the session. I think the first way is preferable.

As far as I know all it takes is something like -S rtorrent in dsm-control.sh

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Diaoul commented 9 years ago

Have you tested this solution?

denkristoffer commented 9 years ago

Seems it's not as simple as I thought it was if you want to share between different user accounts: The /usr/local/rutorrent/bin/screen binary needs suid root and you then have to add multiuser on and acladd user2,user3 to .screenrc. It seems you can't share with a user group but have to add the usernames like that.