OpenSUSE :: Change_hat Kernel Messages?

Dec 17, 2010

on a SuSE-11.3 (xen domU) I repeatedly notice the following messages:

Dec 17 19:30:01 MTW kernel: [22484.319192] type=1503 audit(1292610601.862:84): operation="change_hat" info="unconfined" error=-1 pid=22001
Dec 17 19:30:01 MTW kernel: [22484.319222] type=1503 audit(1292610601.862:85): operation="change_hat" info="unconfined" error=-1 pid=22001
Dec 17 19:45:01 MTW kernel: [23384.365597] type=1503 audit(1292611501.910:86): operation="change_hat" info="unconfined" error=-1 pid=22702

[code]...

View 7 Replies


ADVERTISEMENT

OpenSUSE Install :: Autologin - Syslog - Kernel Messages - Console

May 9, 2010

What i'm trying to accomplish seems rather silly but is needed for my little project here.

I'm using OpenSuSE 11.2 as a media center PC and need it to login automatically(console not X). That one i accomplished without problems.

However, after login i can see all the info about the services that were started and that needs to "go away".

One could do a "clear" in the .bash_rc and or .bash_profile but it will still show the login prompt which i don't want to see either (i don't even want to see the blinking cursor as well).

Question: How do i accomplish that so that the login console shows only the "splash screen" without any output of the kernel,rc.status nor the "issue-file"... just a plain blank screen ?

View 6 Replies View Related

Security :: Mail Kernel - Messages

Mar 11, 2011

My /var/log/messages file is being flooded by messages like these.

Code:

View 1 Replies View Related

Red Hat :: Disabling Kernel Messages On Console?

May 17, 2010

is there any way to disable kernel messages on the console? The problem I have is that it is almost impossible to work on the console due to a flood of file system errors from the kernel.

I've checked /etc/syslog.conf and disabled kernel logging to the console. Even with syslog turned off the messages still flood the console.

View 2 Replies View Related

Fedora :: Received Two Kernel Failure Messages In 11

Mar 4, 2010

I have just installed Fedora 11 to my laptop and it appears I am in trouble. I have received two kernel failure messages, which I post below. What are the consequences of these issues and how can I solve them ?

Message 1:

Message 2:

View 4 Replies View Related

General :: Direct Kernel Messages To COM Port?

Mar 31, 2010

I need to debug a kernel panic. It prints some long log to the console, but even if i set 1920x1440 VESA framebuffer mode, i can't see it whole.
So, i would like to direct all the kernel messages to a COM port and read them on another machine. Is there any way of doing so? What are the other (maybe better/easier/etc.) ways of catching whole kernel panic messages or scrolling the ones already displayed?

View 3 Replies View Related

Server :: Kernel: Printk - 3 Messages Suppressed

Aug 12, 2010

I've got this lines in /var/log/messages Server is running varnish-cache

View 1 Replies View Related

Fedora :: Saving Kernel Shutdown Messages As Text?

Jan 30, 2010

When my computer shuts down, I always get a long error message from the kernel. It's the very last thing the computer does and I can't even use the keyboard, since the system is halted. I wanted to read it more carefully (it's very long and doesn't fit the screen) and file a bug report against the kernel with it. But for that, I needed to save all that text in a file.

View 1 Replies View Related

General :: Pipe Kernel Messages To Another Process As They Occur

Apr 13, 2011

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 argument separated by spaces.Example: the command /opt/asusg50oled/utils/notify.sh Hi Everybody "Hello World" displays on the oled screen:

Hi
Everybody
Hello World

If another message is sent before the old ones disappear and it reverts to status info, it pushes off the top message. Example: less than 30 seconds after the previous example, /opt/asusg50oled/utils/notify.sh "Bananas have potassium" is executed:

Everybody
Hello World
Bananas have potassium

What I want to do is have kernel messages (the kind you see by running dmesg) forwarded to this script. For example, when I insert a USB drive, the following information would show on the OLED screen as they're logged:........

View 3 Replies View Related

Ubuntu Installation :: Kernel Messages And Display Becomes Corrupted

Feb 1, 2011

Recently I am trying to install the latest Ubuntu / Xubuntu but after the kernel messages the display becomes corrupted. The machine is a Clevo laptop with the dreaded SIS 671 / 672 chipset. The Ubuntu 8.04 is working flawlessly. Any other version I get several problems and depending on the mood of the system I get a vertical running display ( not readable ) or a left horizontal displaced screen (readable) ...

