All of lore.kernel.org
 help / color / mirror / Atom feed
* WARNING: Cannot unlink 2281245 (-2)
@ 2008-08-14  8:01 Anders Aagaard
  2008-08-14  9:04 ` Anders Aagaard
  2008-08-14 10:01 ` Edward Shishkin
  0 siblings, 2 replies; 4+ messages in thread
From: Anders Aagaard @ 2008-08-14  8:01 UTC (permalink / raw)
  To: reiserfs-devel

Hi

I've been testing reiser4 on root for the last day or so, and I ran into 
some trouble while rebuilding my world file (on a gentoo system).

I get this rebuilding gcc:

reiser4[rm(8699)]: reiser4_unlink_common 
(fs/reiser4/plugin/inode_ops.c:295)[nikita-3398]:
WARNING: Cannot unlink 2281245 (-2)

At the same time I see this in the build output:
rm: cannot remove directory 
`/var/tmp/portage/sys-devel/gcc-4.2.4/work/gcc-4.2.4/libjava/classpath/resource/gnu/java/locale': 
Directory not empty

This is reiser4 mounted directly from a hd, no lvm/raid/encryption on 
this drive, it's mounted with noatime, and built with 
create=ccreg40,compress=lzo1.

I use reiser4progs from gentoo, latest (aka reiser4progs-1.0.6 with 
reiser4progs-1.0.6-preen.patch applied).  And gentoo-sources 2.6.25-r7 
with reiser4-for-2.6.25.patch applied (from kernel.org).

Unfortunatly due to the massive spam from reiser4fsck when running 
compressed filesystem I have no idea if I've gotten any errors/warnings 
there.

Let me know what kind of additional information you need.

Anders Aagaard

PS : Computer survives memtest and prime overnight, smartd reports no 
errors on the disk.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: WARNING: Cannot unlink 2281245 (-2)
  2008-08-14  8:01 WARNING: Cannot unlink 2281245 (-2) Anders Aagaard
@ 2008-08-14  9:04 ` Anders Aagaard
  2008-08-14 10:01 ` Edward Shishkin
  1 sibling, 0 replies; 4+ messages in thread
From: Anders Aagaard @ 2008-08-14  9:04 UTC (permalink / raw)
  To: reiserfs-devel

Anders Aagaard wrote:
> PS : Computer survives memtest and prime overnight, smartd reports no 
> errors on the disk.

I've been doing some more testing, and I got a gut feeling something's.. 
off.  Take this with a grain of salt until I can do some more testing.

Changed bios lately to fix some suspend/resume annoyances, the computer 
was rock solid before that, but I got a feeling it's not rock solid when 
not under 100% load now.  Could be related to vdroop or something in the 
new bios revision, not quite sure, either way it needs more testing.

Gonna flash back to the previus bios and do all tests again from scratch.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: WARNING: Cannot unlink 2281245 (-2)
  2008-08-14  8:01 WARNING: Cannot unlink 2281245 (-2) Anders Aagaard
  2008-08-14  9:04 ` Anders Aagaard
@ 2008-08-14 10:01 ` Edward Shishkin
  2008-08-15  8:42   ` Anders Aagaard
  1 sibling, 1 reply; 4+ messages in thread
From: Edward Shishkin @ 2008-08-14 10:01 UTC (permalink / raw)
  To: Anders Aagaard; +Cc: reiserfs-devel

Anders Aagaard wrote:
> Hi
>
> I've been testing reiser4 on root for the last day or so, and I ran
> into some trouble while rebuilding my world file (on a gentoo system).
>
> I get this rebuilding gcc:
>
> reiser4[rm(8699)]: reiser4_unlink_common
> (fs/reiser4/plugin/inode_ops.c:295)[nikita-3398]:
> WARNING: Cannot unlink 2281245 (-2)
>
> At the same time I see this in the build output:
> rm: cannot remove directory
> `/var/tmp/portage/sys-devel/gcc-4.2.4/work/gcc-4.2.4/libjava/classpath/resource/gnu/java/locale':
> Directory not empty
>
> This is reiser4 mounted directly from a hd, no lvm/raid/encryption on
> this drive, it's mounted with noatime, and built with
> create=ccreg40,compress=lzo1.
>
> I use reiser4progs from gentoo, latest (aka reiser4progs-1.0.6 with
> reiser4progs-1.0.6-preen.patch applied).  And gentoo-sources 2.6.25-r7
> with reiser4-for-2.6.25.patch applied (from kernel.org).
>
> Unfortunatly due to the massive spam from reiser4fsck when running
> compressed filesystem I have no idea if I've gotten any
> errors/warnings there.
>
> Let me know what kind of additional information you need.

Has fsck finished work?
If yes, then what is the latest message about filesystem status?
Note, that spam can be suppressed by the option -s.

Thanks,
Edward.

>
> Anders Aagaard
>
> PS : Computer survives memtest and prime overnight, smartd reports no
> errors on the disk.
> -- 
> To unsubscribe from this list: send the line "unsubscribe
> reiserfs-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: WARNING: Cannot unlink 2281245 (-2)
  2008-08-14 10:01 ` Edward Shishkin
@ 2008-08-15  8:42   ` Anders Aagaard
  0 siblings, 0 replies; 4+ messages in thread
From: Anders Aagaard @ 2008-08-15  8:42 UTC (permalink / raw)
  To: reiserfs-devel

Edward Shishkin wrote:
> Anders Aagaard wrote:
>> Hi
>>
>> I've been testing reiser4 on root for the last day or so, and I ran
>> into some trouble while rebuilding my world file (on a gentoo system).
>>
>> I get this rebuilding gcc:
>>
>> reiser4[rm(8699)]: reiser4_unlink_common
>> (fs/reiser4/plugin/inode_ops.c:295)[nikita-3398]:
>> WARNING: Cannot unlink 2281245 (-2)
>>
>> At the same time I see this in the build output:
>> rm: cannot remove directory
>> `/var/tmp/portage/sys-devel/gcc-4.2.4/work/gcc-4.2.4/libjava/classpath/resource/gnu/java/locale':
>> Directory not empty
>>
>> This is reiser4 mounted directly from a hd, no lvm/raid/encryption on
>> this drive, it's mounted with noatime, and built with
>> create=ccreg40,compress=lzo1.
>>
>> I use reiser4progs from gentoo, latest (aka reiser4progs-1.0.6 with
>> reiser4progs-1.0.6-preen.patch applied).  And gentoo-sources 2.6.25-r7
>> with reiser4-for-2.6.25.patch applied (from kernel.org).
>>
>> Unfortunatly due to the massive spam from reiser4fsck when running
>> compressed filesystem I have no idea if I've gotten any
>> errors/warnings there.
>>
>> Let me know what kind of additional information you need.
> 
> Has fsck finished work?
> If yes, then what is the latest message about filesystem status?
> Note, that spam can be suppressed by the option -s.


I've reverted to my previus bios, checked .bashrc and executed 
everything in it in the same order, on a newly formated partition (it 
was in the process of restoring a backup and updating a system, so it 
was very easy for me to copy what I did 100%), and I can't reproduce 
this problem.  So this was most likely hardware related.  Sorry for 
reporting that.

> 
> Thanks,
> Edward.
> 
>> Anders Aagaard
>>
>> PS : Computer survives memtest and prime overnight, smartd reports no
>> errors on the disk.
>> -- 
>> To unsubscribe from this list: send the line "unsubscribe
>> reiserfs-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-08-15  8:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-14  8:01 WARNING: Cannot unlink 2281245 (-2) Anders Aagaard
2008-08-14  9:04 ` Anders Aagaard
2008-08-14 10:01 ` Edward Shishkin
2008-08-15  8:42   ` Anders Aagaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.