Can't install any plugin

Status
Not open for further replies.

exabiche

Cadet
Joined
Mar 28, 2015
Messages
5
I tried several times to install different plugins from the web-based interface. Always process is finished on
3/4 Install jail

I login to freenas via ssh and cat the logfile
$ cat /var/log/messages


Mar 30 12:21:35 storage warden: Building new Jail... Please wait...
Mar 30 12:21:35 storage warden: zfs clone media/jails/.warden-template-pluginjail@clean media/jails/xdm_1
Mar 30 12:21:35 storage warden: ERROR: Failed creating clean ZFS base clone
Mar 30 12:21:35 storage manage.py: [middleware.exceptions:38] [MiddlewareError: [Errno 2] No such file or directory: u'/mnt/media/jails/xdm_1/.plugins/PLUGIN']

Is there any way to fix that?
 

exabiche

Cadet
Joined
Mar 28, 2015
Messages
5
I think the problem is at

zfs clone media/jails/.warden-template-pluginjail@clean media/jails/xdm_1

Becouse

$ ls -la /mnt/media/jails/.warden-template-pluginjail@clean
ls: /mnt/media/jails/.warden-template-pluginjail@clean: No such file or directory

But there is existing folder with the name

$ ls -la /mnt/media/jails/.warden-template-pluginjail

drwxr-xr-x 18 root wheel 22 Mar 28 22:01 ./
drwxr-xr-x 16 root wheel 17 Mar 30 13:37 ../
-rw-r--r-- 1 root wheel 965 Jul 11 2014 .cshrc
drwxr-xr-x 2 root wheel 2 Mar 28 22:01 .plugins/
-rw-r--r-- 1 root wheel 253 Jul 11 2014 .profile
-r--r--r-- 1 root wheel 6197 Jul 11 2014 COPYRIGHT
drwxr-xr-x 2 root wheel 46 Mar 28 22:01 bin/
drwxr-xr-x 2 root wheel 2 Mar 28 22:01 boot/
drwxr-xr-x 2 root wheel 2 Mar 28 22:01 dev/
drwxr-xr-x 21 root wheel 99 Mar 28 22:01 etc/
drwxr-xr-x 2 root wheel 2 Mar 28 22:01 lib/
drwxr-xr-x 2 root wheel 2 Mar 28 22:01 libexec/
drwxr-xr-x 2 root wheel 2 Mar 28 22:01 media/
drwxr-xr-x 2 root wheel 2 Mar 28 22:01 mnt/
drwxr-xr-x 2 root wheel 2 Mar 28 22:01 proc/
drwxr-xr-x 2 root wheel 2 Mar 28 22:01 rescue/
drwxr-xr-x 2 root wheel 2 Mar 28 22:01 root/
drwxr-xr-x 2 root wheel 132 Mar 28 22:01 sbin/
lrwxr-xr-x 1 root wheel 11 Jul 11 2014 sys@ -> usr/src/sys
drwxrwxr-x 2 root wheel 2 Mar 28 22:01 tmp/
drwxr-xr-x 14 root wheel 14 Mar 28 22:01 usr/

But I don't know why system tries to access /mnt/media/jails/.warden-template-pluginjail@clean

Maybe there is some settings file where I could change this?
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
How much memory do you have. I've seen this error when the system is low on memory.
 

exabiche

Cadet
Joined
Mar 28, 2015
Messages
5
Hm... I think it's not the same bug. I haven't seen success message in the log file.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Maybe I should reinstall the system?
I think the same thing could be accomplished by verifying your install and restoring the default settings.
 
Status
Not open for further replies.
Top