On Mon, Apr 16, 2012 at 8:53 PM, Gonzalo Servat
<[email protected]> wrote:
> On Tue, Apr 17, 2012 at 11:40 AM, James Cammarata <[email protected]> wrote:
>>
>>
>> Is that 2.2.1-1? I'm running of the master branch and don't see that
>> traceback:
>>
>> # cobbler status
>> ip             |target              |start            |state
>> 192.168.x.x  |system:sl6test      |Sun Mar 25 21:10:55 2012|finished
>
>
> Yes, this is 2.2.1-1. Have you checked your action_status.py code to see if
> it looks the same as mine in the output? If it is the same, then it should
> break if any of your install.log files show human readable date/time.

Yes mine looks the same, and my install.log contains the epoch time
stamp (not the formated one you had). Can you check the
cobbler/modules/install_{pre,post}_log.py files on your system? They
look like this in the master branch:

    fd = open("/var/log/cobbler/install.log","a+")
    fd.write("%s\t%s\t%s\tstart\t%s\n" % (objtype,name,ip,time.time()))
    fd.close()
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to