Would anybody port DragonFlyBSD's HAMMER fs to FreeBSD?

2008-09-30 Thread lhmwzy
I think port HAMMER fs to FreeBSD is easier than any other fs like ZFS. Would anybody do this? I do not have the skill or I will do this.:) links: http://www.dragonflybsd.org/hammer/index.shtml http://www.dragonflybsd.org/hammer/hammer.pdf ___ fr

Re: Would anybody port DragonFlyBSD's HAMMER fs to FreeBSD?

2008-09-30 Thread lhmwzy
Yes. It seems that nobody is interested in this. -Matt would not port is to FreeBSD,which is a big regretful. 2008/10/1 Derek Kuli��ski <[EMAIL PROTECTED]>: > Hello Carlos, > > Tuesday, September 30, 2008, 5:57:06 PM, you wrote: > >> Do you subscribe freebsd-stable? This has bee discussed recently

Re: Would anybody port DragonFlyBSD's HAMMER fs to FreeBSD?

2008-09-30 Thread lhmwzy
>Guys, please don't start a flamewar. And lhmwzy we discussed this >on the DFly lists. It's really up to them... that is, a programmer >who has an interest, inclination, and time. It isn't really fair to >try to push it. You're right. >I

Re: Would anybody port DragonFlyBSD's HAMMER fs to FreeBSD?

2008-09-30 Thread lhmwzy
That's it. Since we don't have the skill,what we can do is wait. Waiting is such a bad thing... 2008/10/1 Derek Kuli��ski <[EMAIL PROTECTED]>: > Hello lhmwzy, > > Tuesday, September 30, 2008, 11:10:24 PM, you wrote: > >> Yes. >> It seems that nobody i

Re: Would anybody port DragonFlyBSD's HAMMER fs to FreeBSD?

2008-10-01 Thread lhmwzy
Yes,this is a way. I would do as you said if I need to do so. 2008/10/1 Jeremy Chadwick <[EMAIL PROTECTED]>: > On Wed, Oct 01, 2008 at 02:29:12PM +0800, lhmwzy wrote: >> That's it. >> Since we don't have the skill,what we can do is wait. >> >> Wai

Re: zfs quota question

2008-10-07 Thread lhmwzy
You're right. I turn off the compression,everything go well. So this is my problem,not a ZFS of FreeBSD problme. Tks for reply. 2008/10/7 Pawel Jakub Dawidek <[EMAIL PROTECTED]>: .00M - >> > pool/lhm compressratio 7.25x - > > Turn compression off and retry. > __

Re: zfs quota question

2008-10-07 Thread lhmwzy
sorry,I make a mistake. It is a filesystem,not a volume. 2008/10/7 Holger Kipp <[EMAIL PROTECTED]>: > according to zfs manpage: > > Quotas cannot be set on volumes, as the "volsize" property acts as > an implicit quota. > ___ freebsd

Re: zfs quota question

2008-10-07 Thread lhmwzy
My system #uname -a FreeBSD bxzxfreebsd.slof.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #4: Mon Oct 6 15:02:42 CST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/lhmwzy amd64 zfs version: ZFS filesystem version 6 ZFS storage pool version 6 ___ freebsd

zfs quota question

2008-10-07 Thread lhmwzy
I create a zfs volume pool/lhm and give it quota 1M use "zfs set quota=1m pool/lhm" #zfs get all pool/lhm zfs get all pool/lhm [ttyp0][5:22:12pm] NAME PROPERTY VALUE SOURCE pool/lhm type filesystem - pool/lhm creation Tue Oct 7 17:14 2008

Re: zfs quota question

2008-10-07 Thread lhmwzy
Yes,this is a problem. In my case,"du -h" displays 1M,but the actual size is about 24M. 2008/10/7 Pete French <[EMAIL PROTECTED]>: >> Yeah, ZFS offers a lot, which can create confusion, unfortunately. Do we >> limit physical space with quota or only logical (before compression)? >> Should we take

Re: zfs quota question

2008-10-07 Thread lhmwzy
The fllow is better? #!/bin/sh find $1 -type f -exec ls -lh {} \; | awk '{j += $5} END {print j"M"}' 2008/10/7 Andrew Snow <[EMAIL PROTECTED]>: >> I love ZFS, but I suddenly found out last night that I >> have lost the ability tto do a 'du' on a directory to work out if it will >> fit onto a CD or

Re: zfs quota question

2008-10-08 Thread lhmwzy
OK.It's my mistake. Improve it again: #!/bin/sh find $1 -type f -ls | awk '{j += $7} END {printf("%.2fM\n",j/1024/1024)}' 2008/10/8 Ian Smith <[EMAIL PROTECTED]>: > On Wed, 8 Oct 2008, lhmwzy wrote: > > The fllow is better? > > #!/bin/sh > >

What's the Scheduler SCHED_core development now?

2008-10-08 Thread lhmwzy
Is it still alive? Is it replaced by SCHED_ULE? ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

non-root user can not create zfs filesystem?

2008-10-22 Thread lhmwzy
$zfs create www/lhm cannot create 'www/lhm': permission denied How to do this or when can do this? ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: non-root user can not create zfs filesystem?

2008-10-22 Thread lhmwzy
Tks very much for your reply. I'm very sorry for the last mail,I didn't see the CC is empty,I'm not deliberately. 2008/10/22 Jeremy Chadwick <[EMAIL PROTECTED]>: > On Wed, Oct 22, 2008 at 06:54:49PM +0800, lhmwzy wrote: >> hmm... >> I transfer data to a re

Re: non-root user can not create zfs filesystem?

2008-10-22 Thread lhmwzy
Yes,that's is what I want to say. In other word is the command "zfs allow" and "zfs unallow" I think it is not "Support chflags(2)" which is described in at the bottom of http://wiki.freebsd.org/ZFS 2008/10/22 Pete French <[EMAIL PROTECTED]>: >> Creating a filesystem is something that can only be

Re: non-root user can not create zfs filesystem?

2008-10-22 Thread lhmwzy
But what is Jeremy Chadwick said is also a good solution for my problem. Tks Jeremy Chadwick again. 2008/10/22 lhmwzy <[EMAIL PROTECTED]>: > Yes,that's is what I want to say. > In other word is the command "zfs allow" and "zfs unallow" > I think it is not

Re: ZFS

2008-10-22 Thread lhmwzy
I think the time is when FB8.0 out. 2008/10/22 David Peall <[EMAIL PROTECTED]>: > Hi > > > > While we are on the topic, I had a brief but happy encounter with ZFS > while dump was broken on UFS2. Is there any indication as to when this > would be suitable for a production environment? > > > > So

system panic: RAID5 problem or zfs problem

2008-10-22 Thread lhmwzy
First we create a pool name www: zpool create www da1 da2 da3 da4 da5 da6 Then replace da6 with a new disk. when reboot the box,panic when booting: ZFS:vdev failure,zpool=ww type=vdev.bad_label painc:solaris assert:vdev_config_sync(rvd,txg)==0,file:/usr/src/sys/modules/zfs/../../cddl/contrib/oen

Re: system panic: RAID5 problem or zfs problem

2008-10-22 Thread lhmwzy
YES. zpool create www da1 da2 da3 da4 da5 da6 should be: zpool create www raidz da1 da2 da3 da4 da5 da6 sorry for my mistake. I redo it again. All things go damn WELL. I can't tell what's wrong now. 2008/10/22 Rink Springer <[EMAIL PROTECTED]>: > On Wed, Oct 22, 2008 at 10:33

Re: system panic: RAID5 problem or zfs problem

2008-10-22 Thread lhmwzy
I think I have found the problem. I want to do "zpool create www raidz da1 da2 da3 da4 da5 da6",but make a mistake,type "zpool create www da1 da2 da3 da4 da5 da6". Then I remove one disk. Then reboot,there is a panic. I know this is my misktake.But should FreeBSD panic or FreeBSD go well but zpoo

Re: system panic: RAID5 problem or zfs problem

2008-10-22 Thread lhmwzy
,there is a panic. I know this is my misktake.But should FreeBSD panic or FreeBSD go well but zpool crash only I make too mistakes tonight.:( 2008/10/22 lhmwzy <[EMAIL PROTECTED]>: > I think I have found the problem. > I want to do "zpool create www raidz da1 da2 da3 da4 da5 da6"

Re: system panic: RAID5 problem or zfs problem

2008-10-22 Thread lhmwzy
One thing:must copy some data to the pool,remove one disk,shutdown,add a new disk,start the box,get the panic. My box uname -a: FreeBSD freebsd.lpcy.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Tue Oct 21 12:02:30 CST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/lhmwzy amd64

Re: non-root user can not create zfs filesystem?

2008-10-22 Thread lhmwzy
where is the patch? I can't find it in freebsd-fs@ and [EMAIL PROTECTED] 2008/10/23 Fabian Keil <[EMAIL PROTECTED]>: > Pete French <[EMAIL PROTECTED]> wrote: > >> > Yes,that's is what I want to say. >> > In other word is the command "zfs allow" and "zfs unallow" >> > I think it is not "Support chf

Re: non-root user can not create zfs filesystem?

2008-10-22 Thread lhmwzy
Oct 23 13:37 zfsldr.S -rw-r--r--1 root wheel0 Oct 23 13:37 zfsldr.S.orig -rw-r--r--1 root wheel 5531 Oct 23 13:37 zfssubr.c -rw-r--r--1 root wheel0 Oct 23 13:37 zfssubr.c.orig Is this correct?? 2008/10/23 Andrew Snow <[EMAIL PROTECTED]>: > lhmwzy wro

Re: non-root user can not create zfs filesystem?

2008-10-22 Thread lhmwzy
What's you mean? This patch is not suit for Current or Current has alreday have this patch? 2008/10/23 Xin LI <[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > lhmwzy wrote: > >> This patch must be used in CURRENT?? >> cvsup src wi

Re: non-root user can not create zfs filesystem?

2008-10-22 Thread lhmwzy
OK.close this thread.:) 2008/10/23 Jeremy Chadwick <[EMAIL PROTECTED]>: > On Thu, Oct 23, 2008 at 02:35:24PM +0800, lhmwzy wrote: >> What's you mean? >> This patch is not suit for Current or Current has alreday have this patch? > > The patch was made against

How to clear the 32-bit ldconfig error in 64-bit FreeBSD?

2010-05-10 Thread lhmwzy
like this: ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat 32-bit compatibility ldconfig path: /usr/local/lib32/compat .: Can't open %%RC_SUBR%%: No such file or directory uname -a: FreeBSD lanshuweb2 8.0-RELEASE FreeBSD 8.0-RELEASE #2: Tue May 11 10:04:28 UT

Can FreeBSD be installed on DellPowerEdge2800 ?

2005-03-01 Thread lhmwzy
Anybody did this? Any help is appreciateedã ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Can FreeBSD 5.3R support the RAID card MegaRAID SCSI 320-2E card?

2005-03-04 Thread lhmwzy
I have search amr on http://www.freebsd.org/cgi/man.cgi?query=amr&sektion=4&manpath=FreeBSD+5.3-RELEASE It said support the following: · AMI MegaRAID 320-1 · AMI MegaRAID 320-2 · AMI MegaRAID 320-4X · AMI MegaRAID Series 418 Anyone knows amr supports MegaRAID SCSI 320-