siriusmart@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoits still deprecatedlemmy.worldimagemessage-square63fedilinkarrow-up11.18Karrow-down127
arrow-up11.15Karrow-down1imageits still deprecatedlemmy.worldsiriusmart@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square63fedilink
minus-squareKISSmyOSFeddit@lemmy.worldlinkfedilinkarrow-up21·1 year agoTo be fair, people who know which logs to attach and how to get them usually already know enough to troubleshoot the issue by themselves.
minus-squarepng@discuss.tchncs.delinkfedilinkarrow-up16·1 year agoThis is such a hard part of learning Linux. “Just look at the logs” Which logs? Where? How?
minus-squareKISSmyOSFeddit@lemmy.worldlinkfedilinkarrow-up4·edit-21 year agojournalctl > logs.txt (don’t actually do this)
minus-squarezurohki@aussie.zonelinkfedilinkEnglisharrow-up4·1 year agoYou’d think so, but the logs often contain a ton of noise along with the one line that tells me what the actual issue is.
To be fair, people who know which logs to attach and how to get them usually already know enough to troubleshoot the issue by themselves.
This is such a hard part of learning Linux. “Just look at the logs” Which logs? Where? How?
journalctl > logs.txt
(don’t actually do this)(what does this do?)
deleted by creator
You’d think so, but the logs often contain a ton of noise along with the one line that tells me what the actual issue is.