Ask a Question related to Linux / Unix Administration, Design and Development.
-
Ken V. Broezell {QMCS11} #1
unexpected free inode
Can someone explain what causes the following type of message:
(From the /var/ad/messages file)
May 11 18:45:31 phxuno ufs: [ID 879645 kern.notice] NOTICE: /se_tools:
unexpected free inode 208925, run fsck(1M)
This is happening on a Solaris 8 system.
Sun Alert Notification 48523 does not apply in this case, patch 108528-17
is not installed.
--
Kenny Broezell
Motorola Cellular Support Center e-mail: [email]broezll@cig.mot.com[/email]
1501 Shure Drive phone : (847) 342-5633
Arlington Heights IL. 60004 fax : (847) 632-3157
Ken V. Broezell {QMCS11} Guest
-
unexpected constant #2 65
I renamed the /cfide/administrator/index.cfm and /cfide/administrator/index/login.cfm file on the server, when I named them back to their orginal... -
Free Health, Fitness, Leisure Directory - are you on it? do you need it? Get listed or search it for free.
List your health business on the health directory at no cost. Browse and find a practitioner, therapist, gym, spa etc... 1/4 Million hits in 7... -
unexpected $end
I'm creating a email - form in PHP. This is the code for the php file. Can someone help? <? error_reporting(E_ALL); if(isset($_POST)) {... -
Free Royalty Free Images
Hi, Does anyone know where I can get free royalty free images? I have had a brief check on google, but most of them are pain sites. I just... -
Locate a file by Inode
This there a way with UNIX to locate a file by inode if you know the inode information? I'd like to do this on Darwin. Thanx in advance for... -
phn@icke-reklam.ipsec.nu #2
Re: unexpected free inode
Ken V. Broezell {QMCS11} <broezell@cig.mot.com> wrote:
> Can someone explain what causes the following type of message:> (From the /var/ad/messages file)The system has detected a filesystem inconsistency. And recommends> May 11 18:45:31 phxuno ufs: [ID 879645 kern.notice] NOTICE: /se_tools:
> unexpected free inode 208925, run fsck(1M)
unmounting the filesystem and use fsck to repair it.
Did you do it ?
Could happen an any un*x> This is happening on a Solaris 8 system.
Syslog messages are there to be read and acted upon. Do it ! At the> Sun Alert Notification 48523 does not apply in this case, patch 108528-17
> is not installed.
same time double-check your backup routines.
--> --
> Kenny Broezell
> Motorola Cellular Support Center e-mail: [email]broezll@cig.mot.com[/email]
> 1501 Shure Drive phone : (847) 342-5633
> Arlington Heights IL. 60004 fax : (847) 632-3157
Peter Håkanson
IPSec Sverige ( At Gothenburg Riverside )
Sorry about my e-mail address, but i'm trying to keep spam out,
remove "icke-reklam" if you feel for mailing me. Thanx.
phn@icke-reklam.ipsec.nu Guest
-
Doug Freyburger #3
Re: unexpected free inode
Ken V. Broezell wrote:
It means that something deleted a file on the disk without going>
> Can someone explain what causes the following type of message:
> (From the /var/adm/messages file)
> May 11 18:45:31 phxuno ufs: [ID 879645 kern.notice] NOTICE: /se_tools:
> unexpected free inode 208925, run fsck(1M)
> This is happening on a Solaris 8 system.
through the filesystem driver to do it. Some sort of raw access
to the /dev/rdsk device file or some bug.
The filesystem must be umounted and fsck must be run on it. If
there is further filesystem corruption at some point it can
trigger a panic.
In the meantime, do all of the usual checks to be sure the device
is not being accessed raw. Not a swap device, not a database
devices, and so on. And audit the rest of the messages file to
see if there are any hints about hardware problems.
Doug Freyburger Guest
-
Ken V. Broezell {QMCS11} #4
Re: unexpected free inode
In article <7960d3ee.0405170748.237c4f8@posting.google.com> ,
Doug Freyburger <dfreybur@yahoo.com> wrote:There is no known raw access being performed here but I will>Ken V. Broezell wrote:>>>
>> Can someone explain what causes the following type of message:
>> (From the /var/adm/messages file)
>> May 11 18:45:31 phxuno ufs: [ID 879645 kern.notice] NOTICE: /se_tools:
>> unexpected free inode 208925, run fsck(1M)
>> This is happening on a Solaris 8 system.
>It means that something deleted a file on the disk without going
>through the filesystem driver to do it. Some sort of raw access
>to the /dev/rdsk device file or some bug.
>
>The filesystem must be umounted and fsck must be run on it. If
>there is further filesystem corruption at some point it can
>trigger a panic.
>
>In the meantime, do all of the usual checks to be sure the device
>is not being accessed raw. Not a swap device, not a database
>devices, and so on. And audit the rest of the messages file to
>see if there are any hints about hardware problems.
investigate further. No other disk errors have been reported
to the messages file.
Thank you very much for your response.
--
Kenny Broezell
Motorola Cellular Support Center e-mail: [email]broezll@cig.mot.com[/email]
1501 Shure Drive phone : (847) 342-5633
Arlington Heights IL. 60004 fax : (847) 632-3157
Ken V. Broezell {QMCS11} Guest



Reply With Quote

