sundriver
Registered User
Hallo@all,
Ich hab Probleme mit den einzelnen Updates von Confixx, z.B. lege ich eine neue Email Adresse an und Confixx aktualisiert nix weiter obwohl die cronjobs laufen..
Im Admin Panel habe ich die Schalter schon Richtig gesetzt, z.B. das nach jeder neu erstellten Email Adresse oder POP3 Konto ein Updateumlauf erfolgt.
Nunja, ich habe dann mit crontab -e die crontab editiert und die Schalter -fa -dbg angefügt -->
Jetzt funktioniert das ganze wieder wie es soll. Allerdings rattern jetzt die kompletten Update Routinen durch was ich nicht unbedingt möchte. Die Traffik und Quota Geschichten wären mir einmal am Tag schon lieber.
Meine Frage nun, was bedeuten diese Schalter -fa -dbg ?
Ein Manual dazu gibt es nicht hier auf meiner Konsole und Google ist diesbezüglich nicht grad Gesprächig. Gibt es irgendwo ein Manual zur confixx_counterscript.pl?
EDIT// Die Options hab ich gefunden, wem es interessiert:
cu
Sundriver
Ich hab Probleme mit den einzelnen Updates von Confixx, z.B. lege ich eine neue Email Adresse an und Confixx aktualisiert nix weiter obwohl die cronjobs laufen..
Im Admin Panel habe ich die Schalter schon Richtig gesetzt, z.B. das nach jeder neu erstellten Email Adresse oder POP3 Konto ein Updateumlauf erfolgt.
Nunja, ich habe dann mit crontab -e die crontab editiert und die Schalter -fa -dbg angefügt -->
Code:
*/5 * * * * /usr/local/confixx/confixx_counterscript.pl -fa -dbg
Jetzt funktioniert das ganze wieder wie es soll. Allerdings rattern jetzt die kompletten Update Routinen durch was ich nicht unbedingt möchte. Die Traffik und Quota Geschichten wären mir einmal am Tag schon lieber.
Meine Frage nun, was bedeuten diese Schalter -fa -dbg ?
Ein Manual dazu gibt es nicht hier auf meiner Konsole und Google ist diesbezüglich nicht grad Gesprächig. Gibt es irgendwo ein Manual zur confixx_counterscript.pl?
EDIT// Die Options hab ich gefunden, wem es interessiert:
Code:
confixx_counterscript.pl <options>
Options:
-v | --version show version number and exit
-h | --help show this help and exit
-dbg | --debug detailed output
-ft | --force-time start configuration and ignore launching periods.
use this option if you want to apply your changes NOW.
-fh | --force-httpd force new Apache configuration(confixx_vhost.conf)
-fm | --force-mta force new MTA configuration
-fd | --force-dns force new DNS configuration
-fq | --force-quota force new Quota configuration
-fdu | --force-disk force counting disk space usage
-fs | --force-system force new system configuration (/etc/passwd)
-fa | --force-all force new configuration for all services
-sr | --send-report gather information about your Confixx installation and send it to SWsoft, inc.
-sp | --skip-pid skip check of pid-file
-sc | --skip-calc skip calculate of disk usage, traffic, etc
-sh | --skip-httpd skip Apache configuration
ATTENTION:
Now the update script control the frequency of updating by himself.
If you need to apply the changes made in Confixx web interface RIGHT NOW,
use "--force-time" option, e.g.:
/root/confixx/confixx_updatescript.pl --force-time
If you need to force reconfiguration of all supported services, use
"--force-all" option, e.g.:
/root/confixx/confixx_updatescript.pl --force-all
Also you can find another usefull options in this help.
cu
Sundriver
Last edited by a moderator: