มี 5 กระบวนการที่ไม่สามารถฆ่าได้kill -9 $PID
และการดำเนินการcat /proc/$PID/cmdline
จะหยุดเซสชันปัจจุบัน บางทีพวกมันเป็นกระบวนการซอมบี้
การดำเนินการps -ef or htop
จะหยุดเซสชันปัจจุบัน แต่top
และps -e
ทำงานได้ดี
ดังนั้นดูเหมือนว่ามีปัญหาสองประการที่ระบบไฟล์ไม่ตอบสนอง
นี่เป็นเครื่องจักรที่ใช้งานจริงที่ใช้งานเครื่องเสมือนดังนั้นการรีบูตจึงไม่ใช่ตัวเลือก
รหัสกระบวนการต่อไปนี้ไม่ทำงาน: 16181 16765 5985 7427 7547
พาเรนต์ของกระบวนการเหล่านี้เริ่มต้น
├─collectd(16765)─┬─{collectd}(16776)
│ ├─{collectd}(16777)
│ ├─{collectd}(16778)
│ ├─{collectd}(16779)
│ ├─{collectd}(16780)
│ └─{collectd}(16781)
├─collectd(28642)───{collectd}(28650)
├─collectd(29868)─┬─{collectd}(29873)
│ ├─{collectd}(29874)
│ ├─{collectd}(29875)
│ └─{collectd}(29876)
และหนึ่งในกระบวนการ qemu ไม่ทำงาน
|-qemu-system-x86(16181)-+-{qemu-system-x86}(16232)
| |-{qemu-system-x86}(16238)
| |-{qemu-system-x86}(16803)
| |-{qemu-system-x86}(17990)
| |-{qemu-system-x86}(17991)
| |-{qemu-system-x86}(17992)
| |-{qemu-system-x86}(18062)
| |-{qemu-system-x86}(18066)
| |-{qemu-system-x86}(18072)
| |-{qemu-system-x86}(18073)
| |-{qemu-system-x86}(18074)
| |-{qemu-system-x86}(18078)
| |-{qemu-system-x86}(18079)
| |-{qemu-system-x86}(18086)
| |-{qemu-system-x86}(18088)
| |-{qemu-system-x86}(18092)
| |-{qemu-system-x86}(18107)
| |-{qemu-system-x86}(18108)
| |-{qemu-system-x86}(18111)
| |-{qemu-system-x86}(18113)
| |-{qemu-system-x86}(18114)
| |-{qemu-system-x86}(18119)
| |-{qemu-system-x86}(23147)
| `-{qemu-system-x86}(27051)
/usr/bin/strace ps -ef
เพื่อดูว่าคุณps -ef
แขวนอยู่ตรงไหน
ps -el
ทำงานและการที่รัฐมีกระบวนการเหล่านี้มีอะไรบ้าง?