No Plugins Working in rutorrent?

saroos1

Member
May 25, 2018
718
0
16
Hi,

I cannot get any plugins to work? I have full pack installed but only want to run the "create" plugin. I shutdown rtorrent and unpacked the plugins to the plugins folder, and hey are all there. I edited the plugins.ini and have it listed below. I then rebooted but i have no "star" button in rutorrent? Not sure what is wrong. Also no plugins listed in the plugin tab in rutorrent.

Can someone help me please?

Make sure plugin version matches ruTorrent trunk and check
Code: [Select]
canChangeToolbar = yes
in plugins.ini


Above is a reply to my earlier post which i have no idea how to confirm it is the right trunk? I have rutorrent v3.5 and plugins v3.5 which sounds right to me!

My setup:

rtorrent v0.9.2
rutorrent v3.5
plugins-3.5.tar.gz
https://code.google.com/p/rutorrent/downloads/detail?name=plugins-3.5.tar.gz&can=2&q=

plugins.ini edited:

;; Plugins' permissions.
;; If flag is not found in plugin section, corresponding flag from "default" section is used.
;; If flag is not found in "default" section, it is assumed to be "yes".
;;
;; For setting individual plugin permissions you must write something like that:
;;
;; [ratio]
;; enabled = yes ;; also may be "user-defined", in this case user can control plugin's state from UI
;; canChangeToolbar = yes
;; canChangeMenu = yes
;; canChangeOptions = no
;; canChangeTabs = yes
;; canChangeColumns = yes
;; canChangeStatusBar = yes
;; canChangeCategory = yes
;; canBeShutdowned = yes

# enabled = user-defined

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

[create]
enabled = yes
#canChangeToolbar = yes
#canChangeMenu = yes
#canChangeOptions = yes
#canChangeTabs = yes
#canChangeColumns = yes
#canChangeStatusBar = yes
#canChangeCategory = yes
#canBeShutDowned = yes
 

saroos1

Member
May 25, 2018
718
0
16
Replying to my own post :S

rutorrent is not installed in var/www...it is installed in home/pi/www...could this be an issue?

Could it be a permissions issue?

any help appreciated

Thanks
 

saroos1

Member
May 25, 2018
718
0
16
Apache 2 permissions

drwxr-xr-x 8 root root 4096 Nov 14 01:11 apache2

rutorrent permissions

drwxrwxrwx 10 48 48 4096 Dec 17 21:46 rutorrent
 

saroos1

Member
May 25, 2018
718
0
16
Searched all posts here in this forum with no luck!

I have read the wiki over and over!

I have googled and googled and read post after post with no luck!

I tried installing the plugins using wget and also using svn....no go either way.

No plugins are listed under the plugins tab, all that i get in the log is listed below.

[18.12.2013 13:00:39] WebUI started.​
Can someone here who has knowledge of rutorrent and the plugins help please? I am out of ideas!

Thanks in advance
 

peshua19

Member
May 25, 2018
897
0
16
It doesnt matter in which directory ruTorrent is. Also theres no need to turning off rTorrent or reboot your pc. A quick reload with F5 and youre done.

Does it work with an unedited plugins.ini?
Try to uncomment all lines of the [create]-section.
Which permissions has the plugins-folder?
What is your directory structure?

Sry, no more ideas. Never heard of non working plugins before :/
 

saroos1

Member
May 25, 2018
718
0
16
It doesnt matter in which directory ruTorrent is. Also theres no need to turning off rTorrent or reboot your pc. A quick reload with F5 and youre done.

Does it work with an unedited plugins.ini?
Try to uncomment all lines of the [create]-section.
Which permissions has the plugins-folder?
What is your directory structure?

Sry, no more ideas. Never heard of non working plugins before :/
Thanks for the reply

I have pretty much given up on this...lol

I have another post as well since i have noticed that "NO" plugins work! They have never worked, so something weird is going on and i can't figure it out. My linux knowledge is minimal at best so i really need help.

Plugins folder permission = drwxrwxrwx 5 48 root 4096 Dec 19 02:34
Directory structure? Is this what you are looking for? "root@RaspberryPi:/home/pi/www/rutorrent/plugins#"
Here is my plugins.ini setup

;; If flag is not found in plugin section, corresponding flag from "default" section is used.
;; If flag is not found in "default" section, it is assumed to be "yes".
;;
;; For setting individual plugin permissions you must write something like that:
;;
;; [ratio]
;; enabled = yes ;; also may be "user-defined", in this case user can control plugin's state from UI
;; canChangeToolbar = yes
;; canChangeMenu = yes
;; canChangeOptions = no
;; canChangeTabs = yes
;; canChangeColumns = yes
;; canChangeStatusBar = yes
;; canChangeCategory = yes
;; canBeShutdowned = yes

# enabled = user-defined

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

[create]
enabled = yes

[_getdir]
enabled = yes

[theme]
enabled = yes

Basically i am looking to get any one plugin working and once i have something working i can move on to get the create plugin working.

Thanks