aidlearning/AidLearning-FrameWork

how to mount proc?

Open

#75 opened on Jan 22, 2020

 (4 comments) (0 reactions) (0 assignees)Python (721 forks)batch import
help wanted

Repository metrics

Stars
 (5,796 stars)
PR merge metrics
 (PR metrics pending)

Description

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?

Contributor guide