Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
2 answers
3k views

Event logging service/tool for Fedora Linux

Is there a background program for Fedora/Linux that keeps track of (important) events (like startup and shutdown time)? Also interested in GUI tools.
basic6's user avatar
  • 2,727
0 votes
1 answer
33 views

IN which file error gets stored if installation of anything fails

I was installing some software on my linux system and then i get long list of errors. Now i can go up and see when did it starts so i want to know the log file where the full error gets stored so that ...
user782234's user avatar
0 votes
0 answers
128 views

Is it possible to log all files that are executed in Ubuntu? [duplicate]

Possible Duplicate: How can I log all process launches in Linux I would like to be able to log all the files that are executed on my system, so I can see later in a log which files have been ...
runeks's user avatar
  • 166
4 votes
0 answers
24k views

Linux log files - why did my server go down?

When I got home, my server was hung in the BIOS boot process - the system had restarted for some reason. The last log entry in /var/log/messages relates a DHCP renewal request - there's nothing ...
Will's user avatar
  • 49
60 votes
3 answers
72k views

Linux - some way to keep a live-updating log file open in terminal?

This must've been done before: I want to keep a log file open in terminal so I can monitor updates to it as they occur. My searches are coming up with everything but this situation... I must be ...
wulftone's user avatar
  • 973
1 vote
3 answers
350 views

Program Writes to /opt/.../logs - Need a Way to write to /home/<user>/<program>/logs - Linux

