Link Search Menu Expand Document

Table of contents

  1. linux之啟動
    1. libc version not right
    2. mount of nfs
      1. nas1
    3. gmond

linux之啟動

libc version not right

  • kernel找不到正確版本的/lib64/libstdc++.so.6、libgcc_s.so.1
  • 造成效果
    • i8042: no controller found
    • booting hang-on
  • solve
    • reboot on USB
    • re-link right version

mount of nfs

nas1

  • nas1的格式是nfs3,但是-t沒有nfs3的選項,需用-o
  • mount -o vers=3 200.200.121.71:/nas1 /nas1

gmond

  • 檢查狀態:systemctl status gmond
  • 重新啟動:systemctl restart gmond