jails autostart broken

Status
Not open for further replies.

Phill23

Dabbler
Joined
Feb 9, 2017
Messages
30
Hello,
ich searched for my problem and fond some other, older entries but no solution.
I have several jails which are set to autostart some do, others don't.
I checked for matching MAC addresses but this is not the case/problem.

any advise?

thanks Phil
 

Phill23

Dabbler
Joined
Feb 9, 2017
Messages
30
Hello and sorry I didn't add those informations.
I am running
- FreeNAS-9.10.2-U1 (86c7ef5) on a
-HP ProLiant Microserver Gen8
-Intel Xeon E3-1265L V2
-8 GB RAM
-4x 4TB WD RED in ZFS raidz1
 

Phill23

Dabbler
Joined
Feb 9, 2017
Messages
30
I tried to add a init task to do the job but no success..
This is what i tried:

command:"
Code:
/etc/rc.d/jail onestart jailname
" -works in shell but not as task.

command:"
Code:
/usr/local/bin/warden start jailname
" -works in shell but not as task.

I tried putting "
Code:
sleep 90;
" infront but no change.

I also put the commands in a script that works in shell but not in task either.

any idea?
 
Status
Not open for further replies.
Top