|
From: Jamie C. <jca...@we...> - 2009-12-12 06:35:13
|
On 11/Dec/2009 21:52 Brian Case <we...@we...> wrote .. > When I try to set up scheduled backups, they fail with the error: no log rotation > configuration found! > > When I try to validate the virtual servers I get: Log file rotation : No logrotate > configuration found for file > > But if I go into the Webmin logrotate section, it show the offending sites ARE > setup for log rotation... > > What am I missing here? Sounds like Virtualmin thinks it was setup, but has been manually removed. The best way to fix this is with commands like the following, run as root : virtualmin disable-feature --all-domains --logrotate virtualmin enable-feature --all-domains --logrotate - Jamie |