Category: FreeBSD
Anything related to FreeBSD
FreeBSD’s local_unbound in mobile environments
FreeBSD’s local_unbound DNS resolver was introduced in head in September 2013, and later in stable/10 when that branch became available. Its configuration out of the box, particularly its treatment of the /etc/resolvconf.conf, assumes the local_unbound resolver is the sole resolver to be used. The reason for this blog entry is that I appreciate being able […]
Read More → FreeBSD’s local_unbound in mobile environmentsMaking a FreeBSD/amd64 XENHVM kernel boot on XenServer 6.2.0
See http://lists.freebsd.org/pipermail/freebsd-xen/2013-August/001681.html and http://lists.freebsd.org/pipermail/freebsd-xen/2013-August/001683.html. [R]emove [the] DVD device from [the] problem[atic] virtual machine: # xe vm-list params=uuid name-label=”<your-vm-name>” # xe vbd-list empty=true params=uuid vm-uuid=<your-vm-UUID> # xe vbd-destroy uuid=<vbd-UUID> I can confirm the above steps really makes a FreeBSD stable/9 amd64 XENHVM kernel tick on XenServer 6.2.0. stable/10 and head works out of the box without […]
Read More → Making a FreeBSD/amd64 XENHVM kernel boot on XenServer 6.2.0Your own port in the FreeBSD ports tree
Creating your own port in the FreeBSD ports tree makes 3rd party software maintenance at lot easier.
Read More → Your own port in the FreeBSD ports treeLDAP authentication for Subversion’s svnserve on FreeBSD using SASL, saslauthd, and Novell eDirectory
Here’s a writeup of how I managed to persuade Subversion‘s svnserve running on FreeBSD to authenticate using SASL, Cyrus’ saslauthd, and LDAP on Novell eDirectory.
Read More → LDAP authentication for Subversion’s svnserve on FreeBSD using SASL, saslauthd, and Novell eDirectoryTrouble upgrading older Subversion on recent FreeBSD? You might be missing devel/scons
I upgraded Subversion 1.8.1 to 1.8.5 on some non-critical FreeBSD servers the other day. Normally I would run this command: portupgrade -fprv devel/subversion I noticed www/serf also needed updating, so this time I ran a command like: portupgrade -fprv www/serf
Read More → Trouble upgrading older Subversion on recent FreeBSD? You might be missing devel/sconsObserving leap seconds
I came across a blog post by Emil Mikulic on the leap second introduced by the IERS on 1 July 2012. Inspired by Emil Mikulic’s blog post, I created the following short programme.
Read More → Observing leap secondsHaving trouble starting named from dns/bind99 automatically? Here’s how I solved it!
I tried to convince named from dns/bind99, as of r333563, to start automatically at (re)boot on stable/10 and head. My /etc/rc.conf file contains lines like these: named_enable=”YES” named_program=”/usr/local/sbin/named” named_wait=”YES” named_wait_host=”localhost” named_auto_forward=”YES” named_auto_forward_only=”YES” Eventually, I resolved the matter using the following patch: The tabs are missing, so you better apply this patch by hand. It’s not […]
Read More → Having trouble starting named from dns/bind99 automatically? Here’s how I solved it!NITO vs FreeBSD 9.2-RELEASE
Fra #lilug@EFnet: Day changed to 01 Oct 2013 08:37:15 for dere NITO-frelste med utpreget sans for ordspill, så er FreeBSD 9.2-RELEASE tilgjengelig: http://www.freebsd.org/releases/9.2R/announce.html 08:55:05 < xxxxxxx> Haha
Read More → NITO vs FreeBSD 9.2-RELEASE10 Gbit/s virtual wire speed in VirtualBox 4.2.16
I updated my FreeBSD 10.0-CURRENT virtual machine today. It reached r255120 and it’s running with vtnet as its virtual network interface under VirtualBox 4.2.16. I noticed the vtnet0 interface gained 10 Gbit/s virtual wire speed. Previously the interface ran with only 1 Gbit/s virtual wire speed. The actual wire speed depends largely on the physical limitations of […]
Read More → 10 Gbit/s virtual wire speed in VirtualBox 4.2.16FreeBSD and WITH_ICONV
I’ve put WITH_ICONV=yes in my /etc/src.conf file on a few VMs running stable/9, and yes, I got burned. My beloved server named enterprise running stable/9 was also affected. :-/
Read More → FreeBSD and WITH_ICONV