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

Error running rkt on Chromebook #19

Closed
trystant opened this issue Apr 16, 2018 · 4 comments
Closed

Error running rkt on Chromebook #19

trystant opened this issue Apr 16, 2018 · 4 comments
Assignees

Comments

@trystant
Copy link
Collaborator

When trying to run rkt on the Chromebook, I run into the following error:

���  CryptoSignal sudo rkt run --insecure-options=image --set-env-file=settings.env docker://shadowreaver/crypto-signal:master --debug
[sudo] password for mnyon: 
image: using image from local store for image name coreos.com/rkt/stage1-coreos:1.29.0
image: remote fetching from URL "docker://shadowreaver/crypto-signal:master"
image: fetching image from docker://shadowreaver/crypto-signal:master
Downloading sha256:7e765f6e07f [=============================] 20.1 MB / 20.1 MB
Downloading sha256:6f02823cd02 [=============================]     241 B / 241 B
Downloading sha256:9239d3c3d42 [=============================] 1.89 MB / 1.89 MB
Downloading sha256:4fb899b4df2 [=============================] 19.3 MB / 19.3 MB
Downloading sha256:f2b6b4884fc [=============================] 52.6 MB / 52.6 MB
Downloading sha256:74eaa8be722 [=============================] 43.3 MB / 43.3 MB
Downloading sha256:15a9990eda7 [=============================] 1.32 MB / 1.32 MB
Downloading sha256:6634282c91c [=============================] 14.7 KB / 14.7 KB
Downloading sha256:dbe579556aa [=============================] 76.1 MB / 76.1 MB
Downloading sha256:c9052a51d29 [=============================]   9.2 MB / 9.2 MB
Downloading sha256:6ecd854ceaf [=============================] 38.3 MB / 38.3 MB
Downloading sha256:2d6e98fe404 [=============================]   131 MB / 131 MB
Downloading sha256:414666f7554 [=============================] 3.17 MB / 3.17 MB
run: disabling overlay support: "overlay entry not present in /proc/filesystems"
stage0: Preparing stage1
stage0: Writing image manifest
stage0: Loading image sha512-1dc8ecff32acb446305a1b6657db214acbaf30765436cce7d943f066d8272e86
stage0: Writing image manifest
stage0: Writing pod manifest
stage0: Setting up stage1
stage0: Wrote filesystem to /var/lib/rkt/pods/run/a100acbb-77b2-4081-882b-8d39918eaee4
stage0: Pivoting to filesystem /var/lib/rkt/pods/run/a100acbb-77b2-4081-882b-8d39918eaee4
stage0: Execing [/var/lib/rkt/pods/run/a100acbb-77b2-4081-882b-8d39918eaee4/stage1/rootfs/init --debug --net=default --local-config=/etc/rkt a100acbb-77b2-4081-882b-8d39918eaee4]
stage1: failed to setup network
  ������mount --make-rshared /var/run/netns failed: "too many levels of symbolic links"

I'm not sure of the reasons for this, but I'll investigate.

@mlgrm
Copy link

mlgrm commented Sep 6, 2018

anything new on this? i'm trying to run docker://opencpu/rstudio, and i get the same error.

mind you, this is my first try with rkt (i'm pretty familiar with docker) so it could be something else, but since you have the same error and it's recent...

@trystant
Copy link
Collaborator Author

trystant commented Sep 6, 2018

@mlgrm Sorry but I didn't have much success with rkt. I got docker running on my Pixelbook though.

Separately, one other option to consider; upping the inotify watchers may help:

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Try that out.

@yuwash
Copy link

yuwash commented Mar 2, 2019

I‘m getting the same error on HP Chromebook x360 - 11-ae021nd and your inotify watchers hack doesn’t change the behavior.

However, as I’m using crouton, adding --net=host as suggested here in its project issue solved it.

In contrast, I had much less success using Docker until now.

@mnyon-grandkru
Copy link
Owner

mnyon-grandkru commented Sep 4, 2022

In a world where a bunch of other issues are settled, I'd re-run this to see whether this exists on my Pixelbook. I'll hold on this until I get to retry this either in Crouton or in Crostini

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants