wollardj / Mandrill

Multi-user web front-end for managing a Munki repository.
Apache License 2.0
51 stars 3 forks source link

Git logs in CentOS aren't working properly #6

Closed wollardj closed 10 years ago

wollardj commented 10 years ago

The git logs retrieved for any given file claim there is only one entry, which was made 44 years ago. So far this is only on CentOS.

wollardj commented 10 years ago

Turns out this isn't a Mandrill issue, but rather one caused by the incorrect time/date on the server. To avoid the issue, make sure you've properly set your timezone with tzselect and then sync with your ntp server /etc/init.d/ntpd restart.

The problem won't necessarily be resolved for existing logs (though it could be), but it should be resolved for all future log messages.