You probably have no /var/www/etc/localtime
Yes, it was the real problem.
$ ls -l /etc/localtime
lrwxr-xr-x 1 root wheel 33 Feb 14 17:33
/etc/localtime/usr/share/zoneinfo/Europe/Madrid
$ cp /usr/share/zoneinfo/Europe/Madrid /var/www/etc/localtime
Simple, clean and understandable. It was
On 2008-04-10, Jordi Espasa Clofent <[EMAIL PROTECTED]> wrote:
> The last goal was that symon shows the graphs in CEST (Europe/Madrid),
> not in UTC.
You probably have no /var/www/etc/localtime
The computer clock should be set in UTC, which is CEST (Europe/Madrid
summertime) minus 2h.
Yes, is it.
$ env TZ=Europe/Madrid date
Thu Apr 10 11:21:04 CEST 2008
$ env TZ=UTC date
Thu Apr 10 09:21:13 UTC 2008
This is what I would expect.
The same in my system:
[EMAIL PROTECTED] [~] [11:33:
On 10.04-11:06, Jordi Espasa Clofent wrote:
[ ... ]
> [EMAIL PROTECTED] [~] [10:59:59]
> $ date -u
> Thu Apr 10 09:00:01 UTC 2008
presumably the prompt is showing local time which is UTC +2 (+1 for
CET and +1 for summer time). so all is well. as for the sysmon output
you'll probably find (but i
Hi all,
When I installed my box, I configured Europe/Madrid as a timezone (I
live in Barcelona).
I use OpenNTPd, so my prompt always shows to me the correct hour; but
since I've installed symon (an excelent monitoring tool) I note that the
generated graphs are -2 hours ???
well, I go t
5 matches
Mail list logo