You are not logged in.
Pages: 1
Hi, I am new to Archlinux, but I have already used Ubuntu and Debian.
I am starting to have problems with my configuration but have some things working correctly, while others dont.
My question is, how I can diagnose Arch Linux?
For example, when I boot Archlinux, there is some message of a loaded module failing. I don't know how to read it since it appears so fast, is not a log where the text that appears where you boot can be written?
My other question is diagnostic about package, I dont know how to diagnose whick packages are complete and which need dependencies.
And for last, I would ask for advice about general diagnosing since it is the way I can learn by myself better.
Offline
In a default installation, your diagnostic tools are the numerous logs under /var/log, which you can take a peek with tail, or any other application that handles text streams; cat, vim, etc. Familiarize yourself with dmesg, tail and syslog by looking at their respective man pages.
man dmesgThis would should you the manual page for dmesg.
What you're asking for is non-specific to Arch. There are other, more sophisticated way of looking at logs, but they all depend on what I've pointed out so far. Be it GUI or a syslog-ng replacement, you're looking at the same output.
Other ways of diagnosing your system (specific to modules and devices) is through /proc. lspci and lsdev are some of the tools that facilitate interfacing with /proc.
Last edited by gog (2009-10-15 02:12:24)
Offline
With respect to getting information about packages, you may want to look at the Pacman Wiki:
Offline
1. http://wiki.archlinux.org/index.php/Dis … t_messages
2. testdb
Last edited by Mr.Elendig (2009-10-15 16:42:38)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Pages: 1