similar to: [Bug 62848] New: xorg not start after kexec when use nouveau

Displaying 20 results from an estimated 200 matches similar to: "[Bug 62848] New: xorg not start after kexec when use nouveau"

2009 Dec 23
2
A package for visualizing R syntax
Dear all, I have written a small set of functions for drawing graphical representations of R objects and evaluations of R expressions. It is mainly intended for pedagogical purposes. Here are some samples: http://panini.u-paris10.fr/~sloiseau/sampleGraphics.pdf The idea is to use some graphical conventions in order to make clear the abstract syntax and to explain function, extraction,
2002 May 22
1
a more specific question about qda
Perhaps, I should complement my previous e-mail question: I am trying to select variables through a quadratic discriminant analysis. It seems to me that a robust criterion is the value of the discriminatory power (i.e. the ratio of the separation of the class means to within-class variance) How can I obtain this ratio from V & R's qda() output ? Thanks (I hope this question is relevant) --
2002 May 23
5
logistic regression or discriminant analysis ?
Hello, Does logistic regression really provide better results than lda or qda ? (my purpose is not classification but highlighting of discriminant variables). If this is true, where could I get an R script performing stepwise logistic regression ? Thanks -- Daniel AMORESE Lab. M2C "Morphodynamique Continentale et C?ti?re" UMR CNRS 6143 Caen/Rouen Centre de G?omorphologie UCBN
1998 Sep 09
0
"session was cancelled" on large file xfers
I've seen a couple mentions of trouble w/ large files in the list archives, but nothing that seems to resolve this problem... When trying to move or copy largish files (~ >1MB) with WinN using Samba 1.9.18p10 on a Sparc Solaris 2.5 system, things hang for a while and then a dialog box pops up saying "Cannot copy {filename}: The session was cancelled. I've tried setting
2012 Dec 28
1
[PATCH v3 01/11] kexec: introduce kexec firmware support
> Daniel Kiper <daniel.kiper at oracle.com> writes: > > > Some kexec/kdump implementations (e.g. Xen PVOPS) could not use default > > Linux infrastructure and require some support from firmware and/or hypervisor. > > To cope with that problem kexec firmware infrastructure was introduced. > > It allows a developer to use all kexec/kdump features of given firmware
2012 Dec 28
1
[PATCH v3 01/11] kexec: introduce kexec firmware support
> Daniel Kiper <daniel.kiper at oracle.com> writes: > > > Some kexec/kdump implementations (e.g. Xen PVOPS) could not use default > > Linux infrastructure and require some support from firmware and/or hypervisor. > > To cope with that problem kexec firmware infrastructure was introduced. > > It allows a developer to use all kexec/kdump features of given firmware
2006 Dec 20
0
Kexec / Kdump - xen-3.0.4-testing-13098
Kexec / Kdump - xen-3.0.4-testing-13098 Kexec Kexec Kexec Kexec Kdump Hardware Xen -> Xen -> bzImage -> Xen -> Xen -> Arch Platform Xen bzImage Xen vmlinux vmlinux i386 A PASS PASS PASS PASS PASS i386 B (VMX) PASS PASS PASS PASS
2010 Sep 03
0
kexec for domU
I''ve searched in a couple of places, but have yet to find a conclusive answer for this question: is kexec supported for domU kernels, yet? I saw a couple of developer threads about possible implementation, but I tried it in SLES 11 (2.6.32.13-0.5-xen) and I get an error: Invalid memory segment 0x2000 - 0x595fff I was wondering if there''s something that needs to be done for
2010 Apr 26
0
fast boot from xen to linux and vice-versa by kexec
Hi: recently i am doing fast boot from linux kernel to Xen hypervisor,and vice-versa. it means when linux is running on the real machine, i just want to switch to Xen hypervisor without going through bootloader. both linux and dom0 of Xen using the same filesystem. we boot Xen and the Linux with the following command in grub: title Ubuntu 8.04.2, kernel 2.6.29 root (hd0,7)
2009 Sep 30
0
[PATCH] Disable HPET broadcast mode on kexec
# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # Date 1254298855 0 # Node ID 5215da46d60f95d57244e709cb3b189caffec50c # Parent 6472342c8ab0789b844714bcf557e9e5eeacca42 Disable HPET broadcast mode on kexec. Without this the new kernel cannot receive timer interrupts from the legacy sources. Hangs are observed in the second kernel''s "check_timer()"
2012 Nov 21
1
[PATCH] sysprep: remove crash data generated by kexec-tools
Remove the kdump generated kernel crash data. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- sysprep/Makefile.am | 1 + sysprep/sysprep_operation_crash_data.ml | 47 +++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 sysprep/sysprep_operation_crash_data.ml diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index
2012 May 22
1
[PATCH v2] kexec: simply pass LINUX_REBOOT_CMD_KEXEC to reboot
While trying to port kexec cleanly to klibc, came across this syscall usage for reboot(2). Calling reboot directly simplifies the code. Signed-off-by: maximilian attems <max at stro.at> --- kexec/kexec-syscall.h | 18 ------------------ kexec/kexec.c | 3 ++- 2 files changed, 2 insertions(+), 19 deletions(-) v2: keep LINUX_REBOOT_CMD_KEXEC defines, thus no need of
2013 Apr 22
1
Recent kexec-tools and klibc on x86/x86-64
Hello, trying to update to the latest kexec version I'm blocked by the lack of basename() and vfscanf() in klibc. I've noticed it only recently because I'm building almost exclusively for arm. This commit intruduced the issue: http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/commit/kexec/arch/i386/x86-linux-setup.c?id=3bf0213789d56054f601c5a06372f78567aacdd9 Has
2012 Dec 27
1
[PATCH v3 06/11] x86/xen: Add i386 kexec/kdump implementation
> On 12/26/2012 06:18 PM, Daniel Kiper wrote: > > Add i386 kexec/kdump implementation. > > > > v2 - suggestions/fixes: > > - allocate transition page table pages below 4 GiB > > (suggested by Jan Beulich). > > Why? Sadly all addresses are passed via unsigned long variable to kexec hypercall. Daniel
2012 Dec 27
1
[PATCH v3 06/11] x86/xen: Add i386 kexec/kdump implementation
> On 12/26/2012 06:18 PM, Daniel Kiper wrote: > > Add i386 kexec/kdump implementation. > > > > v2 - suggestions/fixes: > > - allocate transition page table pages below 4 GiB > > (suggested by Jan Beulich). > > Why? Sadly all addresses are passed via unsigned long variable to kexec hypercall. Daniel
2009 May 08
0
CEBA-2009:0467 CentOS 5 i386 kexec-tool Update
CentOS Errata and Bugfix Advisory 2009:0467 Upstream details at : https://rhn.redhat.com/errata/RHBA-2009-0467.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: cad1981b1b5a103dee1f0179c9780189 kexec-tools-1.102pre-56.el5_3.2.i386.rpm Source: 4b1d211c7da54f4f7b6443efc596aae8 kexec-tools-1.102pre-56.el5_3.2.src.rpm --
2009 May 08
0
CEBA-2009:0467 CentOS 5 x86_64 kexec-tool Update
CentOS Errata and Bugfix Advisory 2009:0467 Upstream details at : https://rhn.redhat.com/errata/RHBA-2009-0467.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: fa6a45cf93b3a6e7ebd142dbf3544699 kexec-tools-1.102pre-56.el5_3.2.x86_64.rpm Source: 4b1d211c7da54f4f7b6443efc596aae8 kexec-tools-1.102pre-56.el5_3.2.src.rpm
2010 May 28
0
CEBA-2010:0375 CentOS 5 i386 kexec-tools Update
CentOS Errata and Bugfix Advisory 2010:0375 Upstream details at : https://rhn.redhat.com/errata/RHBA-2010-0375.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 9960576aaf5403a94edddfbbf6d82cdb kexec-tools-1.102pre-96.el5_5.1.i386.rpm Source: 1f38330b856945886287a0d29d1531d4 kexec-tools-1.102pre-96.el5_5.1.src.rpm --
2010 May 28
0
CEBA-2010:0375 CentOS 5 x86_64 kexec-tools Update
CentOS Errata and Bugfix Advisory 2010:0375 Upstream details at : https://rhn.redhat.com/errata/RHBA-2010-0375.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: 72913b5cd9d323b60989d525b66252ad kexec-tools-1.102pre-96.el5_5.1.x86_64.rpm Source: 1f38330b856945886287a0d29d1531d4 kexec-tools-1.102pre-96.el5_5.1.src.rpm
2010 May 28
0
CEBA-2010:0438 CentOS 5 i386 kexec-tools Update
CentOS Errata and Bugfix Advisory 2010:0438 Upstream details at : https://rhn.redhat.com/errata/RHBA-2010-0438.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 90279967b3512ec2e632e28f72368c93 kexec-tools-1.102pre-96.el5_5.2.i386.rpm Source: 013a110e7db66c5f2c29fd4df0e151ab kexec-tools-1.102pre-96.el5_5.2.src.rpm --