RuudschMaHinda
Cadet
- 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:
and
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
shows the same owner and group
the correct 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 to get into the Jail
any tips, hints, solutions?
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
Code:
www www
the correct
Code:
chmod 444
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
any tips, hints, solutions?