Tags
- apple
- arden_park
- bike
- boardgamegeek
- boardgames
- book
- bookcrossing
- boot_failure
- cabinetry
- csus
- demolition
- electrical
- framing
- gymnastics
- hacking
- ham_radio
- harry_potter
- how-to
- humor
- hvac
- joseph
- kitchen
- liberal
- library
- mac
- meetup
- obcz
- plumbing
- politics
- powerbook
- quilt_shop
- review
- roof
- sacramento
- sonicchicken_blog
- spam_karma
- stucco
- subversion
- sysadmin
- tags_plugin
- thanksgiving
- theme
- tile
- web
- wordpress
Recent comments
November 2024 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Archives
About this blog…
I use this platform to share things that are of interest to me or things I'll want to reference later. Occasionally other people like these posts, hence "Shared Interests".
What might you find here?
- Problems I've solved (mostly computer- or network related).
- Recipes and cooking-related posts.
- Hobbies and projects.
- Our remodeling experience.
- Local (Sacramento) information.
- Anything that strikes my fancy.
Category Archives: FreeBSD
‘vagrant ssh’ errors
I picked up a copy of Learning Puppet 4 shortly after publication and went through some of the examples and exercises. Pretty straightforward, although there were a few glitches in the examples, as is typical with any fast-moving technology. The … Continue reading
Posted in FreeBSD
Tagged learning_puppet_4, puppet, rsync, ssh, vagrant, vbguest, virtualbox
Leave a comment
PHP/curl proxy error
Yesterday I ran into a tough problem at work, (i.e. Google didn’t return a web page describing the solution). I spent almost a whole day trying to figure this out, and the solution turned out to be incredibly easy. We … Continue reading
Posted in FreeBSD, Uncategorized
Tagged apache, curl, CURLOPT_PROXY, php, proxy, sysadmin
Leave a comment
FreeBSD svn client and https server
We recently moved our Subversion repository to the University’s central svn server. When I tried to checkout a copy of the repository to a new FreeBSD server today, I got the following error: svn: Unrecognized URL scheme ‘https://svn.web.server’ I checked … Continue reading
ADODB on FreeBSD
Recently I’ve had one of my student assistants working on setting up a web server. She’s pretty much got it, except that she hasn’t been able to establish a connection from the web server to our database server. We’re wanting … Continue reading
Posted in FreeBSD, Uncategorized
Tagged adodb, database, freetds, mssql, php, ports, sysadmin
3 Comments
Duplicate DHCP leases
We’ve been getting the following types of error messages on our DHCP server (running on FreeBSD): Jan 12 07:01:52 *someserver* dhcpd: uid lease 192.168.100.200 for client 00:12:34:56:78:9a is duplicate on 192.168.100/24 Google turned up a [helpful post][] which told me … Continue reading
Background fsck problems
We had some trouble with our [FreeBSD][] systems over the holiday shutdown a few weeks ago. Our backup generator didn’t kick in during an extended power outage, and our UPS’s didn’t provide enough runtime to see us through. Result: all … Continue reading
Unattended port installation and FreeBSD setup
We are currently building about a dozen [FreeBSD][] servers at work. The build process is pretty well documented, but it’s a bit labor intensive. So I had one of my student assistants look into automating the process somewhat. This post … Continue reading
FreeBSD openssl-stable broken
While upgrading some software on one of our [FreeBSD][] servers at work, I ran into the following problem with openssl-stable: # cd /usr/ports/security/openssl-stable # make clean ===> Cleaning for openssl-stable-0.9.7m # make ===> Extracting for openssl-stable-0.9.7m => No MD5 checksum … Continue reading
Kyocera EP510DN printer
We got a new [Kyocera][] printer at work a few days ago. The model we’re trying out is an “[EP510DN][]”. We had a heck of a time finding information for this printer on the Kyocera web site. In desperation, we … Continue reading
Doh!
I am *so* screwed… I ran the [portupgrade][] utility on one of our [FreeBSD][] servers at work. This was a production system that we used for printing certificates for our students, preparing address labels for [USPS][] shipments, and several other … Continue reading
Posted in FreeBSD, Uncategorized
Tagged backup, dump, pear, php, portupgrade, restore, sysadmin, toc
2 Comments