File: README.Debian

package info (click to toggle)
vlogger 1.3-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze
  • size: 124 kB
  • ctags: 11
  • sloc: perl: 334; makefile: 5; sql: 5
file content (23 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 <risko@debian.org>, Sat, 19 Mar 2005 01:43:17 +0100