When moving from one major FreeBSD branch to another, you are almost compelled to upgrade all of your installed FreeBSD ports. If you move from the RELENG_7 branch to RELENG_8, as an example, the old pty interface is deprecated, and ports such as screen (sysutils/screen) must be recompiled and reinstalled to take advantage of the […]

Read More → How to forcefully upgrade all your FreeBSD ports using portupgrade

Tell rkhunter to ignore /etc/passwd by inserting EXISTWHITELIST=”/etc/passwd” in your rkhunter configuration file. If you prefer not to make this change to your configuration file, make sure you run rkhunter –propupd with the same PATH as given in /etc/crontab. A command like env -i PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin rkhunter –propupd should suffice. Thanks to Mr. Torfinn Ingolfsen for […]

Read More → rkhunter complaining about /etc/passwd?