AidLearning-FrameWork icon indicating copy to clipboard operation
AidLearning-FrameWork copied to clipboard

how to mount proc?

Open qq979249745 opened this issue 5 years ago • 4 comments

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?

qq979249745 avatar Jan 22 '20 09:01 qq979249745

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

aidlearning avatar Jan 24 '20 17:01 aidlearning

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

ichit avatar Jan 26 '20 02:01 ichit

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

aidlearning avatar Jan 27 '20 01:01 aidlearning

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.

corporal9736 avatar Apr 07 '21 19:04 corporal9736