Panic mail is a great utility to capture kernel panics and report them to the FreeBSD developer community. Although I rarely receive a kernel panic running standard release installations of FreeBSD, it is installed on all my production servers. We owe many thanks to Colin Percival for this utility. Continue reading “Panic Mail”
Author: mstmgrwp
Manually adjust date and time in FreeBSD
Just the other day, the following message appeared on my FreeBSD 10 virtual machine when first booted up:
root@bsd:~ # sMay 5 07:47:24 bsd ntpd[743]: time correction of 18001 seconds exceeds sanity limit (1000); set clock manually to the correct UTC time. Continue reading “Manually adjust date and time in FreeBSD”
My make.conf
Ever installed a port from the ports collection only to find out it pulled-in an unwanted version of a dependency?
Make.conf is used to provide flexibility in the process of compiling sources, documentation and applications. It provides the user a means to override the default values or variables. Continue reading “My make.conf”
I rebooted and now the file system is read-only, now what?
Ever found yourself making mistakes/changes in rc.conf or other configuration files then only to find the server boots up and the file system is read-only with the following message: Continue reading “I rebooted and now the file system is read-only, now what?”
To src or not to src, docs and ports are the question!
Just as in Shakespeare’s Hamlet, “To be or not to be, that is the question – Whether ’tis Nobler in the mind to suffer“, do you suffer whether or not to include src, docs, and ports when performing a fresh install of FreeBSD 10? Continue reading “To src or not to src, docs and ports are the question!”
Manually Create Partitions on FreeBSD
When installing FreeBSD there are several items to configure manually during the install process. One of the first items to manually configure is the disk partition layout in FreeBSD. Since this configurations will be utilized on production servers, the partition scheme is laid out in a specific fashion. Continue reading “Manually Create Partitions on FreeBSD”