Hello,<br><br>I&#39;ve installed the latest available version of ocfs2 <a href="http://1.2.5.1">1.2.5.1</a> by building the source since no rpm was available for my distro ( suse 10.2) running on kernel <br>2.6.18.2-34.<br>
<br>I managed to compile and install the source. The whole ocfs2 stack is running on my two small nodes and I manage to touch / cp / rm files and makes them visible on both nodes. However if I start to launch the Oracle clusterware installation , the OUI get stuck during the process of creating the OCR files. I receive the following message in dmesg on one of the two nodes :
<br><br>kernel BUG at fs/inode.c:250!<br>invalid opcode: 0000 [#1]<br>SMP<br>last sysfs file: /devices/pci0000:00/0000:00:19.0/0000:07:11.0/fw-host0/0030bd0623001554/0030bd0623001554-0/version<br>Modules linked in: ocfs2 ocfs2_dlmfs ocfs2_dlm ocfs2_nodemanager configfs ipv6 snd_pcm_oss snd_mixer_oss snd_seq snd_seq_device button battery ac apparmor aamatch_pcre loop dm_mod sbp2 usb_storage usbhid r8169 ohci1394 sk98lin ieee1394 i2c_ali1535 i2c_ali15x3 snd_hda_intel snd_hda_codec i2c_core snd_pcm snd_timer ide_cd cdrom snd soundcore snd_page_alloc shpchp pci_hotplug ati_agp agpgart ehci_hcd ohci_hcd usbcore parport_pc lp parport ext3 mbcache jbd edd sg fan sata_uli libata alim15x3 thermal processor sd_mod scsi_mod ide_disk ide_core
<br>CPU:&nbsp;&nbsp;&nbsp; 1<br>EIP:&nbsp;&nbsp;&nbsp; 0060:[&lt;c017a130&gt;]&nbsp;&nbsp;&nbsp; Tainted: G&nbsp;&nbsp;&nbsp;&nbsp; U VLI<br>EFLAGS: 00010202&nbsp;&nbsp; (2.6.18.2-34-default #1)<br>EIP is at clear_inode+0x1c/0xec<br>eax: c1edd388&nbsp;&nbsp; ebx: c1edd388&nbsp;&nbsp; ecx: ef5fb830&nbsp;&nbsp; edx: ee58c000<br>
esi: f0f1da94&nbsp;&nbsp; edi: ef284000&nbsp;&nbsp; ebp: 00000000&nbsp;&nbsp; esp: ee58de3c<br>ds: 007b&nbsp;&nbsp; es: 007b&nbsp;&nbsp; ss: 0068<br>Process ocfs2vote-1 (pid: 4996, ti=ee58c000 task=ef5fb830 task.ti=ee58c000)<br>Stack: d54c04c0 c1edd388 f0f1da94 f0f1e37d ee58de48 ef5fb830 c44fec00 00000038
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00000002 2464e6d4 00000000 46521229 0006eb1b 46521229 0006eb1c c1edd388<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0006eb21 00000000 00000000 00000038 00000001 00000000 c1edd388 f0f1da94<br>Call Trace:<br>&nbsp;[&lt;f0f1da94&gt;] ocfs2_delete_inode+0x0/0x94e [ocfs2]
<br>&nbsp;[&lt;f0f1e37d&gt;] ocfs2_delete_inode+0x8e9/0x94e [ocfs2]<br>&nbsp;[&lt;f0f1da94&gt;] ocfs2_delete_inode+0x0/0x94e [ocfs2]<br>&nbsp;[&lt;c017a2a5&gt;] generic_delete_inode+0xa5/0x10f<br>&nbsp;[&lt;f0f1d3e3&gt;] ocfs2_drop_inode+0x123/0x178 [ocfs2]
<br>&nbsp;[&lt;f0e8978d&gt;] o2net_send_message+0x31/0x36 [ocfs2_nodemanager]<br>&nbsp;[&lt;c01bf87a&gt;] _atomic_dec_and_lock+0x2a/0x44<br>&nbsp;[&lt;c0179d3d&gt;] iput+0x63/0x65<br>&nbsp;[&lt;f0f3d373&gt;] ocfs2_process_vote+0xcbe/0xcea [ocfs2]
<br>&nbsp;[&lt;c02a43fe&gt;] schedule+0x8aa/0x962<br>&nbsp;[&lt;f0f100d3&gt;] ocfs2_unblock_meta+0x540/0x756 [ocfs2]<br>&nbsp;[&lt;f0f3e27b&gt;] ocfs2_vote_thread+0x1f6/0x409 [ocfs2]<br>&nbsp;[&lt;c01314f2&gt;] autoremove_wake_function+0x0/0x35
<br>&nbsp;[&lt;f0f3e085&gt;] ocfs2_vote_thread+0x0/0x409 [ocfs2]<br>&nbsp;[&lt;c0131420&gt;] kthread+0xc0/0xec<br>&nbsp;[&lt;c0131360&gt;] kthread+0x0/0xec<br>&nbsp;[&lt;c0102005&gt;] kernel_thread_helper+0x5/0xb<br><br>I *believe* that it comes back to the following line in the ocfs source file fs/inode.c
<br><br>#ifdef INODE_HAS_BLKSIZE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inode-&gt;i_blksize = (u32)osb-&gt;s_clustersize;<br>#endif<br><br>I had a look at the current known errors in the forums but could not find anything back from it. How can I look further ?
<br><br>thank you for your time<br><br>Yassine<br><br>