Hi, there's a bug in the zoneminder start script, zmpkg.pl When you install it in a jail, rc calls it with "faststart", and zmpkg doesn't understand that. My hack was to add the following line: if ($command eq "quietstart") { $command="start"; } right after my $command = $ARGV[0]; Cheers, Hernán