Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

website not reachable after installation

Hi, I just succeeded in installing the /e/ environment in my VPS. But I cannot connect to the website.

A deeper looks shows the nginx container is resstarting in a loop:

CONTAINER ID        IMAGE                                                                     COMMAND                  CREATED             STATUS                          PORTS                                                                                                                                                                          NAMES
fcdb9977b1b9        registry.gitlab.e.foundation:5000/e/infra/docker-nginx:1.17               "nginx -g 'daemon of…"   19 hours ago        Restarting (1) 54 seconds ago                                                                                                                                                                                  nginx
f04fa9ad0de1        registry.gitlab.e.foundation:5000/e/infra/docker-create-account:1.0.1     "python3 -u ./main.py"   19 hours ago        Up 3 minutes                                                                                                                                                                                                   create-account
(..)
(all other containers run stable)

As I'm not very experienced an I found no solution by searching the web, maybo you con point me the way ...

Some strange things in syslog (don't know if the problems depends on these):

Dec  7 14:56:35 vhost containerd[913]: time="2019-12-07T14:56:35.638900454+01:00" level=error msg="Failed to load cni during init, please check CRI plugin status before setting up network for pods" error="cni config load failed: no network config found in /etc/cni/net.d: cni plugin not initialized: failed to load cni config"
(...)
Dec  7 14:56:39 vhost dockerd[953]: time="2019-12-07T14:56:39.089731264+01:00" level=warning msg="Your kernel does not support swap memory limit"
Dec  7 14:56:39 vhost dockerd[953]: time="2019-12-07T14:56:39.089991790+01:00" level=warning msg="Your kernel does not support cgroup rt period"
Dec  7 14:56:39 vhost dockerd[953]: time="2019-12-07T14:56:39.090040871+01:00" level=warning msg="Your kernel does not support cgroup rt runtime"
(...)
Dec  7 14:56:39 vhost snapd[807]: daemon stop requested to wait for socket activation
Dec  7 14:56:39 vhost kernel: [   31.713185] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Dec  7 14:56:39 vhost kernel: [   31.726523] Bridge firewalling registered
Dec  7 14:56:39 vhost kernel: [   31.769568] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Dec  7 14:56:40 vhost kernel: [   32.391255] Initializing XFRM netlink socket
Dec  7 14:56:40 vhost kernel: [   32.405428] Netfilter messages via NETLINK v0.30.
Dec  7 14:56:40 vhost kernel: [   32.425760] ctnetlink v0.93: registering with nfnetlink.
(...)
Dec  7 14:56:39 vhost kernel: [   33.101921] IPv6: ADDRCONF(NETDEV_UP): br-88c8a7dXXXX: link is not ready
Dec  7 14:56:39 vhost systemd-timesyncd[666]: Synchronized to time server [2001:67c:1560:8003::c8]:123 (ntp.ubuntu.com).
Dec  7 14:56:40 vhost dockerd[953]: time="2019-12-07T14:56:40.010078211+01:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Dec  7 14:56:40 vhost kernel: [   33.741337] br-88c8a7dXXXX: port 1(vethe956d94) entered blocking state
Dec  7 14:56:40 vhost kernel: [   33.741342] br-88c8a7dXXXX: port 1(vethe956d94) entered disabled state
Dec  7 14:56:40 vhost kernel: [   33.744638] device vethe956d94 entered promiscuous mode
Dec  7 14:56:40 vhost kernel: [   33.745161] IPv6: ADDRCONF(NETDEV_UP): vethe956d94: link is not ready
Dec  7 14:56:40 vhost kernel: [   33.745172] br-88c8a7dXXXX: port 1(vethe956d94) entered blocking state
Dec  7 14:56:40 vhost kernel: [   33.745175] br-88c8a7dXXXX: port 1(vethe956d94) entered forwarding state
Dec  7 14:56:40 vhost kernel: [   33.745272] br-88c8a7dXXXX: port 1(vethe956d94) entered disabled state
Dec  7 14:56:40 vhost systemd-timesyncd[666]: Network configuration changed, trying to establish connection.

Bridge config:

root@vhost:~# brctl show
bridge name     bridge id               STP enabled     interfaces
br-88c8a7dXXXX         8000.024237e0379f       no              veth0e5b047
                                                        veth11ea036
                                                        veth2fa045b
                                                        veth3122e27
                                                        veth3aaf57d
                                                        veth7a1cd2d
                                                        vethc62d661
                                                        vethf8e650c
docker0         8000.02422a91da45       no

And

root@vhost:~# docker network inspect bridge
[
    {
        "Name": "bridge",
        "Id": "dccbe94892638aba6bbddf398b6f2803ce8623b07c500d4829a0e658c92702df",
        "Created": "2019-12-07T17:54:05.552475815+01:00",
        "Scope": "local",
        "Driver": "bridge",
        "EnableIPv6": false,
        "IPAM": {
            "Driver": "default",
            "Options": null,
            "Config": [
                {
                    "Subnet": "172.17.0.0/16",
                    "Gateway": "172.17.0.1"
                }
            ]
        },
        "Internal": false,
        "Attachable": false,
        "Ingress": false,
        "ConfigFrom": {
            "Network": ""
        },
        "ConfigOnly": false,
        "Containers": {},
        "Options": {
            "com.docker.network.bridge.default_bridge": "true",
            "com.docker.network.bridge.enable_icc": "true",
            "com.docker.network.bridge.enable_ip_masquerade": "true",
            "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
            "com.docker.network.bridge.name": "docker0",
            "com.docker.network.driver.mtu": "1500"
        },
        "Labels": {}
    }
]

Thanks for your assisstance in advance!

Regards, Michael