Using the disecq.conf and sources.conf shipped with 1.3.45, I get these errors at startup:
Mar 26 20:53:30 bobcat vdr: [2556] loading /etc/vdr/sources.conf Mar 26 20:53:30 bobcat vdr: [2556] ERROR: unknown source key 'A' Mar 26 20:53:30 bobcat vdr: [2556] ERROR: error in /etc/vdr/sources.conf, line 168 Mar 26 20:53:30 bobcat vdr: [2556] ERROR: (null): Bad address Mar 26 20:53:30 bobcat vdr: [2556] exiting
The offending entry appears to be "A111.1W Anik F2", should it be "S111..."?
Mar 26 20:54:57 bobcat vdr: [2623] loading /etc/vdr/diseqc.conf Mar 26 20:54:57 bobcat vdr: [2623] ERROR: unknown source 'S21.5E' Mar 26 20:54:57 bobcat vdr: [2623] ERROR: error in /etc/vdr/diseqc.conf, line 35 Mar 26 20:54:57 bobcat vdr: [2623] ERROR: (null): Bad address Mar 26 20:54:57 bobcat vdr: [2623] exiting
S21.5E is no longer in the sources.conf shipped with 1.3.45.
I have only DVB-C here so I can happily just comment out the troublemakers, but from a packager point of view it'd be nice to know what's the correct fix for the above...
Ville Skyttä wrote:
Using the disecq.conf and sources.conf shipped with 1.3.45, I get these errors at startup:
Mar 26 20:53:30 bobcat vdr: [2556] loading /etc/vdr/sources.conf Mar 26 20:53:30 bobcat vdr: [2556] ERROR: unknown source key 'A' Mar 26 20:53:30 bobcat vdr: [2556] ERROR: error in /etc/vdr/sources.conf, line 168 Mar 26 20:53:30 bobcat vdr: [2556] ERROR: (null): Bad address Mar 26 20:53:30 bobcat vdr: [2556] exiting
The offending entry appears to be "A111.1W Anik F2", should it be "S111..."?
Mar 26 20:54:57 bobcat vdr: [2623] loading /etc/vdr/diseqc.conf Mar 26 20:54:57 bobcat vdr: [2623] ERROR: unknown source 'S21.5E' Mar 26 20:54:57 bobcat vdr: [2623] ERROR: error in /etc/vdr/diseqc.conf, line 35 Mar 26 20:54:57 bobcat vdr: [2623] ERROR: (null): Bad address Mar 26 20:54:57 bobcat vdr: [2623] exiting
S21.5E is no longer in the sources.conf shipped with 1.3.45.
I have only DVB-C here so I can happily just comment out the troublemakers, but from a packager point of view it'd be nice to know what's the correct fix for the above...
Change the 'A' to an 'S' in "A111.1W Anik F2".
The S21.5E entry in the default diseqc.conf is not active by default, and serves just as an example.
Note to self: never accept a patch from a person who doesn't provide a real name... .-(
Klaus
On Sun, 2006-03-26 at 20:41 +0200, Klaus Schmidinger wrote:
The S21.5E entry in the default diseqc.conf is not active by default, and serves just as an example.
Ok, thanks, I'll comment it out then. Note however that depending on what you mean by "not active", it may actually be active in the sense that it is not commented out, and using that file as-is together with the shipped sources.conf will prevent vdr from starting up.
Ville Skyttä wrote:
On Sun, 2006-03-26 at 20:41 +0200, Klaus Schmidinger wrote:
The S21.5E entry in the default diseqc.conf is not active by default, and serves just as an example.
Ok, thanks, I'll comment it out then. Note however that depending on what you mean by "not active", it may actually be active in the sense that it is not commented out, and using that file as-is together with the shipped sources.conf will prevent vdr from starting up.
The diseqc.conf that comes with VDR has these lines commented out.
Klaus
On Sun, 2006-03-26 at 21:13 +0200, Klaus Schmidinger wrote:
Ville Skyttä wrote:
Ok, thanks, I'll comment it out then. Note however that depending on what you mean by "not active", it may actually be active in the sense that it is not commented out, and using that file as-is together with the shipped sources.conf will prevent vdr from starting up.
The diseqc.conf that comes with VDR has these lines commented out.
Not all of them:
$ wget -q ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.45.tar.bz2 $ tar jxf vdr-1.3.45.tar.bz2 $ grep '^S' vdr-1.3.45/diseqc.conf S19.2E 11700 V 9750 t v W15 [E0 10 38 F0] W15 A W15 t S19.2E 99999 V 10600 t v W15 [E0 10 38 F1] W15 A W15 T S19.2E 11700 H 9750 t V W15 [E0 10 38 F2] W15 A W15 t S19.2E 99999 H 10600 t V W15 [E0 10 38 F3] W15 A W15 T S21.5E 11700 V 9750 t v W15 [E0 10 38 F4] W15 B W15 t S21.5E 99999 V 10600 t v W15 [E0 10 38 F5] W15 B W15 T S21.5E 11700 H 9750 t V W15 [E0 10 38 F6] W15 B W15 t S21.5E 99999 H 10600 t V W15 [E0 10 38 F7] W15 B W15 T
Ville Skyttä wrote:
On Sun, 2006-03-26 at 21:13 +0200, Klaus Schmidinger wrote:
Ville Skyttä wrote:
Ok, thanks, I'll comment it out then. Note however that depending on what you mean by "not active", it may actually be active in the sense that it is not commented out, and using that file as-is together with the shipped sources.conf will prevent vdr from starting up.
The diseqc.conf that comes with VDR has these lines commented out.
Not all of them:
$ wget -q ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.45.tar.bz2 $ tar jxf vdr-1.3.45.tar.bz2 $ grep '^S' vdr-1.3.45/diseqc.conf S19.2E 11700 V 9750 t v W15 [E0 10 38 F0] W15 A W15 t S19.2E 99999 V 10600 t v W15 [E0 10 38 F1] W15 A W15 T S19.2E 11700 H 9750 t V W15 [E0 10 38 F2] W15 A W15 t S19.2E 99999 H 10600 t V W15 [E0 10 38 F3] W15 A W15 T S21.5E 11700 V 9750 t v W15 [E0 10 38 F4] W15 B W15 t S21.5E 99999 V 10600 t v W15 [E0 10 38 F5] W15 B W15 T S21.5E 11700 H 9750 t V W15 [E0 10 38 F6] W15 B W15 t S21.5E 99999 H 10600 t V W15 [E0 10 38 F7] W15 B W15 T
Oh, I see - I just saw
# S21.5E 11700 V 9750 t v W15 B W15 t # S21.5E 99999 V 10600 t v W15 B W15 T # S21.5E 11700 H 9750 t V W15 B W15 t # S21.5E 99999 H 10600 t V W15 B W15 T
and didn't look further up.
So, since this change to sources.conf has caused so much ado, can somebody confirm whether S21.5E actually no longer exists?
Klaus
On Sunday 26 March 2006 21:41, Klaus Schmidinger wrote:
Oh, I see - I just saw
# S21.5E 11700 V 9750 t v W15 B W15 t # S21.5E 99999 V 10600 t v W15 B W15 T # S21.5E 11700 H 9750 t V W15 B W15 t # S21.5E 99999 H 10600 t V W15 B W15 T
and didn't look further up.
So, since this change to sources.conf has caused so much ado, can somebody confirm whether S21.5E actually no longer exists?
here you can see this http://www.lyngsat.com/europe.html
Bye Oleg