Project

General

Profile

Bug #486

FreeNAS Template With Nickname Already Exists

Added by Daniel Curtis over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Jails / Containers
Target version:
Start date:
12/06/2014
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:

Description

I encountered a problem after deleting an unused VirtualBox template jail on FreeNAS. The error I came across happened when I tried to create a new VirtualBox jail, then immediately displayed the following error:

ERROR: A template with this nickname already exists

After looking around on the Internet, I found someone on the PCBSD bug tracking system had the same problem and suggested deleting the warden template.

To resolve the problem I did the following:

  • Log into the FreeNAS console and open up a shell on the web interface.
  • Show all the ZFS zvols:
    zfs list
    
  • In my case I had to remove jails/.warden-template-VirtualBox-4.3.12:
    zfs destroy -r jails/.warden-template-VirtualBox-4.3.12
    
  • Remove remnant files:
    rm -rf /mnt/jails/.warden-template-VirtualBox-4.3.12
    

Once this was done, I was able to create new VirtualBox jails.

Resources

#1

Updated by Daniel Curtis over 9 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#2

Updated by Daniel Curtis over 9 years ago

  • Status changed from Resolved to Closed
#3

Updated by Daniel Curtis about 9 years ago

  • Target version set to FreeNAS 9.x
#4

Updated by Daniel Curtis about 9 years ago

  • Category set to Jails / Containers

Also available in: Atom PDF