Quote:
Originally Posted by odamizu
I did ;dm to dump the logs all 3 times. I must admit I don't really know what I'm looking at. There are also 4 logs for each dump: all_netlog_logs, all_system_logs, all_wpa_supplicant_logs, and wininfo_logs.
What should I look for???
|
The all_systems_logs file is the one most likely to be useful. Try looking for errors somewhere within the last hundred or so lines of the end of the file.
Most messages are formatted as:
date:time process[pid]: severity message
where severity is I (info), W (warning), E (error)
For example:
Quote:
170406:214834 ADM[19165]: E HttpClient: IOError: Couldn't resolve host name: Could not resolve: device-messaging-na.amazon.com (Could not contact DNS servers)
170406:214834 wifid[2432]: I spectator:conn-start:t=240294.866017, essid=any:
170406:214834 wifid[2432]: I wmgr:wconn:scanning...::~:
170406:214834 wifid[2432]: I wmgr:scan:hidden-nets=1 :starting...::~:
170406:214834 wifid[2432]: I spectator:scan-start:t=240294.866705:
170406:214834 wifid[2432]: W sysev:power::redundant Wakeup - discarded
170406:214834 ADM[19165]: I HttpClient: Waiting for 7 seconds before next attempt
170406:214834 system: I tinyrot:def::Rotating file /var/log/messages with max size 256
|