I tried more tan several CDs ranging from 9.01 to 10.10 both Ubuntu or Xubuntu. What is the plainest (simpler ) VGA mode in order to install it? I have tried vga=normal and even VGA =3 with no success. With the latest Ubuntu 10.10 I get another problem it simply does not recognize the HDD / SSD. I have traced the SSD problem with the sata_sis module in kernel 2.6.35 and up... Other distros have the same problem ...

View 2 Replies View Related

Hardware :: Network Card - Always Makes Kernel Messages ?

Dec 16, 2008

I'm having intermittent trouble with my network card.

It always makes kernel messages like the following:

Code:

View 3 Replies View Related

Fedora :: Kernel: Imklog Continuously Generating Error Messages

Oct 4, 2010

I am using latest updated Fedora 13 (presently kernel-2.6.34.7-56.fc13.i686).

kernel imklog error messages fills my hard disk again and again, /var/log/messages file becomes more than 5Gb daily.

the /var/log/messages file contains following entries:

Sep 27 10:35:09 arun kernel: imklog 4.4.2, log source = /proc/kmsg started.
Sep 27 10:35:09 arun rsyslogd: [origin software="rsyslogd" swVersion="4.4.2" x-pid="1083" x-info="http://www.rsyslog.com"] (re)start
Sep 27 10:35:09 arun atd[19007]: File a0000b0145c567 is in wrong format - aborting

[Code]....

I think, I can stop kernel logging from /etc/rsyslog.conf, but I wanted to know the real problem.

View 2 Replies View Related

Ubuntu Servers :: Redirect Messages From Kernel Ringbuffer To A Logfile?

Aug 2, 2010

Is there a way I can redirect messages from kernel ringbuffer to a logfile, e.g. with rsyslogd? With redirect I mean that the messages do no longer appear in dmesg, but only in the logfile.
In my case that should be iptables log messages.

View 3 Replies View Related

Programming :: Logging Messages From Program Doesn't Reach /var/log/messages?

Jul 13, 2011

I have a syslog-ng running and kernel build of 2.6.34.8 I use a syslog API in my program with facility LOG_LOCAL5 and and levels debug err and crit and info. when I ran on the older syslog facility I had everything logged fine as I intended. now I have written these rules into the syslog-ng.conf:

options {
flush_lines (0);
time_reopen (10);
log_fifo_size (1000);

[code]....

the last two rules show my program gnssapp. the result is all debug levels or crit or err levels I don't see any of them !

View 3 Replies View Related

OpenSUSE Install :: Type Of Kernel In OpenSUSE 11.2 / Kernel Optimized For Server Machine?

Dec 11, 2009

default in openSUSE 11.2 we have installed kernel-desktop. This kernel is optimized for the desktop.

What is the name of kernel optimized for server machine? In my case Firebird database + Apache + PHP?

View 9 Replies View Related

OpenSUSE :: Saving Messages With Knode

Jan 30, 2010

I have used knode for nntp browsing ever since I settled on openSUSE a few years back. I have a reasonably large collection of useful messages stored in local folders so that I don't lose access to them as knode expires and drops them from the original groups. Testing out the KDE4 version of knode I find that I am no longer able to drag/drop the messages I want to keep to the local folders - in fact, I can see no obvious way to get them there.

Am I just missing an obvious setting or has this feature gone away? Loss of
it would be a show stopper for me.

View 4 Replies View Related

OpenSUSE :: PackageKit Messages On The Terminals?

Mar 14, 2010

I always get messages like those below in my terminals, that obfuscate my typing.

How can I get rid of them (updated opensuse 11.2)?

I already reconfigured syslog to move PackageKit messags to a separate file (because the messages appeared in /var/log/messages too, and I hoped that was the source).

I'm ok with seeing severe error messages on the console, but not spam like PackageKit started..., stopped...

Message from syslogd@job5 at Mar 14 00:29:46 ...
PackageKit: what-provides transaction /1130_cceaeeed_data from uid 1000 finished with success after 5203ms
Message from syslogd@job5 at Mar 14 00:30:06 ...
PackageKit: daemon quit

[Code]....

View 1 Replies View Related

OpenSUSE :: KMail Download Old Messages?

Mar 27, 2011

how to make KMail download all messages, new and old?

I have an email client on my android phone as well as KMail on this computer. Its important for me to be able to see all my old messages for reference.

View 4 Replies View Related

CentOS 5 :: Kernel Panic - Getting This"failed To Make Kdump Initrd" Messages At Startup."?

Oct 12, 2009

I've had a Centos 5.3 zimbra mailserver set up for about 3 months now.Every 7-10 days or so, the system will do a kernel panic and I've been putting off its resolution due to other matters.I'm now ready to look into it but I have two issues :

1) No logs.

