Re: panic in tmpfs_valloc_vp() in 8-STABLE r217160

2011-02-02 Thread Jaakko Heinonen
On 2011-02-01, Glen Barber wrote: FreeBSD orion 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #8 r217160: Sat Jan 8 14:17:44 EST 2011 gbarber@orion:/usr/obj/usr/src/sys/ORION amd64 See this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=122038 -- Jaakko

Re: GEOM/bsdlabel regression in 8.x?

2010-07-04 Thread Jaakko Heinonen
On 2010-07-04, Daniel O'Connor wrote: bsdlabel: Class not found This is because GEOM_BSD - GEOM_PART_BSD change. bsdlabel(8) needs read-write access to the device. If it can't get that, it tries an alternative GEOM based method only supported by GEOM_BSD. The error message Class not found is

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: kern/135412: [zfs] [nfs] zfs(v13)+nfs and open(..., O_WRONLY|O_CREAT|O_EXCL, ...)

2009-07-01 Thread Jaakko Heinonen
On 2009-06-30, Mike Andrews wrote: Jaakko Heinonen wrote: On 2009-06-30, Danny Braniss wrote: This pr is realy holding me back, I can't upgrade this server, and telling serveral tens of users to us cp, etc is not an option. The open works fine if not using O_EXCL. I guess

Re: kern/135412: [zfs] [nfs] zfs(v13)+nfs and open(..., O_WRONLY|O_CREAT|O_EXCL, ...)

2009-06-30 Thread Jaakko Heinonen
On 2009-06-30, Danny Braniss wrote: This pr is realy holding me back, I can't upgrade this server, and telling serveral tens of users to us cp, etc is not an option. The open works fine if not using O_EXCL. I guess that r185586 needs to be MFCd to stable/7. Here's an untested patch

Re: fsck -C in stable/7 and 7.2

2009-04-27 Thread Jaakko Heinonen
On 2009-04-27, Andriy Gapon wrote: fsck(8) describes -C option, fsck mentions this option in its usage message, but: $ fsck -C fsck_ufs: illegal option -- C usage: fsck_ufs [-BCFpfny] [-b block] [-c level] [-m mode] filesystem ... Am I he only one to see this? r190357 probably

Re: zfs crashes with nfs and snapshots

2009-02-16 Thread Jaakko Heinonen
On 2009-02-13, Gerrit Kühn wrote: Ok, I will upgrade to 7.1-stable asap. The client was Linux 2.6.25, I cannot say if it uses readdirplus and if I could disable that (the manpage says nothing about it at all, but I will look into that further). -o nordirplus mount option should disable it on

Re: zfs crashes with nfs and snapshots

2009-02-11 Thread Jaakko Heinonen
On 2009-02-11, Gerrit Kühn wrote: I just saw one of my FreeBSD servers (7.0-stable of June 2008) crash while trying to access the .zfs snapshot directory via a nfs client machine. This is likely the issue described in this message:

Re: 2 (very old) bugs?

2009-01-10 Thread Jaakko Heinonen
Hi, On 2009-01-09, Doug Barton wrote: Yannick Cadin wrote: - first in the stat command. Only with the -x option. If you execute stat -x on /tmp or /usr/bin/passwd parameters for example, the numeric representation of mode is wrong. The special bits are always 0. No suid-bit, no sticky

Re: zfs panics

2008-12-10 Thread Jaakko Heinonen
Hi, On 2008-12-10, Danny Braniss wrote: from a solaris or linux client, doing a ls(1) of a nfs exported zfs file, for example: ls /net/zfs-server/h/.zfs/snapshot, panics the server. The server is running latest 7.1-prerelease. This has been reported as PR kern/125149. I have

DTrace MFC broke kldstat(2) on RELENG_7

2008-09-30 Thread Jaakko Heinonen
Hi, I recently noticed that kldstat(8) started to dump core for me on RELENG_7. I traced the problem down to kldstat(2). r182231 (DTrace MFC) introduced a new version of kld_file_stat struct and added some code to support the old version of the structure in kldstat(). In the new code the old

Re: Request for testing - top 3.8b1 in the base system

2008-09-29 Thread Jaakko Heinonen
On 2008-09-28, Edwin Groothuis wrote: Swap: 3000M Total, 181M Used, 2819M Free, 6% Inuse sysctlnametomib: No such file or directory And no processes. I didn't expect it not to work on 6.x, I will play around with it tomorrow to see if it makes sense. According to svn log