According to Ollivier Robert:
> Just upgraded my laptop to the latest current and during installworld, got
> this panic:
> 
> panic: ufsdirhash_findslot: 'ka_JP.Shift_JIS' not found
> db> trace
> Debugger
> panic
> ufsdirhash_findslot
> ufsdirhash_move
> ufs_direnter
> ufs_makeinode
> ufs_symlink
> ufs_vnoperate
> symlink
> syscall
> syscall_with_err_pushed

The interesting thing is that I also get that with my old 17th Jul.
kernel... except that the panic message is 

"ufsdirhash_checkblock: bad dir inode"

It is always in the following part of installworld:

/usr/src/etc/Makefile:

        cd ${DESTDIR}/usr/share/locale; \
        set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
        while [ $$# -gt 0 ] ; \
        do \
                rm -rf "$$1"; \
                ln -s "$$2" "$$1"; \
                shift; shift; \
        done

I'll try disabling UFS_DIRHASH.

I have softupdates on all partitions EXCEPT /.

-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to