search for: haskin

Displaying 20 results from an estimated 34 matches for "haskin".

Did you mean: hankin
2016 Mar 03
2
[LLVMDev] llvm-cov outputting coverage results as HTML reports
Xinliang David Li via llvm-dev <llvm-dev at lists.llvm.org> writes: > Harlan Haskins has recently submitted a patch (for review) that implements > --format=html for llvm-cov tool. Please take a look at that patch. For reference, the review thread starts here: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160229/336622.html > David > > On Thu, Mar 3, 201...
2012 Aug 10
1
Persistent, sporadic failure in make_bak_dir mkdir
...e 23) at main.c(1518) [generator=3.0.9] About 20 of the last 2000 total nightly back up jobs have failed, almost all of them with this kind of error. They never reoccur when I rerun the job. The files/directories involved appear to be random. Is there anything I can do? Richard Crane ------- Haskins Laboratories / (203) 865-6163 X 275 / FAX (203) 865-8963 300 George Street/New Haven, CT 06511 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20120810/ca5b377d/attachment.html>
2016 Mar 29
0
Ignoring coverage for noreturn decls
+ cfe-dev > On Mar 28, 2016, at 1:23 PM, Harlan Haskins via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi all, > > Recently I’ve noticed in coverage profiles that llvm_unreachable and the like are considered uncovered because there’s no special behavior in instrumentation to ‘ignore’ noreturn paths. FWIW, Daniel Dunbar and a...
2016 Mar 28
2
Ignoring coverage for noreturn decls
Hi all, Recently I’ve noticed in coverage profiles that llvm_unreachable and the like are considered uncovered because there’s no special behavior in instrumentation to ‘ignore’ noreturn paths. While I don’t necessarily think it’s ideal to ignore all noreturn decls, I think there’s definitely room for some heuristics around ignoring things like llvm_unreachable (perhaps opt-in?). I’m
2016 Mar 03
2
[LLVMDev] llvm-cov outputting coverage results as HTML reports
Dear All, I am helping our test team migrate from gcov to llvmcov. They currently generate HTML reports using lcov to easily navigate where coverage is missing. However, there does not seem to be a Windows compatible solution for generating HTML reports using the llvm-cov tools. A possible solution to this problem is for llvm-cov to create html pages that include an overall coverage summary
2007 Oct 04
3
Re: [kvm-devel] [ kvm-Bugs-1807620 ] KVM's --disable-gcc-check doesn't work
Gregory Haskins wrote: > On Thu, 2007-10-04 at 19:27 +0200, Farkas Levente wrote: > >> ok but now as qemu code was imported into kvm, then it's probably would >> be better to witch gcc-4.x? > > Sure. Are you volunteering? ;) I'm sure both upstream QEMU developers, > KVM deve...
2005 Jun 28
3
Asterisk with Lucent TNT echo
I'm running SIP between my Lucent TNT acting as a gateway, and an asterisk server. We have a PRI coming into the Lucent. Basically the problem I'm having is mostly on inbound calls but some outbound calls as well. I hear echo and sometimes some weird artifacting on calls coming in from the lucent. Everything routed over IAX to VoIP Jet or Nufone sounds fine. It seems like every 3
2005 Aug 02
5
TFTP Secondary Ports
I'm publishing tftp through my firewall to support external Cisco 7960 sip phones. I know that the primary port is 69 for tftp. However, tftp also uses secondary ports ranging from 1,0XX to 30,XXX. ( A broad range) In an effort to limit the secondary ports that are opened, some Windows based tftp server such as the winagents product allows you to limit the range of secondary ports that are
2002 Aug 07
0
Boot failed
...ldlinux.asm. I zeroed out dl just before it is tested to always force the system to floppy 0. This works for me because I am only using syslinux to boot from floppy. However I was wondering if there was a better way. If you need any more information please don't hesitate to ask. Thanks, Scott Haskin P.S. Incidentally dl is 0xFC when I boot from floppy. Also, I have included an explanation of the hack I made below. In file ldlinux.asm: ORIGINAL ----> starting at line 284 <----- ... ; ; DS:SI may contain a partition table entry. Preserve it for us. ; mov cx,8...
2003 Oct 29
0
Filename mangling warfare
...rustrating!) I've tried disabling mangling altogether, but then for some reason, the path and folder name are truncated at 20 characters... It's just chopped off... But at least it's not mangled.. But it's still unusable.. This is driving me nuts... (samba 2.2.8a on Irix) Ian Haskin .Sys-Admin .TOPIX .http://www.topix.com ?.? "Too much caffeine..." ----------------------------------------- Your problems in the bedroom are finally solved when you hire trained professionals to remove the raccoons. -The Onion
2009 Nov 03
11
[PATCHv7 3/3] vhost_net: a kernel-level virtio server
What it is: vhost net is a character device that can be used to reduce the number of system calls involved in virtio networking. Existing virtio net code is used in the guest without modification. There's similarity with vringfd, with some differences and reduced scope - uses eventfd for signalling - structures can be moved around in memory at any time (good for migration, bug work-arounds
2009 Nov 03
11
[PATCHv7 3/3] vhost_net: a kernel-level virtio server
What it is: vhost net is a character device that can be used to reduce the number of system calls involved in virtio networking. Existing virtio net code is used in the guest without modification. There's similarity with vringfd, with some differences and reduced scope - uses eventfd for signalling - structures can be moved around in memory at any time (good for migration, bug work-arounds
2009 May 14
4
[Rspec] Problems with autospec
Hi guys, I am having a problem with autospec. I upgraded to rspec-1.2.6, then I tried to run my specs with autospec. All my specs passes (green), until here, that''s all ok. The problem is that after all my specs have passed, the autospec stops, I mean, it doesn''t continue to run on background. The same behavior happened if one of my specs fails too. Is this the current default
2006 Jul 31
10
Xen PXE solution
Greetings. I''ve been asked to work on a PXE solution for booting Xen domU''s from a network, and would like some feedback and any help anyone is willing to provide. I''ve been limiting my work to HVM domU''s at the moment, because I don''t think the NBI''s (as far as I know, these are bootloaders) that I have available work in paravirtualized
2007 Aug 16
3
[kvm-devel] [PATCH 00/10] PV-IO v3
On Thu, 2007-08-16 at 19:13 -0400, Gregory Haskins wrote: > Here is the v3 release of the patch series for a generalized PV-IO > infrastructure. It has v2 plus the following changes: Hi Gregory, This is a lot of code. I'm having trouble taking it all in, TBH. It might help me if we could to go back to the basic transport implementa...
2007 Aug 16
3
[kvm-devel] [PATCH 00/10] PV-IO v3
On Thu, 2007-08-16 at 19:13 -0400, Gregory Haskins wrote: > Here is the v3 release of the patch series for a generalized PV-IO > infrastructure. It has v2 plus the following changes: Hi Gregory, This is a lot of code. I'm having trouble taking it all in, TBH. It might help me if we could to go back to the basic transport implementa...
2007 Oct 27
14
X4500 device disconnect problem persists
After applying 125205-07 on two X4500 machines running Sol10U4 and removing "set sata:sata_func_enable = 0x5" from /etc/system to re-enable NCQ, I am again observing drive disconnect error messages. This in spite of the patch description which claims multiple fixes in this area: 6587133 repeated DMA command timeouts and device resets on x4500 6538627 x4500 message logs contain multiple
2003 Dec 01
0
No subject
...e notify by returning the e-mail and delete the document. Any views expressed in this message are those of the individual sender, and may not necessarily reflect the views of the Company. **************************************************************************** Return-Path: <chaskins@lucent.com> Delivered-To: samba@lists.samba.org Received: from auemail2.firewall.lucent.com (auemail2.lucent.com [192.11.223.163]) by lists.samba.org (Postfix) with ESMTP id 8E22847B6 for <samba@lists.samba.org>; Thu, 2 Aug 2001 01:10:38 -0700 (PDT) Received: from ukmail.uk.lucent.co...
2009 Jun 04
3
TODO list for qemu+KVM networking performance v2
As I'm new to qemu/kvm, to figure out how networking performance can be improved, I went over the code and took some notes. As I did this, I tried to record ideas from recent discussions and ideas that came up on improving performance. Thus this list. This includes a partial overview of networking code in a virtual environment, with focus on performance: I'm only interested in sending
2009 Jun 04
3
TODO list for qemu+KVM networking performance v2
As I'm new to qemu/kvm, to figure out how networking performance can be improved, I went over the code and took some notes. As I did this, I tried to record ideas from recent discussions and ideas that came up on improving performance. Thus this list. This includes a partial overview of networking code in a virtual environment, with focus on performance: I'm only interested in sending