search for: unparseable_relay

Displaying 5 results from an estimated 5 matches for "unparseable_relay".

2006 Dec 30
0
[joeyh@debian.org: Bug#405058: does not properly support nested divs in inlined html]
...From: Joey Hess <joeyh at debian.org> To: Debian Bug Tracking System <submit at bugs.debian.org> Subject: Bug#405058: does not properly support nested divs in inlined html Date: Sat, 30 Dec 2006 14:13:04 -0500 X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO, UNPARSEABLE_RELAY autolearn=ham version=3.1.7 Package: markdown Version: 1.0.1-6 Severity: normal joey at kodama:~>cat foo <div> <div> <p> foo </p> </div> </div> joey at kodama:~>markdown foo <div> <div> <p> foo </p> </div> <p></div&...
2018 Jan 08
0
Re: virtdf outputs on host differs from df in guest
...Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 8bit Return-Path: david@fromorbit.com X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on rhmail.home.annexia.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from mail.corp.redhat.com [10.4.203.66] by rhmail.home.annexia.org with IMAP (fetchmail-6.3.17) for <rjones@localhost> (single-drop); Mon, 08 Jan 2018 11:43:47 +0000 (GMT) Received: from zmta01.collab.prod.int.phx2.redhat.com (LHLO zmta01.collab.prod....
2018 Jan 07
3
Re: virtdf outputs on host differs from df in guest
after install libguestfs_xfs, all results are: [using guestfish] guestfish -N fs:xfs -m /dev/sda1 statvfs / bsize: 4096 frsize: 4096 blocks: 24713 bfree: 23391 bavail: 23391 files: 51136 ffree: 51133 favail: 51133 fsid: 2049 flag: 4096 namemax: 255 [using virt-rescure] virt-rescue -a test1.img ><rescue> mount /dev/sda1 /sysroot ><rescue> stat -f /sysroot File:
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Mar 26
3
[PATCH] pciback: restore PCI BARs on D3->D0 transition
Ever since xen-unstable cset 14308 ("pci back: Fix registration of of filters on subsections of config space") I''ve been getting an MCA on the *2nd* boot of a driver domain using an e1000 NIC. Cset 14308 allowed the proper setup of the PM control registers, so the NIC is put in the D3 power state when the driver domain shuts down. Unfortunately, pci_set_power_state()