Jails are not starting after reboot

veryaner

Cadet
Joined
Mar 19, 2017
Messages
9
Hello, I have TrueNAS-12.0-RELEASE installed for a few weeks and yesterday I have to restart it, after that none of my jails started, I try from the web and also from the shell and the only message that I got is this:
1610621080466.png

From the web the spinner stays forever.

My /var/log/messages doesn't says anything and netiher the iocage.log

Thanks!
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
What about dmesg ?
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Disable ipv6 in the jails network settings and try starting it again.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
arp: 192.168.1.1 moved from b0:be:76:e9:c0:c7 to 14:4d:67:00:b7:c4 on em0
Seems like 2 boxes are fighting for ownership of the router's address on your network... can be that it's a microtik with a known bug there (no need for concern in that case)

Can you see from your router which clients have those MAC addresses?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
What do you see from iocage get all <jailname> | grep ip6
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
I think you want to be seeing:
Code:
ip6:disable
ip6_addr:none
ip6_saddrsel:1


You could use:
iocage set ip6=disable <jailname> to change it
 

veryaner

Cadet
Joined
Mar 19, 2017
Messages
9
Seems like 2 boxes are fighting for ownership of the router's address on your network... can be that it's a microtik with a known bug there (no need for concern in that case)

Can you see from your router which clients have those MAC addresses?
I cannot find them in my DHCP list,
I think you want to be seeing:
Code:
ip6:disable
ip6_addr:none
ip6_saddrsel:1


You could use:
iocage set ip6=disable <jailname> to change it
Same Behavior after that set.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
How about the rest of your jail parameters...
iocage get all <jailname> | more
 

Bonoboy

Cadet
Joined
Jul 13, 2018
Messages
9
This is what solved it at my system.

edit jail
Basic Properties:
IPv6 Default Router from auto to none
Jail Properties:
devfs_ruleset from nr* to 4
Network Properties:
ip6 New to Disable

Although i don't know if it's a problem when devfs_ruleset 4 is set on all jails.
 
Top