Page 1 of 1

Cannot create full jail

Posted: 07 Jan 2014 14:19
by simonszu
Hi,

thank you very much for your work.
On my machine, slim jails work fine, but i can't create any full jails. When i select full jail, and jail is created, i see that the edit-page of the new jail is set to "slim", and when i log in to this jail, i see that several folders are a symlink of /basejail, just as it would be in slim jails. How can i create full jails?

Also, i am confused why you talk about startup commands. The "new jail" page has a pre-filled shutdown command, and an empty startup command. However, my slim jails start normally, when i don't fill the startup command box and start them.

I have version 847 and i am using TheBrig from fsbruva's git repo. When i install TheBrig, there is an error flashing up, but very short and i can't read it. After that, everything works. When i try to install TheBrig from alexey's repo (which seems to be newer), i get an error "unexpected '<' in line 90" and it won't install.

But please, how can i create full jails with TheBrig?

Re: Cannot create full jail

Posted: 07 Jan 2014 14:46
by alexey123
Hi!
what Thebrig you use? I recomend use working branch instead master. It have many additional functions, such update jail and ports. For install working branch please use 2 steps
1. Fetch installer

Code: Select all

fetch https://raw.github.com/fsbruva/thebrig/working/thebrig_install.sh
2. Install thebrig

Code: Select all

sh thebrig_install.sh /mnt/path/to/your/folder 2
I have running full and slim jails without any problem

Re: Cannot create full jail

Posted: 07 Jan 2014 15:02
by simonszu
Ah, yes.

I could not execute the working branch via web frontend, because of the error with the < in line 90.
But i executed in the CLI, and now i am able to create full jails. Thank you very much.