Skip to content

Collect error and other warning msgs from different log files on Linux (Manjaro for now)

License

Notifications You must be signed in to change notification settings

AlManja/logs.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logs.py (Manjaro Logs, CLI version)

logsgui.py (Manjaro Logs, GUI version)

logs.py    runs on Python 3.6 shows more info than gui part
logsgui.py runs on Python 3.6, needs: python-pyqt4, python-sh & xdg-utils, I'm not updating it any more

Idea is, to collect different kind of computer info and error msgs from different log files on Arch based Manjaro Linux and display them all at the same time for easier troubleshooting. It is meant to help with troubleshoting in a simple and beginner friendly way :-).

Script also works on Arch linux, but since it also uses "mhwd" (Manjaro hardware detection tool), which is not available in Arch repositories, this part will of course not return any info.

On Systemd based systems, script runs: journalctl -b > journalctl.txt (current systemd boot errors) and place it into your /tmp/ folder before it uses. On OpenRC based systems, it will search for 'WARNINGS' if you have logging enabled in rc.conf

Select files/logs you want to search. If you select Inxi, make sure you have it installed :-)

Big thanks to:

https://github.com/xircon

https://github.com/novel-yet-trivial

https://www.reddit.com/user/K900_

For all the help on Reddit, Manjaro forum and here!

And to @Photon for packaging and adding it to AUR:

https://forum.manjaro.org/users/photon/activity

#alt tag

About

Collect error and other warning msgs from different log files on Linux (Manjaro for now)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages