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

how to mount proc? #75

Open
qq979249745 opened this issue Jan 22, 2020 · 4 comments
Open

how to mount proc? #75

qq979249745 opened this issue Jan 22, 2020 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@qq979249745
Copy link

Error: /proc must be mounted
  To mount /proc at boot you need an /etc/fstab line like:
      proc   /proc   proc    defaults
  In the meantime, run "mount proc /proc -t proc"
./install.sh: line 9: 22179 Illegal instruction     ./yyets_node > ./log/yyets_node.log 2>&1
Error: /proc must be mounted
  To mount /proc at boot you need an /etc/fstab line like:
      proc   /proc   proc    defaults
  In the meantime, run "mount proc /proc -t proc"

how to mount proc?

@aidlearning
Copy link
Owner

This is because you do not have root permission, so you cannot mount proc,maybe have some solutions to cheate the system to mount. we will try ...

@ichit
Copy link

ichit commented Jan 26, 2020

This is just a request: hi i was wondering if you guys can add more kernels to jupyter, like octave, java script and R kernels. This will be highly appriciated as it can help some of is to keep working on our task when we are on the move. thanks kind regards

@aidlearning
Copy link
Owner

aidlearning commented Jan 27, 2020

Java has been supported by jupyter on AidLearning. Please refer to:
https://www.yuque.com/glg1kx/aidlearning/acghe9

@aidlearning aidlearning added the help wanted Extra attention is needed label Jul 29, 2020
@corporal9736
Copy link

There is another project called proot-distro, which faked a /proc by writing some fake information and bind them to the proot system. You might get some help from that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants