SUMMARY: panic assert messages problem...

From: DAY KIM <day_kim_at_msn.com>
Date: Sun Jun 09 2002 - 21:44:45 EDT
SUMMARY: panic assert messages problem...


First, Thank you everyone that replied to me.
I received 5 good helping mails. and it give so many helpness.. to me.
thank you very very much.


Hi, manangers!
Please help me... I have a Ultra60 with solaris 7.
Yesterday, When I installed 7_Recommended patch in it,
Some Problem occured. help me.

mv /user/7_Recommended.zip /tmp
cd /tmp
unzip ./7_Recommended.zip
...
...
...
When I have do 'ls', I saw /tmp/7_Recommended directory.
AND...panic occured...

Panic:a88ert: "rm->magic[0]==0xa1 && rm->magic[1]==0xa1 &&
rm->magic[2]==0xa1 && rm->magic[3]==0xa1" . ../../src/sys/mem.c:262

What is this?
Did you understand my expression.
please help me gurus.

>From :
Fabrice Guerini <fabrice@bluemartini.com>
You may have a resource problem in your tmpfs. Try unzipping under /var/tmp
instead.

>From :
Pierre Zimmermann <Pierre.Zimmermann@tecnomen.fi>
you have fulfilled your swap space = /tmp and then the system crashed.
To avoid this in future:
- set a maximum file size for /tmp in /etc/vfstab:
swap                    -               /tmp    tmpfs   -       yes
size=100m

(the "size=100m" parameter will limit the file size in your tmp filesystem)

- unzip large files only in /var/tmp or other big filesystem, check the size
of your filesystems by: df -k

>From :
Casper Dik <Casper.Dik@Sun.COM>
Is that the actual message?  If so, then it's not one from the
Solaris kernel (we don't have a src/sys/mem.c file in Solaris proper)

If the message actually is a88ert and not assert, I have the suspicion
someone may have hacked your box and isntalled a kernel rootkit.

>From :
"Joon Martin Hansen" <joon.martin.hansen@eterra.no>

Hi!
Don't know it this is the case, but it might.

/tmp is a RAM-based filesystem. Amount of RAM + Swap file/slice.

If this goes full U get a big problem... Try to use a UFS filesystem
instead.

Joon M.

>From :
"Broun, Bevan" <brounb@adi-limited.com>
Do a "stop a" or whatever is needed to get to the ok prompt. Do "boot -b"
to bring the system up in single user with only / mounted read only. Do a
fsck of / and then "mount -o remount /" to give you root mounted
read/write. fsck your other file systems and reboot. This gets your system
back again.

Your tmp directory is problably part of swap, so you could have run into
bad memory. Try unzipping in /var/tmp instead.

BB




>Please help me...
>I have a Ultra60 with solaris 7.
>Yesterday, When I installed 7_Recommended patch in it,
>Some Problem occured. help me.
>
>mv /user/7_Recommended.zip /tmp
>cd /tmp
>unzip ./7_Recommended.zip
>...
>...
>...
>When I have do 'ls', I saw /tmp/7_Recommended directory.
>AND...panic occured...
>
>Panic:a88ert: "rm->magic[0]==0xa1 && rm->magic[1]==0xa1 &&
>rm->magic[2]==0xa1 && rm->magic[3]==0xa1" . ../../src/sys/mem.c:262


Is that the actual message?  If so, then it's not one from the
Solaris kernel (we don't have a src/sys/mem.c file in Solaris proper)


If the message actually is a88ert and not assert, I have the suspicion
someone may have hacked your box and isntalled a kernel rootkit.

Casper
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Sun Jun 9 21:50:23 2002

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:46 EST