vlogger for Debian ------------------ 1. It is not a good choose to run this program as root on production systems. So use -u and -g directive, as the manpage advise you. Here is an example, how can you create a system user for this reason: adduser --home /var/log/vlogger --system --ingroup nogroup www-logs chown www-logs.nogroup /var/log/vlogger -=- 2. If you want to use the DBI interface for bandwidth statistics, you should install the libdbi-perl package also (if you not installed it yet anyway, since this package suggests it). Command for installing: apt-get install libdbi-perl -- RISKO Gergely , Sat, 19 Mar 2005 01:43:17 +0100