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

VirtualGL Error: curl: (22) The requested URL returned error: 404 Not Found #1045

Closed
2 tasks done
trunc8 opened this issue Jun 21, 2021 · 0 comments
Closed
2 tasks done

Comments

@trunc8
Copy link
Collaborator

trunc8 commented Jun 21, 2021

Fixes needed in

  • master
  • noetic

Error message on building Dockerfile-2.4.base(master) and Dockerfile-noetic-3.1(noetic):

Step 12/57 : RUN curl -fsSL -O https://s3.amazonaws.com/virtualgl-pr/dev/linux/virtualgl_${VIRTUALGL_VERSION}_amd64.deb &&     curl -fsSL -O https://s3.amazonaws.com/virtualgl-pr/dev/linux/virtualgl32_${VIRTUALGL_VERSION}_amd64.deb &&     apt-get update && apt-get install -y --no-install-recommends ./virtualgl_${VIRTUALGL_VERSION}_amd64.deb ./virtualgl32_${VIRTUALGL_VERSION}_amd64.deb &&     rm virtualgl_${VIRTUALGL_VERSION}_amd64.deb virtualgl32_${VIRTUALGL_VERSION}_amd64.deb &&     chmod u+s /usr/lib/libvglfaker.so &&     chmod u+s /usr/lib/libdlfaker.so &&     chmod u+s /usr/lib32/libvglfaker.so &&     chmod u+s /usr/lib32/libdlfaker.so &&     chmod u+s /usr/lib/i386-linux-gnu/libvglfaker.so &&     chmod u+s /usr/lib/i386-linux-gnu/libdlfaker.so &&     curl -fsSL -O https://s3.amazonaws.com/turbovnc-pr/dev/linux/turbovnc_${TURBOVNC_VERSION}_amd64.deb &&     apt-get update && apt-get install -y --no-install-recommends ./turbovnc_${TURBOVNC_VERSION}_amd64.deb &&     rm turbovnc_${TURBOVNC_VERSION}_amd64.deb &&     rm -rf /var/lib/apt/lists/* &&     echo -e "no-remote-connections\nno-httpd\nno-x11-tcp-connections\nno-pam-sessions\npermitted-security-types = None, VNC, otp" > /etc/turbovncserver-security.conf
 ---> Running in 948eed988654
curl: (22) The requested URL returned error: 404 Not Found
The command '/bin/sh -c curl -fsSL -O https://s3.amazonaws.com/virtualgl-pr/dev/linux/virtualgl_${VIRTUALGL_VERSION}_amd64.deb &&     curl -fsSL -O https://s3.amazonaws.com/virtualgl-pr/dev/linux/virtualgl32_${VIRTUALGL_VERSION}_amd64.deb &&     apt-get update && apt-get install -y --no-install-recommends ./virtualgl_${VIRTUALGL_VERSION}_amd64.deb ./virtualgl32_${VIRTUALGL_VERSION}_amd64.deb &&     rm virtualgl_${VIRTUALGL_VERSION}_amd64.deb virtualgl32_${VIRTUALGL_VERSION}_amd64.deb &&     chmod u+s /usr/lib/libvglfaker.so &&     chmod u+s /usr/lib/libdlfaker.so &&     chmod u+s /usr/lib32/libvglfaker.so &&     chmod u+s /usr/lib32/libdlfaker.so &&     chmod u+s /usr/lib/i386-linux-gnu/libvglfaker.so &&     chmod u+s /usr/lib/i386-linux-gnu/libdlfaker.so &&     curl -fsSL -O https://s3.amazonaws.com/turbovnc-pr/dev/linux/turbovnc_${TURBOVNC_VERSION}_amd64.deb &&     apt-get update && apt-get install -y --no-install-recommends ./turbovnc_${TURBOVNC_VERSION}_amd64.deb &&     rm turbovnc_${TURBOVNC_VERSION}_amd64.deb &&     rm -rf /var/lib/apt/lists/* &&     echo -e "no-remote-connections\nno-httpd\nno-x11-tcp-connections\nno-pam-sessions\npermitted-security-types = None, VNC, otp" > /etc/turbovncserver-security.conf' returned a non-zero code: 22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant