Questions tagged [logs]

Logs are lists of events or information generated by a program or system. They are used for diagnosis as they can contain various useful information to pinpoint the cause of a problem.

Logs are lists of events or information generated by a program or system. They are used for diagnosis as they can contain various useful information to pinpoint the cause of a problem. Generally, there are a few types of entries:

  • Error: A problem that can cause a process or program to fail, such as "Directory not found; quitting".

  • Warning: A potential problem that has not caused a failure yet, or create a failure that was easily rectified within the program, such as "Configuration file not found; using default configuration."

  • Information: A bit of info, such as "The server is listening on port 80."

  • Verbose: Low-level info, such as "Opened configuration file for reading." Useful to show between which initiation steps a failure occurred, with greater specificity than the use of information entries.

  • Debug: Extreely fine info, often useless. This can be a new entry for every connection to a webserver saying "New connection from 10.20.10.154, testdev.local/index.php. HTTP/1.1:404, 2KB returned".

189 questions
10
votes
3 answers

Where is the Xpad content stored on disk?

I had installed the Xpad package on Ubuntu 13.10 and had taken a few notes in it. I recently upgraded to Ubuntu 14.04 and have taken the backup of the entire home folder. At which location is the content of the Xpad stored on the disk? If it is…
bpositive
  • 135
4
votes
1 answer

For how long Linux system logs are stored?

So that is my question. I googled it but nothing came. I see that the logs I have only covers 24 hours (if the time is not wrong, because it resets on every boot)
4
votes
1 answer

How to see computer activity

I am very very new to Ubuntu. I wish to know how to see user logs in Ubuntu. I realized that our son has been using his computer on days he's not supposed to. Apparently, he configured the computer that user logs are deleted so I don't see user logs…
2
votes
1 answer

/var/log showing 1TB of 2TB hard Disk

Im relatively new to Ubuntu, please be gentle. System has just crashed while trying to learn Blender. Rebooted machine many times and now it is booting up OK, but I have noticed I have very little disk space available. /var/log is showing 1TB of…
DaveW
  • 21
1
vote
0 answers

Will Landscape tool help pull in user logs from the client

I would like to know if Landscape can monitor the user login logs and report. Whenever a user is switching as root, he becomes privileged user so I need to keep a track of the user. Hence will Landscape track the logs of the privileged users.
1
vote
0 answers

segmentation fault when trying to run logstalgia

I just installed Logstalgia package via apt-get on Ubuntu 14.04 server, when I try to run it with root@server$ logstalgia production-default.log The shell returns Segmentation fault (core dumped) How can I fix this error?
1
vote
1 answer

Strange text in auth.log and syslog.log

I always look into my log files, for any strange behaviour on it. But, today, some part of the text was strange, so I started to take a look on it, and I got something here (this one is from syslog.log): Nov 18 17:43:21 nori-hidamari…
Nori-chan
  • 845
0
votes
1 answer

kern.log is empty

I've been noticing that my computer has been taking alot of time to shutdown. I decided I would look in some log files and see if I could find the culprit. When I checked in kern.log it was completely empty and I found that strange. Is this normal…
Nade
  • 331
  • 2
  • 11
0
votes
0 answers

Where is /var/log/daemon.log on 22.04 server on Pi4

Wanting to learn more about logs. Reading thru https://ubuntu.com/tutorials/viewing-and-monitoring-log-files#2-log-files-locations Noticing that /var/log/daemon.log & /var/log/debug are not visible what am I doing wrong?
0
votes
1 answer

How to stop a run away filling of a HDD?

Ubuntu 22.10; AMD 64-bit; 6 core; 1 TB HDD Somehow I got one of those run away 'fill the HDD' problems. I didn't even know I had that until I got an error message on screen that the HDD would soon be filled. And sure enough, before I could figure…
Jim_HiTek
  • 191
  • 1
  • 20
0
votes
0 answers

Gnome-logs important warnings (20.04)

I am rumming 20.04 having upgraded from 19.10. On boot up my Gnome-Log list the following four important warnings: Hardware: pcieport 0000:00:1d.6: AER: [12] Timeout Other: gkr-pam: unable to locate daemon control file Hardware: iwlwifi…
0
votes
0 answers

Cannot login to my main user. Maybe stuck in some kind of a loop or hit some error

I have ubuntu 18.04. The problem is that i cannot login to my main user account, when i enter my password, it shows a blank black screen with only the mouse cursor and the processor starts making sound. Because i needed to use my computer, i have…
0
votes
0 answers

Ubuntu makes my computer clear and blank

Today I got the second time a similar problem with my Ubuntu. The first time it was in September, the second one is today. For the first time, it was updated by itself to the new Ubuntu version and deletes all my files. So, I was working and then…
Igor
  • 1
0
votes
1 answer

APCUPSD and "do_IRQ: 3.33 No irq handler for vector"

Logs are filled with error: Jul 21 17:56:36 servername kernel: [ 2883.646823] do_IRQ: 3.33 No irq handler for vector Help! What is this? Its a brand new 18.04 server install on new hardware. I installed APCUPSD via "apt-get -y install apcupsd"…
-1
votes
1 answer

what does Ubuntu store under system logs?

what does Ubuntu store under system logs? i found this link https://help.ubuntu.com/community/LinuxLogFiles but is the information on the website accurate?