Jump to content


Photo

Extepg error

DM7000

  • Please log in to reply
5 replies to this topic

#1 mcrahr

  • Member
  • 2 posts

0
Neutral

Posted 11 March 2009 - 09:39

Hi.

Just installed the lates pli image into my dm7000, When trying to run the extepg. I get a dialog saying

Wrong system time, and a log more.

The I had a look into the mv-epg code and found this.
#define FIRST_REASONABLE_TIME 1078415416
#define LAST_REASONABLE_TIME 1236181816
bool checkSensibleSystemTime( void )
{
time_t now = getCurrentTime();
return (
( now > FIRST_REASONABLE_TIME ) &&
( now < LAST_REASONABLE_TIME )
);
}


#define LAST_REASONABLE_TIME 1236181816 =Thu, 4 Mar 2004 15:50:16 UTC

This explains why I get the error, Question is, can this be change in a comming pli image.

Br.
Michael Rahr
[mail]michael@rahrnet.dk[/mail]

Re: Extepg error #2 WanWizard

  • PLi® Core member
  • 68,706 posts

+1,741
Excellent

Posted 11 March 2009 - 12:05

Correction:

FIRST_REASONABLE_TIME 1078415416 = Thu, 4 Mar 2004 15:50:16 UTC
LAST_REASONABLE_TIME 1236181816 = Wed, 04 Mar 2009 15:50:16 GMT

Still, it needs to be fixed...

Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Extepg error #3 mcrahr

  • Member
  • 2 posts

0
Neutral

Posted 11 March 2009 - 13:50

Will / can the Pli team fix it. ?

Re: Extepg error #4 WanWizard

  • PLi® Core member
  • 68,706 posts

+1,741
Excellent

Posted 11 March 2009 - 13:54

It's going on the buglist, it's up to the dev's if and when they have time available to fix it.

Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Extepg error #5 nfnovice

  • Senior Member
  • 696 posts

0
Neutral

Posted 11 March 2009 - 22:35

it's the Y2k9.3 bug for mv
- very strange seems to have come 29 years to early
- I thought it was 19 Januray 2038 that we had all sorts of problems in the unix world
DM800+DM7025+DM7020+DM7000+DM600+DM5620+DM500+VUDUO Dreambox great invention - whats it for ?

Re: Extepg error #6 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 11 March 2009 - 22:42

I also see no reason why one would need to set a 'LAST_REASONABLE_TIME'. If you have to limit in order to filter garbage, at least make the limit dynamic (now + 30 days for instance)..



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users