Software :: Syslog Output With Timestamps And Documentation

Jan 3, 2011

1) is it possible to have dmesg output (syslog) with timestamps for each occurrence of the boot log?

2) where to find documentation/advice about which kernel functions yield each occurrence?

View 1 Replies


ADVERTISEMENT

OpenSUSE :: Syslog Output On Every Tty?

Sep 29, 2010

Recently I had to login to OS 11.3 via tty, but was unable to. Tty screen was flooded with syslog output. Instead of outputting info only on tty10 it was throwing it on every tty (1-6), I switched to.

How to fix this behaviour and restrict syslog output only to tty10?

View 9 Replies View Related

Ubuntu Servers :: Kernel Errors - Syslog Output At Random Intervals

Jan 28, 2011

I am running a headless Ubuntu 10.04 server with the 2.6.32-28-generic kernel. For what I can figure out no single direct cause I get a high load average and the following syslog output at random intervals. Generally the load average will drop back down to normal however the kernel errors will still continue What little I have been able to find has pointed to memory issues. I am not totaly convinced this is the cause as the server will be showing >50% free when the errors are happening.

[code]...

View 2 Replies View Related

General :: Best Open Source Syslog Server / Syslog-ng Which Is Not Fulfiling Requirement?

Dec 11, 2010

I am looking for an open source syslog server which accumulate the each and every log of Windows, Solaris, Linux and network devices. Currently I am using Syslog-ng which is not fulfiling my requirement in Windows clients, as I need the logs of every action which user performed after logon.

View 2 Replies View Related

CentOS 5 :: Replacing Syslog With Syslog-ng?

May 5, 2009

trying to replace syslog with syslog-ng. When I:

yum erase syslog,

wants to remove everything else that (presumably) has syslog as a dependency. how do I replace the dependency on syslog with a dependency on syslog-ng?

View 3 Replies View Related

General :: What Is Tpurpose Of Preserving Timestamps?

Mar 31, 2011

I could understand the idea of security "if I haven't touched the file in 9 days, and the timestamp was changed, I know someone was in my system". But, is there any other purpose for preserving timestamps?

View 3 Replies View Related

Software :: Adjust Timestamps Within A Log File?

Jun 25, 2011

I do have a log file where each line start with a timestamp:

"2011-04-30 23:58",....
"2011-04-30 23:59",....

My question is how I can alter this timestamp to e.g subtract 6 hours by using a bash script.

View 5 Replies View Related

OpenSUSE Install :: Syslog Files Accumulating Searching For Setting To Delete Old Syslog Files?

Oct 7, 2010

I noticed in my system that my root partition is getting full. I found a lot of old compacted syslogfiles. Had a look at etc/sysconfig editor eg cron but could not find a setting which allows to delete files older than a month. Where and how could I influence this ? I deleted manually all syslog files older than a month. Approx 6GB

View 9 Replies View Related

General :: How To Search Logs Between Two Timestamps In Log File?

Nov 19, 2009

The requirement was to write a shell script for a cron job set for every two hours for all days.The Script has to scan log files (*.log) for the logs posted only for the last two hours.... and append them in a new file...I am clueless abt how to scan/compare based on time stamp seen in above logs.

View 2 Replies View Related

Ubuntu :: Preserving File Timestamps On NTFS Partitions

Apr 5, 2010

I'm using two NTFS formatted partitions. One is internal and holds all my data. The other is on an external hard disk and is where I back up all my data to. What I'd like to do is copy all my files from the data partition to the backup partition and preserve all the windows' timestamps (including the file creation dates).How hard can this be? Well it appears that in the case of Ubuntu the answer is very hard indeed.I'm aware that Linux does not support the concept of a file creation date natively. However, according to the ntfs-3g website, all of the windows' timestamps (including the creation date) are mapped on to the system.ntfs_times extended attribute (link). So if you preserve the extended attributes when making a copy then, in theory at least, the timestamps should also be preserved.

