Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protonmail-bridge container incorrect dependencies (GLIBC_2.28) #7729

Closed
1 task done
sgtaziz opened this issue Feb 27, 2023 · 2 comments
Closed
1 task done

Protonmail-bridge container incorrect dependencies (GLIBC_2.28) #7729

sgtaziz opened this issue Feb 27, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@sgtaziz
Copy link

sgtaziz commented Feb 27, 2023

App Name

protonmail-bridge

SCALE Version

22.02.3

App Version

3.0.17_9.0.11

Application Events

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.17
2023-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

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

  1. Install protonmail-bridge
  2. Run 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 normally

Screenshots

N/A

Additional Context

N/A

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.
@sgtaziz sgtaziz added the bug Something isn't working label Feb 27, 2023
@sgtaziz sgtaziz changed the title Protonmail-bridge container incorrect dependencies ( Protonmail-bridge container incorrect dependencies (GLIBC_2.28) Feb 27, 2023
@PrivatePuffin
Copy link
Member

We don't build the container, we just mirror it.

@PrivatePuffin PrivatePuffin closed this as not planned Won't fix, can't repro, duplicate, stale Feb 27, 2023
@truecharts-admin
Copy link
Collaborator

This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists

@truecharts truecharts locked and limited conversation to collaborators Mar 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants