aidlearning/AidLearning-FrameWork

how to mount proc?

Open

#75 opened on Jan 22, 2020

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (745 forks)batch import
help wanted

Repository metrics

Stars
 (5,275 stars)
PR merge metrics
 (No merged PRs in 30d)

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