[Users] Ubuntu/Debian ovirt-guest-agent

Hello Zhou Zheng Sheng, I tested your ovirt-guest-agent PPA which you provided and it works on Ubuntu Precise (12.04) as expected, but I can not install it on Debian Wheezy because that package needs upstart-job from Ubuntu which is not in Debian... Would you be so kind and provide even Debian packages on your PPA? :-) I dont know if sysvinit style file for launching daemon is included by oVirt. Thank you. Jakub Bittner

Hi Jakub, No problem. I'll try to write SysV init script for it. I'm not sure Ubuntu PPA can build and host Debian packages. Once it's over (ready or fail) I'll inform you. on 2013/09/10 21:52, Jakub Bittner wrote:
Hello Zhou Zheng Sheng,
I tested your ovirt-guest-agent PPA which you provided and it works on Ubuntu Precise (12.04) as expected, but I can not install it on Debian Wheezy because that package needs upstart-job from Ubuntu which is not in Debian... Would you be so kind and provide even Debian packages on your PPA? :-) I dont know if sysvinit style file for launching daemon is included by oVirt.
Thank you.
Jakub Bittner _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Thanks and best regards! Zhou Zheng Sheng / 周征晟 E-mail: zhshzhou@linux.vnet.ibm.com Telephone: 86-10-82454397

On 09/11/2013 05:44 AM, Zhou Zheng Sheng wrote:
Hi Jakub,
No problem. I'll try to write SysV init script for it. I'm not sure Ubuntu PPA can build and host Debian packages. Once it's over (ready or fail) I'll inform you. Hi Zhou Zheng Sheng,
Could you please rebuild the ubuntu package from the current master? We've merged the solution of the broken master yesterday. It'd be great. Thanks.
on 2013/09/10 21:52, Jakub Bittner wrote:
Hello Zhou Zheng Sheng,
I tested your ovirt-guest-agent PPA which you provided and it works on Ubuntu Precise (12.04) as expected, but I can not install it on Debian Wheezy because that package needs upstart-job from Ubuntu which is not in Debian... Would you be so kind and provide even Debian packages on your PPA? :-) I dont know if sysvinit style file for launching daemon is included by oVirt.
Thank you.
Jakub Bittner _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Regards, Vinzenz Feenstra | Senior Software Engineer RedHat Engineering Virtualization R & D Phone: +420 532 294 625 IRC: vfeenstr or evilissimo Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com

Hi Vinzenz, on 2013/09/12 14:23, Vinzenz Feenstra wrote:
Hi Zhou Zheng Sheng,
Could you please rebuild the ubuntu package from the current master? We've merged the solution of the broken master yesterday.
It'd be great. Thanks.>
I upload new version to launchpad ppa based on latest master as requested. -- Thanks and best regards! Zhou Zheng Sheng / 周征晟 E-mail: zhshzhou@linux.vnet.ibm.com Telephone: 86-10-82454397

Hi Jakub, on 2013/09/10 21:52, Jakub Bittner wrote:
Hello Zhou Zheng Sheng,
I tested your ovirt-guest-agent PPA which you provided and it works on Ubuntu Precise (12.04) as expected, but I can not install it on Debian Wheezy because that package needs upstart-job from Ubuntu which is not in Debian... Would you be so kind and provide even Debian packages on your PPA? :-) I dont know if sysvinit style file for launching daemon is included by oVirt.
Thank you.
Jakub Bittner _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Two good news. Developers fixed the bug in latest master, so I updated the ovirt-guest-agent package for Ubuntu 13.04 (Raring) to 1.0.8. This package should be OK to use with 12.04 (Precise) as well. I also wrote a Debian specific SysV init script for the guest agent.I tested in my Debian Wheezy guest. There is a small problem, luanchpad.net does not support hosting Debian packages, and for each package per Ubuntu release, it hosts the latest version. So I upload the Debian specific oVirt guest agent package as a Ubuntu 12.04 (Precise) package. You can dowanlod them from the following link. https://launchpad.net/~zhshzhou/+archive/vdsm-ubuntu/+packages In all, the ovirt-guest-agent-1.0.8 (Raring) package is for both Ubuntu Raring and Precise. The ovirt-guest-agent-1.0.8 (Precise) is for Debian. -- Thanks and best regards! Zhou Zheng Sheng / 周征晟 E-mail: zhshzhou@linux.vnet.ibm.com Telephone: 86-10-82454397

