Прашања
Fix: Package not installed? `apt install name`. Or check $PATH.
Cron Not RunningFix: `systemctl status cron`. Check syntax of crontab.
DNS Resolution FailureFix: Update `/etc/resolv.conf`. Add `nameserver 8.8.8.8`.
Destination Host UnreachableFix: Network issue. Check `ip a`. Check gateway.
Fail2Ban Banned MeFix: Wait ban time. Or restart fail2ban via VNC to clear jams.
Firewall LockoutFix: Use VNC Console. Run `ufw disable` or `systemctl stop firewalld`.
High Load AverageFix: Run `htop`. Identify process. Kill if stuck.
Host Key Verification FailedFix: Server Re-imaged? Run `ssh-keygen -R [IP]` to clear old key.
Kernel PanicFix: Corrupt update? Boot into previous kernel via Grub. Or Rescue Mode.
MySQL Crash loopFix: Check error log. Likely OOM. Add swap space.
No Space Left on DeviceFix: `du -sh /*`. Clear logs: `journalctl --vacuum-time=1d`.
OOM Killer (Out of Memory)Fix: MySQL crashing? Add Swap space. Upgrade RAM.
Package Manager LockedFix: `rm /var/lib/dpkg/lock-frontend`. Kill apt process.
Read-only filesystemFix: Filesystem corruption. Reboot for fsck check. Contact Support.
SSH Connection RefusedFix: Server might be OFF. Firewall might be blocking Port 22. Check VNC.
SSH Permission DeniedFix: Root login disabled? Use Key? Wrong password?
Systemd Service FailFix: `systemctl status name`. `journalctl -xe` for details.
Time Sync FailFix: Install NTP. `timedatectl set-ntp on`.
Too Many Open FilesFix: Check `ulimit -n`. Increase limits in `/etc/security/limits.conf`.
Web 403 ForbiddenFix: Webroot owner must be user/www-data. `chown -R www-data:www-data /var/www`.
