El 2020-09-07 a las 15:49 -0400, Doug McGarrett escribió:
On 9/7/20 3:27 PM, Patrick Shanahan wrote:
* Doug McGarrett <> [09-07-20 14:31]:
On 9/6/20 10:34 PM, Lew Wolfgang wrote:
On 9/6/20 7:20 PM, Doug McGarrett wrote:
On 9/6/20 8:02 PM, Lew Wolfgang wrote:
On 9/6/20 4:06 PM, Patrick Shanahan wrote: > * Doug McGarrett <dmcgarrett@optonline.net> [09-06-20 19:02]: >> On 9/6/20 5:47 PM, Carlos E. R. wrote: >>> Lew told you in his post. It is the same file where it has been for >>> decades: /var/log/messages >> ran "locate messages" and there is no file in /var/log/ >> or anywhere that >> looks like it is related to the os. All related to some >> application file or other. >> --doug >>>> so maybe no syslog invocation, ie: all systemd-journal >>>> >>>> tell him how to find "panic" in the journal. >>>> Good point, what version of Leap are you running, Doug? If you're not sure you can "cat /etc/os-release". As someone else pointed out, the system is not Leap, it's Tumbleweed. Ah, I missed that. Some older releases of openSUSE didn't run syslog by default, which would explain why /var/log/messages was missing. Leap 15.2 does run it by default, I don't know about Tumbleweed. journalctl should be there in any case.
Can you try "journalctl | |grep -i panic" as root and see what happens?
locate does not find cournalctl You don't need to "locate" journalctl, it's a program that lives in /usr/bin.
You should find it by doing "which journalctl", or just typing "journalctl", assuming your paths are set correctly.
Regards, Lew
linux1:/home/doug # journalctl | lgrep -i panic If 'lgrep' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf lgrep linux1:/home/doug # journalctl | grep -i panic (return to linux1) Had to install lgrep: linux1:/home/doug # zypper install lv Retrieving package lv-4.51-149.12.x86_64 (1/1), 424.8 KiB (620.2 KiB unpacked) Retrieving: lv-4.51-149.12.x86_64.rpm .................................................................................................[done]
Checking for file conflicts: ..........................................................................................................[done] (1/1) Installing: lv-4.51-149.12.x86_64 ...............................................................................................[done] linux1:/home/doug # journalctl | lgrep -i panic linux1:/home/doug #
No panic anywhere. Ran memtest overnite. All clean. Doug, it is *not* "lgrep" but "| grep", the verticle line ie: the pipe character.
You MUST read and FOLLOW directions as presented. If you look at the original post, it was lgrep, which didn't work.
No, it wasn't lgrep. Lew made a typo and wrote two vertical bars. Notice, vertical bars, not 'l' like in Lima. I did not make that mistake when I told you what command to paste in the terminal to run. When "journalctl | grep -i panic" returns nothing it is because there is nothing to return. -- Cheers Carlos E. R. (from openSUSE Leap 15.1 x86_64 (Minas Tirith))