Pydio Jail / Plugin

Status
Not open for further replies.

xCatalystx

Contributor
Joined
Dec 3, 2014
Messages
117
Did you make a separate MySQL user? If you did make sure you give permissions to the database you created. By default it will have no permissions.
I use a user per database (with full permissions) like this: users like _%servicename% than the database _%servicename%db. ie: _pydio and _pydiodb
If your using root, confirm the password is correct via console.

Also use the loopback address (localhost or 127.0.0.1) if you have disabled network access. OFC this only works if in the same jail.

Should note that if you wish to connect to smb/cifs you will also need to install the smbclient in the jail.
 
Last edited:

Osiris

Contributor
Joined
Aug 15, 2013
Messages
148
extremely nasty workaround for those gettext errors:

edit: nevermind. crashes your install further down. Gettext doesn't work.
Have to update perl, but am afraid it will kill freenas.

Code:
mkdir -p /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/mach/5.16/
cp -R /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/ /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/mach/5.16/
cp -R /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/Locale/ /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/mach/5.16/
mkdir -p /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/man/man3/
cp /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/5.16/man/man3/Locale::gettext.3 /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/man/man3/
cd /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/lib/perl5/site_perl/man/man3/
gzip Locale::gettext.3
 
Last edited:
Status
Not open for further replies.
Top