[opensuse] How to check kernel messages?
I like to use "tail -f /var/log/messages", but I can't see any device notifications. Original problem is, most likely, broken SD card from an Android phone with a lot of pictures that disappeared at some point. When I try to mount it under KDE it doesn't show up in device notifier. Trying to debug that, but without "tail -f" don't know how to get real time kernel messages. -- Regards, Rajko. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* Rajko <rmatov101@charter.net> [06-06-15 20:43]:
I like to use "tail -f /var/log/messages", but I can't see any device notifications.
Original problem is, most likely, broken SD card from an Android phone with a lot of pictures that disappeared at some point. When I try to mount it under KDE it doesn't show up in device notifier.
Trying to debug that, but without "tail -f" don't know how to get real time kernel messages.
Hello stranger :) try dmesg -T |tail -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 2015-06-07 02:52, Patrick Shanahan wrote:
* Rajko <> [06-06-15 20:43]:
I like to use "tail -f /var/log/messages", but I can't see any device notifications.
It is possible that syslog is not running. It is not in a default 13.2.
try dmesg -T |tail
Change that to "dmesg -Tw" :-) - -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iF4EAREIAAYFAlVzmC8ACgkQja8UbcUWM1w39AD/UngnSZ80FMNYFeLhFOauBNFO i0LxLSJZR//ysbHC+1MA/1dXKvhM1dg3psWO3r+jEK2FlGmQELkT0Q8l/nuZ8P4t =fq5f -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 6/6/2015 6:02 PM, Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2015-06-07 02:52, Patrick Shanahan wrote:
* Rajko <> [06-06-15 20:43]:
I like to use "tail -f /var/log/messages", but I can't see any device notifications.
It is possible that syslog is not running. It is not in a default 13.2.
try dmesg -T |tail
Change that to "dmesg -Tw" :-)
- -- Cheers / Saludos,
Or journalctl -f -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 06/06/2015 08:52 PM, Patrick Shanahan wrote:
* Rajko <rmatov101@charter.net> [06-06-15 20:43]:
I like to use "tail -f /var/log/messages", but I can't see any device notifications.
Original problem is, most likely, broken SD card from an Android phone with a lot of pictures that disappeared at some point. When I try to mount it under KDE it doesn't show up in device notifier.
Trying to debug that, but without "tail -f" don't know how to get real time kernel messages.
Hello stranger :)
try dmesg -T |tail
I use "dmesg -w" but a RTFM mentions -H for --human -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Saturday 06 Jun 2015 19:39:34 Rajko wrote:
I like to use "tail -f /var/log/messages", but I can't see any device notifications.
Original problem is, most likely, broken SD card from an Android phone with a lot of pictures that disappeared at some point. When I try to mount it under KDE it doesn't show up in device notifier.
Trying to debug that, but without "tail -f" don't know how to get real time kernel messages.
If you are using systemd try as "su" journalctl -b or journalctl -b | grep kernel -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sat, 6 Jun 2015 19:39:34 -0500 Rajko <rmatov101@charter.net> wrote:
I like to use "tail -f /var/log/messages", but I can't see any device notifications.
Original problem is, most likely, broken SD card from an Android phone with a lot of pictures that disappeared at some point. When I try to mount it under KDE it doesn't show up in device notifier.
Trying to debug that, but without "tail -f" don't know how to get real time kernel messages.
Tried all proposals, they work and can be used: "dmesg -w" and variants work fine, just like "tail -f" would. "systemctl -f" works the same way with some highlight so it is easier to capture interesting parts. "systemctl -b" gives scrollable log output, not what I needed - output that is updated as new messages are coming. -- Regards, Rajko. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (6)
-
Anton Aylward
-
Carlos E. R.
-
ianseeks
-
John M Andersen
-
Patrick Shanahan
-
Rajko