So far, I've manually rebooted when a kernel panic occured and could look at the panic printout and write down relevant info. But since I wanted more info than I had written down, I went hunting in the logs for the kernel panic event (one happened earlier today) but, to my surprise, I noticed the system doesn't log the kernel panic at all. Kdump is currently disabled as I'd like to keep all available memory available to the system but I was under the impression it would log the kernel panic message regardless but would simply leave out more advanced diagnostic information.How would I make sure the kernel panic is logged so I can have more info about it ?

2) The actual panic.Here's a snippet of what's appearing when the kernel panics :

EIP c0467136 page_remove_rmap+0x66/0xc0 SS:ESP 0068:c3ca6ddc <0> Kernel panic - not syncing: Fatal Exception

I've also seen f793bee4 instead of the highlighted part above but everything else is always the same from the times I've seen (as I haven't always had the chance to be around when a panic occured).I'm looking further into it at this point but early research seem to indicate this could be a memory issue. I'll run memtest next weekend to check that out (since I don't want to take the system offline for any length of time during office hours) but people here might have other theories based on what I've put up so far. The system has all of the latest patches and updates and is running only what I need as far as software goes (zimbra server + prerequisites, x + GNOME (not loaded on startup), firefox and vnc for windows RDP access). My system also uses a software RAID1 array (boot = md0 and / = md2 with swap files not being mirrored as there's no need to).

PS : In order to further troublehsoot by myself before posting here, I've tried to enable kdump to see if kdump is the culprit for the missing logs but I'm also having an issue with it. I'm getting a "No kdump initial ramdisk found" and "mkdumprd: failed to make kdump initrd" messages at startup. I'm thinking this might be because of my raid array ? I've found an old bug report regarding one of those error messages on centos 5.2 but it was supposedly fixed in the 30 version by RH and I'm using the latest one (56).

View 5 Replies View Related

OpenSUSE :: Unwanted Cron Job /var/log/messages Entries?

Apr 6, 2010

I'm setting up a logging script to track utilization on our deployed systems. I'm running it every minute using cron. Each time it runs, I get an entry in /var/log/messages telling me it ran. That is a lot of useless information. Is there a way to prevent the creation of these log entries?

View 1 Replies View Related

OpenSUSE :: Error Messages Flash By - How To Slow Them Down

Nov 8, 2010

I have a number of applications (Evolution, Openoffice Writer & Calc, Firefox) that are popping up an error message when I close them, but the window snaps closed before I can read the message. The applications run fine as far as I can tell. how to slow or pause the error message so I can figure out what's going on.

View 9 Replies View Related

OpenSUSE :: Evolution Does Not Display E-mail Messages?

Apr 10, 2011

I had a problem with my OpenSUSE with Tumbleweed repository enabled that required me to do a hard power off of my ASUS N61JV-X2 notebook PC. I had Evolution running at the time. When I did a cold boot of my laptop and I ran Evolution again, it does not display my e-mail messages anymore. In fact, I had to install Mozilla Thunderbird with the Enigmail extension so that I can read and write e-mail messages.

How do I fix Evolution so that it will retrieve and display my e-mail messages and I can write new ones using this software package?

View 9 Replies View Related

OpenSUSE Install :: Kdm_config Messages After 11.4 Upgrade?

Mar 25, 2011

My /var/log/message log file is filling-up with these messages:

Code:
Mar 25 09:55:37 gzunder kdm_config[9818]: Multiple occurrences of section [General] in /usr/share/kde4/config/kdm/kdmrc. Consider merging them.

[code]....

View 4 Replies View Related

OpenSUSE Install :: Boot Log Messages - How To Access In 11.4

