unexpected free inode

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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)) {...
    4. 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...
    5. 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...
  3. #2

    Default 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)
    > May 11 18:45:31 phxuno ufs: [ID 879645 kern.notice] NOTICE: /se_tools:
    > unexpected free inode 208925, run fsck(1M)
    The system has detected a filesystem inconsistency. And recommends
    unmounting the filesystem and use fsck to repair it.

    Did you do it ?
    > This is happening on a Solaris 8 system.
    Could happen an any un*x

    > Sun Alert Notification 48523 does not apply in this case, patch 108528-17
    > is not installed.
    Syslog messages are there to be read and acted upon. Do it ! At the
    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

  4. #3

    Default Re: unexpected free inode

    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.
    Doug Freyburger Guest

  5. #4

    Default Re: unexpected free inode

    In article <7960d3ee.0405170748.237c4f8@posting.google.com> ,
    Doug Freyburger <dfreybur@yahoo.com> wrote:
    >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.
    There is no known raw access being performed here but I will
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139