Linux 系统无法启动?GRUB 引导修复全流程
故障现象 GRUB rescue 提示符 grub rescue> lsnset root=(hd0,m … 阅读更多
服务器 · 操作系统 · 排错实战
主机操作系统深度技术文章
故障现象 GRUB rescue 提示符 grub rescue> lsnset root=(hd0,m … 阅读更多
放行端口 firewall-cmd –add-port=8080/tcp –permanentnfirew … 阅读更多
排查方法 journalctl -k -n 100 -p errndmesg | grep -i error … 阅读更多
清理 du -sh /var/log/* | sort -rh | head -10n> /var/lo … 阅读更多
超级块修复 mke2fs -n /dev/vda1 | grep superblocknfsck.ext4 – … 阅读更多
配置 pm.max_children = 30npm.max_requests = 500nrequest_s … 阅读更多
排查命令 ps aux –sort=-%mem | head -20ncat /proc/slabinfo … 阅读更多
rd.break 方法 mount -o remount,rw /sysrootnchroot /sysroo … 阅读更多
优化配置 worker_processes auto;nworker_rlimit_nofile 65535; … 阅读更多
排查 systemctl status crondncrontab -lntail -50 /var/log/ … 阅读更多