You are here

Linux issue, working on Win10

29 posts / 0 new
Last post
khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months
Linux issue, working on Win10

Hi,

For some reason a couple of site ini's working fine on windows 10 but have issues when put onto my remote linux box.

rte.ie.ini doesn't work at all on linux machine but fine on windows 10.
yourtv.com.au will pull 7 days of guide data on my windows10 machine but when transferred to linux any setting over t=1 results in:

[Error ] Unable to update channel FOX League HD
[Critical] Generic syntax exception:
[Critical] message:
[Error ] no index page data received from FOX League HD
[Error ] unable to update channel, try again later

I've attached logs from linux machine showing t=1 (pulling yourtv) and t=2 (not pulling yourtv) and logs from my win10 installation showing pulling multiple days for both yourtv and rte.

WG+ 3.3, configs and ini/channel files are exactly the same on linux/win10 machines, can post if need to but I thought it might be something obvious/simple. Logs attached.

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

update mono ca-certicicates
you will have to find where mono stores the certificates for your linux distro,i check my ubuntu install and they are in
/etc/ssl/certs/ca-certificates.crt

so for me its..

mike@MIKE-ASUS-ROG:/mnt/c/WINDOWS/system32$ cert-sync /etc/ssl/certs/ca-certificates.crt
Mono Certificate Store Sync - version 6.8.0.105
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Importing into legacy system store:
I already trust 124, your new list has 124
Import process completed.

Importing into BTLS system store:
I already trust 124, your new list has 124
Import process completed.

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

Great, thanks!

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

does that mean it works now?

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

Sorry, had to check, no...
ca-certificates-mono is already the newest version (6.8.0.105+dfsg-2)

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

its not a binary update,its to update mono's ssl certificates.
i just got done installing V3.3(usually use only dotnet versions) and yourtv works fine for me so you have other issues,most likely you need to update momo's certificate store.
do what i said above and run the cert-sync command.

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

btw what your seeing is the cert-sync binary version,did you get a output like i have above that certificates were imported.

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

ran cert-sync

User@Server:/etc/ssl/certs$ cert-sync /etc/ssl/certs/ca-certificates.crt
Mono Certificate Store Sync - version 6.8.0.105
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Importing into legacy system store:
I already trust 124, your new list has 124
Import process completed.

Importing into BTLS system store:
I already trust 124, your new list has 124
Import process completed.

Ran WG+ but the same errors.

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

try this..

mike@MIKE-ASUS-ROG:/mnt/c/WINDOWS/system32$ sudo update-ca-certificates -v
[sudo] password for mike:
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
Updating Mono key store
Mono Certificate Store Sync - version 6.8.0.105
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Importing into legacy system store:
I already trust 124, your new list has 124
Import process completed.

Importing into BTLS system store:
I already trust 124, your new list has 124
Import process completed.
Done
done.

see if this changes for you.
0 added, 0 removed; done.

mine are all upto date as i just did a update not long ago

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

User@Server:/etc/ssl/certs$ sudo update-ca-certificates -v
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
Updating Mono key store
Mono Certificate Store Sync - version 6.8.0.105
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Importing into legacy system store:
I already trust 124, your new list has 124
Import process completed.

Importing into BTLS system store:
I already trust 124, your new list has 124
Import process completed.
Done
done.

Still not resolved...

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

everything seems to be in order.
not sure where to go from here,what useragent are you using?
is it current?
some site will not respond if your useragent is old as it thinks its a unsupported browser version.
here's mine..
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

I had:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36 Edg/79.0.309.71

Updated to yours and ran but still the same...

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

i assume you check that you can see the site from the linux pc?
whats is it a server?
try to ping the site.
ping yourtv.com.au

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

you could also try changing your dns.
i use google
8.8.8.8 and 8.8.4.4

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

Yup already using google DNS and I checked ping before starting the thread...

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

PING yourtv.com.au (75.2.43.150) 56(84) bytes of data.
64 bytes from a6033b2998aeb1ff7.awsglobalaccelerator.com (75.2.43.150): icmp_seq=1 ttl=117 time=5.32 ms

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

upload ur wg config.
dont forget to remove your license info

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

whats your time-out="xxx" setting?
its on the <retry line in your webgrab config
the default is 5,change it to 30.

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

Already at 80, I'll upload config, away from machine atm

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

Here you go.

Attachments: 
Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

dont see anything wrong with your files.
only other suggestion is maybe try the dotnet webgrab version.
you can have both 3.x and 4.x/5.x installed together so you dont need to remove 3.x.

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

Is that likely to make much difference? Especially given rte.com will download a guide for 1 day but errors out at 2 or more days? I don't have dotnet installed on linux currently.

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

i thought we were dealing with it not working at all issue.
just read your first post,i missed the 1 or 2 day grab part.

try these,i dont see any reason why the ones in the siteini.pack wouldnt work but these are my files.
i just tried both and no issues grabbing 7 days epg.

Attachments: 
khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

Ah, thanks I will have a go with these.

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

Ah, thanks I will have a go with these.

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

It must be two separate issues, youtv.com.au is now working fine on linux, rte.com is not. I might see if the channels are available on another ini rather than continue hitting a wall with rte.

Thanks for the ini for yourtv!

Blackbear199
Offline
Blackbear199's picture
WG++ Team memberDonator
Joined: 8 years
Last seen: 7 hours

if sky.com.ini(UK folder) works ok for you use it has ireleand in the region list.
i checked the data and rte 1 and rte 2 are there.

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

I will check thanks, I was looking at entertainment.ie which is still online but needs a slight update I think. I will check out sky ireland pack. tx

khpov
Offline
Donator
Joined: 1 year
Last seen: 4 months

Bingo! Sky is working tx

Log in or register to post comments

Brought to you by Jan van Straaten

Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl