Past week I've upgraded 25 servers from 12.0 to 12.1, all fine.
Today I did another 6, but now suddenly
was removed.
I remember seeing that being suggested in a patch, but didn't expect this -without warning- being removed.
Although during upgrade the diffs already showed my problem ahead.
Since FreeBSD 9 or 10 or maybe even earlier I see warnings I should NOT put it in /etc/rc.conf but /etc/jail.conf,
an advice I followed; I made I made a nice separate config, providing me a clear overview of the many IP's I use.
...which now is pointless?
As solution I noticed doing the opposite of the warning -the warning which is also removed- seems to work.
But is there a way to keep /etc/jail.conf the location of my jail config?
One positive side is, that I still have a few servers on which I didn't follow the "important advice" (...).
Today I did another 6, but now suddenly
/etc/rc.d/jail onestart
doesn't work for me, since /etc/jail.conf is not being read anymore, as in /etc/rc.conf the default:
Code:
jail_config="/etc/jail.conf"
I remember seeing that being suggested in a patch, but didn't expect this -without warning- being removed.
Although during upgrade the diffs already showed my problem ahead.
Since FreeBSD 9 or 10 or maybe even earlier I see warnings I should NOT put it in /etc/rc.conf but /etc/jail.conf,
an advice I followed; I made I made a nice separate config, providing me a clear overview of the many IP's I use.
...which now is pointless?
As solution I noticed doing the opposite of the warning -the warning which is also removed- seems to work.
But is there a way to keep /etc/jail.conf the location of my jail config?
One positive side is, that I still have a few servers on which I didn't follow the "important advice" (...).