Jul 8, 2011

My memory could be failing but I thought there was a tool, possibly in Yast, to access the boot logs in earlier versions. Can't find it now though. Is there such a tool other than console?I should clarify in case I am using the wrong terminology that I seek the log which scrolls up the screen during the booting process. Reason is that I see several errors and warnings there and wish to investigate further.

View 9 Replies View Related

Security :: Stop Particular Messages In /var/log/messages?

May 30, 2009

More than 7 G bytes were logged to the messages file last three weeks I got this message in /var/log/messages I want to stop this messaging cause it takes to much space

Quote:

Apr 30 20:25:18 TEST-NODE kernel: IPT: IN_NOMATCH IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:17:a4:a7:3d:a2:08:00 SRC=172.26.16.27 DST=172.26.16.255 LEN=104 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=10100 DPT=10100 LEN=84

[code]...

View 7 Replies View Related

OpenSUSE :: Pulseadio Emitting Loads Of System Messages?

Feb 26, 2010

opensuse v11.2, linux

The system messages log show thousands of these messages below. One every 5 seconds. Is this expected? Is there a fix?

Code:
Feb 26 12:12:18 sma-station14l pulseaudio[3214]: ratelimit.c: 15 events suppressed
Feb 26 12:12:23 sma-station14l pulseaudio[3214]: ratelimit.c: 16 events suppressed
Feb 26 12:12:28 sma-station14l pulseaudio[3214]: ratelimit.c: 15 events suppressed
Feb 26 12:12:33 sma-station14l pulseaudio[3214]: ratelimit.c: 16 events suppressed
Feb 26 12:12:38 sma-station14l pulseaudio[3214]: ratelimit.c: 15 events suppressed

View 3 Replies View Related

OpenSUSE Install :: Boot Messages After Installing Ubuntu 10.04

May 12, 2010

So I'm using opensuse 11.2 and recently installed ubuntu 10.04 to a different partition and all went well. when I boot opensuse I get a lot of interesting messages yet everything seems to load fine and I've not noticed anything behaving differently. I checked the boot log via

Code:

Looking through it i did see a line in there that looked familiar from the boot up and it is

View 6 Replies View Related

OpenSUSE Install :: Error Messages For All Options In Yast2

Mar 13, 2011

Yesterday, after I reinstall suse linux enterprise 11 in my note book. I got some error messages. They are :
From Suse linux installing processedacroread-9.3.2-0.1.1.i586.rpm
yast2-pkg-bindings-2.17.45-0.2.10.i586.rpm
After installed suse linux.
error messages for all options in yast2.

The story is when I started installing suse linux, I checked first the live cd and I got message that live cd is okay. But, when the installation process was running, I got 2 messages error. But, the messages were informing me to verified from software management module.

So, my questions are :What are acroread-9.3.2-0.1.1.i586.rpm and yast2-pkg-bindings-2.17.45-0.2.10.i586.rpm and what are they fungtions? If my guess is not wrong, acroread means acrobat reader. Is it true? Where is others place I can download them (no.1,2,3) beside the live cd? Or, if the easyest way is live cd. As yast2 got error, is there an other way I can installed them (no.1,2,3)?

View 1 Replies View Related

OpenSUSE Install :: Fixing Cause Of Boot Error Messages

Jul 16, 2011

Using 11.4 I noticed a couple of messages I have not seen before:-

Code:
<5>[ 14.485094] thinkpad_acpi: setting the hotkey mask to 0x00ffffff is likely not the best way to go about it
<5>[ 14.485098] thinkpad_acpi: please consider using the driver defaults, and refer to up-to-date thinkpad-acpi documentation

My machine is a TP T42 but should I try and od anything about this message or just ignore it?

[Code]...

View 4 Replies View Related

OpenSUSE Network :: Sendmail - Large Messages Only Queueing?

Jun 24, 2010

I've got a strange sendmail problem I've never come across before...Messages less that 2500 lines (approx 169kb) are sent correctly - anything else goes straight into the queue and is never delivered. The server sits in a intranet, is not connected to the outside world, and forwards its mail to a smart host.All configuration has been done through yast, so there are no unusual settings. I've run sendmail on SuSE from version 6 upwards, and this is the first time I've come across this - it's driving me potty

View 4 Replies View Related







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