Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

new option: view log files #20

@excalibur1234

Description

@excalibur1234

how about a new option in pacui: "view log files"?

although this is usually not helpful for package management, it could help to identify problems on a user's system.

these are some log files, which could be implemented:

  • /var/log/pacman.log (already mostly implemented in the "roll-back" option!)
  • output of "journalctl -x" (see wiki for explanation)
  • output of "journalctl -k" (shows kernel log)
  • output of "journalctl --follow --full" (shows live log)
  • output of "journalctl -b -0" (current boot log)
  • output of "journalctl -b -0" (last boot log)
  • /var/log/Xorg.*
  • dmesg -l err
  • dmesg | grep sd > get info on sata drives
  • dmesg | grep usb > get info on usb devices
  • dmesg | grep eth > get Ethernet card device
  • dmesg | grep bluetooth I think you get the idea.
  • systemctl list-units --all
  • systemctl list-unit-files
  • systemctl list-timers --all
  • systemctl status (added to help page in 27b1422)
  • systemctl --failed (completed in 27b1422)
  • sudo smartctl -i -A -H $(df -k / | awk 'NR==2 {print $1}')
  • sudo smartctl -i -A -H $(df -k /home | awk 'NR==2 {print $1}')

please suggest more log files, which you think are important and useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions