Unable to open Configuration snapshots
Re: Unable to open Configuration snapshots
I have tried the below steps and chnaged the time zone to Europe/London, but it is still the same...!! 
Re: Unable to open Configuration snapshots
There seems to be a bug in some centos versions. Check to see if localtime is a file or directory:
Code: Select all
ls -la /etc/localtime
file /etc/localtimeFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Unable to open Configuration snapshots
This is the ourput I get...
[root@hostname libexec]# ls -la /etc/localtime
lrwxrwxrwx. 1 root root 20 Feb 5 08:09 /etc/localtime -> /usr/share/zoneinfo/
[root@hostname libexec]# file /etc/localtime
/etc/localtime: symbolic link to `/usr/share/zoneinfo/'
[root@hostname libexec]# ls -la /etc/localtime
lrwxrwxrwx. 1 root root 20 Feb 5 08:09 /etc/localtime -> /usr/share/zoneinfo/
[root@hostname libexec]# file /etc/localtime
/etc/localtime: symbolic link to `/usr/share/zoneinfo/'
Re: Unable to open Configuration snapshots
Yerp, that is the problem. Do the following:
(make sure there is no trailing slash!)
For example:
Code: Select all
rm /etc/localtimeCode: Select all
cp /usr/share/zoneinfo/<your country>/<your timezone> /etc/localtimeCode: Select all
cp /usr/share/zoneinfo/America/Chicago /etc/localtimeFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.