Ben Wilson
Ben Wilson
patches
sysbk w/ PostgreSQL support
2004.03.04
based on sysbk 1.0 by R-fx networks. added PostgreSQL backup support, as well as better support for MySQL, specifically the ability to specify the user that will be doing the dumping.
Upgrading users will need to add the following to your conf.sysbk:
MYSQL_USER="" POSTGRES_BK="0" # Enable/Disable postgresql backup operations [1=on,0=off] POSTGRES_PATH="/var/lib/pgsql" # Installed location of postgresql [no trailing slash] POSTGRES_INIT="/etc/init.d/postgresql" # Locationof PostgreSQL INIT script POSTGRES_PID="/var/run/postmaster.5432.pid" # Location of postgreSQL PID file POSTGRES_DUMP="/usr/bin/pg_dump" # Path to the 'pg_dump' binary POSTGRES_USER="" # PostgreSQL user for dumps POSTGRES_ROOTPW="" # PostgreSQL user password
Downloads
- sysbk-1.0-blw.patch
- patch for sysbk 1.0 to add PostgreSQL and better MySQL support
- sysbk-1.0-blw.tar.gz
- complete tarball
rblsmtpd-syslog for RedHat9 / Plesk 6.0
2004.01.19
- ucspi-tcp-0.88-rblmstpd-syslog.tar.gz
- the ucpsi-tcp package with the RedHat errno patch AND the rblsmtpd-syslog modification. just "make rblsmtpd" to make the binary.
- rblsmtpd-syslog-rh9.tar.gz
- rblsmtpd binary with syslog support for RedHat 9
camE thumbnailing/archiving/scp patch
2003.03.25
- camE-1.4-blw-webcam.c.diff
- patch for 1.4camE v1.4 to add remote thumbnails/remote archiving. may work with 1.3 or earlier, not sure.
You’ll need to add the following options to your ~/.camErc:
#remote thumbnailing stuff
remote_thumbnail_create = 1
remote_thumbnail_width = 176
remote_thumbnail_height = 144
remote_thumbnail_temp_file = /tmp/homewc-thumb.jpg
remote_thumbnail_file = homewc-thumb.jpg
remote_thumbnail_offline_image = /home/ben/.camE/blocked-thumb.jpg
#remote archiving
remote_archive_active = 1
remote_archive_total = 10