You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-02-27 13:13:28
Created container protonmail-bridge
2023-02-27 13:13:28
Started container protonmail-bridge
2023-02-27 13:13:26
Add eth0 [172.16.0.166/16] from ix-net
2023-02-27 13:13:26
Container image "tccr.io/truecharts/protonmail-bridge:3.0.17@sha256:23e2d0200f0f060b8732a4220c7d348b9633b051b2c9b27913ef44ccc37b4a34" already present on machine
2023-02-27 13:13:25
Successfully assigned ix-protonmail-bridge/protonmail-bridge-697dbb4cb4-bc9qq to ix-truenas
2023-02-27 13:13:23
Updated LoadBalancer with new IPs: [] -> [10.77.1.10]
2023-02-27 13:13:23
Updated LoadBalancer with new IPs: [] -> [10.77.1.10]
2023-02-27 13:13:22
Successfully provisioned volume pvc-d5c095c2-8d9f-4061-81a7-cbf58aca8407
2023-02-27 13:13:22
0/1 nodes are available: 1 pod has unbound immediate PersistentVolumeClaims. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.
2023-02-27 13:13:19
Job completed
2023-02-27 13:13:19
External provisioner is provisioning volume for claim "ix-protonmail-bridge/protonmail-bridge-config"
2023-02-27 13:13:19
waiting for a volume to be created, either by external provisioner "zfs.csi.openebs.io" or manually created by system administrator
2023-02-27 13:13:19
Ensuring load balancer
2023-02-27 13:13:19
Ensuring load balancer
2023-02-27 13:13:19
Applied LoadBalancer DaemonSet kube-system/svclb-protonmail-bridge-imap-fe045d2b
2023-02-27 13:13:19
Scaled up replica set protonmail-bridge-697dbb4cb4 to 1
2023-02-27 13:13:19
Applied LoadBalancer DaemonSet kube-system/svclb-protonmail-bridge-smtp-df89b975
2023-02-27 13:13:19
Created pod: protonmail-bridge-697dbb4cb4-bc9qq
2023-02-27 13:13:19
0/1 nodes are available: 1 pod has unbound immediate PersistentVolumeClaims. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.
2023-02-27 13:13:05
Started container protonmail-bridge-manifests
2023-02-27 13:13:04
Created container protonmail-bridge-manifests
2023-02-27 13:13:03
Add eth0 [172.16.0.163/16] from ix-net
2023-02-27 13:13:03
Container image "tccr.io/truecharts/kubectl:v1.26.0@sha256:6d6e0e50f28b961ed1c1c6a9c140553238641591fbdc9ac7c1a348636f78c552" already present on machine
2023-02-27 13:13:02
Created pod: protonmail-bridge-manifests-7gdzp
2023-02-27 13:13:02
Successfully assigned ix-protonmail-bridge/protonmail-bridge-manifests-7gdzp to ix-truenas
Application Logs
2023-02-27 10:13:28.723101+00:00+ [[ ''== init ]]
2023-02-27 10:13:28.723420+00:00+ socat TCP-LISTEN:25,fork TCP:127.0.0.1:1025
2023-02-27 10:13:28.723477+00:00+ rm -f faketty
2023-02-27 10:13:28.723521+00:00+ socat TCP-LISTEN:143,fork TCP:127.0.0.1:1143
2023-02-27 10:13:28.724478+00:00+ mkfifo faketty
2023-02-27 10:13:28.726553+00:00+ cat faketty
2023-02-27 10:13:28.726689+00:00+ protonmail-bridge --cli
2023-02-27 10:13:28.800593+00:00/usr/lib/protonmail/bridge/bridge: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /usr/lib/protonmail/bridge/bridge)2023-02-27 10:13:28.800745+00:00�[31mFATA�[0m[Feb 27 10:13:28.800] Failed to launch �[31merror�[0m="exit status 1" �[31mexe_path�[0m=/usr/lib/protonmail/bridge/bridge �[31mexe_to_launch�[0m=bridge �[31mlauncher_path�[0m=/usr/lib/protonmail/bridge/proton-bridge �[31mlauncher_version�[0m=3.0.172023-02-27 10:13:41.093363+00:002023/02/27 10:13:41 socat[19] E connect(5, AF=2 127.0.0.1:1143, 16): Connection refused
App Name
protonmail-bridge
SCALE Version
22.02.3
App Version
3.0.17_9.0.11
Application Events
Application Logs
Application Configuration
Default configuration
Describe the bug
Protonmail-bridge v3 requires glibc 2.28, container has 2.27 installed (ldd --version shows
ldd (Ubuntu GLIBC 2.27-3ubuntu1.6) 2.27
)See shenxn/protonmail-bridge-docker#79
To Reproduce
chmod +x entrypoint.sh && ps aux | grep [b]ridge | awk '{print $2}' | xargs -I {} kill -9 {} && ./entrypoint.sh init
Expected Behavior
/usr/lib/protonmail/bridge/bridge
should start normallyScreenshots
N/A
Additional Context
N/A
I've read and agree with the following
The text was updated successfully, but these errors were encountered: