Hello,
First some background of my post. We had some issues with MPS LSI driver so we were forced to install 9.2-RELEASE (details are here - https://bugs.freebsd.org/bugzilla/show_ ... ?id=191348 altough it is not important). Some days ago I upgraded to 9.3-RELEASE and everything was fine. Then a few days later I upgraded it to 10.0-RELEASE. And some trouble started, I have three strange issues:
First some background of my post. We had some issues with MPS LSI driver so we were forced to install 9.2-RELEASE (details are here - https://bugs.freebsd.org/bugzilla/show_ ... ?id=191348 altough it is not important). Some days ago I upgraded to 9.3-RELEASE and everything was fine. Then a few days later I upgraded it to 10.0-RELEASE. And some trouble started, I have three strange issues:
- pf does not seem to work anymore.
Code:# cat /etc/pf.conf SSH = "{ 10.0.0.0/24, 10.201.1.0/24 }" block in on igb0 proto tcp from any to port ssh pass in on igb0 proto tcp from $SSH to port ssh # pfctl -v -f /etc/pf.conf No ALTQ support in kernel ALTQ related functions disabled SSH = "{ 10.0.0.0/24, 10.201.1.0/24 }" table <__automatic_e236d1a2_0> const { 10.0.0.0/24, 10.201.1.0/24 } block drop in on igb0 proto tcp from any to any port = ssh pass in on igb0 inet proto tcp from <__automatic_e236d1a2_0> to any port = ssh flags S/SA keep state pfctl: DIOCSETLIMIT # pfctl -e No ALTQ support in kernel ALTQ related functions disabled pfctl: pf already enabled
But SSH is still accessible. I have a custom kernel there, but only with MPS LSI patched I used a GENERIC configuration.
- pkg issues.
Code:# pkg version pkg: Major version upgrade detected. Running "pkg-static install -f pkg" recommended ...
Unfortunatelypkg-static install -f pkgdoes not fix it
dmesg -cdoes not work.
Code:# dmesg -c dmesg: illegal option -- c usage: dmesg [-a] [-M core [-N system]]
Although on another FreeBSD 10.0 (clean install) it works fine. So I think I have some kind of mess, some leftovers from 9.3, but no idea how to check that and fix it. When I look at manpage ofdmesgI get FreeBSD 9.2 in footer so it seems that something is wrong.