changes in jail lets plugin fail

Status
Not open for further replies.
Joined
Nov 5, 2013
Messages
8
Hello there fellow FreeNAS-ers..

I am fairly new to FreeNAS and BSD in general, but I managed to set up a nice 4 x 2TB ZFS mirrored "raid" with the owncloud plugin..
that is owncloud 5.0.11 which has some issues (known bugs, hopefully fixed in 6) when it comes to multiple groups. so I had to edit two files namely:

Code:
/usr/pbi/ownclou... .../settings/users.php

and
Code:
/usr/pbi/ownclou... .../settings/js/users.js


at first I tried the linked files in the /usr/local/www/owncloud folder.. stupid me.. anyways..

I edited the files to clean them up and get owncloud to work.. as it did in my test install on a ubuntu-server-VM after those changes.. but as soon as I changed these files the plugin will not switch ON.. it says it is ON but as soon as I reload the plugins tab it is OFF again.. and the jail can't be reached with the browser

Code:
ls -l
shows the same owner and group
Code:
www www

the correct
Code:
chmod 444
was applied also

so everything is the same, except a few.. very few bytes inside the files ..settings/users.php and ..settings/js/users.js

my question:
How can I get the plugin to reactivate??!
it works fine without the changes.. but has the messed up groups admin in owncloud which does need to work!
I used
Code:
jls
jexec 1 tcsh
to get into the Jail

any tips, hints, solutions?
 
Joined
Nov 5, 2013
Messages
8
I just gave the Jail a different IP, because
Code:
warden list  -v

showed the assigned IP, but
Code:
jls

showed none.. so I thought.. could it be, that my deleting and resetting actually had to do something with the DHCP lease?

So I gave the jail another IP and now everything WORKS!!!

now.. how to mark this a solved?...
 
Status
Not open for further replies.
Top