Back to services

Is Ubuntu Down? Live status & outage reports

Operational
Last problem:

Ubuntu outage reports

Ubuntu common issues

Report a problem

Recent Reports

No reports yet

Service info and troubleshooting

Package installation fails with dependency errors

When installing software through apt, you might see messages about unmet dependencies or broken packages. Run 'sudo apt --fix-broken install' to resolve conflicts automatically. If that doesn't help, try 'sudo dpkg --configure -a' to fix interrupted installations. Clear the package cache with 'sudo apt clean' and update the repository list using 'sudo apt update'. For stubborn cases, remove the problematic package completely with 'sudo apt remove package-name' and reinstall it fresh.

System won't boot after kernel update

If your machine stops at a black screen or drops to emergency mode after updating, reboot and hold Shift to access GRUB menu. Select an older kernel version from Advanced Options. Once logged in, remove the faulty kernel with 'sudo apt remove linux-image-x.x.x-xx' and run 'sudo update-grub'. Check your disk space with 'df -h' because full root partitions often cause boot failures.

Network connection drops randomly
  • Open Settings and navigate to Network section
  • Click the gear icon next to your connection
  • Disable IPv6 if your router doesn't support it properly
  • Switch DNS servers to 8.8.8.8 and 8.8.4.4 in IPv4 settings
  • Restart NetworkManager with 'sudo systemctl restart NetworkManager'
  • Check for driver issues using 'lspci -k | grep -A 3 Network'
Display resolution stuck at low setting

Install the appropriate graphics drivers first. For NVIDIA cards, use 'sudo ubuntu-drivers autoinstall'. AMD and Intel usually work with open-source drivers already included. After installation, reboot and check available resolutions in Display Settings. If your monitor still isn't recognized correctly, create a custom resolution using xrandr commands or install the manufacturer's monitor profile.

Applications freeze or respond slowly

Check system resources by running 'htop' in terminal. High CPU usage often points to runaway processes you can kill with 'pkill process-name'. If memory is maxed out, close unnecessary applications or add swap space. Clear systemd journal logs that might be consuming disk space with 'sudo journalctl --vacuum-time=3d'. Outdated software can cause performance issues, so keep everything current with 'sudo apt upgrade'.

Related Services

Check status of ClickHouse ClickHouse Operational Check status of WireGuard WireGuard Operational Check status of GitHub GitHub Operational
Thank you for your report. It will be shown in less than 5 minutes. Give us some time for verification and moderation, and thank you for your patience in advance.
Suggest to monitor Help us to improve
Thank you for your suggestion. It will be considered and probably implemented. Give us some time though, and thank you for your patience in advance.