Problem with old Jail

Status
Not open for further replies.

Kingpatzer

Cadet
Joined
Nov 14, 2017
Messages
5
So I have a jail that was installed by plugin under 9.something. I recently upgraded to 11 and deleted the plugin, but the jail remained.

So, now, under Jails I have a an entry, but when I highlight it, there is no trashcan present in the GUI to delete the jail.

It does show up under jls.

How do I get rid of this thing?

Thanks!
 

Kingpatzer

Cadet
Joined
Nov 14, 2017
Messages
5
The only thing under Jails is OpenVPN and a template. OpenVPN is still in use

Code:
% zfs list

NAME																  USED  AVAIL  REFER  MOUNTPOINT

freenas-boot														  751M  13.0G	64K  none

freenas-boot/ROOT													 744M  13.0G	29K  none

freenas-boot/ROOT/Initial-Install									   1K  13.0G   735M  legacy

freenas-boot/ROOT/default											 744M  13.0G   735M  legacy

freenas-boot/grub													6.41M  13.0G  6.41M  legacy

primary_disk_space												   1.08T  11.5T   123M  /mnt/primary_disk_space

primary_disk_space/.system										   46.5M  11.5T   192K  legacy

primary_disk_space/.system/configs-0fa406f26c7d4be590546c00705c52d0   773K  11.5T   505K  legacy

primary_disk_space/.system/cores									 5.27M  11.5T   735K  legacy

primary_disk_space/.system/rrd-0fa406f26c7d4be590546c00705c52d0	   371K  11.5T   230K  legacy

primary_disk_space/.system/samba4									10.6M  11.5T  5.45M  legacy

primary_disk_space/.system/syslog-0fa406f26c7d4be590546c00705c52d0   24.8M  11.5T  8.39M  legacy

primary_disk_space/Jails											 2.85G  11.5T   320K  /mnt/primary_disk_space/Jails

primary_disk_space/Jails/.warden-template-standard				   2.43G  11.5T  2.43G  /mnt/primary_disk_space/Jails/.warden-template-standard

primary_disk_space/Jails/OpenVPN									  423M  11.5T  2.49G  /mnt/primary_disk_space/Jails/OpenVPN

primary_disk_space/UserData										   231G  11.5T  90.3G  /mnt/primary_disk_space/UserData

primary_disk_space/UserData/OwnCloud								  141G  11.5T   141G  /mnt/primary_disk_space/UserData/OwnCloud

primary_disk_space/backups											713G  4.30T   706G  /mnt/primary_disk_space/backups

primary_disk_space/david											 96.6G  11.5T  96.0G  /mnt/primary_disk_space/david

primary_disk_space/music											 39.0G  11.5T  39.0G  /mnt/primary_disk_space/music

primary_disk_space/system_data									   20.0G  11.5T   141K  /mnt/primary_disk_space/system_data

primary_disk_space/system_data/dhcp_dns								10G  10.0G   141K  /mnt/primary_disk_space/system_data/dhcp_dns

primary_disk_space/system_data/keys								  5.00G  10.0G   224K  /mnt/primary_disk_space/system_data/keys
 

fracai

Guru
Joined
Aug 22, 2012
Messages
1,212
What is the output of:
Code:
ls -la /mnt/primary_disk_space/Jails
 

Kingpatzer

Cadet
Joined
Nov 14, 2017
Messages
5
What is the output of:
Code:
ls -la /mnt/primary_disk_space/Jails

Here it is -- I'm guessing I need to delete the "./.subsonic_1.meta" directory

Code:
% ls -la /mnt/primary_disk_space/Jails

total 103

drwxrwxrwx   8 nobody  nogroup	10 Nov 14 10:58 .

drwx--x--x  15 root	wheel	  16 Nov 14 10:58 ..

-rw-rw-rw-   1 nobody  nogroup  6148 Nov 11 07:01 .DS_Store

drwxrwxrwx   2 root	nogroup	17 Nov 12 15:25 .OpenVPN.meta

-rwxrwxrwx   1 nobody  nogroup	 0 Aug 20  2014 .pcbsd-aria-stat-amd64

drwxrwxrwx   3 nobody  nogroup	 3 Aug 15  2014 .plugins

drwxr-xr-x   2 root	nogroup	17 Feb 20  2015 .subsonic_1.meta

drwxr-xr-x   5 root	nogroup	 5 Nov 12 15:21 .warden-files-cache

drwxr-xr-x  17 root	wheel	  21 Nov 12 15:21 .warden-template-standard

drwxr-xr-x  17 root	wheel	  23 Nov 12 17:36 OpenVPN
 

fracai

Guru
Joined
Aug 22, 2012
Messages
1,212
Yep. You could double check what files are in that directory, but I'm fairly certain it's nothing you'll need to keep.
 
Status
Not open for further replies.
Top