On 20-ago-09, at 19:13, pub crawler wrote: > Thanks Alvaro. > Now when I run the log rotator I get a segmentation fault error. > Any ideas on that?
I've just did a test, and everything worked fine at my end: ========== $ cherokee-tweak -c logrotate -a https://localhost/admin/ -u alo -p password -l /var/log/test Setting backup mode.. OK Log file '/var/log/test' moved to '/var/log/test.1' successfully Restoring production mode.. OK ========== So, I guess you have hit some sort of bug. Try run the cherokee-tweak application inside gdb, and get a backtrace: $ gdb cherokee-tweak (gdb) run -c logrotate -a https://127.0.0.1:81/logrotate/ -u admin -p adminpass -l /var/log/cherokee.access.domain.com <it crashes..> (gdb) thread apply all bt full <back-trace..> -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
