[Bug 1468247] Re: Libvirt patches needed for 15.04 ppc64le

2015-06-29 Thread Prerna
** Package changed: ubuntu = libvirt (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1468247

Title:
  Libvirt patches needed for 15.04 ppc64le

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1468247/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1468247] Re: Libvirt patches needed for 15.04 ppc64le

2015-06-29 Thread Prerna
** Package changed: ubuntu = libvirt (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1468247

Title:
  Libvirt patches needed for 15.04 ppc64le

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1468247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1418221] Re: internal error: Cannot find suitable emulator for ppc64le

2015-02-18 Thread Prerna
This is now a part of upstream libvirt :
--

commit bdbe723fcd8b55678b0ad984134f7b79d6fbeb89
Author: Prerna Saxena pre...@linux.vnet.ibm.com
Date:   Sun Feb 15 09:48:00 2015 +0530

PowerPC : Make 'qemu-system-ppc64' the default emulator on ppc64[le].

PowerPC : Explicitly associate 'qemu-system-ppc64' as the
 default emulator for all 64-bit PowerPC guests ( both Big  Little Endian )

Signed-off-by: Prerna Saxena pre...@linux.vnet.ibm.com

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1418221

Title:
  internal error: Cannot find suitable emulator for ppc64le

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1418221/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1418221] Re: internal error: Cannot find suitable emulator for ppc64le

2015-02-15 Thread Prerna
Hi Scott,
This workaround may not be required anymore. I have posted a patch to fix this 
issue for PPC64 guests : 
https://www.redhat.com/archives/libvir-list/2015-February/msg00484.html.

Could you pull this into your tree ?
Also, I'd recommend pulling all 4 patches in this series-- if not, at least 
1,2,3 are all must-fixes.

Regards,
Prerna

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1418221

Title:
  internal error: Cannot find suitable emulator for ppc64le

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1418221/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1418221] Re: internal error: Cannot find suitable emulator for ppc64le

2015-02-12 Thread Prerna
Hi Scott,
Libvirt code tends to look for kvm binaries when the guest architecture matches 
the host.
It tries to find one of  the following in path:
- qemu-kvm
-kvm

1) A symlink called 'qemu-kvm' from qemu-system-ppc64 fixes it. Would
that not be an easy fix to have ?

2) If not, maybe we can explicitly associate 'qemu-system-ppc64' as the
binary of choice for PowerPC LE hosts too.

I can cook up a patch for #2 and post it upstream if that is what you'd
prefer.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1418221

Title:
  internal error: Cannot find suitable emulator for ppc64le

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1418221/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1418221] Re: internal error: Cannot find suitable emulator for ppc64le

2015-02-10 Thread Prerna
The patch mentioned in comment #1 is hackish, and does not address the problem 
completely.
Libvirt seems to fail on ubuntu because it does not find an appropriate 
emulator for ppc64le in course of capabilities probe:

# virsh capabilities

...[snip]:
guest
os_typehvm/os_type
arch name='ppc64'
  wordsize64/wordsize
  emulator/usr/bin/qemu-system-ppc64/emulator
  machine maxCpus='256'pseries/machine
  machine maxCpus='1'ref405ep/machine
  
/guest.
guest
os_typehvm/os_type
arch name='ppcemb'
 ...
/guest

However, when I run upstream libvirt on another little endian distro such as 
Fedora 21, I explicitly see a listing for 'ppc64le' guest :
guest
os_typehvm/os_type
arch name='ppc64'
  wordsize64/wordsize
  emulator/usr/bin/qemu-system-ppc64/emulator
  machine maxCpus='256'pseries/machine
  machine maxCpus='1'ref405ep/machine
  machine maxCpus='1'virtex-ml507/machine
  machine maxCpus='32'ppce500/machine
 
/guest
 guest
os_typehvm/os_type
arch name='ppc64le'== See that an explicit emulator is listed under 
'emulator' tag
  wordsize64/wordsize
  emulator/usr/bin/qemu-kvm/emulator
  machine maxCpus='256'pseries/machine
  machine maxCpus='1'ref405ep/machine
  machine maxCpus='1'virtex-ml507/machine
  machine maxCpus='32'ppce500/machine
 ...
/guest
guest
os_typehvm/os_type
arch name='ppcemb'
 ...
/guest

I'm investigating why virsh capabilities omits a guest listing for
ppc64el arch on Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1418221

Title:
  internal error: Cannot find suitable emulator for ppc64le

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1418221/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 288802] Re: procedure to recover root password

2008-10-26 Thread prerna
Thanks this helped me in solving my problem to some extend

-- 
procedure to recover root password
https://bugs.launchpad.net/bugs/288802
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 288802] [NEW] procedure to recover root password

2008-10-24 Thread prerna
Public bug reported:

There is no procedure mentioned to recover the password for root user .

** Affects: libgksuui1.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
procedure to recover root password
https://bugs.launchpad.net/bugs/288802
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs