Displaying 3 results from an estimated 3 matches for "463123".
Did you mean:
46312
2008 May 27
1
A couple of bugs with patches
...are already committed in upstream Xen
and I've been rebuilding and using the Debian packages with them without
problems.
First is #476366 which is a pygrub issue that prevents booting a guest
using pygrub if its partitions were created using a post-Etch mkfs.ext3
(>= 1.40.5-1 according to #463123 which is the equivalent grub bug). I
guess this also impacts people building guest domains with
deboostrap/xen-tools/etc.
The second is #474509 which is a wishlist bug to enable the booting of
bzImage format kernel images. This is required to support d-i in a nice
way since it means we don't n...
2006 Feb 11
3
Dialing part of the extension
I know this one must be easy but I'm an newbye so please help.
In my extensions.conf I want to have a line like:
Exten => 9XXXXXX,1,Dial(Zap/4/${SOMETHING},40,r)
Ie: I want to dial all the XXX-es, but not the 9;
How do I do that? What do I write in place of ${SOMETHING}? Navigating the
wiki didn't provide any usefull advice...
Thanks.
2008 Apr 16
1
Bug#476366: xen-utils-3.2-1: pygrub cannot read ext3 files systems with 256 byte inodes
Package: xen-utils-3.2-1
Version: 3.2.0-4
Severity: important
Tags: patch
pygrub uses tools/libfsimage to read a guest filesystem. Unfortunately
the grub derived code does not support 256 byte inodes. Grub itself has
been patched (see #463236 and #463123) and this patch has now been
applied to the upstream Xen tree. See
<http://xenbits.xensource.com/staging/xen-unstable.hg?rev/c777e572a467> and attached.
However -- I would recommend that pygrub in Debian should be using the
e2fslibs based backend rather than the grub derived code since
this...