The FreeBSD Diary

Stuff about The FreeBSD Diary

jail: execv: /bin/sh: No such file or directory

Recently, I was moving some jails from one server to another. First, I created the jail using the -x switch, which indicates the jail already exists, don’t create it, just add entries for it: # ezjail-admin create -f bacula -x mysql41.example.org 10.35.0.100 Warning: Some services already seem to be listening on IP 10.35.0.100 This may cause some confusion, here they are: root ntpd 63822 25 udp4 10.35.0.100:123 *:* Warning: Some services already seem […]

jail: execv: /bin/sh: No such file or directory Read More »

smartmontools

The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI harddisks. In many cases, these utilities will provide advanced warning of disk degradation and failure. (The above shamelessly taken from the supplied URL). I just installed it: cd /usr/ports/sysutils/smartmontools/ && make install clean Then I set up the configuration file, with

smartmontools Read More »

Good bye IPsec. Hello OpenVPN.

I’ve been playing with OpenVPN since mid December. I like it. I like it better than IPsec. Why? Because OpenVPN can give me direct access to all my systems wherever I am. I can cvsup from my cvsup server at home from a hotel in Toledo (if I’m ever there). IPsec can do that. But it is much more complex to set up. OpenVPN is pretty simple. At present, my wireless gateway is

Good bye IPsec. Hello OpenVPN. Read More »

Burst and Google make a good team

Just about everyone has been putting ads on their websites. I’ve been with BurstMedia since early 1999. They are very reliable. Their cheques have always arrived on time and I have never had reason to question their results. Then Google AdSense arrived. I started using AdSense in April 2006. I was still using Burst, but added AdSense as a personal campaign. That is, if Burst could not fill a particular ad slot, AdSense

Burst and Google make a good team Read More »

Scroll to Top