From: Paul Wise Date: Mon, 29 Sep 2014 02:50:19 +0000 (+0800) Subject: Port LastlogTimes object to platforms with a 64-bit lastlog.ll_time X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=696875f82762047b983d1f002ca9a88d458e64b5;hp=696875f82762047b983d1f002ca9a88d458e64b5;p=mirror%2Fdsa-puppet.git Port LastlogTimes object to platforms with a 64-bit lastlog.ll_time Fixes this error from merulo, an ia64 machine: Traceback (most recent call last): File "/etc/cron.weekly/puppet-mail-big-homedirs", line 256, in HomedirReminder().run() File "/etc/cron.weekly/puppet-mail-big-homedirs", line 166, in __init__ self.lastlog_times = LastlogTimes() File "/etc/cron.weekly/puppet-mail-big-homedirs", line 125, in __init__ lastlog_time, _, _ = list(struct.unpack(self.LASTLOG_STRUCT, record)) struct.error: unpack requires a string argument of length 292 ---