Bug#1058711: ipmitool: sel time set fails: "Specified time could not be parsed"

2023-12-17 Thread Jörg Frings-Fürst
Hi Andrew, please take a look at [1]. The man page description of "sel time set" is invalid. You must use the locale's date / time format. CU Jörg https://codeberg.org/IPMITool/ipmitool/issues/18 -- New: GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D GPG key (long) : 0

Bug#1058711: ipmitool: sel time set fails: "Specified time could not be parsed"

2023-12-16 Thread andrew bezella
On Sat, 2023-12-16 at 08:32 +0100, Jörg Frings-Fürst wrote: > Hi Andrew, > > Am Samstag, dem 16.12.2023 um 08:12 +0100 schrieb Jörg Frings-Fürst: > > Hello Andrew, > > > > > > the ipmitool code in this area has not changed for years. If I > > remember > > correctly, there was a change in the she

Bug#1058711: ipmitool: sel time set fails: "Specified time could not be parsed"

2023-12-15 Thread Jörg Frings-Fürst
Hi Andrew, Am Samstag, dem 16.12.2023 um 08:12 +0100 schrieb Jörg Frings-Fürst: > Hello Andrew, > > > the ipmitool code in this area has not changed for years. If I remember > correctly, there was a change in the shell where a parameter was activated by > default. > > > Can you escape the oute

Bug#1058711: ipmitool: sel time set fails: "Specified time could not be parsed"

2023-12-15 Thread Jörg Frings-Fürst
Hello Andrew, the ipmitool code in this area has not changed for years. If I remember correctly, there was a change in the shell where a parameter was activated by default. Can you escape the outer "? Like this ipmitool sel time set \"$(date "+%m/%d/%Y %T")\" CU  Jörg -- New: GPG Fingerpr

Bug#1058711: ipmitool: sel time set fails: "Specified time could not be parsed"

2023-12-15 Thread andrew bezella
On Fri, 2023-12-15 at 16:10 +0100, Jörg Frings-Fürst wrote: [...] thank you for the quick reply! > Please can you test with > > ipmitool sel time set now this reports success (and i changed our crontab over to it yesterday): # ipmitool sel time set now 12/15/2023 04:20:53 PM UTC > and with >

Bug#1058711: ipmitool: sel time set fails: "Specified time could not be parsed"

2023-12-15 Thread Jörg Frings-Fürst
Hello Andrew, thank you for your efforts in creating the bug report. You are making Debian better. Please can you test with ipmitool sel time set now and with ipmitool sel clear && ipmitool sel time set "$(date "+%m/%d/%Y %T")" Many thanks. CU Jörg -- New: GPG Fingerprint: 63E0 075F

Bug#1058711: ipmitool: sel time set fails: "Specified time could not be parsed"

2023-12-14 Thread andrew bezella
Package: ipmitool Version: 1.8.19-6 Severity: normal Dear Maintainer, after upgrading a system from bullseye to bookworm i found that the ipmitool command we had been using to set the bmc time was failing. the crontab entry was: ipmitool sel time set "$(date "+%m/%d/%Y %T")" this worked up to i