On Sat, 2013-09-14 at 14:14 +0800, Zhou Zheng Sheng wrote:
Hi Jakub,
on 2013/09/10 21:52, Jakub Bittner wrote:
Hello Zhou Zheng Sheng,
I tested your ovirt-guest-agent PPA which you provided and it works on Ubuntu Precise (12.04) as expected, but I can not install it on Debian Wheezy because that package needs upstart-job from Ubuntu which is not in Debian... Would you be so kind and provide even Debian packages on your PPA? :-) I dont know if sysvinit style file for launching daemon is included by oVirt.
Thank you.
Jakub Bittner _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Two good news.
Developers fixed the bug in latest master, so I updated the ovirt-guest-agent package for Ubuntu 13.04 (Raring) to 1.0.8. This package should be OK to use with 12.04 (Precise) as well.
I also wrote a Debian specific SysV init script for the guest agent.I tested in my Debian Wheezy guest. There is a small problem, luanchpad.net does not support hosting Debian packages, and for each package per Ubuntu release, it hosts the latest version. So I upload the Debian specific oVirt guest agent package as a Ubuntu 12.04 (Precise) package.
You can dowanlod them from the following link. https://launchpad.net/~zhshzhou/+archive/vdsm-ubuntu/+packages
In all, the ovirt-guest-agent-1.0.8 (Raring) package is for both Ubuntu Raring and Precise. The ovirt-guest-agent-1.0.8 (Precise) is for Debian.
Great work - thanks a lot for the Debian and Ubuntu packages! Just one little thing: Can you add python-apt to the dependency list (it's missing in the Debian Wheezy package - didn't test the Ubuntu packages but maybe it's missing there, too)? If python-apt isn't installed it's not possible to fetch installed packages: MainThread::INFO::2013-09-16 15:23:22,977::ovirt-guest-agent::37::root::Starting oVirt guest agent MainThread::INFO::2013-09-16 15:23:23,015::GuestAgentLinux2::101::root::Unknown package management. Application list report is disable GuestAgentLinux2.py requires this python module to get the package information. All other features like system shutdown, nic information, memory,... are working fine. Regards, René

Hi René, You are correct. I add python-apt as a recommend dependency package and upload the package again for Ubuntu and Debian. I didn't notice the problem because I have other packages in my test machine which depend on python-apt. Thanks. on 2013/09/16 21:37, René Koch (ovido) wrote:
On Sat, 2013-09-14 at 14:14 +0800, Zhou Zheng Sheng wrote:
Hi Jakub,
on 2013/09/10 21:52, Jakub Bittner wrote:
Hello Zhou Zheng Sheng,
I tested your ovirt-guest-agent PPA which you provided and it works on Ubuntu Precise (12.04) as expected, but I can not install it on Debian Wheezy because that package needs upstart-job from Ubuntu which is not in Debian... Would you be so kind and provide even Debian packages on your PPA? :-) I dont know if sysvinit style file for launching daemon is included by oVirt.
Thank you.
Jakub Bittner _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Two good news.
Developers fixed the bug in latest master, so I updated the ovirt-guest-agent package for Ubuntu 13.04 (Raring) to 1.0.8. This package should be OK to use with 12.04 (Precise) as well.
I also wrote a Debian specific SysV init script for the guest agent.I tested in my Debian Wheezy guest. There is a small problem, luanchpad.net does not support hosting Debian packages, and for each package per Ubuntu release, it hosts the latest version. So I upload the Debian specific oVirt guest agent package as a Ubuntu 12.04 (Precise) package.
You can dowanlod them from the following link. https://launchpad.net/~zhshzhou/+archive/vdsm-ubuntu/+packages
In all, the ovirt-guest-agent-1.0.8 (Raring) package is for both Ubuntu Raring and Precise. The ovirt-guest-agent-1.0.8 (Precise) is for Debian.
Great work - thanks a lot for the Debian and Ubuntu packages!
Just one little thing: Can you add python-apt to the dependency list (it's missing in the Debian Wheezy package - didn't test the Ubuntu packages but maybe it's missing there, too)?
If python-apt isn't installed it's not possible to fetch installed packages:
MainThread::INFO::2013-09-16 15:23:22,977::ovirt-guest-agent::37::root::Starting oVirt guest agent MainThread::INFO::2013-09-16 15:23:23,015::GuestAgentLinux2::101::root::Unknown package management. Application list report is disable
GuestAgentLinux2.py requires this python module to get the package information.
All other features like system shutdown, nic information, memory,... are working fine.
Regards, René
-- Thanks and best regards! Zhou Zheng Sheng / 周征晟 E-mail: zhshzhou@linux.vnet.ibm.com Telephone: 86-10-82454397

On Wed, 2013-09-18 at 12:36 +0800, Zhou Zheng Sheng wrote:
Hi René,
You are correct. I add python-apt as a recommend dependency package and upload the package again for Ubuntu and Debian. I didn't notice the problem because I have other packages in my test machine which depend on python-apt. Thanks.
No problem. Btw, are you (or anyone else) working on getting the guest agent into official Debian/Ubuntu repositories? Your packages are working really well, so it should be not to hard to get them into official repos...
on 2013/09/16 21:37, René Koch (ovido) wrote:
On Sat, 2013-09-14 at 14:14 +0800, Zhou Zheng Sheng wrote:
Hi Jakub,
on 2013/09/10 21:52, Jakub Bittner wrote:
Hello Zhou Zheng Sheng,
I tested your ovirt-guest-agent PPA which you provided and it works on Ubuntu Precise (12.04) as expected, but I can not install it on Debian Wheezy because that package needs upstart-job from Ubuntu which is not in Debian... Would you be so kind and provide even Debian packages on your PPA? :-) I dont know if sysvinit style file for launching daemon is included by oVirt.
Thank you.
Jakub Bittner _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Two good news.
Developers fixed the bug in latest master, so I updated the ovirt-guest-agent package for Ubuntu 13.04 (Raring) to 1.0.8. This package should be OK to use with 12.04 (Precise) as well.
I also wrote a Debian specific SysV init script for the guest agent.I tested in my Debian Wheezy guest. There is a small problem, luanchpad.net does not support hosting Debian packages, and for each package per Ubuntu release, it hosts the latest version. So I upload the Debian specific oVirt guest agent package as a Ubuntu 12.04 (Precise) package.
You can dowanlod them from the following link. https://launchpad.net/~zhshzhou/+archive/vdsm-ubuntu/+packages
In all, the ovirt-guest-agent-1.0.8 (Raring) package is for both Ubuntu Raring and Precise. The ovirt-guest-agent-1.0.8 (Precise) is for Debian.
Great work - thanks a lot for the Debian and Ubuntu packages!
Just one little thing: Can you add python-apt to the dependency list (it's missing in the Debian Wheezy package - didn't test the Ubuntu packages but maybe it's missing there, too)?
If python-apt isn't installed it's not possible to fetch installed packages:
MainThread::INFO::2013-09-16 15:23:22,977::ovirt-guest-agent::37::root::Starting oVirt guest agent MainThread::INFO::2013-09-16 15:23:23,015::GuestAgentLinux2::101::root::Unknown package management. Application list report is disable
GuestAgentLinux2.py requires this python module to get the package information.
All other features like system shutdown, nic information, memory,... are working fine.
Regards, René

on 2013/09/19 00:05, René Koch (ovido) wrote:
On Wed, 2013-09-18 at 12:36 +0800, Zhou Zheng Sheng wrote:
Hi René,
You are correct. I add python-apt as a recommend dependency package and upload the package again for Ubuntu and Debian. I didn't notice the problem because I have other packages in my test machine which depend on python-apt. Thanks.
No problem.
Btw, are you (or anyone else) working on getting the guest agent into official Debian/Ubuntu repositories? Your packages are working really well, so it should be not to hard to get them into official repos...
Sure. I'll try submit to submit request to Debian and Ubuntu maintainers. Thanks for the testing. -- Thanks and best regards! Zhou Zheng Sheng / 周征晟 E-mail: zhshzhou@linux.vnet.ibm.com Telephone: 86-10-82454397

Dne 14.9.2013 08:14, Zhou Zheng Sheng napsal(a):
Hi Jakub,
on 2013/09/10 21:52, Jakub Bittner wrote:
Hello Zhou Zheng Sheng,
I tested your ovirt-guest-agent PPA which you provided and it works on Ubuntu Precise (12.04) as expected, but I can not install it on Debian Wheezy because that package needs upstart-job from Ubuntu which is not in Debian... Would you be so kind and provide even Debian packages on your PPA? :-) I dont know if sysvinit style file for launching daemon is included by oVirt.
Thank you.
Jakub Bittner _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Two good news.
Developers fixed the bug in latest master, so I updated the ovirt-guest-agent package for Ubuntu 13.04 (Raring) to 1.0.8. This package should be OK to use with 12.04 (Precise) as well.
I also wrote a Debian specific SysV init script for the guest agent.I tested in my Debian Wheezy guest. There is a small problem, luanchpad.net does not support hosting Debian packages, and for each package per Ubuntu release, it hosts the latest version. So I upload the Debian specific oVirt guest agent package as a Ubuntu 12.04 (Precise) package.
You can dowanlod them from the following link. https://launchpad.net/~zhshzhou/+archive/vdsm-ubuntu/+packages
In all, the ovirt-guest-agent-1.0.8 (Raring) package is for both Ubuntu Raring and Precise. The ovirt-guest-agent-1.0.8 (Precise) is for Debian.
Dear Zhou Zheng Shen, thank you for creating Ubuntu and Debian packages! I owe you a beer :-) Thanks again. Jakub Bittner, NSA Czech

