Re: a new way to hang 7.0

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Scott Long <scottl@...>
Cc: Mikhail Teterin <mi@...>, <efinleywork@...>, <current@...>, Graham Todd <gtodd@...>
Date: Friday, January 4, 2008 - 6:44 pm

:There are better lists on which to discuss DragonflyBSD vaporware.
:
:Scott

    Not having a good new year, Scott?

    Not production ready, but certainly not vaporware.

    vkernel# cd /mnt
    vkernel# echo "abcd" > charlie
    vkernel# sync
    vkernel# hammer now
    0x477eae02
    vkernel# rm charlie
    vkernel# sync
    vkernel# cat charlie@@0x477eae02
    abcd
    vkernel# ls
    vkernel# cd @@0x477eae02
    vkernel# ls
    charlie
    vkernel# cd /mnt
    vkernel# echo "defgh" > charlie
    vkernel# sync
    vkernel# hammer now
    0x477eae89
    vkernel# echo "ijkl" > charlie
    vkernel# sync
    vkernel# hammer now
    0x477eae8f
    vkernel# cat charlie
    ijkl
    vkernel# cat charlie@@0x477eae89
    defgh
    vkernel# cat charlie@@0x477eae02
    abcd
    vkernel# cd /mnt
    vkernel# cd @@0x477eae02
    vkernel# cat charlie
    abcd
    vkernel#

    Not only does it work, but it works on the entire filesystem state thank
    you very much.

    In anycase, I will follow w/ Graham in personal email.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>
_______________________________________________
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"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: a new way to hang 7.0, Matthew Dillon, (Fri Jan 4, 6:44 pm)
Re: a new way to hang 7.0, Peter Wemm, (Sat Jan 5, 6:39 pm)