Date: Tue, 21 Aug 2001 17:15:10 +0200 From: Ollivier Robert <roberto@keltia.freenix.fr> To: FreeBSD Current Users' list <freebsd-current@FreeBSD.ORG> Cc: iedowse@freebsd.org Subject: Re: Panic with latest current/UFS_DIRHASH Message-ID: <20010821171510.A75116@tara.freenix.org> In-Reply-To: <20010821165443.A36763@caerdonn.eurocontrol.fr>; from roberto@eurocontrol.fr on Tue, Aug 21, 2001 at 04:54:43PM %2B0200 References: <20010821165443.A36763@caerdonn.eurocontrol.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
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! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010821171510.A75116>