Hi, The next step is to get instructions on installing oVirt (node & engine) on Ubuntu and Debian hosts. Ideally, I would like to be able to use oVirt all in one on an Ubuntu 13.04 install or on Debian Testing. Anyone care to take this on? Thanks, Dave. On 09/16/2013 06:42 PM, Jakub Bittner wrote:
Dne 14.9.2013 08:14, Zhou Zheng Sheng napsal(a):
Hi Jakub,
on 2013/09/10 21:52, Jakub Bittner wrote:
Hello Zhou Zheng Sheng,
I tested your ovirt-guest-agent PPA which you provided and it works on Ubuntu Precise (12.04) as expected, but I can not install it on Debian Wheezy because that package needs upstart-job from Ubuntu which is not in Debian... Would you be so kind and provide even Debian packages on your PPA? :-) I dont know if sysvinit style file for launching daemon is included by oVirt.
Thank you.
Jakub Bittner _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Two good news.
Developers fixed the bug in latest master, so I updated the ovirt-guest-agent package for Ubuntu 13.04 (Raring) to 1.0.8. This package should be OK to use with 12.04 (Precise) as well.
I also wrote a Debian specific SysV init script for the guest agent.I tested in my Debian Wheezy guest. There is a small problem, luanchpad.net does not support hosting Debian packages, and for each package per Ubuntu release, it hosts the latest version. So I upload the Debian specific oVirt guest agent package as a Ubuntu 12.04 (Precise) package.
You can dowanlod them from the following link. https://launchpad.net/~zhshzhou/+archive/vdsm-ubuntu/+packages
In all, the ovirt-guest-agent-1.0.8 (Raring) package is for both Ubuntu Raring and Precise. The ovirt-guest-agent-1.0.8 (Precise) is for Debian.
Dear Zhou Zheng Shen,
thank you for creating Ubuntu and Debian packages! I owe you a beer :-)
Thanks again.
Jakub Bittner, NSA Czech _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Dave Neary - Community Action and Impact Open Source and Standards, Red Hat - http://community.redhat.com Ph: +33 9 50 71 55 62 / Cell: +33 6 77 01 92 13
participants (5)
-
Dave Neary
-
Jakub Bittner
-
René Koch (ovido)
-
Vinzenz Feenstra
-
Zhou Zheng Sheng