From owner-freebsd-current@FreeBSD.ORG Wed Jul 25 22:38:01 2007 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4C8A16A419 for ; Wed, 25 Jul 2007 22:38:01 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.freebsd.org (Postfix) with ESMTP id AD5DB13C469 for ; Wed, 25 Jul 2007 22:38:01 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.61] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id l6PMMs5Y068934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Jul 2007 15:22:56 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <46A7CD32.40605@FreeBSD.org> Date: Wed, 25 Jul 2007 15:22:42 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Xin LI References: <46A625FB.5050105@delphij.net> In-Reply-To: <46A625FB.5050105@delphij.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: Call for non i386/amd64 testers for tmpfs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2007 22:38:02 -0000 Regression test (t_mount) fails on PowerPC-based Mac: + echo Root directory attributes are set correctly... Root directory attributes are set correctly... + test_mount -o uid=1000,gid=100,mode=755 + mkdir /usr/src/tools/regression/tmpfs/tmp + [ 2 -gt 0 ] + mount -t tmpfs -o uid=1000,gid=100,mode=755 tmpfs /usr/src/tools/regression/tmpfs/tmp + cd /usr/src/tools/regression/tmpfs/tmp + stat -s /usr/src/tools/regression/tmpfs/tmp + eval st_dev=134283018 st_ino=2 st_mode=040000 st_nlink=2 st_uid=1000 st_gid=100 st_rdev=4294967295 st_size=0 st_atime=1185399883 st_mtime=1185399883 st_ctime=1185399883 st_birthtime=1185399883 st_blksize=4096 st_blocks=0 st_flags=0 + st_dev=134283018 st_ino=2 st_mode=040000 st_nlink=2 st_uid=1000 st_gid=100 st_rdev=4294967295 st_size=0 st_atime=1185399883 st_mtime=1185399883 st_ctime=1185399883 st_birthtime=1185399883 st_blksize=4096 st_blocks=0 st_flags=0 + [ 1000 = 1000 ] + [ 100 = 100 ] + [ 040000 = 040755 ] + die Other tests complete just fine. I needed to hack t_vnd to avoid placing BSD label on md(4) disk image since BSD labels are not portable across different platforms so that GEOM_LABEL doesn't pick it up properly. -Maxim Xin LI wrote: > Hi, > > I'd like to request that some owners of non-i386/amd64 boxes to test > sys/modules/tmpfs and report if it would work correctly on other > architectures, so I will be able to determine if it is appropriate to > connect it to build on these architectures (and perhaps pick out more > bugs :) > > Thanks for your cooperation! > > Cheers, > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >