similar to: Bug#364875: Pae disabled in pae build

Displaying 20 results from an estimated 800 matches similar to: "Bug#364875: Pae disabled in pae build"

2006 Apr 12
1
Processing of xen-3.0_3.0.2+hg9611-1_i386.changes
xen-3.0_3.0.2+hg9611-1_i386.changes uploaded successfully to localhost along with the files: xen-3.0_3.0.2+hg9611-1.dsc xen-3.0_3.0.2+hg9611.orig.tar.gz xen-3.0_3.0.2+hg9611-1.diff.gz xen-docs-3.0_3.0.2+hg9611-1_all.deb xen-hypervisor-3.0-i386_3.0.2+hg9611-1_i386.deb xen-hypervisor-3.0-i386-pae_3.0.2+hg9611-1_i386.deb xen-utils-3.0_3.0.2+hg9611-1_i386.deb Greetings, Your Debian
2006 Apr 12
0
xen-3.0_3.0.2+hg9611-1_i386.changes is NEW
(new) xen-3.0_3.0.2+hg9611-1.diff.gz extra misc (new) xen-3.0_3.0.2+hg9611-1.dsc extra misc (new) xen-3.0_3.0.2+hg9611.orig.tar.gz extra misc (new) xen-docs-3.0_3.0.2+hg9611-1_all.deb extra misc documentation for XEN, a Virtual Machine Monitor This package contains all the large documentation files for XEN. This includes a description interface(both the api, and a nice explanation of how XEN
2006 Apr 25
0
PAE broken
I ran into a problem with the PAE version of the hypervisor. I'm looking at xen-hypervisor-3.0-i386-pae_3.0.2+hg9611-1_i386.deb from alioth, and I ran into a problem with PAE being disabled in the binary: $ zcat xen-3.0-i386-pae.gz | strings | grep PAE PAE=yes PAE disabled. PAE mode mismatch between Xen and DOM0 (xen=%s, dom0=%s) It should look like: PAE=yes PAE enabled, limit: %d GB PAE
2008 Dec 10
1
First call to constructor fails (R.oo)
Hi all, I'm trying to do some object-oriented programming in R using the R.oo package. Right from the start I encountered a strange (at least for me) problem. I define a new class/constructor based on the R.oo documentation. However the first attempt to create an object fails: === Code: === library(R.oo); setConstructorS3("MyClass",function(param) { print(param);
2011 Mar 27
0
model diagnostics for MatrixModels
Dear list, I have been working with the MatrixModels package quite a bit this week, and it is proving to be extremely valuable for my current work (I am working with several factors with many levels, leading to a sparse model matrix). However, as my knowledge of statistical theory leaves much to be desired, there are certain aspects of model evaluation etc that I am having trouble with. Has
2017 Jun 13
0
Possible with enableJIT function
Thanks. This should be resolved in R-devel(r72788) and R-patched (r72789) Best, luke On Mon, 12 Jun 2017, Berend Hasselman wrote: > > > In this email to the R-help list: https://stat.ethz.ch/pipermail/r-help/2017-June/447474.html > and in this question on Stackoverflow: https://stackoverflow.com/questions/44486643/nleqslv-memory-use-in-r > > Andrew Leach has raised a question
2010 Mar 09
1
rJava works on karmic for root but not for user sean
Good afternoon, A strange one - library(rJava) works for root but not for user sean On 64-bit Ubuntu 9.10, using R as root (sudo -i), I can say library(rJava) and it works fine with no error message of any kind. But logged in as myself user "sean", it can't start... sean at SeansPC:~$ R --no-save --vanilla R version 2.10.1 (2009-12-14) Copyright (C) 2009 The R Foundation for
2017 Jun 12
2
Possible with enableJIT function
In this email to the R-help list: https://stat.ethz.ch/pipermail/r-help/2017-June/447474.html and in this question on Stackoverflow: https://stackoverflow.com/questions/44486643/nleqslv-memory-use-in-r Andrew Leach has raised a question about the memory usage of my package nleqslv. In a model with a loop within a function he has experienced continuously increasing memory usage by package nleqslv
2006 Jul 12
2
Bug#377996: Error: Device 2049 (vbd) could not be connected. Backend
Package: xen-utils-3.0 Version: 3.0.2+hg9681-1 Severity: normal I get this error with xen after some debug cycles, start / stopping nodes. I found this fix on the net, which fixes the problem: http://lists.xensource.com/archives/html/xen-users/2006-04/msg01070.html in /etc/init.d/xen: start) + modprobe loop max_loop=64 + cd /dev && /dev/MAKEDEV loop xend start
2016 Mar 22
2
Installing LLVM 3.8 on Ubuntu 14.04
Still doesn't work: a at a-VirtualBox:~$ sudo add-apt-repository 'deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.8 main' a at a-VirtualBox:~$ sudo apt-get update Ign http://ppa.launchpad.net trusty InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://ie.archive.ubuntu.com trusty InRelease Hit http://ppa.launchpad.net trusty Release.gpg
2006 May 31
0
xen-3.0_3.0.2+hg9697-1_i386.changes is NEW
xen-3.0_3.0.2+hg9697-1.diff.gz to pool/main/x/xen-3.0/xen-3.0_3.0.2+hg9697-1.diff.gz xen-3.0_3.0.2+hg9697-1.dsc to pool/main/x/xen-3.0/xen-3.0_3.0.2+hg9697-1.dsc xen-3.0_3.0.2+hg9697.orig.tar.gz to pool/main/x/xen-3.0/xen-3.0_3.0.2+hg9697.orig.tar.gz xen-docs-3.0_3.0.2+hg9697-1_all.deb to pool/main/x/xen-3.0/xen-docs-3.0_3.0.2+hg9697-1_all.deb
2010 Aug 25
3
approxfun-problems (yleft and yright ignored)
Dear all, I have run into a problem when running some code implemented in the Bioconductor panp-package (applied to my own expression data), whereby gene expression values of known true negative probesets (x) are interpolated onto present/absent p-values (y) between 0 and 1 using the *approxfun - function*{stats}; when I have used R version 2.8, everything had worked fine, however, after updating
2006 Apr 24
2
Where to get 3.0_3.0.2+hg9646-1 ?
http://lists.alioth.debian.org/pipermail/pkg-xen-devel/2006-April/000462.html The above url hows 3.0_3.0.2+hg9646-1 being accepted, but http://pkg-xen.alioth.debian.org/ shows 3.0_3.0.2+hg9611-1 as the latest .deb, and https://alioth.debian.org/project/showfiles.php?group_id=30894 shows 3.0.2+hg9629 patches. Where can I get 3.0_3.0.2+hg9646-1? -- Bob Tanner <tanner@real-time.com>
2004 May 14
3
Psssst. The US is asleep - let's talk intern ationalization !!!
And let's also spell things properly! Like 'internationalisation' ...'Weasels have got into your phone system' instead of 'gotten into your phone system...' And 'please press the hash key..' instead of 'pound key' There should probably be en_uk, en_us, en_ca, en_za, en_nz, en_oz, en_ie and en_in etc to allow each English-speaking country to localise
2006 Apr 27
1
Xen capable linux-tree-2.6.16 deb?
Hi, has anyone build a linux-2.6.16 deb that can be used to compile xen? The default unstable package does not seem to have any xen patches included, only the /debian/arch/amd64/xen dir for the .config files. MfG Goswin
2001 Apr 07
2
Assertion `hdc' failed
i've compiled my own wine from source and have had the same problem twice. can anyone tellme what this means. how to fix it? $ wine icad.exe Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: Could not stat /cdrom (No such file or directory), ignoring drive D: For language 'en' several language ids were found: en_US - 0409; en_GB - 0809; en_AU - 0C09; en_CA -
2001 Feb 26
1
For language 'english' several language ids were found:????????
Hi , I am new to Linux and to wine. Under Suse 7.1 I tried to use wine for the first time. I tried to install the Benelux map ("Garmin mapsource"). First error: For language 'english' several language ids were found: en_US - 0409; en_GB - 0809; en_AU - 0C09; en_CA - 1009; en_NZ - 1409; en_IE - 1809; en_ZA - 1C09; en_JM - 2009; en_ - 2409; en_BZ - 2809; en_TT - 2C09; Instead of
2002 Oct 25
1
Problems starting wine...
I'm hoping someone can help me out with this... I've been running the Wine package in Debian/Woody for quite a while now, and have been able to run most of the windows programs I want to. However, for some reason wine just stopped working for me. Here is the error output for every windows program I run: For language 'english' several language ids were found: en_US - 0409; en_GB
2006 Apr 10
0
xen-3.0_3.0.2+hg9598-1_i386.changes is NEW
(new) xen-3.0_3.0.2+hg9598-1.diff.gz extra misc (new) xen-3.0_3.0.2+hg9598-1.dsc extra misc (new) xen-3.0_3.0.2+hg9598.orig.tar.gz extra misc (new) xen-docs-3.0_3.0.2+hg9598-1_all.deb extra misc documentation for XEN, a Virtual Machine Monitor This package contains all the large documentation files for XEN. This includes a description interface(both the api, and a nice explanation of how XEN
2006 Sep 04
0
xen-3.0_3.0.2-3+hg9762-1_multi.changes is NEW
xen-3.0_3.0.2-3+hg9762-1.diff.gz to pool/main/x/xen-3.0/xen-3.0_3.0.2-3+hg9762-1.diff.gz xen-3.0_3.0.2-3+hg9762-1.dsc to pool/main/x/xen-3.0/xen-3.0_3.0.2-3+hg9762-1.dsc xen-3.0_3.0.2-3+hg9762.orig.tar.gz to pool/main/x/xen-3.0/xen-3.0_3.0.2-3+hg9762.orig.tar.gz xen-docs-3.0_3.0.2-3+hg9762-1_all.deb to pool/main/x/xen-3.0/xen-docs-3.0_3.0.2-3+hg9762-1_all.deb (new)