Took me a few hours to figure out that when I got: “child exited with status 13 /usr/local/lib/python2.6/site-packages/Trac-0.11.5-py2.6.egg/trac/web/fcgi_frontend.py” The problem was that I needed to chmod a+x /usr/local/lib/python2.6/site-packages/Trac-0.11.5-py2.6.egg/trac/web/fcgi_frontend.py a+x might be a bit lenient, but it works now. When I rebuilt my ports the permissions changed to 644, which makes sense. Trac is back in […]
Yearly Archives: 2009
DNS Oops
When we moved to a new apartment, I took my FreeBSD DNS server with us. We couldn’t get internet set up until today (about a month! – it was a nightmare) but I was using the DNS to ease our little network’s file and printer sharing. Even though we only have a few computers, it’s […]
Zsh glob qualifiers ftw!
I have a FreeBSD 7.1 server, a couple of macs, a windows machine, and an ubuntu machine. I need to share files between them all. I could try to get NFS for windows working, but it seemed to me that using Samba was a good way for me to allow all of the machines (Even […]
uninstall inactive!
Oh man I just realized that I never ran “sudo port uninstall inactive” and I have reclaimed… hmm… 5 gigs? It’s as simple as that – if you’re using macports for a while and you’ve been using “sudo port upgrade outdated” to upgrade, make sure you remove the old versions because after a while that […]