how to disable plugin

Status
Not open for further replies.

Daniel Nakamura

Dabbler
Joined
Oct 22, 2013
Messages
10
My system was working great until I installed and enabled the owncloud plugin. Once I installed the plugin, the normal freenas web interface stopped working. Is there a way to disable the owncloud plugin via command line or restart the webserver on freenas?
 

N00b

Explorer
Joined
May 31, 2013
Messages
83
Use the following commands:
Code:
jls

to see the name (not id) of the jail that is running , most probably it is owncloud_1 and then stop it using warden:
Code:
warden stop <jail> 

You need to be root to run this command.
 

Daniel Nakamura

Dabbler
Joined
Oct 22, 2013
Messages
10
I ended up rebooting freenas and the webserver ran again. After that I was able to stop and uninstall owncloud.
 
Status
Not open for further replies.
Top