Is your email signature supposed to be (missing an "r"?):

[EMAIL PROTECTED]

Regards,

Kevin

-----Original Message-----
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Martin, Terry R. (CMS/CTR) (CTR)
Sent: Monday, July 28, 2008 6:52 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Message in my Linux guest

Thanks!

Thank You,

Terry Martin
Lockheed Martin - Information Technology
z/OS & z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED]

-----Original Message-----
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Shawn Wells
Sent: Monday, July 28, 2008 5:31 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Message in my Linux guest

Martin, Terry R. (CMS/CTR) (CTR) wrote:
> Hi
>
>
> From the output out of my Linux guest can does this look like a MEMORY
> problem or not enough SWAP problem? I highlighted in RED two of the
> statements. Since I am rather new at all of this I am not sure what to
> make of this.
>

Hi Terry,

    My guess is out of memory.  Details:

> Jul 27 23:32:57 e49l021v kernel: oom-killer: gfp_mask=0x1d2
>

It is the job of the linux 'oom killer' to sacrifice one or more
processes in order to free up memory for the system when all else fails.
It will also kill any process sharing the same mm_struct as the selected
process, for obvious reasons. Any particular process leader may be
immunized against the oom killer if the value of it's /proc/<pid>/oomadj
is set to the constant OOM_DISABLE.

Reference http://linux-mm.org/OOM_Killer, it shows you both the process
and sections of code.

Without seeing the output of top or vmstat, my guess is that you have an
application that is sucking up ALL resources on your system.  The kernel
is essentially protecting itself by killing that process, and issuing
the error messages.  This is backed up by messages in your output:


> Jul 27 23:33:00 e49l021v kernel: Normal: empty
> Jul 27 23:33:00 e49l021v kernel: HighMem: empty
>
> Jul 27 23:33:00 e49l021v kernel: Swap cache: add 184153, delete 184157
> ,find 56852/73080, race 0+5
>
> Jul 27 23:33:00 e49l021v kernel: Free swap:            0kB
>



> fdbk=9  msgid=APSM011E  stext=License file will expire in 9 day(s),
>
> 08-06-2008 HALT .
>

Also, looks like you guys might want to look into licensing whatever
this is ;)



--
Shawn D. Wells
Global Solutions Architect
Lead, Linux on System z


----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to