I read on another forum that a file's timestamps will be listed (albeit in an unreadable hex format) if you run the following command:getfattr -h -e hex -n system.ntfs_times <filename>Unfortunately however, I just cannot get it to work. With every file I've tried I simply get a message saying "no such attribute".

View 9 Replies View Related

Ubuntu Security :: Encfs: Preserve Timestamps On A Shared Encrypted Folder?

Mar 2, 2010

[URL]

encfs: preserve timestamps on a shared encrypted folder?

View 1 Replies View Related

Ubuntu Servers :: Preserving Timestamps And Permissions When Copying To Samba-share

May 5, 2010

My samba-shares are mounted in fstab. Everything works fine except for one small issue: when copying files from the local PC to the share the files are copied but the timestamps and permissions of the files are not. Instead a message "operation not permitted" appears. 'root' on the client can copy files WITH timestamp etc, a normal user cannot.

Below the line in fstab on the client and smb.conf on the server.

View 3 Replies View Related

Red Hat :: Documentation For Virtualisaion ?

Nov 9, 2009

I am new in Linux. I want some information about the below:

We have 4 half hight blade systems and I want to install Linux on all systems and make one big logical virtual systems. Please share some information and documentation about this technology and what this technology is known as.

View 2 Replies View Related

Fedora :: No Documentation For KPackageKit

Jul 10, 2010

Does anyone know where to get documentation for KPackageKit? I've searched on KDEs web site and this forum without success. Also on Fedora.org and googling but nothing so far.I recently loaded this distro (F13) to try it out after using mostly openSUSE and some of the minimal distros. I'm finding there is quite a learning curve, even I started in linux with RedHat 5.1.

View 2 Replies View Related

Ubuntu :: Where's The Documentation For Maximus

May 20, 2010

I'm running the netbook remix on my laptop and I really like the user interface. Particularly, maximus auto maximizing your windows. I've figured out that for the apps I don't want to maximize, I can add them to maximus' ignore list. But, with Chrome and a custom app that I'm writing, I want maximus to maximize the main window but not maximize any window that the application opens. The basic use case is when I click my delicious button in Chrome, I don't want the resulting window to be maximized. Is it possible to fine tune maximus this way? tl;dr - Is it possible to fine tune maximus to only maximize an application's main window but not the child windows? - Where can I find more detailed documentation on maximus?

View 1 Replies View Related

General :: Looking For Distro For Best Documentation?

Apr 14, 2010

I am looking for a distro that have good quality -not quantity- documantation. that is, It should be right, clear and even newbie can apply them.

Which distro is suit for it?

View 3 Replies View Related

Software :: Index Documentation In KDE?

Mar 29, 2011

I use OpenSuse 11.3 with Kde. I've downloaded some documentation of applications in .pdf and .html. I've installed it with yast and see it has been extracted to /usr/share/doc/... Is there any tool for indexing and searching for that documentation? Tried with khelpcenter, but only indexes KDE documentation.

View 3 Replies View Related

Software :: KDE Tutorial - No Documentation Available

May 2, 2010

I installed KDE and tried to find some help/tutorial but I got following message. "There is no documentation available for /kdevelop/index.html."

View 1 Replies View Related

Programming :: Looking For Scripts For Documentation

Apr 1, 2011

I am looking for a similar script like sydi-linux.py that will work with a Debian box. I want to document my server setup & just looking for an easier way to do it since I have to do this x12.Or do I just need to try & make this script work and shut up about it?

View 1 Replies View Related

Fedora :: Find Documentation About Procfs?

Aug 26, 2010

where to find documentation about procfs in fedora? I tried to use man 5 proc, and find some info in /usr/share/doc, but there is no info.

View 2 Replies View Related

Ubuntu Networking :: No Documentation For IP Aliasing?

Apr 5, 2010

