search for: msg01141

Displaying 4 results from an estimated 4 matches for "msg01141".

2007 Apr 11
2
Error: Device 0 (vkbd) is already connected.
...To make sure this isn''t an ia64 anomaly, I tried it on an x86_64 system. Same thing, works the first time, reboot the domain and it''s broken. I see someone reported a similar issue last month, but there was no response: http://lists.xensource.com/archives/html/xen-devel/2007-03/msg01141.html The backtrace in xend.log looks like this: [2007-04-11 15:23:07 2659] ERROR (__init__:1072) XendDomainInfo.initDomain: exce ption occurred Traceback (most recent call last): File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1518, in _initDomain self._createDevices()...
2014 Sep 09
3
[PATCH] ppc64: ELFv2: Load TOC value in system call stub
...t -- segmentation fault. The problem didn't happen with statically-linked binaries because the TOC value wasn't different on that case. Thanks and credits to Alan Modra and Ulrich Weigand, for helping with this and pointing out the solution. [1] https://gcc.gnu.org/ml/gcc-patches/2013-11/msg01141.html [2] https://www.sourceware.org/ml/libc-alpha/2013-11/msg00315.html Signed-off-by: Mauricio Faria de Oliveira <mauricfo at linux.vnet.ibm.com> --- usr/klibc/arch/ppc64/sysstub.ph | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/usr/klibc/arch/ppc64/sysstub.ph b...
2016 Jan 06
0
[klibc:master] ppc64: ELFv2: Load TOC value in system call stub
...t -- segmentation fault. The problem didn't happen with statically-linked binaries because the TOC value wasn't different on that case. Thanks and credits to Alan Modra and Ulrich Weigand, for helping with this and pointing out the solution. [1] https://gcc.gnu.org/ml/gcc-patches/2013-11/msg01141.html [2] https://www.sourceware.org/ml/libc-alpha/2013-11/msg00315.html Signed-off-by: Mauricio Faria de Oliveira <mauricfo at linux.vnet.ibm.com> Signed-off-by: Ben Hutchings <ben at decadent.org.uk> Signed-off-by: H. Peter Anvin <hpa at linux.intel.com> --- usr/klibc/arch/ppc...
2016 Jan 06
5
[PATCH klibc 0/5] klibc architecture fixes
Here's an assortment of build and run-time fixes for various architectures that we've applied in Debian. Ben. Aurelien Jarno (1): ppc64: fix struct stat Ben Hutchings (2): MIPS: Update archfcntl.h syscalls: Override detection of direct socket syscalls on i386, m68k, s390 Helge Deller (1): Add pread and pwrite 32bit syscall wrappers for parisc Mauricio Faria de Oliveira