Displaying 20 results from an estimated 300 matches similar to: "Kernel oops on the dom0"
2012 Sep 29
0
Xen 4.2.1-pre DomU create error
Parsing config from server2008.cfg
xc: info: VIRTUAL MEMORY ARRANGEMENT:
Loader: 0000000000100000->000000000019ddf0
TOTAL: 0000000000000000->000000001f800000
ENTRY ADDRESS: 0000000000100000
xc: info: PHYSICAL MEMORY ALLOCATION:
4KB PAGES: 0x0000000000000200
2MB PAGES: 0x00000000000000fb
1GB PAGES: 0x0000000000000000
libxl: error:
2013 Jan 30
0
Xen 4.2.1. Intel Integrated VGA passthrough. BSOD in Windows guests.
Hello,
I configured xen with enabled passthrough primary VGA card (Intel Integrated
graphic controller HD 3000) and audio controller (Intel HD audio) to hvm
guest.
I also installed GPLPV drivers to improve performance.
And it works for Windows XP (x86) and Windows 7 (x86_64).
But I get a BSOD, when I try to load a disk or network subsystem or start
Windows 7 performance test.
Steps to reproduce
2008 Feb 27
0
Samba 3.0.26a: "Attempt to create file with volid set - please report this"
Hi everyone;
I noticed today while watching my syslog, a few entries like this:
Nov 8 15:17:08 [machine] smbd[26137]: Attempt to create file (FILE.GHO) with volid set - please report this
Nov 8 15:28:08 [machine] smbd[26137]: Attempt to create file (FILE0001.GHS) with volid set - please report this
Nov 8 15:41:46 [machine] smbd[26137]: Attempt to create file (FILE0002.GHS) with volid
2016 May 16
2
PCI Passthrough not working
Dear George please find attached the three files as requested.
I have used
iommu=soft
in the grub command line for the kernel in the domU as explained before.
many thanks
Francis
From: "George Dunlap" <dunlapg at umich.edu>
To: "francis" <francis at choughs.net>, "centos-virt" <centos-virt at centos.org>
Sent: Monday, 16 May, 2016 10:29:09
2008 Oct 29
3
Blank Voicemail.Conf after Password Change
Hi,
For a few weeks now, our asterisk server has been experiencing something
very odd.
From time to time, voicemail.conf would go blank. We finally tracked it
down to happening when someone attempts to change their password.
It seems the file is touched, but not written to, and we're left with a
blank voicemail file.
Permissions seem to be fine:
-rw-rw-r-- 1 asterisk asterisk 12707
2015 Oct 06
1
OSX El Capitan - Fink - NUT
On Oct 5, 2015, at 2:02 PM, Charles Lepple <clepple at gmail.com> wrote:
>
> On Oct 5, 2015, at 12:14 PM, Ian Essendon <mayhem at essendonphoto.com <mailto:mayhem at essendonphoto.com>> wrote:
>
>> However, although NUT is apparently stable for Fink under 10.11 (here <http://pdb.finkproject.org/pdb/package.php/nut>), an install fails, with the error
I
2015 Oct 05
0
Best of the best watches.
?Order watches, bags here- http://goo.gl/tFhuvb
tkhlc xd anmw f plmi tcul
o e xuz on rq nbkbs
bhcv zkkwb b ozhkp h b
givcc jm birjv bbdvf ek wgo
bgyt buf yw e g qzby
wbexd vevwm pnb c p azugj
hlk ieyan pj rc yzcx drqxe
mcrcj xlo bnkpt in pw wzurk
n ycct tz kt hwsjt nkg
jln wocia rh vkt lzn co
sjhnr ic c crdz ssh cs
vz ddpl hwgmh adtcn trf iv
as asbp xmcp moho yo jegpk
bj bui x c ddz
2015 Oct 05
2
Fwd: Sublime Text License Key
---------- Forwarded message ----------
From: *Sublime HQ Pty Ltd* <sales at sublimetext.com>
Date: Wednesday, July 25, 2012
Subject: Sublime Text License Key
To: "opticalphoenix at gmail.com" <opticalphoenix at gmail.com>
Hello,
Thanks for purchasing a copy of Sublime Text! Your license key is:
----- BEGIN LICENSE -----
Dennis Wright Jr
Single User License
EA7E-819939
2014 Nov 21
1
Bug#767295: [PATCH for-4.5 v2] libxc: don't leak buffer containing the uncompressed PV kernel
On Thu, 2014-11-20 at 22:13 -0500, Gedalya wrote:
> On 11/20/2014 03:21 PM, Konrad Rzeszutek Wilk wrote:
> > On Thu, Nov 20, 2014 at 03:48:47PM +0000, Ian Campbell wrote:
> >> The libxc xc_dom_* infrastructure uses a very simple malloc memory pool which
> >> is freed by xc_dom_release. However the various xc_try_*_decode routines (other
> >> than the gzip one)
2013 Jan 12
2
xen4.2 + qemu-upstream domain rename partial failure (& migration)
I am seeing a problem with domain renames which I think affects everything
running with the upstream qemu xen DM.
If I create a domain, and then rename it, it renames in the xenstore, but
it does not rename in qemu. This means that (interalia) the name on a VNC
connection is incorrect. I am seeing this with a migration (where a
libxl_domain_rename is done from "name--incoming" to
2014 Nov 21
4
Bug#767295: [PATCH for-4.5 v2] libxc: don't leak buffer containing the uncompressed PV kernel
On 11/20/2014 03:21 PM, Konrad Rzeszutek Wilk wrote:
> On Thu, Nov 20, 2014 at 03:48:47PM +0000, Ian Campbell wrote:
>> The libxc xc_dom_* infrastructure uses a very simple malloc memory pool which
>> is freed by xc_dom_release. However the various xc_try_*_decode routines (other
>> than the gzip one) just use plain malloc/realloc and therefore the buffer ends
>> up
2015 Oct 05
5
[Bug 92297] New: dithering detected incorrectly
https://bugs.freedesktop.org/show_bug.cgi?id=92297
Bug ID: 92297
Summary: dithering detected incorrectly
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2015 Oct 05
2
Adding mem2reg pass to pass manager
Hi,
I want to add "mem2reg" pass similar to this:
PassManager PM;
PM.add(new LoopInfo());
PM.add(new Mem2Reg()); // What's the class name for this pass
I couldn't find the name of corresponding class and header file of mem2reg
pass except "mem2reg.cpp". So how can I add mem2reg pass into my pass
manager?
Thanks,
Riyad
-------------- next part --------------
An
2015 Oct 05
3
OSX El Capitan - Fink - NUT
Hi
I use NUT on a Mac to monitor a UPS which is connected to a NAS. When the NAS reports a low battery on the UPS it broadcasts and the Mac shuts down. Or it did.
I have just upgraded to OSX 10.11 El Capitan. I have successfully upgraded Fink to 0.39.1. I now wish to update the NUT package, so that I can continue using upsmon etc.
However, although NUT is apparently stable for Fink under 10.11
2019 Jan 11
3
degfault imaptest
imaptest host=mail04.local port=143 user=xxx pass=xxx mbox=test.mbox
[Fri Jan 11 15:09:14 2019] imaptest[7634]: segfault at 1354ff0 ip
0000000001354ff0 sp 00007ffed5d8f558 error 15
[Fri Jan 11 15:09:22 2019] imaptest[7635]: segfault at 2267ff0 ip
0000000002267ff0 sp 00007ffee5890308 error 15
[Fri Jan 11 15:10:47 2019] imaptest[7648]: segfault at 10e6ff0 ip
00000000010e6ff0 sp 00007ffedbb19f98
2019 Jan 12
1
degfault imaptest
Please, unsubscribe me.
I really don't want to read this.
12.01.2019 22:47, Stephan Bosch ?????:
>
> Op 11/01/2019 om 15:13 schreef Marc Roos:
>> imaptest host=mail04.local port=143 user=xxx pass=xxx mbox=test.mbox
>>
>> [Fri Jan 11 15:09:14 2019] imaptest[7634]: segfault at 1354ff0 ip
>> 0000000001354ff0 sp 00007ffed5d8f558 error 15
>> [Fri Jan 11 15:09:22
2015 Oct 05
9
[Bug 92287] New: Display errors in Qt applications after using Android Virtual Devices
https://bugs.freedesktop.org/show_bug.cgi?id=92287
Bug ID: 92287
Summary: Display errors in Qt applications after using Android
Virtual Devices
Product: Mesa
Version: 11.0
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
2015 Oct 05
6
Why is printing an Instruction so slow?
Hi all,
When writing my custom passes, I often emit log messages to llvm::errs()
like so:
llvm::errs() << "Could not handle instruction: " << *Inst << std::endl;
where Inst is a pointer to an Instruction.
I've profiled my code and found that this way of printing an Instruction
takes a very long time: indeed, it is the bottleneck of my pass.
Of course, I could
2015 Oct 05
3
RFC: Pass for lowering "non-linear" arithmetics of illegal types
Hi LLVM,
This is my idea I had some time ago, when I realized that LLVM did not
support legalization of some arithmetic instructions like mul i256. I have
implemented very simple and limited version of that in my project. Is it
something LLVM users would appreciate?
1. The pass transforms IR and is meant to be run before CodeGen (after
IR optimizations).
2. The pass replaces
2018 Apr 22
0
[Bug 351] Conntrack loses connection entries
https://bugzilla.netfilter.org/show_bug.cgi?id=351
Shane <arlenslambert at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arlenslambert at gmail.com
Attachment #134 is|0 |1
patch|