Skip to main content

All Questions

Tagged with
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
6k 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

15 30 50 per page