netstat -m 'cannot allocate memory'
Dan Nelson
dnelson at allantgroup.com
Thu Jul 29 12:41:17 PDT 2004
In the last episode (Jul 29), lists said:
> Is it possible to rebuild these without doing a complete make world
> and if so without rebooting ?
Yes:
cd /usr/src/lib/libkvm && make obj && make depend && make && make install
cd /usr/src/usr.bin/netstat && make obj && make depend && make && make install
You may also need to rebuild systat, sockstat, netstat, lsof, and possibly
other programs, which is why a buildworld is usually recommended.
--
Dan Nelson
dnelson at allantgroup.com
More information about the freebsd-questions
mailing list