Hello,
I regularly update my 2 FreeBSD servers using
Both running as VM on VMWare ESXi v6.5.
After last update both servers are responding extremely slow, especially ssh logins and using su to get root, and SHA256 checksums when upgrading ports.
Startup of FreeBSD on both machines takes more than 15 minutes, while it was 3 minutes before.
It doesn't seems to be a dns issue, it looks like dns is working fine.
I'm on:
Also tried building with the GENERIC kernel, problem remains.
my /etc/make.conf
I see some odd errors on both servers:
Where to start looking why the system is slow and unresponsive?
I regularly update my 2 FreeBSD servers using
freebsd-update fetch install
and portmaster -a
.Both running as VM on VMWare ESXi v6.5.
After last update both servers are responding extremely slow, especially ssh logins and using su to get root, and SHA256 checksums when upgrading ports.
Startup of FreeBSD on both machines takes more than 15 minutes, while it was 3 minutes before.
It doesn't seems to be a dns issue, it looks like dns is working fine.
I'm on:
Code:
FreeBSD mainserver.flissinger.local 11.0-RELEASE-p7 FreeBSD 11.0-RELEASE-p7 #64: Thu Jan 12 21:09:47 CET 2017 donald@mainserver.flissinger.local:/usr/obj/usr/src/sys/MAINSERVER amd64
Also tried building with the GENERIC kernel, problem remains.
my /etc/make.conf
Code:
CPUTYPE=core2
KERNCONF=MAINSERVER
OPTIONS_SET=OPTIMIZED_CFLAGS
OPTIONS_UNSET=X11 DOCS EXAMPLES
DEFAULT_VERSIONS+=ssl=openssl
I see some odd errors on both servers:
Code:
<daemon.err> mainserver named[589]: setsockopt(21, TCP_FASTOPEN) failed with Protocol not available
sonewconn: pcb 0xfffff80090af7cb0: Listen queue overflow: 76 already in queue awaiting acceptance (1 occurrences)
sshd[3078]: fatal: Fssh_packet_write_poll: Connection from 10.0.0.15 port 51242: Operation not permitted
Where to start looking why the system is slow and unresponsive?