I work for a small software company. We have a product that by default writes to a logs directory inside the installation directory (I know, this may not be the best way, but it's fixed as of now): /...
nicorellius's user avatar
  • 6,735
5 votes
1 answer
31k views

Where can I find logged mount errors?

Where's the log where I can read mounting errors?
oneat's user avatar
  • 3,371
4 votes
3 answers
1k views

Pipe kernel messages to another process as they occur

I have an OLED screen on my laptop that I have configured to show status information. The current driver I have installed in Linux for it is able to display messages by sending them to a script as an ...
TuxRug's user avatar
  • 1,806
0 votes
1 answer
486 views

Log what time hibernation occurred?

Fedora 14 xfce I am looking for the log messages where I can find out what time my netbook hibernated? I have checked in the /var/log. And all I could see was pm-suspend.log and pm-powersave.log. ...
ant2009's user avatar
  • 3,135
2 votes
1 answer
1k views

hidden file consuming disk space

The following file is consuming a lot of disk space. Can I remove this file? /opt/wlt-tomcat/logs/.catalina.out.swp What this file is used for?
shantanuo's user avatar
  • 2,793
103 votes
3 answers
118k views

logrotate configuration file syntax - multiple wildcard entries possible?

Since the man page doesn't answer my question and I don't want to force a rotation cycle, I decided to ask the question here. The man page for logrotate gives the following example: "/var/log/...
0xC0000022L's user avatar
  • 7,213
0 votes
1 answer
353 views

syslog facilities

I have an application (in java) running in a Windows PC and I want to send logging messages to a syslog server running in a Linux box somewhere in the network. The problem I have is, that it is not ...
user65971's user avatar
  • 397
1 vote
2 answers
2k views

Is there a way to globally specify where Unison should log?

I'd really like to have Unison log only to a specific file for ALL of my profiles. I have a number of different profiles, 3 local ones, and one remote one (my laptop syncs with this computer to keep ...
Naftuli Kay's user avatar
  • 9,661
3 votes
1 answer
10k views

OpenWrt logging: how to find out "wifi deauthentication"

If someone starts to use the wifi, i can see that with logread: Jan 23 21:04:47 router daemon.info hostapd: wlan0: STA XX:XX:XX:XX:XX:XX IEEE 802.11: authenticated But how can i see, that he/she's ...
LanceBaynes's user avatar
  • 4,110
30 votes
4 answers
37k views

Linux command line utility for watching log files live?

What's a good linux command line utility for watching a log file live? It's probably obvious but I totally forgot it.
kylehotchkiss's user avatar
24 votes
5 answers
31k views

How do I log file system read/writes by filename in Linux?

I'm looking for a simple method that will log file system operations. It should display the name of the file being accessed or modified. I'm familiar with powertop, and it appears this works to an ...
cmcginty's user avatar
  • 3,289
1 vote
2 answers
3k views

How do I find out when and by whom a particular user was deleted in linux?

I've recently ran into a very odd occurrence on one system I'm using. For no apparent reason, my user account was deleted, although the home directory is still there. I have root access, so I can ...
executor21's user avatar
1 vote
2 answers
2k views

Linux: Tool to monitor every process, execute-command, shortly, monitor what's happening at the moment [duplicate]

Possible Duplicate: How can I log all process launches in Linux Hello, due to a freeze problem of my Ubuntu 10.10 (it is not isolatable) I though about logging every executable of the kernel ...
Bevor's user avatar
  • 319
69 votes
8 answers
52k views

How can I log all process launches in Linux?

I would like to get a log of all processes that are launched with the time that they were launched and the arguments they were launched with. Is this possible in Linux?
Brandon DuRette's user avatar
6 votes
2 answers
5k views

Specify top's screen width in batch mode

I am logging the output of: top -b -n1 -c so I can keep track of which processes are using how much memory and CPU each minute. When top shows the full command line (-c), the command line text gets ...
Zach Dwiel's user avatar
1 vote
0 answers
14k views

Check log messages for file system errors

Fedora 13 kernal 2.6.34.6-54.fc13.i686 HP Notebook dv6000 4 years old I have been having a problem starting my notebook. I get the BIOS screen. But before I get to the GRUB loader menu option....
ant2009's user avatar
  • 3,135
42 votes
4 answers
221k views

Where Linux places the messages of boot?

I want to find place to where Linux writes all boot messages. You know: facility one [STARTED] facility two [STARTED] facility three [FAILED] I searched with find . -print0 | xargs -0 grep -...
Rodnower's user avatar
  • 2,209
3 votes
3 answers
7k views

access windows log files from linux

I'm trying to remotely access windows log files from linux. So far I've found two different approaches. Install syslog server on windows machine and let windows send log files to linux, read those ...
damir's user avatar
  • 205
5 votes
2 answers
4k views

What does logger -f filename do?

The man page is ambiguously worded: -f file Log the specified file. There's one example in the man page with no further explanation: logger -p local0.notice -t HOSTIDM -f /dev/idmc POSIX is no ...
Dennis Williamson's user avatar
12 votes
4 answers
5k views

Walk me through the Linux log files (please)

I just tried loading a 2MB file in gedit and it silently died on me. I was wondering if anything might appear in a log file that might help me diagnose this: I checked syslog and found out it ...
Andy's user avatar
  • 3,107
8 votes
5 answers
17k views

Writing a CPU/RAM usage log over a period of time to file on CentOS

I'm looking for an application or line of code that would let me observe a process, save the info in a number of variables, then put the gathered info on a file. I've been trying with variations of ...
keponk's user avatar
  • 218
5 votes
3 answers
11k views

How can I get log messages from the LAMP server on Ubuntu 10.04?

How can I get log messages from the LAMP server on Ubuntu 10.04? Should I install some good program on Ubuntu for that purpose?
Ben's user avatar
  • 1,377
6 votes
2 answers
2k views

Where to find Ubuntu One logs

Ubuntu one does not synchronize files since I upgraded from 9.10 to 10.04. The preferences panel keeps showing "Synchronization in progress...", but files are not downloaded from the repository. It ...
Stéphane's user avatar
  • 245
5 votes
4 answers
17k views

How to print Linux command output to a file?

I am creating a script to sync my important documents between two system. I want my script to generate a log file for the last action. can you suggest me a way to achieve this. Question: If I execute ...
vijay.shad's user avatar
3 votes
2 answers
14k views

Name of log file where boot process is logged

I'm using CentOS 5.3. After booting up, where can I find the log file that contains if all services where successfully loaded or not? For example when computer boots you get a list of start services ...
ant2009's user avatar
  • 3,135
0 votes
0 answers
4k views

How does one look at the 'kernel log' in fedora linux

I have just installed fedora 12 linux on my dell Gx2600 pc every so often the pc hangs - screen goes blank & usb keyboard stops working. Question: is there a place were the kernel logs problems ...
Charles Faiga's user avatar
1 vote
2 answers
330 views

Ubuntu: Application history in gtkwm/gdm?

Is there some way I can track all applications that were opened by a user during a gnome session in ubuntu? Do gdm/gtkwm keep a history of all applications that were opened in some log file?
Anish's user avatar
  • 29
13 votes
5 answers
24k views

Text / log editor with auto-refresh support [closed]

I'm looking for a text editor / log manager of some kind that will automatically refresh a file's contents when it changes. I have a single target log file (e.g. current.log) that is overwritten ...
Mark McDonald's user avatar
0 votes
2 answers
178 views

Where can I find a complete list of all the logs in the system?

I'd like to learn more about forensic analysis, and I'm trying to do the challenges from Project Honeynet. I need to check the logfiles and find the IP's that connected remotely to the computer. I ...
Geo's user avatar
  • 438
9 votes
2 answers
55k views

How to change log level in /var/log/messages?

I'm running SUSE Linux Enterprise Server 10, SP2 (SLES10 SP2), and am seeing a large number of what support calls cosmetic errors being logged to /var/log/messages. Does anyone know of a way to ...
user avatar

15 30 50 per page
1 2 3 4
5