Hi, I just tried that with development version of Zentyal and it works for me. Well, there are some caveats, see below.
On Fri, 4 Aug 2017 09:31:22 -0400 Wesley Stewart <[email protected]> wrote: > Just wanted to add my input. I just recently noticed the same thing. > Luckily i was just testing Zentyal, but when I installed python-apt after > reading the error message, apt seemed to completely break. I would be > curious on a workaround/fix for this as well. Could you be more specific? What was the problem? Was it problem with python-apt per-se or with ovirt-guest-agent using python-apt? > > > On Fri, Aug 4, 2017 at 9:28 AM, yayo (j) <[email protected]> wrote: > > > Hi all, > > > > I have this problem: I'm tring to install the guest tools following this > > guide: https://www.ovirt.org/documentation/how-to/guest- > > agent/install-the-guest-agent-in-ubuntu/#for-ubuntu-1604 I've noticed that the ovirt-guest-agent package available in the repository mentioned on the oVirt site is missing dependency on qemu-guest-agent. You have to install it additionally for oVirt to work properly. If you, however, instal the ovirt-guest-agent from official Ubuntu repository there is different issue. There is this unresolved bug: https://bugs.launchpad.net/ubuntu/+source/ovirt-guest-agent/+bug/1609130 You have to fix permissions on /var/log/ovirt-guest-agent as mentioned in the bug report. > > > > This is the sources: > > > > deb http://it.archive.ubuntu.com/ubuntu/ xenial main restricted > > deb http://it.archive.ubuntu.com/ubuntu/ xenial-updates main restricted > > deb http://it.archive.ubuntu.com/ubuntu/ xenial universe > > deb http://it.archive.ubuntu.com/ubuntu/ xenial-updates universe > > deb http://it.archive.ubuntu.com/ubuntu/ xenial multiverse > > deb http://it.archive.ubuntu.com/ubuntu/ xenial-updates multiverse > > deb http://it.archive.ubuntu.com/ubuntu/ xenial-backports main restricted > > universe multiverse > > > > deb http://archive.zentyal.org/zentyal 5.0 main extra > > > > deb http://security.ubuntu.com/ubuntu xenial-security main restricted > > deb http://security.ubuntu.com/ubuntu xenial-security universe > > deb http://security.ubuntu.com/ubuntu xenial-security multiverse > > > > > > But when I try to install, I have this error: > > > > > > root@vmdczen01:~# apt-get install ovirt-guest-agent > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > Some packages could not be installed. This may mean that you have > > requested an impossible situation or if you are using the unstable > > distribution that some required packages have not yet been created > > or been moved out of Incoming. > > The following information may help to resolve the situation: > > > > The following packages have unmet dependencies: > > ovirt-guest-agent : Depends: python-apt but it is not going to be > > installed > > E: Unable to correct problems, you have held broken packages. > > > > > > I've found that python-apt is in "main" repo: > > > > > > https://packages.ubuntu.com/xenial/amd64/python-apt/download > > > > > > So, what's the problem? Did you run 'apt-get update' to synchronize the repository content? Tomas > > > > > > Can you help me? > > Thank you > > > > > > _______________________________________________ > > Users mailing list > > [email protected] > > http://lists.ovirt.org/mailman/listinfo/users > > > > -- Tomáš Golembiovský <[email protected]> _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

