similar to: ZFS Internals Deep Dive - Where can I find it?

Displaying 20 results from an estimated 600 matches similar to: "ZFS Internals Deep Dive - Where can I find it?"

2016 Jul 28
0
Exception Handling Deep Dive at Dev Meeting
I think David and I are probably the most familiar with how WinEH works in LLVM, but I don't think either of us has time to prepare a talk for the dev meeting. I'm trying to prepare a talk on supporting the MS debug info format in LLVM this year. That said, I'll definitely have time to answer questions in person. It might be worth setting up a BoF to schedule some time We gave a 30m
2016 Jul 28
2
Exception Handling Deep Dive at Dev Meeting
I'm proposing that one of the esteemed members of the LLVM community present a talk on exception handling both how it is done inside LLVM and in general. The interest from my part is the Windows Exception Unwinding which from what I read is like Itaniums. It also looks like this is the one implemented in LLVM and most everyone cares about. I understand in the face of optimizations the
2016 Jul 28
2
Exception Handling Deep Dive at Dev Meeting
Hi, On Thu, 28 Jul 2016 09:32:18 -0700 Reid Kleckner via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I think David and I are probably the most familiar with how WinEH works in > LLVM, but I don't think either of us has time to prepare a talk for the dev > meeting. I'm trying to prepare a talk on supporting the MS debug info > format in LLVM this year. That said,
2009 Aug 05
2
[LLVMdev] ACATS
Andr? Tavares wrote: > Thanks for the link Duff. You're welcome. > I downloaded ACATS, but could not run it on LLVM. Could not find any > instructions that could lead me to do so. Do you know how can do it? Compiler vendors are expected to write their own scripts, which is not a trivial task. The "B Tests" have deliberate errors, marked with "-- ERROR:"
2006 Jul 31
3
Soapbox
Hi all, I thought y''all might be interested in seeing a newly released website named Soapbox which was written in Rails. Soapbox features reviews of products, businesses, services, and anything else you can think of written by the people *you* care about. http://soapboxit.com Thanks! Duff OMelia -- Posted via http://www.ruby-forum.com/.
2006 Feb 09
3
Draggables and Droppable performance (tips)
Hi all. I have some performance tips to share. I had been having problems with the overall performance of the drag/drop objects. This is due largely to the fact that my project really pushes the limits (potentially thousands of draggables and hundreds of droppables in the document at a time, although that is the extreme case). Something I discovered is that the performance of dragging goes WAY
2008 Jan 16
1
Understanding the ARC - arc_buf_hdr and arc_buf_t
I?m trying to understand the inner workings of the adaptive replacement cache (arc). I see there are arc_bufs and arc_buf_hdrs. Each arc_buf_hdr points to an arc_buf_t. The arc_buf_t is really one entry in a list of arc_buf_t entries. The multiple entries are accessed through the arc_buf_t?s b_next member. Why does the arc_buf_hdr point to a list of arc_buf_ts and not just one arc_buf_t, i.e.,
2010 Jun 22
0
creating a loop for dive files
Dear all, I have a very large amount of dive files that need to be double checked after the Zoccing process. i would like to load these file sequentially but automatically into R, plot depth against duration with a simple scatterplot with labels (DiveNumber) for each individual point and proceed to the next file with a hit of the enter button. Is that possible? the files are all named differently,
2008 Jun 20
3
Mounting Floppies
Hi - daft one for Friday morning coffee break: I have been trying to mount floppies on a couple of CentOS5 servers - the usual "mount /dev/fd0 /mnt/floppy" (yes, /mnt/floppy exists!). On both servers, the mount command just doesn't come back and I have to hit CTRL-C. I have tried different media and also changed the floppy drive on one server, /dev/fd0 is seen as present on both
2014 Sep 18
2
SIGSEGV on CentOS6
We're been running the distribution version of Samba 3.6.9 as DC on Centos 6 for a few weeks now with a number of Samba 4 clients. We have ~20,000 machine and user accounts in our password database. We see a SIGSEGV every 24-48 hours or so in tcopy_passwd. I built a Samba 3.6.24 with debugging symbols and waited for a core file which we got this morning. Looking through the code we can
2009 May 22
3
Help requested for Aeris Dive Computer interface
Hi, I'm attempting to run the Aeris Dive Computer interface (ACI V2.x) using WINE under Ubuntu 9.04 Jaunty Jakalope release on an ASUS 1000HE netbook. However, it doesn't seem to be working very well. the install process seemed to work fine. It successfully created an icon under the WINE application for the interface. On startup of ACI, it says that it cannot read the previous dive
2013 Nov 25
0
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
On 11/23/2013 09:35 AM, Carl Duff wrote: > -- Re-sent as original may be stuck at awaiting "authorisation" (originally > sent before I joined the mailing list) > > Hi All, > > It is impossible to boot Linux-based ISOs that use Syslinux 6.02 via CD or > DVD on older - non-UEFI - systems. Any attempt to do so will result in the > following error message: ISOLINUX
2003 Jun 03
2
tftp problems with VIA EPIA-M board
I'm trying to boot linux on a VIA EPIA-M board (a Nehemiah-based M10000), and I'm having some trouble with it. I'm watching the network transactions with ethereal, and I'm seeing a failure at what appears to be the tftp stage. The M10000 picks up its IP address from the dhcp server (ISC DHCP3), and reports it correctly on the screen. Then the tftp session starts, and I get the
2005 Jul 21
1
Yum problem
Anyone tell me why I am suddenly getting this error, I did an RPM rebuild remove all the duff db files from /var/lib/rpm, uninstalled yum re-installed it from the CD, still doesn't work: yum -y update Setting up Update Process Setting up Repos addons 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00
2006 Jul 19
3
Recommended testing approaches for new Mongrel handlers?
Okay, I got off my duff this week and have been finishing Mongrel support for IOWA. I now have two handlers that I need to test. One is similar to the Rails handler, passing request handling to IOWA threads in the same process, and the other allows one or more Mongrel processes to pass requests to one or more separate IOWA processes, with session affinity. Is there any set of standard sorts of
2009 Apr 09
3
vdev_disk_io_start() sending NULL pointer in ldi_ioctl()
Hi All, I have corefile where we see NULL pointer de-reference PANIC as we have sent (deliberately) NULL pointer for return value. vdev_disk_io_start() ... ... error = ldi_ioctl(dvd->vd_lh, zio->io_cmd, (uintptr_t)&zio->io_dk_callback, FKIOCTL, kcred, NULL); ldi_ioctl() expects last parameter as an
2013 Nov 23
9
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
-- Re-sent as original may be stuck at awaiting "authorisation" (originally sent before I joined the mailing list) Hi All, It is impossible to boot Linux-based ISOs that use Syslinux 6.02 via CD or DVD on older - non-UEFI - systems. Any attempt to do so will result in the following error message: ISOLINUX 6.02 ETCDisolinux: Disk error 01, AX = 4279, drive FE It is still possible to
2008 Jan 15
1
ZFS-DMU benchmark on Linux
Hi all, You will find in attachment to this mail some benchmarks we made on Linux with pios over ZFS-DMU. There are some interesting things about ZFS tuning and some ideas for breaking a bottleneck we identified in DMU. Thomas LEIBOVICI CEA/DAM - Ile de France -------------- next part -------------- A non-text attachment was scrubbed... Name: ZFS_benchs_Linux.pdf Type: application/pdf Size:
2013 Jul 19
2
9.2PRERELEASE ZFS panic in lzjb_compress
Hi, Running 9.2-PRERELEASE #19 r253313 I got the following panic Fatal trap 12: page fault while in kernel mode cpuid = 22; apic id = 46 fault virtual address = 0xffffff827ebca30c fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff81983055 stack pointer = 0x28:0xffffffcf75bd60a0 frame pointer = 0x28:0xffffffcf75bd68f0
2013 Oct 15
0
How to unstick ZFS resilver?
I have a large (88-drive) zpool in which a drive was recently replaced. (The pool has a bunch of duff Toshiba MK2001TRKB drives -- never ever pay money for these! -- and I'm trying to replace them one by one before they fail completely.) The resilver on the first drive replacement has been taking much much too long, and currently it's stuck in this state: pool: export state: DEGRADED