You are not logged in.
Pages: 1
I've just gotten home and have gone to use Mythtv frontend in the lounge room but I am getting the issue:
Your frontend and backend are configured in different timezones. You must correct this mismatch to continue
This has also recently happened on the frontend out the backroom but I haven't had a chance to look at it. But now that the one in the lounge room has done it I will have to get it sorted. I use NTP on the system to keep the time in sync but it doesn't seem to be the issue. Seems to be related to Mythtv. I haven't changed anything on the system at all.
My system is still using rc.conf
So I am hoping someone might be able to help me correct this issue?
Last edited by morphjk (2012-11-08 10:15:40)
Offline
Maybe /etc/localtime and /etc/timezone ?
Offline
Maybe /etc/localtime and /etc/timezone ?
In the /etc/localtime it comes up with:
TZif2^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^D^@^@^@^D^@^@^@^@^@^@^@�^@^@^@^D^@^@^\^@^EP^[�^E�8�^G/��^G^Oß ï¿½ï¿½ï¿½
���^K�^Y^@^L��^@
~�^@^N��^@^O^�^@^P��^@^Q>�^@^Rx�^@^S^^�^@^TXf^@^T��^@^V8H^�^^g'�^_��^@ Y~�!� "B�^@#i�^@$"}^@%IÍ^@&^B_^@')�^@'��^@(ï¿ï¿½V^O��V���W�ÝXß YϿ�Z���[�ܿ^@\� ^@]��^@^��^@_^\^@^@^@^@^@^EP^[�^@^@^@^@^E�8�^@^@^@^@^G/��^@^@^@^@^G�^Z�^Oß^@^@$
���^@^@^@^@^K�^Y^@^@^@^@^@^L��^@^@^@^@^@
~�^@^@^@^@^@^N��^@^@^@^@^@^O^�^@^@^@^@^@^P��^@^@^@^@^@^Q>�^@^@^@^@�^@^@^@^@^^g'�^@^@^@^@^_��^@^@^@^@^@ Y~�^@^@^@^@!� ^@^@^@^@"B�^@^@�^@^@^@^@V^O��^@^@^@^@V���^@^@^@^@W�Ý^@^@^@^@Xß ^@^@^@^@YϿ�^@^@EST-10EST,M10.1.0,M4.1.0/3Perhaps that is the issue? There is nothing in the other file.
If I run:
ls -l /etc/localtimeI get these outputs on the machines:
[media@media ~]$ ls -l /etc/localtime
-rw-r--r-- 1 root root 2295 Oct 27 18:55 /etc/localtime
[media@media ~]$ls -l /etc/localtime
-rw-r--r-- 1 root root 2295 Oct 28 20:20 /etc/localtime
[media@lounge ~]$ls -l /etc/localtime
-rw-r--r-- 1 root root 2295 Nov 9 2012 /etc/localtime
[morphjk@bedroom ~]$Not sure what I need to change
Last edited by morphjk (2012-11-08 04:35:21)
Offline
It should not be a regular file, but a symlink. I am not sure how you managed to make you localtime what it is.
% ls -l localtime
lrwxrwxrwx 1 root root 39 Oct 25 20:48 localtime -> /usr/share/zoneinfo/America/Los_AngelesSee the beginners guide or the systemd wiki page for more help. Timezone may not be covered (or needed at this point), but it simply contains the location you set with localtime (ie in my case Americal/Los_Angeles)
Last edited by WonderWoofy (2012-11-08 04:49:14)
Offline
It should not be a regular file, but a symlink. I am not sure how you managed to make you localtime what it is.
% ls -l localtime lrwxrwxrwx 1 root root 39 Oct 25 20:48 localtime -> /usr/share/zoneinfo/America/Los_AngelesSee the beginners guide or the systemd wiki page for more help. Timezone may not be covered (or needed at this point), but it simply contains the location you set with localtime (ie in my case Americal/Los_Angeles)
I've never modified that file so I have no idea how it end up that way.
I've found the time zone I need. I'm not using systemd and the beginners guide isn't any help. I need to make it Australia/Hobart. So I just need to workout how to change it and if NTP will be effected.
Offline
I don't believe you that you read the beginners guide.
https://wiki.archlinux.org/index.php/Be … #Time_zone
You are expected to do your own research around here. And at the very, very least, check out the information that is provided when you ask qeustions.
Offline
Well I have set the file with:
ln -s /usr/share/zoneinfo/Australia/Hobart /etc/localtimeBut I am still getting the error and according to a thread on mythtv it is the system that is at fault not mythtv.
EDIT: Solved it by doing an NTP update on all machines.
Last edited by morphjk (2012-11-08 10:15:20)
Offline
Pages: 1