-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start Jail due to ifconfig: ioctl (SIOCAIFADDR): File exists #730
Comments
@cedwards any ideas on what hung him up???? |
At the beginning of the "start.sh" and "stop.sh" files, add "set -x" to enable debug mode. Then run the commands again and you can see what it is hanging on. |
@tobybryans can you add the set -x as @tschettervictor mentioned to help us zoom in on what is hanging? |
Hello, I've added a quick debug option for the start/stop commands to track down issues for the developers and power users, please test here: #791 before I request a merge. Regards! |
Hi all, first of all: apologies for the delay on this, thank you for the comments. Here's the output of
The contents of the
|
Did you reboot your server before this? I'm assuming so. |
Yes - this started after a disk space upgrade (it's a VM), and when it first happened I rebooted a couple of times to try to clear it. The server has been up since then, but I'm about to do the 14.2 upgrade so will report after that if the issue still stands. |
Update on this issue? |
I had to increase storage on a FreeBSD 14.1 VM last night which needs a powerdown. When I bought it up again one of my Bastille jails refused to come up with the following error:
All other jails started fine. I tried manually staring and stopping, but it still wouldn't come up with the same error.
I destroyed the jail, tried to recreate it and the same thing happened on jail creation.
I recreated it on another IP (10.13.0.25) and it worked fine.
an ifconfig returns the following:
and 10.13.0.8 is not on that list (or on any other interfaces).
I am at a bit of a loss of how to debug this further, so any advice would be greatly appreciated, and I fully understand that this may not be a Bastille issue, so if that is the case happy to take the ticket elsewhere.
The text was updated successfully, but these errors were encountered: