No web inside www container [Solved]

Moderator: BarryK

Post Reply
libertas
Posts: 91
Joined: Thu Apr 22, 2021 8:35 pm
Has thanked: 16 times
Been thanked: 2 times

No web inside www container [Solved]

Post by libertas »

Hi,

I'm running Daedalus, last version.

I click on the locked www icon, Chromium opens, but cannot reach any website.
The computer is using a wired connection.
What should I try to solve this?

User avatar
bugnaw333
Posts: 355
Joined: Wed Jul 20, 2022 11:04 pm
Location: Cebu, Philippines
Has thanked: 556 times
Been thanked: 79 times

Re: No web inside www container

Post by bugnaw333 »

same here on locked www only :(

Attachments
www.jpg
www.jpg (76.53 KiB) Viewed 254 times
User avatar
CF-DKS
Posts: 62
Joined: Fri Apr 08, 2022 6:41 pm
Has thanked: 12 times
Been thanked: 13 times

Re: No web inside www container

Post by CF-DKS »

I have the same problem, just checked, and it is with both containerized browser and containerized daedalus. And I am using version 6.5

User avatar
pp4mnklinux
Posts: 1176
Joined: Wed Aug 19, 2020 5:43 pm
Has thanked: 646 times
Been thanked: 309 times

Re: No web inside www container

Post by pp4mnklinux »

No problem for me

Daedalus and ScarthGap 6.5.5.1

Chromium works as always.

Attachments
Image 14_15_45.jpg
Image 14_15_45.jpg (110.26 KiB) Viewed 244 times

PP4MNK

User avatar
CF-DKS
Posts: 62
Joined: Fri Apr 08, 2022 6:41 pm
Has thanked: 12 times
Been thanked: 13 times

Re: No web inside www container

Post by CF-DKS »

pp4mnklinux wrote: Fri Dec 20, 2024 1:18 pm

No problem for me

Daedalus and ScarthGap 6.5.5.1

Chromium works as always.

Did you click the online link?

User avatar
bugnaw333
Posts: 355
Joined: Wed Jul 20, 2022 11:04 pm
Location: Cebu, Philippines
Has thanked: 556 times
Been thanked: 79 times

Re: No web inside www container

Post by bugnaw333 »

@pp4mnklinux
did you click the addy? :o

I dont have problem on Scarthgaph`s locked www, only in Daedalus.

User avatar
pp4mnklinux
Posts: 1176
Joined: Wed Aug 19, 2020 5:43 pm
Has thanked: 646 times
Been thanked: 309 times

Re: No web inside www container

Post by pp4mnklinux »

CF-DKS wrote: Fri Dec 20, 2024 1:52 pm
pp4mnklinux wrote: Fri Dec 20, 2024 1:18 pm

No problem for me

Daedalus and ScarthGap 6.5.5.1

Chromium works as always.

Did you click the online link?

What link?

Please , give me a capture or photo of what u are talking about.

Thanks

Thanks

PP4MNK

User avatar
CF-DKS
Posts: 62
Joined: Fri Apr 08, 2022 6:41 pm
Has thanked: 12 times
Been thanked: 13 times

Re: No web inside www container

Post by CF-DKS »

pp4mnklinux wrote: Fri Dec 20, 2024 1:18 pm

What link?

Please , give me a capture or photo of what u are talking about.

Thanks

The screenshot you posted is local, not on line. Click the online link or try to access an online site.

User avatar
pp4mnklinux
Posts: 1176
Joined: Wed Aug 19, 2020 5:43 pm
Has thanked: 646 times
Been thanked: 309 times

Re: No web inside www container

Post by pp4mnklinux »

Ok.- tested now

As @bugnaw333 said, no problem with ScarthGap, only with Daedalus.

@BarryK

Attachments
Screenshot 19 06(1).jpg
Screenshot 19 06(1).jpg (51.59 KiB) Viewed 182 times

PP4MNK

User avatar
BarryK
Posts: 2771
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 141 times
Been thanked: 758 times

Re: No web inside www container

Post by BarryK »

OK, I'll look into it, probably tonight.

Caramel
Posts: 492
Joined: Sun Oct 02, 2022 6:25 pm
Location: France
Has thanked: 102 times
Been thanked: 84 times

Re: No web inside www container

Post by Caramel »

Observations :

- The problem is not limited to the www container, it exists for all the containers in Daedalus( tested with daedalus as container and the terminal container (test with ping) )

-In the www container google.com (as well as the chrome web store and youtube) works.

- By typing chrome://net-internals/#dns in the address bar of chromium and using the Lookup button you can get the ip adress for a site:

For example, the ip adress of forum.puppylinux.com is 162.241.244.127 (It's an IPv4 adress)
The ip adress of google.com is 2a00:1450:4007:807::200e . It's an IPv6 adress.

-

Code: Select all

Ping 2a00:1450:4007:807::200e

in the terminal container works

- There is no line starting by inet in the outputs of the commands ip addr show and ifconfig in the terminal container, but there are lines starting by inet6

So in the containers in Daedalus, IPv4 do not work but IPv6 works

EDIT : command nmcli in the terminal container (in Easy Daedalus 6.5.1.1)

# nmcli
Erreur : impossible de créer l'objet NMClient : Impossible de se connecter : No such file or directory.

(In English : Could not create NMclient object. No such file or directory)

User avatar
BarryK
Posts: 2771
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 141 times
Been thanked: 758 times

Re: No web inside www container

Post by BarryK »

I tracked down the cause.

In script /usr/local/easy_containers/ec-chroot, line 486, this line:

Code: Select all

ip netns exec ${IFcont}ns dhcpcd -C resolv.conf -C wpa_supplicant -b ${IFcont} #-b background immediately. 181117 do not write to /etc/resolv.conf

fails, because 'dhcpcd' executable is missing.

networkmanager uses its own inbuilt dhcpcd, but for ethernet connection in container, require the dhcpcd executable. The script sets up an "ethernet bridge" into the container. I did that code back in 2018, and memory of how and why is very vague.

Anyway, you have to use PKGget to install 'dhcpcd-base' package. That fixes it.

Post Reply

Return to “EasyOS”