Broken paths in startup script and config file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
amavis-stats (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: amavis-stats
root@red:~# lsb_release -rd
Description: Ubuntu 9.10
Release: 9.10
root@red:~# getent passwd amavis-stats
root@red:~# apt-get install amavis-stats
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
amavis-stats
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/202kB of archives.
After this operation, 631kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package amavis-stats.
(Reading database ... 36609 files and directories currently installed.)
Unpacking amavis-stats (from .../amavis-
Processing triggers for man-db ...
Setting up amavis-stats (0.1.22-1) ...
adduser: Warning: The home directory `/var/lib/
root@red:~# getent passwd amavis-stats
amavis-
root@red:~# cat /etc/cron.
#
# cron job for the amavis-stats package
#
MAILTO=root
*/5 * * * * amavis-stats [ -x /usr/sbin/
root@red:~# sudo -H -u amavis-stats [ -x /usr/sbin/
Config file "/etc/amavis-
(...edit amavis-stats line 1120, set config_file to '/etc/amavis-
root@red:~# sudo -H -u amavis-stats [ -x /usr/sbin/
Amavis-Stats-0.1.22 (2006-01-12): Unknown Argument Usage:
Amavis-Stats [-u user] [-g group] [-c config-file] ( [start] | stop | reload | debug | foreground )
Looks to me like it's designed to run as a daemon, but has been packaged to run as a regular cron job for some reason. Anyway, I'm confused about which way to take it.
Changed in amavis-stats (Ubuntu): | |
status: | New → Confirmed |
Agreed. however, rolling back to the Jaunty version of Amavis-Stats provides an interim solution for me.