Download from BH server

Liquid

Staff member
Administrator
yes DHCP
all settings are correct
the cccam server is running, so the network connection is good
it looks as if this image is blocking access to the BH server from this IP
Because how else to explain it, if there is no such problem in other images
your issue is with updating the image or with the addon server?!
 

Liquid

Staff member
Administrator
addon serwer

I think these are your attempt:
[09/May/2022:19:26:11 +0000]
[09/May/2022:19:26:16 +0000]
[10/May/2022:15:48:21 +0000]
[10/May/2022:15:48:26 +0000]
(current server time is Thu 12 May 2022 10:04:52 AM UTC)
i can see that the server answered with a status code 200 (ok) maybe is on another box you have

try running following command on your box:
Code:
time wget -O - "https://bhaddons.openbh.net/index.php?op=outcat&cat=OpenBh-Plugins"
and paste the output
 

JAKITAKI

Active member
I think these are your attempt:
[09/May/2022:19:26:11 +0000]
[09/May/2022:19:26:16 +0000]
[10/May/2022:15:48:21 +0000]
[10/May/2022:15:48:26 +0000]
(current server time is Thu 12 May 2022 10:04:52 AM UTC)
i can see that the server answered with a status code 200 (ok) maybe is on another box you have

try running following command on your box:
Code:
time wget -O - "https://bhaddons.openbh.net/index.php?op=outcat&cat=OpenBh-Plugins"
and paste the output


real 0m23,046s
user 0m0,019s
sys 0m0,010s
 

Liquid

Staff member
Administrator
real 0m23,046s
user 0m0,019s
sys 0m0,010s
try again please you should get more then 3 lines

Code:
time wget -O - "http://bhaddons.openbh.net/index.php?op=outcat&cat=OpenBh-Plugins" -d

for exemple following is on my box that have dns issues
Code:
time wget -O - "http://bhaddons.openbh.net/index.php?op=outcat&cat=OpenBh-Plugins" -d
DEBUG output created by Wget 1.21.3 on linux-gnueabi.

Reading HSTS entries from /home/root/.wget-hsts
--2022-05-12 17:41:21--  http://bhaddons.openbh.net/index.php?op=outcat&cat=OpenBh-Plugins
Resolving bhaddons.openbh.net... failed: Name or service not known.
wget: unable to resolve host address ‘bhaddons.openbh.net’

real    0m23,035s
user    0m0,010s
sys     0m0,003s
 

JAKITAKI

Active member
Code:
 time wget -O - "http://bhaddons.openbh.net/index.php?op=outcat&cat=OpenBh-Plugins" -d
DEBUG output created by Wget 1.21.3 on linux-gnueabi.

Reading HSTS entries from /home/root/.wget-hsts
--2022-05-12 17:46:28--  http://bhaddons.openbh.net/index.php?op=outcat&cat=OpenBh-Plugins
Resolving bhaddons.openbh.net... failed: Name or service not known.
wget: unable to resolve host address ‘bhaddons.openbh.net’

real    0m23,032s
user    0m0,006s
sys     0m0,008s

can do so
since on 5.0.013 it is OK
it can copy from 5.0 network connection files
to image 5.1
just say what exactly these files are
 
Last edited:

Liquid

Staff member
Administrator
Code:
 time wget -O - "http://bhaddons.openbh.net/index.php?op=outcat&cat=OpenBh-Plugins" -d
DEBUG output created by Wget 1.21.3 on linux-gnueabi.

Reading HSTS entries from /home/root/.wget-hsts
--2022-05-12 17:46:28--  http://bhaddons.openbh.net/index.php?op=outcat&cat=OpenBh-Plugins
Resolving bhaddons.openbh.net... failed: Name or service not known.
wget: unable to resolve host address ‘bhaddons.openbh.net’

real    0m23,032s
user    0m0,006s
sys     0m0,008s

can do so
since on 5.0.013 it is OK
it can copy from 5.0 network connection files
to image 5.1
just say what exactly these files are

cat /etc/resolv.conf

ping 8.8.8.8

You are using Lan cable or WiFi?

Are you using adguard home or similar software?
 
Last edited:

JAKITAKI

Active member
cat /etc/resolv.conf

ping 8.8.8.8

You are using Lan cable or WiFi?

Are you using adguard home or similar software?
I tested on LAN and WIFI
no i don't use this software I
tested via Mobile HotSpot and it works

if I understood correctly
that in the resolv.conf file

I have to type ping 8.8.8.8
 

Ev0

Admin
Staff member
Administrator
Unzip, send to /etc/ssl (backup the original file first).

Then reboot.

See if it then works for you
 

Attachments

  • openssl.zip
    4.6 KB · Views: 4

JAKITAKI

Active member
i did so
I posted resolv.conf chmod 644
I pasted nameserver 8.8.8.8 into it
now after restarting the GUI, I don't need to paste it again

init2 / init3, I don't know where to change it
 

Liquid

Staff member
Administrator
i did so
I posted resolv.conf chmod 644
I pasted nameserver 8.8.8.8 into it
now after restarting the GUI, I don't need to paste it again

init2 / init3, I don't know where to change it
Init 2 temporary disable the GUI.

The idea is to modify the resolv.conf with the GUI shutted off.
Init 3 is to restore GUI without reboot
 
Top