Displaying 20 results from an estimated 20000 matches similar to: "Bug#636552:"
2011 Aug 03
1
Bug#636552: xen-hypervisor-4.1-i386: Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
Package: xen-hypervisor-4.1-i386
Version: 4.1.1-1
Severity: important
Tags: wheezy
I cannot boot a domU with networking after installing the package.
root at topsail:~# xm create /etc/xen/udevtest.cfg -c
root at topsail:~# Error: Device 0 (vif) could not be connected. Hotplug scripts
not working.
[2011-08-03 15:56:53 4411] DEBUG (DevController:139) Waiting for devices tap2.
[2011-08-03
2013 Aug 16
1
Bug#711420: Xen not booting over Wheezy
Control: tag -1 +moreinfo
Hi Marco,
Thanks for your report. Unfortunately the logs you've provided are from
a system booted without Xen, and due to the nature of the bug it is
unlikely that any relevant logs made it onto the disk in order to
survive the resulting reboot.
Please could you try setting up a serial console and collect the full
boot log.
2013 Sep 18
3
Bug#723656: xen-hypervisor-4.1-amd64: IPMI serial console hangs
Package: xen-hypervisor-4.1-amd64
Version: 4.1.4-3+deb7u1
Severity: important
Dear Maintainer,
Just upgraded a Supermicro server (X9SCM-F motherboard) from Squeeze
to Wheezy. And now the IPMI serial console no longer work as it used
to.
It hangs like this:
[...]
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN) -> Using old ACK method
(XEN) Platform timer
2006 May 31
2
AEL2 and CID
Does anyone know how to get CID working in AEL2 ?
In extensions.conf you can do:
exten => 111/666,1,PlayBack(demo-congrats)
exten => 111/666,2,Hangup()
exten => 111,1,PlayBack(demo-moreinfo)
exten => 111,2,Hangup()
and if callerid 666 dialed 111, they would get demo-congrats, everyone
else gets demo-moreinfo.
In AEL:
111 => {
Playback(demo-moreinfo);
2010 Jul 15
1
How do I combine lists of data.frames into a single data frame?
The data.frame is constructed by one of the following functions:
funweek <- function(df)
if (length(df$elapsed_time) > 5) {
rv = fitdist(df$elapsed_time,"exp")
rv$year = df$sale_year[1]
rv$sample = df$sale_week[1]
rv$granularity = "week"
rv
}
funmonth <- function(df)
if (length(df$elapsed_time) > 5) {
rv =
2010 Jul 12
2
exercise in frustration: applying a function to subsamples
>From the documentation I have found, it seems that one of the functions from
package plyr, or a combination of functions like split and lapply would
allow me to have a really short R script to analyze all my data (I have
reduced it to a couple hundred thousand records with about half a dozen
records.
I get the same result from ddply and split/lapply:
>
2009 Nov 06
6
Bug#554805: xen-utils-3.2-1: ioemu routed networking on HVM guests fails
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: normal
Under this Xen setup, (Linux) HVM guests fail to have network active
when
running with *routed* networking, as some hosting providers require (in
my
case, OVH).
In this scenario:
* the host is a described below
* the guest runs as HVM.
* the guest runs exclusively with ioemu; virtual network drivers are
not
available (vanilla lenny
2008 Sep 24
5
Bug#500047: xen-utils-3.0.3-1: domU reboot fails when using DRBD as vbd
Package: xen-utils-3.0.3-1
Version: 3.0.3-0-4
Severity: normal
Rebooting from inside domU hangs in initrd:
Begin: Waiting for root file system... ...
Root file system is not available because underlying DRBD device
got deactivated during reboot:
$ cat /proc/drbd
version: 8.0.13 (api:86/proto:86)
GIT-hash: ee3ad77563d2e87171a3da17cc002ddfd1677dbe build by phil at fat-tyre, 2008-08-04
2015 Sep 25
4
Bug#799986: xen-utils-common: please create /var/run/xen-hotplug from an init script
Package: xen-utils-common
Version: 4.4.1-9+deb8u1
Severity: normal
With SE Linux it's desirable to give utilities and daemons the minimum
privileges.
That includes not permitting general utilities to create directories under
/var/run.
I think it would be best if /var/run/xen-hotplug was created by an init script
such
as /etc/init.d/xen (or by systemd-tmpfiles when using systemd units).
2008 Oct 22
5
Bug#503046: xen-utils-3.2-1: inadequate error handling for the case of a failure to use a loopback device
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: normal
When a DomU is defined as using a file: device the loopback driver will
be used to make it appear to be a regular block device. The loopback
driver will by default only support 8 nodes so this is a limited
resource.
http://etbe.coker.com.au/2008/10/22/kernel-issues-with-debian-xen-and-centos-kernels/
If there is a problem that prevents
2012 Jul 10
1
Bug#614101: Please use either serial console or a digital camera to collect the logs
tags 614101 +moreinfo
thanks
I'm afraid there is not much which can be done with this otherwise.
Hints on setting up serial console can be found on the Xen wiki:
http://wiki.xen.org/wiki/XenSerialConsole
If you can please also try the Wheezy packages.
Thanks,
Ian.
2012 Jul 10
1
Bug#603391: Do you have a copy of the problematic grub configuration file?
tags 603391 +moreinfo
thanks
Hello,
It's been quite a while so I suspect the answer will be no but do you
happen to have a copy of the problematic grub configuration file?
Thanks,
Ian.
2024 Jan 18
1
Bug#988477: Also observing #988477
tags 988477 - moreinfo
found 988477 4.17.2+76-ge1f9cb16e2-1~deb12u1
affects 988477 src:linux
severity 988477 critical
quit
I am also observing #988477 occur. This machine has a AMD Zen 4
processor. The first observation was when motherboard/processor was
swapped out, the older motherboard/processor was several generations old.
The pattern which is emerging is Linux MD RAID1 plus recent AMD
2010 Jul 22
1
How do I get rid of list elements where the value is NULL before applying rbind?
Here is the function that makes the data.frames in the list:
funweek <- function(df)
if (length(df$elapsed_time) > 5) {
res = fitdist(df$elapsed_time,"exp")
year = df$sale_year[1]
sample = df$sale_week[1]
mid = df$m_id[1]
estimate = res$estimate
sd = res$sd
samplesize = res$n
loglik = res$loglik
aic = res$aic
bic = res$bic
chisq =
2010 Jul 16
1
I need help making a data.fame comprised of selected columns of an original data frame.
I must have missed something simple, but still, i don't know what.
I obtained my basic data as follows:
x <- sprintf("SELECT m_id,sale_date,YEAR(sale_date) AS
sale_year,WEEK(sale_date) AS sale_week,return_type,0.0001 +
DATEDIFF(return_date,sale_date) AS elapsed_time FROM
`merchants2`.`risk_input` WHERE DATEDIFF(return_date,sale_date) IS NOT
NULL")
moreinfo <- dbGetQuery(con,
2013 Jun 06
3
Bug#711420: Xen not booting over Wheezy
Package: xen-hypervisor-4.1-amd64
Version: 4.1.4-3+deb7u1
Package: xen-linux-system-amd64
Version: 3.2+46
Package: xen-utils-4.1
Version: 4.1.4-3+deb7u1
Package: xenwatch
Version: 0.5.4-3
Package: xenstore-utils
Version: 4.1.4-3+deb7u1
Package: xen-tools
Version: 4.3.1-1
I installed Debian 7 (amd64) in a HX5 blade server (IBM Bladecenter H) 32 GB RAM, 2 Intel Xeon SixCore 2.Ghz, Internal
2016 May 14
1
Bug#824341: wheezy-pu: update xen-utils-4.1 with patch to boot jessie/grub2 VMs
On 14/05/16 19:35, Adam D. Barratt wrote:
> Control: tags -1 + moreinfo
>
> On Sat, 2016-05-14 at 19:10 +0200, Daniel Pocock wrote:
>> If somebody is still running wheezy for their dom0 (host) environment
>> and they are using jessie or other systems with grub2 in their VMs, they
>> can't boot their VM.
>>
>> A rather trivial 1-line fix in the dom0
2013 Feb 22
5
Bug#701213: Hvm domU doesn't boot after dom0 reboot under Debian Wheezy
Package: xen-hypervisor-4.1-amd64
Version: 4.1.4-2
Hi,
Hvm domU does not starts up afer dom0 reboot.
Bridge br0 is set up manually.
Dom0: Debian Wheezy 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux
DomU: Debian Squeeze 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC
2012 x86_64 GNU/Linux
config:
===<========
kernel = '/usr/lib/xen-4.1/boot/hvmloader'
builder = 'hvm'
2008 Nov 27
6
Bug#507020: xen-utils-3.2-1: Pygrub says "Error: Boot loader didn't return any data!"
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: normal
When my domU uses this configuration:
---
root = '/dev/sda2 ro'
disk = [
'phy:/dev/volume0/lenny.vandervlis.nl-swap,sda1,w',
'phy:/dev/volume0/lenny.vandervlis.nl-disk,sda2,w',
]
---
Pygrub gives the error "Error: Boot loader didn't return
2011 Mar 16
7
Bug#618576: xen-3.2-1: VNC display over HVM XEN 3/Lenny AMD64, displays a blank screen when Debian-Installer Squeeze AMD64 is running on it
Package: xen-hypervisor-3.2-1-amd64
Version: 3.2.1-2
Severity: important
I've a Debian Lenny AMD64 as production server, where it has important
HVMs that runs correctly.
The problem occurs when i try to create a HVM from a Debian Squeeze
AMD64 iso file.
At first, the VNC display specified shows perfectly the Debian
Installer menu, but when I choose an option (Install or Graphical
Install),