Loginmgr

peshua19

Member
May 25, 2018
897
0
16
I was hoping if someone could help figure out my problem here.

I am running an ubuntu server in the house and am trying to use the loginmgr plugin but for some reason I cannot get it to work.

I install it as per the instructions on the wiki via SVN

When I reboot and load up rutorrent I get nothing...no error messages, no accounts tab in settings as if it wasn't installed at all.

So far I have tried permissions (everything is set to owner www-data, group www-data 755), svn up which went without any error messages and manually unpacking the plugin in the direction (/var/www/rutorrent/plugins)

So I am stumped embarrassed.gif Apologies if this is something really obvious and for asking for help in my first post!
 

peshua19

Member
May 25, 2018
897
0
16
Thanks for your reply,

This is my config.ini:

[default]
enabled = yes
canChangeToolbar = yes
canChangeMenu = yes
canChangeOptions = yes
canChangeTabs = yes
canChangeColumns = yes
canChangeStatusBar = yes
canChangeCategory = yes
canBeShutdowned = yes

[LoginMgr]
enabled = yes
canChangeToolbar = yes
canChangeMenu = yes
canChangeOptions = yes
canChangeTabs = yes
canChangeColumns = yes
canChangeStatusBar = yes
canChangeCategory = yes
canBeShutdowned = yes​
I added the specific loginmgr section myself just in case there was something weird going on, it wasn't working with just the default section. It is a single user system.

If it helps at all the whole thing was installed using the seed box from scratch script onto a fresh install of ubuntu 12.04 (script is on what or https://github.com/Notos/seedbox-from-scratch)
 

lisas4567

Member
May 25, 2018
773
0
16
Might be typo but that should be in plugins.ini not config.ini (no such file exists)
this may be in /path/rutorrent/conf or /path/rutorrent/conf/users/username/ or both
 

peshua19

Member
May 25, 2018
897
0
16
yes sorry, its plugins.ini!

I'm no closer to figuring this out, I can install other plugins without any problem yet with loginmgr it just won't play ball.