Thursday, May 27, 2004
Welcome 4.10!
Monday, May 24, 2004
Graphical firewall builder
Port description for security/fwbuilder
Of course, I can't use it, because I don't run X on my server. But if/when I get around to building my other machine, the backup machine, I might play with it then.
FreeBSD review on Distrowatch.com
It looks like they have added BSDen to their watch as well. And here is a very long article reviewing FreeBSD 5.x:
Friday, May 14, 2004
portcheckout
One note is that the man page isn't all that clear on exactly what is required. But the implication is that you need the INDEX file from the ports tree, and probably nothing else. Of course, in these days of 400gb hard drives, the ports tree is a miniscule disk hit!
Forcing an update
Most Unix commands have an option that says "I know better than you, so just let me do it already and stop complaining". For instance, the -f option for the rm command forces it to just work. A scary option, to be sure, but sometimes a necessary one.
The port utilities are no exception. Most of them have a -f option that just says "Do this and don't complain". pkg_delete has it, so it will delete the port even if there are other dependencies. And so does portupgrade. So the way to fix the above problem is:
$ portupgrade -o-f
This tells portupgrade to update
FreeBSD security
Thursday, May 13, 2004
searching ports
$ cd /usr/ ports
$ make search name=bftpd
This searches the port collection for any ports that contain the search string. Simple!
bFTPD.org - FTP server for Linux, BSD/OS, FreeBSD, Solaris, DG-UX and Tru64 ]