I've been looking for documentation on the "Ubuntu way" of configuring IP alias addresses, especially in Ubuntu Server (servers being where IP alias addresses would tend to be used). I cannot find any documentation. It seems NetworkManager also runs on the server, and has no means to do IP alias addresses. I shut it down because it interferes with manually configured aliases (takes them back out or sometimes worse). But I am just wondering why all this is. I've had to modify startup/init scripts to get the aliasing working. That's not a problem for me since I have worked in Unix at that level for so long. But I would think there would be some standard way for Ubuntu Server (or any other) to do this. I just can't seem to find it.

View 7 Replies View Related

Ubuntu Multimedia :: Is There Documentation For Kaffeine

Oct 25, 2010

I found a forum for Kaffeine but I wonder if there is actual documentation? Although I can play any video or stream with it, I do not understand many things like time shifting or program guide. There are config links in the menu but they really only have 2 or 3 options. Nothing about Kaffeine is explained. I would think that a program that works so well and is so popular would be documented.

View 1 Replies View Related

Ubuntu :: Want OpenOffice 2007 Documentation

Oct 28, 2010

Providing me OpenOffice tutorials of 2007,
I have searched a lot but found old

View 1 Replies View Related

Ubuntu / Apple :: Documentation For Mac Switchers?

Nov 3, 2010

I was wondering if there is any documentation available that explains stuff like, The finder is called Nautilus etc... just so new Ubuntu users can equate what is similar/ different between the mac OS environment and the Ubuntu environment?

View 1 Replies View Related

General :: Where Is Documentation Of Jack Rack?

Apr 21, 2010

It is sad to see so many tools undocumented, that even makes it hard for a professional to use it. Why write a tool if you are not going to tell anybody how to use it?

View 6 Replies View Related

Security :: Looking For Documentation For Generating Certificates

May 10, 2011

Is there a guide somewhere that covers all the security module topics for Linux, somewhat from top to bottom. Such as LDAP TLS RSA secure auth... generating certs etc etc. All of it and how it all ties together. Sure I can find you should use this etc., or guides that don't explain much or how they work together to complete the sweet. TLD seems to suffer from the same thing that I just stated...

View 1 Replies View Related

Software :: Unable To Find Anything In Any Of The Documentation?

Oct 4, 2010

I just unpacked the latest version of Thunderbird. Now there is a new Thunderbird folder in my folder named Downloads. I can run Thunderbird by using the provided script. Should this folder be moved? I was unable to find anything in any of the documentation as to where this folder should be located.

View 2 Replies View Related

Debian :: Sanskrit Words In Latex Documentation

Jun 28, 2010

I am creating a documentation (in English) where I need to write some Sanskrit words. My OS is debian-5.0.4. I have texlive-latex3 and have installed latex-sanskrit. Problem is what US-English keyboard will produce the Sanskrit letters. My 'Latex-A Document Preparation System' by Leslie Lamport gives the commands for some Western languages - Greek, Swedish, French. Is any document/manual available to suit my purpose?

View 5 Replies View Related

Debian :: Centralize Linux Offline Documentation

Oct 2, 2015

I am using Debian 8, fully updated as of this writing.

I want to find a package or some way to get all my linux offline documentation in one place, be it through the web browser or an application, in the official reppos or not does not matter. I've already tried doc-central with apache2 but I get all sorts of error messages and something about no D-bus daemon started, i dont understand, because I;ve installed d-bus service latest version after the error. when I started doc-central correctly through almost blind luck (only once) I did not get any docs just the welcome message.

Is there an alternative to doc-central, a GUI type solution would be preferable. or at least some advice to properly configure doc-central and maybe that d-bus problem, because I clearly did something wrong, I have even tried to write the configuration through an example file for doc-central, but that did not do much, I've read that DocCentral is unstable so maybe I going at it the wrong way.

View 0 Replies View Related

Fedora :: Updated / Current Stateless Documentation?

Dec 29, 2010

Everyone once in a while Google drives me nuts, this is one such case.Everything I have found from Fedora or Red Hat on stateless or even diskless implementations is old as dirt. Based on Fedora Core 4 or 7. Where is the updated or current documentation for Fedora 13 or 14? With everything going to clouds one would think stateless would be a hot topic again?At least diskless should be right?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved