Re: to configure HammerFS

2012-09-08 Thread Matthew Dillon
vfs.hammer) but they are already tuned. The only real adjustments you might want to make would be if you also were running swapcache with a SSD. -Matt Matthew Dillon dil

Re: modifying nullfs

2012-09-07 Thread Matthew Dillon
, with no added overhead to use it. -Matt Matthew Dillon dil...@backplane.com

Re: modifying nullfs

2012-09-07 Thread Matthew Dillon
essentially a 'writable snapshot' as the mount. So it's a very interesting area but complex and difficult to implement properly under any circumstances. -Matt Matthew Dillon

Re: Errors on SSD

2012-08-26 Thread Matthew Dillon
Also note that you may be able to get more detailed information on the problem using smartctl: pkg_radd smartmontools smartctl -d sat -a /dev/daXXX (where daXXX is the correct device for the SSD). In particular look at the wear

Re: HAMMER2 progress report - 07-Aug-2012

2012-08-16 Thread Matthew Dillon
: :On Wed, Aug 8, 2012 at 10:44 AM, Matthew Dillon :dil...@apollo.backplane.com wrote: : : Full graph spanning tree protocol so there can be loops, multiple ways : to get to the same target, and so on and so forth. The SPANs propagate : the best N (one or two) paths for each

Re: fails to mount root

2012-08-13 Thread Matthew Dillon
: :On Monday 13 August 2012 12:30:05 Matthew Dillon wrote: : Well, a 2.8 CD wouldn't have worked but you now burned a more recent : CD and you are getting the panic again? The question is what is the : console output above the 'lockmgr' line ? i.e. all I see there is : part

Re: fails to mount root

2012-08-13 Thread Matthew Dillon
:On Monday 13 August 2012 15:38:46 Matthew Dillon wrote: :If you have a DDB prompt you can hit the scoll-lock button and then :cursor up. : :HAMMER(ROOT) recovery check seqno=7a824b53 :recovery range 308735b0-30878e48 :recovery nexto 30878e48 endseqno=7a824c80

HAMMER2 progress report - 07-Aug-2012

2012-08-07 Thread Matthew Dillon
Hammer2 continues to progress. I've been working on the userland spanning tree protocol. * The socket/messaging system now connects, handshakes with public key encryption, and negotiates AES keys for the session data stream. * The low level transactional messaging

Re: solid-state drives

2012-08-03 Thread Matthew Dillon
SSD can be limited to e.g. 40 MBytes/sec writing. A 200GB SSD with a 6GBit/sec SATA phy can do 400 MBytes/sec writing and exceed 500 MBytes/sec reading. Big difference. -Matt Matthew Dillon

Re: solid-state drives

2012-08-02 Thread Matthew Dillon
will definitely want to turn pruning on, it doesn't do all that much I/O and its needed to clean up the fine-grained snapshots. Rebalance, dedup, and recopy can be left turned off. -Matt Matthew Dillon

Re: frequency scaling on D525MW not working properly

2012-08-02 Thread Matthew Dillon
Also on the D5* atoms on FreeBSD it would be nice to check that it actually works as advertised, by running a few cpu-bound processes (i.e. for (;;); ) and measuring the watts being burned at different frequencies. That's the real proof that the frequency scaling is doing

Re: solid-state drives

2012-08-01 Thread Matthew Dillon
Matthew Dillon dil...@backplane.com

Re: Latest 3.1 development version core dumps while destroying master PFS

2012-07-25 Thread Matthew Dillon
to 'hammer recover' it to another filesystem on a different partition, but that particular filesystem looks like it is toast to me. -Matt Matthew Dillon dil...@backplane.com

Re: Unable to mount hammer file system Undo failed

2012-07-19 Thread Matthew Dillon
Matthew Dillon dil...@backplane.com

Re: Unable to mount hammer file system Undo failed

2012-07-19 Thread Matthew Dillon
the softlinks from the output. -Matt Matthew Dillon dil...@backplane.com

Re: questions from FreeBSD user

2012-07-15 Thread Matthew Dillon
Matthew Dillon dil...@backplane.com

Re: machine won't start

2012-07-04 Thread Matthew Dillon
Normally this issue can be fixed by setting the BIOS to access the disk in LBA or LARGE mode. The problem is due to a bug in the BIOS's attempt to interpret the slice table in CHS mode instead of logical block mode. It's a BIOS bug. These old BIOS's make a lot of assumptions

Re: machine won't start

2012-07-04 Thread Matthew Dillon
installations intact. -Matt Matthew Dillon dil...@backplane.com

Re: machine won't start

2012-07-04 Thread Matthew Dillon
: I consider it almost a lost cause. : : :Don't get it: trying to fix this is a lost cause? Yah, because if we fix it for one BIOS we break it for another. Hence, a lost cause. There is no single fix which covers all BIOSs. -Matt

Re: pkgsrcv2.git stopped syncing?

2012-05-12 Thread Matthew Dillon
:Hi. : :The latest commit on pkgsrcv2.git is 8ce625e3, which is from :9 days ago. But I see more commits after this date on :pkgsrc-changes@. : http://mail-index.netbsd.org/pkgsrc-changes/ : :Could someone take care of it? : :Best Regards, :YONETANI Tomokazu. Ok, working on it. Grr, that

Re: pkgsrcv2.git stopped syncing?

2012-05-12 Thread Matthew Dillon
. It already takes crater between 1 and 2 hours to run the cvs-git script so for now I am still leaving it set to do an incremental checkout. -Matt Matthew Dillon dil

Re: pkgsrcv2.git stopped syncing?

2012-05-12 Thread Matthew Dillon
! The ghost in the machine strikes again! We should probably modify the script to blow the directory away once a week just to make sure it can auto-recover from that situation. -Matt Matthew Dillon

Re: help with a failed cpdup assert

2012-04-26 Thread Matthew Dillon
. -Matt Matthew Dillon dil...@backplane.com

Re: How to suppress kernel hammer debug messages.

2012-03-08 Thread Matthew Dillon
if you have unpacked the sources should be where this kprintf() resides). -Matt Matthew Dillon dil...@backplane.com

Re: Install DragonFlyBSD on 48 MB RAM

2012-03-01 Thread Matthew Dillon
' in the boot loader. -Matt Matthew Dillon dil...@backplane.com

Re: Install DragonFlyBSD on 48 MB RAM

2012-02-24 Thread Matthew Dillon
I think the answer is probably 'no'. We don't try to make the system work with such a small amount of memory. It should be able to boot with 128MB of ram or more, though to really be decent a more contemporary machine is necessary. It might boot on less memory... in fact it

hammer2 branch in dragonfly repo created - won't be operational for 6-12 months.

2012-02-08 Thread Matthew Dillon
since the last posting. -Matt Matthew Dillon dil...@backplane.com

DESIGN document for HAMMER2 (08-Feb-2012 update)

2012-02-08 Thread Matthew Dillon
months that other people can help too. Ok, here's what I have got. HAMMER2 DESIGN DOCUMENT Matthew Dillon 08-Feb-2012 dil...@backplane.com * These features have

Re: File corrupted on crash reboot. Can someone help diagnose?

2012-02-03 Thread Matthew Dillon
of the transaction ids it lists. -Matt Matthew Dillon dil...@backplane.com

Re: top command

2012-01-27 Thread Matthew Dillon
. -Matt Matthew Dillon dil...@backplane.com

New colo box installed, kronos.dragonflybsd.org

2012-01-15 Thread Matthew Dillon
and a 200G SSD for swapcache. -Matt Matthew Dillon dil...@backplane.com

Mailing list archive operational again, nntp service discontinued

2012-01-11 Thread Matthew Dillon
on a new, better web-based mailing list management interface is ongoing. We know the old mail-based bestserv stuff has gotten a bit too crufty. -Matt Matthew Dillon dil

Re: disable lpr

2012-01-03 Thread Matthew Dillon
is suid and sgid. Maybe a simple 'LPR_USE_PKGSRC' env variable that could be set to '1'. -Matt Matthew Dillon dil...@backplane.com

Re: Dragonflybsd site seems to go down frequently!

2011-12-27 Thread Matthew Dillon
: :Again the site is down (GMT 08:53:45 Decemeber 27, 2011). Make me :worry whether I could really go for a dfbsd production server?!!! And there will probably be downtime in the future. The machines behind our web site typically run the absolute latest development code and we

Re: Which is ideal with HAMMER? softraid or hammer volume_add

2011-12-27 Thread Matthew Dillon
fallback hardware is the only way to go. Soft-raid won't cut it. -Matt Matthew Dillon dil...@backplane.com

Re: Request for suggestion for setting up a server with 4 HDDs

2011-12-27 Thread Matthew Dillon
: :Thanks for the pointer, but again the dragonflybsd site is down (GMT :08:53:45 Decemeber 27, 2011) to access the link Justin pointed to: :leaf.dragonflybsd.org/mailarchive/commits/2009-12/msg00068.html. :-( Insofar as I can tell the site is up, accessed from the outside internet.

Re: Dragonflybsd site seems to go down frequently!

2011-12-26 Thread Matthew Dillon
on avalon (which routes dragonfly's internal network via openvpn) which I thought I had fixed but hadn't. The site should be accessible again. -Matt Matthew Dillon dil

Re: bug in du: truncates filenames

2011-12-26 Thread Matthew Dillon
:I'm running du on snapshots to see how much space is taken by work directories :(which will stick around for over another month; the downloaded tarballs will :disappear in just a few days). I got this error: : :# du -s /var/hammer/usr/snap-20111?11*/pkgsrc/ :du:

Merry X-Mas and 3.0 release after the holidays - date not yet decided

2011-12-25 Thread Matthew Dillon
Hello everyone! First, I apologize for the aborted 2.12 release. We got as far as rolling it but I decided to make a real push to try to fix the occassional random seg-fault bug that we were still seeing on 64-bit at the time. The seg-fault issue has now been resolved, I

Concurrent buildworld -j N heads up - update both install and mkdir

2011-11-30 Thread Matthew Dillon
Matthew Dillon dil...@backplane.com

Significantly faster concurrent buildworld times

2011-11-29 Thread Matthew Dillon
/6e73105ec5492ebba66b83ced8a62e16f87e0498 -Matt Matthew Dillon dil...@backplane.com

leaf upgrade status

2011-11-10 Thread Matthew Dillon
binaries developers have compiled in their leaf accounts will have to be recompiled. Our repository box will probably be upgraded Thursday afternoon. -Matt Matthew Dillon

Re: Can someone upgrade tor in Q3?

2011-11-08 Thread Matthew Dillon
Sorry folks, the cvs2git scripts were running only the base conversion for the 2011 pkgsrc branches and not running the synchronization pass to fixup missing bits. I've adding the synchronization pass for all 2011 branches. It will be a few hours before it gets them synced

heads up - Machine upgrades this week.

2011-11-08 Thread Matthew Dillon
be really nice after that, particularly for developers who use leaf regularly. This will occur Wednesday and/or Thursday if all goes well. -Matt Matthew Dillon dil

Performance results / VM related SMP locking work - committed (3)

2011-10-28 Thread Matthew Dillon
) but that might be related to some of the lwkt_yield()s added and not so much the PQ_INACTIVE/PQ_ACTIVE vm_page_queues[] changes. -Matt Matthew Dillon dil...@backplane.com

Re: process flips between CPUs

2011-08-20 Thread Matthew Dillon
A process which is sleeping most of the time will tend to be scheduled on whatever cpu is available. From the perspective of the scheduler which may switch between user processes on a 1/100 second clock a process which uses the cpu heavily will tend to be scheduled on the same

Re: Recover slave PFS

2011-08-06 Thread Matthew Dillon
It is a bug, it shouldn't have removed the softlink for the PFS. However, the only way to destroy a pfs is with pfs-destroy and since you didn't do that the PFS is still intact. All you have to do is re-create the softlink. The PFS softlink points to @@-1:n Where 'n'

hammer dedup in HEAD now has a memory limiting option

2011-08-03 Thread Matthew Dillon
was being ignored before and now works as well. -Matt Matthew Dillon dil...@backplane.com

Re: pkgsrc-update failes with core dumps

2011-07-30 Thread Matthew Dillon
I think master currently has a VM issue somewhere (in software). I'm sometimes getting an internal compiler error when building the world, too. -Matt Matthew Dillon

Re: pkgsrcv2.git not syncing correctly; around 400 missing files

2011-07-25 Thread Matthew Dillon
:I have been using pkgsrc from our git mirror (pkgsrcv2), but I recently :noticed some patches were missing as it caused me to submit a bad patch :to pkgsrc while fixing multimedia/xine-lib port, and since then I've :found many missing files. : :I pulled pkgsrc via CVS and created a script to

Re: pkgsrcv2.git not syncing correctly; around 400 missing files

2011-07-25 Thread Matthew Dillon
Ok, I upgraded rsync to the latest version and it appears to work now. I think it might have been a protocol incompatibility between the older rsync crater was running (2.something) verses the current version 3.0.8. I will manually run the pkgsrc updating script, please check

Re: pkgsrcv2.git not syncing correctly; around 400 missing files

2011-07-25 Thread Matthew Dillon
:Hi Matt, :It looks much better now. :All the MISSING files have been restored. :There are still some DIFF files making it through the script. I :increased the regex to filter out $Revision[:$] and $Date[:$] as well as :$Id[:$] and $NetBSD[:$], and the attached file shows what is left. : :The

Re: Running OpenGrok on DragonFly

2011-07-23 Thread Matthew Dillon
Matthew Dillon dil...@backplane.com

Re: cache_lock: blocked unblocked

2011-07-20 Thread Matthew Dillon
. -Matt Matthew Dillon dil...@backplane.com

Re: cpdup /pfs

2011-06-17 Thread Matthew Dillon
The problem here is that cpdup'ing /pfs will result in the wrong symlinks on the target filesystem because the PFS IDs are different on the target filesystem. There is nothing cpdup can do here to help, you have to tell it to ignore the pfs directory (see -x option to cpdup

Re: newfs_hammer doesn't set dedup time

2011-06-15 Thread Matthew Dillon
Matthew Dillon dil...@backplane.com

HEADS UP - Dragonfly network renumbering

2011-06-03 Thread Matthew Dillon
The DragonFly network is being renumbered. Hopefully it will be painless but we're doing it in stages and there may be some disruption. -Matt Matthew Dillon dil

Re: md5 sums and hammerfs encryption

2011-05-24 Thread Matthew Dillon
:http://www.dragonflybsd.org/release210/ has MD5 sums listed there. I :don't have access to crater to update the md5.txt file, though. Ok, I pasted them into md5.txt. -Matt

Re: Hammer on multiple hot-swappable disks

2011-05-23 Thread Matthew Dillon
:I'm thinking of founding an ISP and running it with a mix of DragonFly and :Linux boxes. My current boss showed me a rack-mountable server which he uses. :If I understood him right, it has three bays where hot-swappable SCSI drives :can be inserted. I was thinking about how to handle disks

Re: What does this mean ?

2011-05-13 Thread Matthew Dillon
Arrays No, it just means a block of memory being used for mutexes suffered from a copy-on-write (probably due to a fork()). The mutex code in the kernel deals with this situation automatically. It was just some old debugging cruft. Matthew

Re: Updating Development Version on Slow machines from another Fast machine

2011-05-13 Thread Matthew Dillon
:Siju, : :I NFS mount /usr/src and /usr/obj in the slow machine (being the NFS :server the faster machine) and then I issue the usual :installkernel/installworld/upgrade commands. : :Cheers, :Antonio Huete I do the same thing. In fact, sometimes I even NFS-mount /usr/obj across the

Intel vs AMD DragonFly 2.11 parallel kernel build tests

2011-05-12 Thread Matthew Dillon
the monopoly and intentionally keeps AMD as a poor second cousin to keep the anti-trust hounds at bay. Sorry AMD, I love you but I can only support you in some ways :-( ) -Matt Matthew Dillon

Re: Intel vs AMD DragonFly 2.11 parallel kernel build tests

2011-05-12 Thread Matthew Dillon
Here is a fun statistic. For running a server 24x7 how many days do you have to run the Intel i7 vs the phenom II to make up for the $100 difference in the price tag? Using a generous 65W for the AMD and 33W for the intel, assuming a mostly idle server, and $0.25/kWh, you get

Re: System on SSD

2011-05-10 Thread Matthew Dillon
. -Matt Matthew Dillon dil...@backplane.com

Re: Git core dumped

2011-05-06 Thread Matthew Dillon
:Hello! :I can't download pkgsrc-repository via git. I got such message: :* [new branch] dragonfly-2010Q3 - origin/dragonfly-2010Q3 : :May 4 17:24:10 kernel: pid 801 (git), uid 0: exited on signal 10 (core :dumped) :*** Signal 10 :Stop in /usr : :What's wrong? Check your

Re: Git core dumped

2011-05-06 Thread Matthew Dillon
On the other core dumps, I'm not sure what is going on but make sure the repo and the source tree is fully owned by the user (you or root) doing the git operations. I don't rebase often myself. One possibility is that the pthreads per-thread stack is too small, and the

Re: Buffer strategy message?

2011-05-01 Thread Matthew Dillon
:I see this message on halt/reboot occasionally. Is it something I need to :worry about? : :Synching disks... :done :No strategy for buffer at 0xffe056aabf00 :: 0xffe0840876a8: type VBAD, sysrefs 1, writecount 0, holdcnt 0, :Uptime: 12h9m53s :the operating system has halted :\ : :Tim

Re: dntpd

2011-05-01 Thread Matthew Dillon
. /etc/dntpd.conf is installed by default with {0,1,2}.pool.ntp.org. -Matt Matthew Dillon dil...@backplane.com

DragonFly 2.10 RELEASED!

2011-04-26 Thread Matthew Dillon
with the AHCI and SILI drivers. -Matt Matthew Dillon dil...@backplane.com

Re: Hammer deduplication needs for RAM size

2011-04-22 Thread Matthew Dillon
cache before getting thrown away, and will be re-read as needed. -Matt Matthew Dillon dil...@backplane.com

2.10 Release scheduled for Monday.

2011-04-22 Thread Matthew Dillon
made it into the release, so significant improvements in concurrent random disk I/O for AHCI-attached devices should be noticeable. -Matt Matthew Dillon dil

Re: 2.10 Release schedule - Release will be April 23rd 2011

2011-04-21 Thread Matthew Dillon
hash algorithm changes. That's the only issue w/ regards to upgrading. -Matt Matthew Dillon dil...@backplane.com

Recent concurrency improvements in the AHCI driver and CAM need testing

2011-04-09 Thread Matthew Dillon
Matthew Dillon dil...@backplane.com

2.10 Release schedule - Release will be April 23rd 2011

2011-04-06 Thread Matthew Dillon
token and is the only real bottleneck left. -Matt Matthew Dillon dil...@backplane.com

Improvements in swapcache's ability to cache data using HAMMER double_buffer mode.

2011-04-04 Thread Matthew Dillon
box with an older $100 SSD in it. -Matt Matthew Dillon dil...@backplane.com

Re: ACPI based interrupt routing and new ACPI code ready for testing

2011-03-24 Thread Matthew Dillon
to ruse39's issue). -Matt Matthew Dillon dil...@backplane.com

Dragonflybsd.org IP space renumbered

2011-03-06 Thread Matthew Dillon
The IP space for the primary dragonflybsd.org network has been reworked, please report any problems! -Matt Matthew Dillon dil...@backplane.com

Home stretch on new network - if_bridge looking better

2011-02-24 Thread Matthew Dillon
Matthew Dillon dil...@backplane.com

Re: Home stretch on new network - if_bridge looking better

2011-02-24 Thread Matthew Dillon
: :Great news! : :Is there any chance to support more features in the bridge code? RSTP, :span port , filtering based on mac address …. : :Godot RSTP would be doable as a GSOC project, I think it would be very easy to implement. Perhaps almost too easy but if someone were to do it I

Re: Home stretch on new network - if_bridge looking better

2011-02-24 Thread Matthew Dillon
:On 02/24/11 11:50, Matthew Dillon wrote: : : http://apollo-vc.backplane.com/DFlyMisc/bridge1.txt : http://apollo-vc.backplane.com/DFlyMisc/bridge2.txt : :So - reading over this - is it correct that the setup is roughly like: : :- assign a local interface (lan0) to a network :- add

Re: Can't mount my hammer filesystem

2011-02-20 Thread Matthew Dillon
:Hi, : :So I deciced to format the master drive to install the system on and :then get back my data from the slave. But, that's not cool, when I try :to mount I get this message Not a valid HAMMER filesystem. : :Did I destroyed the filesystem by installing the bootblock on both disks ? :Can I get

Dragonfly network changes - U-Verse almost a complete failure

2011-02-20 Thread Matthew Dillon
Hahaha... ok, well, I spoke too soon. U-Verse is a piece of crap. That's my conclusion. Here's some detail: * The physical infrastructure is fine, as long as you make sure there's no packet loss. To make sure you have to upload and download continuously at

Re: Hammer recover question

2011-02-20 Thread Matthew Dillon
:This was a 1.8.2 system. Having a 1.9 system handy, I plugged the drive :(300GB IDE) into it and tried hammer recover for the first time to see what :I could save. The good news is that it's recovering a ton of data! The bad :news is that it's taking an incredible amount of time. So far it's

Re: Can't mount my hammer filesystem

2011-02-20 Thread Matthew Dillon
: :Thanks for your reply. : :I don't remember if I installed it on a disklabel or a slice. I will :be able to know what I did once I get the usb flash disk with the :system and look at the fstab. : :Hopefully, I didn't lose data because I did several backups before :-) Ok, if the data is

Dragonfly network changes

2011-02-17 Thread Matthew Dillon
Matthew Dillon dil...@backplane.com

New ps feature -R

2011-02-14 Thread Matthew Dillon
and really began to miss it once I started doing parallel pkgsrc bulkbuild tests. -Matt Matthew Dillon dil...@backplane.com

Re: ad1 renumbered to ad0

2011-02-09 Thread Matthew Dillon
-Matt Matthew Dillon dil...@backplane.com

Re: hyperthreaded?

2011-02-02 Thread Matthew Dillon
:The guy who gave me the box says he has another one like it, but one is :hyperthreaded and the other isn't. Here's the beginning of dmesg. Is it :hyperthreaded, and if so, should I compile a kernel to take advantage of it? : :CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2793.02-MHz 686-class CPU) :

Re: hyperthreaded?

2011-02-02 Thread Matthew Dillon
. That baby has 1 core and 2 hyperthreads. In anycase, it is worth running a SMP kernel on it. -Matt Matthew Dillon dil...@backplane.com

Re: System has insufficient buffers to rebalance the tree

2011-01-31 Thread Matthew Dillon
:On Sunday 30 January 2011 22:43:01 Matthew Dillon wrote: : :I still get this warning. Is it ever going to be fixed? : : : :Pierre : : I could remove the kprintf I guess and have it just reported by : hammer cleanup. : :Is the number of buffers something I can change, or is it determined

Re: 2.8.3 coming?

2011-01-29 Thread Matthew Dillon
:Hi, :I had read in november that there was plans for 2.8.3 release coming. :I plan to install a server next week with 2.8.2, but i will delay install if :2.8.3 is coming in few more weeks. :Someone got an estimation of release date? :Thanks :Damian : :-- :http://dfbsd.trackbsd.org.ar It's

Re: Firefox crashes

2011-01-27 Thread Matthew Dillon
+client on your server and then setenv DISPLAY server:0.0 on your client. Even though the link is remote both machines might still need at least the fonts installed. -Matt Matthew Dillon

Re: Time to let go of ipfilter

2011-01-20 Thread Matthew Dillon
ipfilter can be removed. -Matt Matthew Dillon dil...@backplane.com

Re: Avalon maintainance update

2011-01-18 Thread Matthew Dillon
keeping a watch on its stability. -Matt Matthew Dillon dil...@backplane.com

Re: Avalon maintainance update

2011-01-14 Thread Matthew Dillon
Avalon has been shipped back and should be online again by Monday. It's been upgraded with a 80G SSD and a 1TB and 2TB HD, in addition to the 750G Seacrate. The other 750G HD (with the read error) has been removed. The SSD is set up for meta-data caching and the bulk build

Re: HEADS UP: tcp wrongly persist timer detection

2011-01-13 Thread Matthew Dillon
:Hi all, : :HEAD users only. : :It could panic your system upon TCP activities, so please backup your :working kernel :). If the panic happens, please send us the link to :the core dumps. : :Thank you for your help in advance. : :Best Regards, :sephe Crater crunched on this. I could not get

Re: Avalon maintainance update

2011-01-11 Thread Matthew Dillon
I'd rather not change the DNS, it could create confusion for the mirrors. And it will probably confuse the hell out of crater and pkgbox64 too. -Matt

Re: HAMMER and bad disk sectors

2011-01-10 Thread Matthew Dillon
directive to exhaustively locate and copy the directory tree to another hammer filesystem on different media. -Matt Matthew Dillon dil...@backplane.com

Re: CRC data failed?

2011-01-06 Thread Matthew Dillon
of the data on the physical media winds up being different than what the HAMMER recovery code expects. On a real system the disk flush command actually works properly. -Matt Matthew Dillon

Re: CRC data failed?

2011-01-05 Thread Matthew Dillon
caches. What VM were you running it on? -Matt Matthew Dillon dil...@backplane.com

  1   2   3   4   5   6   7   8   9   10   >