similar to: Bug#646987: kernel bug

Displaying 20 results from an estimated 3000 matches similar to: "Bug#646987: kernel bug"

2011 Nov 25
0
Processed: reassign bug to xen-hypervisor-4.0-amd64
Processing commands for control at bugs.debian.org: > reassign 646987 xen-hypervisor-4.0-amd64 Bug #646987 [xorg-server] /usr/bin/xinit: xinit fails with xkbcomp could not be invoked Bug reassigned from package 'xorg-server' to 'xen-hypervisor-4.0-amd64'. > thank you Stopping processing here. Please contact me if you need assistance. -- 646987:
2011 Nov 26
2
Bug#646987: /usr/bin/xinit: xinit fails with xkbcomp could not be invoked
The function that returns ENOMEM is actually copy_mm. It returns ENOMEM when dup_mm returns 0. copy_mm receives clone_flags and task_struct * tsk. I think tsk is pointing to the new task (the process being forked). copy_mm assigns some values into *tsk, then: tsk->mm = NULL; tsk->active_mm = NULL; then we check if current process has ->mm; if not, return 0 (effectively
2010 Jun 21
1
Debian Lenny and kernel from backports not working
Hi. I'm having a problem which I am not able to solve and yet it is easily reproducible. 1. Install Debian Stable AMD64 2. Add backports repository 3. aptitude -t lenny-backports install xen-linux-system-2.6.32-bpo5-xen-amd64 After rebooting You will get the usual error: elf_init: not an ELF binary *************************** Panic on CPU 0: Could not set up DOM0 guest OS
2009 Oct 07
8
[Bug 24370] New: nouveau and xorg-server-1.7 does not work without NoAccel
http://bugs.freedesktop.org/show_bug.cgi?id=24370 Summary: nouveau and xorg-server-1.7 does not work without NoAccel Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2014 Oct 05
0
Bug#764113: Bug#764113: xen: build-dependency on libgnutls-dev
Control: reassign -1 libgnutls-dev On Sun, Oct 05, 2014 at 03:57:50PM +0200, Andreas Metzler wrote: > xen build-depends on libgnutls-dev which is > - scheduled for removal > - and (somehow related) uninstallable. Nice, but this is not a problem in xen but in libgnutls-dev. Re-assigning. Basian -- Death, when unnecessary, is a tragic thing. -- Flint, "Requiem for
2009 Oct 12
2
Bug#550692: Script network-bridge in lenny may break network/firewall configuration
Package: xen-utils-common Version: 3.2.0-2 Hello We used the script "network-bridge" on our Xen servers based on "etch" (xen-utils-common 3.0.3-0-2) to setup bridge configuration. This script created a bridge "xenbr0", renamed "eth0" to "peth0", renamed "veth0" to "eth0" and added "peth0" and "vif0.0" to
2014 Oct 05
6
Bug#764113: xen: build-dependency on libgnutls-dev
Source: xen Version: 4.4.1-2 Severity: serious Justification: fails to build from source (but built successfully in the past) User: ametzler at debian.org Usertags: gnutls3 xen build-depends on libgnutls-dev which is - scheduled for removal - and (somehow related) uninstallable. The b-d therefore makes xen FTBFS (uninstallable b-d). Please check whether a gnutls build-dependency is actually
2006 Oct 02
2
Bug#390678: pygrub import path is incorrect
Package: xen-utils-3.0.2-1 Version: 3.0.2-3+hg9762-1 >From /usr/lib/xen-3.0.2-1/lib/bin/pygrub: > sys.path = [ '/usr/lib/python' ] + sys.path > > import grub.GrubConf > import grub.fsys But grub.GrubConf, for example, is at /usr/lib/xen-3.0.2-1/lib/python/grub/GrubConf.py. Fix: change the added sys.path entry to point to /usr/lib/xen-3.0.2-1/lib/python.
2014 Oct 01
2
VNCServer Startup Config
hi all, I've inherited a server with CentOS 6.4 the VNC Server starts up with the OS and its screen resolution is set to 800x600. I found that I can set the resolution by specifying the -geometry switch, but I can't find where the call to start the vncserver is set in order to change it. I know that it's not in /etc/xinetd.d (the only file there is rsync) here are the contents of
2009 Apr 16
0
there are fontencoding problem in Sweave
On 4/16/2009 10:29 AM, ?????? n/a wrote: > I want write article by russian language using Sweave. For cyrillic text > LaTeX use T2A encoding > > \usepackage[T2A]{fontenc} > > But in Sweave.sty we find: > > \RequirePackage[T1]{fontenc} > > It is source of critical problem. > > For example Rnw file > > $ cat estimation.Rnw > >
2015 May 06
3
[PATCH 0/3] p2v: Add Configure Network button (RHBZ#1167921).
https://bugzilla.redhat.com/show_bug.cgi?id=1167921
2006 Oct 06
2
Bug#391448: xen-hypervisor-3.0-unstable-1-i386: dom0 crashes when starting the 3rd domU
Package: xen-hypervisor-3.0-unstable-1-i386 Version: 3.0-unstable+hg11561-1 Severity: important I've installed xen-linux-system-2.6.17-2-xen-k7 (version 2.6.17-9) on a server, and planned to run 3 Xen domUs on it. Creating the domUs was no problem, and running two of them works well. Starting the third one however will crash the dom0 and forces it to reboot. The machine is a Athlon64 3800+
2004 Aug 25
1
7960 Looses DHCP Lease when 7920 boots!?
I finally have my 7920 working though I'm seeing this bizarre behavior. As soon as the 7920 boots and authenticates with the AP my 7960 release's its ip. Aug 24 15:52:37 babel dhcpd: DHCPRELEASE of 192.168.30.133 from 00:07:eb:26:e3:22 (SIP0007EB26E322) via eth0 (found) Aug 24 15:52:37 babel dhcpd: DHCPDISCOVER from 00:0d:28:2e:95:f0 via eth0 Aug 24 15:52:37 babel dhcpd: DHCPOFFER on
2009 Apr 16
2
there are fontencoding problem in Sweave
I want write article by russian language using Sweave. For cyrillic text LaTeX use T2A encoding \usepackage[T2A]{fontenc} But in Sweave.sty we find: \RequirePackage[T1]{fontenc} It is source of critical problem. For example Rnw file $ cat estimation.Rnw \documentclass[A4paper]{article} \usepackage[T2A]{fontenc} \usepackage[utf8]{inputenc} \usepackage[russian,english]{babel}
2012 Nov 22
2
Bug#694012: xen-hypervisor-4.1-amd64: powernow-k8: transition frequency failed [filling the syslog]
Package: xen-hypervisor-4.1-amd64 Version: 4.1.3-3 Severity: normal Forwarded: http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1789 Dear Debian Xen Team, after an upgrade from Squeeze to Wheezy I see about ten of these per second filling my system log (about 8 MB/h): Nov 23 00:15:37 acromantula kernel: [ 462.544193] powernow-k8: fid trans failed, fid 0x2, curr 0x0 Nov 23 00:15:37 acromantula
2008 Jun 10
3
Bug#485598: xen-utils-3.0.3-1: xend doesn't start on amd64
Package: xen-utils-3.0.3-1 Version: 3.0.3-0-4 Severity: important # /etc/init.d/xend start Restarting XEN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-3.0.3-1/bin/xend", line 40, in <module> from xen.xend.server import SrvDaemon File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/server/SrvDaemon.py", line 17, in <module> import
2015 Jan 11
3
C-6, Gnome question
On Sun, Jan 11, 2015 at 05:12:48PM -0500, Bill Maltby (C4B) wrote: > On Fri, 2015-01-09 at 19:42 -0500, Fred Smith wrote: > > On Fri, Jan 09, 2015 at 07:07:38PM -0500, Bill Maltby (C4B) wrote: > > <snip> > > > > > > Well, that's the limit of my offerings. I'm still trying to find the > > > thing I used back in C5(?) that raised the panels
2010 Jun 29
2
Xserver
Hi all, I am trying to execute Xserver on Dom0 but an error occurres. I have a fresh Debian Lenny install. I''ve installed Xen via aptitude, restarted the system with Xen kernel, and then installed xfce4 with all dependencies. When i try startx i get this errors: (WW) RADEON; No matching Device section for instalnce (BusID PCI:4:0:1) found Fatal server error: xf86MapVidMem:
2008 Sep 03
5
Unable to start Xorg in dom0 (Linux kernel 6.1.18)
Hi, everyone, I installed the Xen3.1.0 based on Fedora8 and enter the Dom0 successfully. The kernel of dom0 is linux-2.6.18-xen0. But the Xorg could not start in the Dom0. When I use the "startx" command to start the X server, the error information is following: ......... (==) Using config file: "etc/X11/xorg.conf" (II) Module already built-in (II) Module already built-in
2013 Mar 28
2
a-gnome-oyences
Most of my users are on kde, as am I (I really don't like gnome). I've got one on gnome, though, CentOS 6.4, and I have a problem: I have to start an agent running ->on login<-, so that the same one is in the environment of every term window he opens. In kde, no problem, I modify /etc/X11/xinit/xinitrc-common so that code in there calls our (newer) ssh-agent instead of the stock one.