You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/share/zoneinfo/Etc/GMT-1 used for /etc/localtime
What is the expected output? What do you see instead?
expected conman deamon to function, instead saw the log message;
NOTICE: Starting ConMan daemon 0.2.5 (pid 86513)
INFO: Open file limit set to 1024
ERROR: strftime() failed
NB: same problem with 0.2.7
What version of the software are you using? On what operating system?
conman 0.2.5-2.4.el6 as shipped with SL6.3. Noticed same problem in source tip of tree.
Please provide any additional information below.
The problem is create_long_time_string(time_t t) has const int len set to 25, when it should be 29 (or higher) to deal with all known current timezone codes. Recommend it be set to 32 to provide an engineering margin.
What steps will reproduce the problem?
/usr/share/zoneinfo/Etc/GMT-1
used for/etc/localtime
What is the expected output? What do you see instead?
expected conman deamon to function, instead saw the log message;
NB: same problem with 0.2.7
What version of the software are you using? On what operating system?
conman 0.2.5-2.4.el6 as shipped with SL6.3. Noticed same problem in source tip of tree.
Please provide any additional information below.
The problem is
create_long_time_string(time_t t)
has const int len set to 25, when it should be 29 (or higher) to deal with all known current timezone codes. Recommend it be set to 32 to provide an engineering margin.Original issue reported on code.google.com by
mark_salyzyn@xyratex.com
on 3 Jan 2013 at 8:54The text was updated successfully, but these errors were encountered: