public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* latest jffs2 troubles
@ 2001-06-15 14:08 Abraham vd Merwe
  2001-06-15 14:21 ` David Woodhouse
  0 siblings, 1 reply; 5+ messages in thread
From: Abraham vd Merwe @ 2001-06-15 14:08 UTC (permalink / raw)
  To: MTD for Linux

[-- Attachment #1: Type: text/plain, Size: 2289 bytes --]

Hi!

I've booted up with jffs2 once or twice without any problems. Now I'm
suddenly getting:

------------< snip <------< snip <------< snip <------------
NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com
jffs2_scan_dirent_node(): Name CRC failed on node at 0x001c093c: Read
0x49ccf4da, calculated 0x2
77fb134
jffs2_scan_dirent_node(): Name CRC failed on node at 0x001c0ae8: Read
0x2d13ab07, calculated 0x8
a10a00e
jffs2_scan_dirent_node(): Name CRC failed on node at 0x001c0b70: Read

<snip - you get the idea>

jffs2_scan_dirent_node(): Name CRC failed on node at 0x001ff124: Read
0x7b8205c6, calculated 0x2
49aa88f
jffs2_scan_dirent_node(): Name CRC failed on node at 0x001ff1ac: Read
0x37b02647, calculated 0x3
541df4d
VFS: Mounted root (jffs2 filesystem) readonly.
------------< snip <------< snip <------< snip <------------

and then I get the following in one of my libs:

------------< snip <------< snip <------< snip <------------
updating /etc/ld.so.*: ld.so.conf ld.so.preloadldconfig:
/lib/libnss_files.so.2 is not an ELF fi
le - it has the wrong magic bytes at the start.

ldconfig: /lib/libnss_files.so is not an ELF file - it has the wrong magic
bytes at the start.

ldconfig: /lib/libnss_files.so.2 is not a symbolic link

ldconfig: /usr/lib/libnss_files.so.2 is not an ELF file - it has the wrong
magic bytes at the st
art.

ldconfig: /usr/lib/libnss_files.so is not an ELF file - it has the wrong
magic bytes at the star
t.

ldconfig: /usr/lib/libnss_files.so.2 is not a symbolic link
------------< snip <------< snip <------< snip <------------

I've tried rewriting the image, change a few things here or there - same
thing. Any ideas why this happens or what exactly it's complaining about?

-- 

Regards
 Abraham

I guess it was all a DREAM ... or an episode of HAWAII FIVE-O ...

__________________________________________________________
 Abraham vd Merwe - 2d3D, Inc.

 Device Driver Development, Outsourcing, Embedded Systems

  Cell: +27 82 565 4451         Snailmail:
   Tel: +27 21 761 7549            Block C, Antree Park
   Fax: +27 21 761 7648            Doncaster Road
 Email: abraham@2d3d.co.za         Kenilworth, 7700
  Http: http://www.2d3d.com        South Africa


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: latest jffs2 troubles
  2001-06-15 14:08 latest jffs2 troubles Abraham vd Merwe
@ 2001-06-15 14:21 ` David Woodhouse
  2001-06-15 14:45   ` Abraham vd Merwe
  0 siblings, 1 reply; 5+ messages in thread
From: David Woodhouse @ 2001-06-15 14:21 UTC (permalink / raw)
  To: Abraham vd Merwe; +Cc: MTD for Linux

abraham@2d3d.co.za said:
> jffs2_scan_dirent_node(): Name CRC failed on node at 0x001c093c: Read 0x49ccf4da, calculated 0x2
> 77fb134
> jffs2_scan_dirent_node(): Name CRC failed on node at 0x001c0ae8: Read 0x2d13ab07, calculated 0x8 
> a10a00e

Urgh. Word wrap.

Which kernel? If the alignment fixups are broken, that would explain it.

--
dwmw2

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

* Re: latest jffs2 troubles
  2001-06-15 14:21 ` David Woodhouse
@ 2001-06-15 14:45   ` Abraham vd Merwe
  2001-06-15 14:54     ` David Woodhouse
  2001-06-15 16:38     ` Nicolas Pitre
  0 siblings, 2 replies; 5+ messages in thread
From: Abraham vd Merwe @ 2001-06-15 14:45 UTC (permalink / raw)
  To: David Woodhouse; +Cc: MTD for Linux

[-- Attachment #1: Type: text/plain, Size: 973 bytes --]

Hi David!

> > jffs2_scan_dirent_node(): Name CRC failed on node at 0x001c093c: Read 0x49ccf4da, calculated 0x2
> > 77fb134
> > jffs2_scan_dirent_node(): Name CRC failed on node at 0x001c0ae8: Read 0x2d13ab07, calculated 0x8 
> > a10a00e
> 
> Urgh. Word wrap.
> 
> Which kernel? If the alignment fixups are broken, that would explain it.

2.4.3 with the rmk2 and rmk2-np1 patches applied on LART.

-- 

Regards
 Abraham

Old Japanese proverb:
	There are two kinds of fools -- those who never climb Mt. Fuji,
	and those who climb it twice.

__________________________________________________________
 Abraham vd Merwe - 2d3D, Inc.

 Device Driver Development, Outsourcing, Embedded Systems

  Cell: +27 82 565 4451         Snailmail:
   Tel: +27 21 761 7549            Block C, Antree Park
   Fax: +27 21 761 7648            Doncaster Road
 Email: abraham@2d3d.co.za         Kenilworth, 7700
  Http: http://www.2d3d.com        South Africa


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: latest jffs2 troubles
  2001-06-15 14:45   ` Abraham vd Merwe
@ 2001-06-15 14:54     ` David Woodhouse
  2001-06-15 16:38     ` Nicolas Pitre
  1 sibling, 0 replies; 5+ messages in thread
From: David Woodhouse @ 2001-06-15 14:54 UTC (permalink / raw)
  To: Abraham vd Merwe; +Cc: MTD for Linux

abraham@2d3d.co.za said:
>  2.4.3 with the rmk2 and rmk2-np1 patches applied on LART. 

I think that one was broken.

--
dwmw2

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

* Re: latest jffs2 troubles
  2001-06-15 14:45   ` Abraham vd Merwe
  2001-06-15 14:54     ` David Woodhouse
@ 2001-06-15 16:38     ` Nicolas Pitre
  1 sibling, 0 replies; 5+ messages in thread
From: Nicolas Pitre @ 2001-06-15 16:38 UTC (permalink / raw)
  To: Abraham vd Merwe; +Cc: David Woodhouse, MTD for Linux


On Fri, 15 Jun 2001, Abraham vd Merwe wrote:

> Hi David!
>
> > > jffs2_scan_dirent_node(): Name CRC failed on node at 0x001c093c: Read 0x49ccf4da, calculated 0x2
> > > 77fb134
> > > jffs2_scan_dirent_node(): Name CRC failed on node at 0x001c0ae8: Read 0x2d13ab07, calculated 0x8
> > > a10a00e
> >
> > Urgh. Word wrap.
> >
> > Which kernel? If the alignment fixups are broken, that would explain it.
>
> 2.4.3 with the rmk2 and rmk2-np1 patches applied on LART.

2.4.3 is broken.  Use the latest (2.4.5-rmk5-np1).


Nicolas

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

end of thread, other threads:[~2001-06-15 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-15 14:08 latest jffs2 troubles Abraham vd Merwe
2001-06-15 14:21 ` David Woodhouse
2001-06-15 14:45   ` Abraham vd Merwe
2001-06-15 14:54     ` David Woodhouse
2001-06-15 16:38     ` Nicolas Pitre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox