Re: [BUG]: Software compiling occasionlly hangs under 2.6.15-rc1/rc2and 2.6.15-rc1-mm2

From: Anton Altaparmakov
Date: Wed Nov 30 2005 - 08:53:30 EST


Hi,

On Tue, 29 Nov 2005, Andrew Morton wrote:
> Tarkan Erimer <tarkane@xxxxxxxxx> wrote:
> > On 11/28/05, Andrew Morton <akpm@xxxxxxxx> wrote:
> > > XFS went nuts. Please test the latest git snapshot which has fixes for
> > > this.
> >
> > I tried 2.6.15-rc2-git6 and just released 2.6.15-rc3. Result is same.
> > I still got occasional hangs.
>
> Please generate the sysrq-T trace when the system hangs.
>
> > When I check my syslog, I found no error
> > messages. But notice, XFS related errors have gone.
>
> OK, we might have fixed XFS.
>
> > I paste last few
> > lines of my syslog.
> >
> > ----syslog ----
> > Nov 29 23:22:43 hightemple kernel: [ 518.648894] NTFS-fs warning
> > (device hda1): ntfs_filldir(): Skipping unrepresentable inode 0x516d.
> > Nov 29 23:22:54 hightemple kernel: [ 529.059660] printk: 36 messages
> > suppressed.
> > Nov 29 23:22:54 hightemple kernel: [ 529.059669] NTFS-fs error
> > (device hda1): ntfs_ucstonls(): Unicode name contains characters that
> > cannot be converted to character set iso8859-1. You might want to try
> > to use the mount option nls=utf8.
> > Nov 29 23:22:54 hightemple kernel: [ 529.059676] NTFS-fs warning
> > (device hda1): ntfs_filldir(): Skipping unrepresentable inode 0x57db.
>
> Anton is the man.

Yes. (-:

These just means that you have mounted with a bad default code page or
whatever you want to call it and the ntfs volume contains characters
whethe the Unicode (i.e. NTFS) to your code page conversion fails (NLS
conversion returns error due to non-existant character in your code page).
As the message suggests if you adjust your mount options to include the
"nls=utf8" option the errors will go away and everything will work except
maybe your terminal/gui may dislay some garbage characters if it does not
understand utf8 characters but at least you will see all
files/directories.

> > Nov 29 23:23:57 hightemple gconfd (root-11625): starting (version
> > 2.12.1), pid 11625 user 'root'
> > Nov 29 23:23:57 hightemple gconfd (root-11625): Resolved address
> > "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only
> > configuration source at position 0
> > Nov 29 23:23:57 hightemple gconfd (root-11625): Resolved address
> > "xml:readwrite:/root/.gconf" to a writable configuration source at
> > position 1
> > Nov 29 23:23:57 hightemple gconfd (root-11625): Resolved address
> > "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only
> > configuration source at position 2
>
> I assume the above isn't kernel-related?

Correct. That is just Gnome and in particular gconf stuff (i.e. the Gnome
daemon providing access to the Gnome version of the Windows registry)...

Best regards,

Anton
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer / IRC: #ntfs on irc.freenode.net
WWW: http://linux-ntfs.sf.net/ & http://www-stu.christs.cam.ac.uk/~aia21/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/