Re: UFS Panic on 7.1 - ffs_valloc: dup alloc

2009-12-01 Thread Jaakko Heinonen
On 2009-11-30, Tom Judge wrote: kern/122380 kern/133980 Any ideas on a fix? panic: ffs_valloc: dup alloc You may be hitting UFS2 32-bit inode limit bug. See this analysis by Bruce Evans: http://docs.freebsd.org/cgi/mid.cgi?20090508120355.S1497 -- Jaakko

Re: UFS Panic on 7.1 - ffs_valloc: dup alloc

2009-12-01 Thread Tom Judge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jaakko Heinonen wrote: On 2009-11-30, Tom Judge wrote: kern/122380 kern/133980 Any ideas on a fix? panic: ffs_valloc: dup alloc You may be hitting UFS2 32-bit inode limit bug. See this analysis by Bruce Evans:

UFS Panic on 7.1 - ffs_valloc: dup alloc

2009-11-30 Thread Tom Judge
Hi, I had a panic today when someone created a symlink over NFS to a UFS file system. There seem to be 2 open PRs on this already: kern/122380 kern/133980 Any ideas on a fix? I have not tried to repeat this crash but I have saved a snapshot of the file system so I can test if needed. I