[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-14 Thread Andreas Florath
** Description changed: Binary package hint: qemu-kvm In the qemu-img 'snapshot' command the '-f' option is missing (which I need...); It's only available for all other commands: - check [-f fmt] filename - create [-f fmt] [-o options] filename [size] - commit [-f fmt] filename -

[Bug 594614] [NEW] Add 'snapshot_create' as monitor command

2010-06-15 Thread Andreas Florath
). The command 'snapshot_create' takes two optional parameters: o tag / id: same as for savevm o device: the name of the device which should be snapshotted. If empty all devices are snapshotted. This command can also be used with the QMP interface. Signed-off-by: Andreas Florath gnu4u at flonatel dot org

[Bug 594614] Re: Add 'snapshot_create' as monitor command

2010-06-15 Thread Andreas Florath
** Patch added: snapshot_create-add.patch http://launchpadlibrarian.net/50376091/snapshot_create-add.patch -- Add 'snapshot_create' as monitor command https://bugs.launchpad.net/bugs/594614 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-15 Thread Andreas Florath
Nope - this is not true: This version of qemu-img does *not* detect qcow2 images which life inside a LVM2 logical volume. Without the patch, qemu-img detects a 'host_device' in this case, e.g. 'qemu-img snapshot -l ...' does not print anything. With the patch applied 'qemu-img snapshot -f qcow2

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-16 Thread Andreas Florath
Checked this with the latest git master from qemu. The git-qemu-img version works fine: it detects the qcow2 image inside the LVM2 logical volume - without the need to specify the format. The checked qemu version is 0.12.50. -- Missing -f option for 'qemu-img snapshot'

[Bug 595591] [NEW] 'delvm' does not work with QMP

2010-06-17 Thread Andreas Florath
Public bug reported: Binary package hint: qemu-kvm Currently it is impossible to use the 'delvm' command via the QMP interface. The attached patch fixed this. ** Affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New -- 'delvm' does not work with QMP

[Bug 595591] Re: 'delvm' does not work with QMP

2010-06-17 Thread Andreas Florath
** Attachment added: delvm_qmp.patch http://launchpadlibrarian.net/50499848/delvm_qmp.patch -- 'delvm' does not work with QMP https://bugs.launchpad.net/bugs/595591 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu.

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-20 Thread Andreas Florath
(Had a mail exchange with Dustin: result is that I should set the Status back to new.) ** Changed in: qemu-kvm (Ubuntu) Status: Invalid = New -- Missing -f option for 'qemu-img snapshot' https://bugs.launchpad.net/bugs/594179 You received this bug notification because you are a member of

[Bug 595591] Re: 'delvm' does not work with QMP

2010-06-21 Thread Andreas Florath
Version qemu-kvm 0.12.3+noroms-0ubuntu9 from Ubuntu 10.04. ** Changed in: qemu-kvm (Ubuntu) Status: Incomplete = New -- 'delvm' does not work with QMP https://bugs.launchpad.net/bugs/595591 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-25 Thread Andreas Florath
Exactly - git version of qemu from last week does not have this problem. -- Missing -f option for 'qemu-img snapshot' https://bugs.launchpad.net/bugs/594179 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. --

[Bug 595591] Re: 'delvm' does not work with QMP

2010-06-25 Thread Andreas Florath
Hello Serge, tried last week to get this patch running against the lastest git version - but failed, because currently the new implementation of QMP has to settle down for a while before it will work again ;-) Will try next week again. BTW: when I send this patch to upstream - it will make

[Bug 594614] Re: Add 'snapshot_create' as monitor command

2010-06-25 Thread Andreas Florath
Hello Serge, comment from Bug #595591 applies also here. ** Changed in: qemu-kvm (Ubuntu) Status: Incomplete = New -- Add 'snapshot_create' as monitor command https://bugs.launchpad.net/bugs/594614 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 541512] Re: open-iscsi shutdown failure due to missing dir

2010-06-30 Thread Andreas Florath
Same problem with Ubuntu 10.04 open-iscsi 2.0.871-0ubuntu4 -- open-iscsi shutdown failure due to missing dir https://bugs.launchpad.net/bugs/541512 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-25 Thread Andreas Florath
Exactly - git version of qemu from last week does not have this problem. -- Missing -f option for 'qemu-img snapshot' https://bugs.launchpad.net/bugs/594179 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 595591] Re: 'delvm' does not work with QMP

2010-06-25 Thread Andreas Florath
Hello Serge, tried last week to get this patch running against the lastest git version - but failed, because currently the new implementation of QMP has to settle down for a while before it will work again ;-) Will try next week again. BTW: when I send this patch to upstream - it will make

[Bug 594614] Re: Add 'snapshot_create' as monitor command

2010-06-25 Thread Andreas Florath
Hello Serge, comment from Bug #595591 applies also here. ** Changed in: qemu-kvm (Ubuntu) Status: Incomplete = New -- Add 'snapshot_create' as monitor command https://bugs.launchpad.net/bugs/594614 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-14 Thread Andreas Florath
** Description changed: Binary package hint: qemu-kvm In the qemu-img 'snapshot' command the '-f' option is missing (which I need...); It's only available for all other commands: - check [-f fmt] filename - create [-f fmt] [-o options] filename [size] - commit [-f fmt] filename -

[Bug 594614] [NEW] Add 'snapshot_create' as monitor command

2010-06-15 Thread Andreas Florath
). The command 'snapshot_create' takes two optional parameters: o tag / id: same as for savevm o device: the name of the device which should be snapshotted. If empty all devices are snapshotted. This command can also be used with the QMP interface. Signed-off-by: Andreas Florath gnu4u at flonatel dot org

[Bug 594614] Re: Add 'snapshot_create' as monitor command

2010-06-15 Thread Andreas Florath
** Patch added: snapshot_create-add.patch http://launchpadlibrarian.net/50376091/snapshot_create-add.patch -- Add 'snapshot_create' as monitor command https://bugs.launchpad.net/bugs/594614 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-15 Thread Andreas Florath
Nope - this is not true: This version of qemu-img does *not* detect qcow2 images which life inside a LVM2 logical volume. Without the patch, qemu-img detects a 'host_device' in this case, e.g. 'qemu-img snapshot -l ...' does not print anything. With the patch applied 'qemu-img snapshot -f qcow2

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-16 Thread Andreas Florath
Checked this with the latest git master from qemu. The git-qemu-img version works fine: it detects the qcow2 image inside the LVM2 logical volume - without the need to specify the format. The checked qemu version is 0.12.50. -- Missing -f option for 'qemu-img snapshot'

[Bug 595591] [NEW] 'delvm' does not work with QMP

2010-06-17 Thread Andreas Florath
Public bug reported: Binary package hint: qemu-kvm Currently it is impossible to use the 'delvm' command via the QMP interface. The attached patch fixed this. ** Affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New -- 'delvm' does not work with QMP

[Bug 595591] Re: 'delvm' does not work with QMP

2010-06-17 Thread Andreas Florath
** Attachment added: delvm_qmp.patch http://launchpadlibrarian.net/50499848/delvm_qmp.patch -- 'delvm' does not work with QMP https://bugs.launchpad.net/bugs/595591 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-20 Thread Andreas Florath
(Had a mail exchange with Dustin: result is that I should set the Status back to new.) ** Changed in: qemu-kvm (Ubuntu) Status: Invalid = New -- Missing -f option for 'qemu-img snapshot' https://bugs.launchpad.net/bugs/594179 You received this bug notification because you are a member of

[Bug 595591] Re: 'delvm' does not work with QMP

2010-06-21 Thread Andreas Florath
Version qemu-kvm 0.12.3+noroms-0ubuntu9 from Ubuntu 10.04. ** Changed in: qemu-kvm (Ubuntu) Status: Incomplete = New -- 'delvm' does not work with QMP https://bugs.launchpad.net/bugs/595591 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1563354] Re: systemd-tmpfiles-setup.service fails after switching SELinux to enforcing

2016-03-31 Thread Andreas Florath
> We don't support SELinux in Ubuntu (only AppArmor), That sounds more than strange: There are many hints, that Ubuntu (also) supports SELinux [1] [2]. I'm not sure how you work together with the people of AppArmor or SELinux: typically the application developers / maintainers should discuss the

[Bug 1563354] [NEW] systemd-tmpfiles-setup.service fails after switching SELinux to enforcing

2016-03-29 Thread Andreas Florath
Public bug reported: After switching SELinux to enforcing, the systemd-tmpfiles-setup.service failed: Mar 29 16:12:42 systemd-tmpfiles[546]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring. Mar 29 16:12:42 systemd-tmpfiles[546]: Unable to fix SELinux security

[Bug 1717459] [NEW] Ubuntu Xenial: Job local-fs.target/start deleted to break ordering cycle starting with networking.service/start

2017-09-15 Thread Andreas Florath
Public bug reported: It looks that there is a cyclic dependency in some of the systemd services: see log. The VM was created some hours ago using the latest packages. I'm not really sure if this is a problem with systemd - if not maybe somebody can point me to the buggy package. === Version

[Bug 1726947] [NEW] artful: zypper links against wrong libzypp.so

2017-10-24 Thread Andreas Florath
Public bug reported: The current artful zypper is linked against the wrong libzypp.so: root@c965fd40e35d:/# ldd /usr/bin/zypper linux-vdso.so.1 => (0x7fffae1e) libzypp.so.1503 => not found [...] root@c965fd40e35d:/# dpkg -L libzypp /. /usr /usr/lib

[Bug 1769301] [NEW] useradd fails when selinux is set to permissive

2018-05-05 Thread Andreas Florath
Public bug reported: root@ubuntu:~# useradd -g 100 tst003 useradd: failure while writing changes to /etc/passwd root@ubuntu:~# sestatus SELinux status: enabled SELinuxfs mount:/sys/fs/selinux SELinux root directory: /etc/selinux Loaded policy name:

[Bug 1769301] Re: useradd fails when selinux is set to permissive

2018-05-05 Thread Andreas Florath
In libselinux the setfscreatecon() function is implemented - which might be the root cause of the problem. ** Package changed: shadow (Ubuntu) => libselinux (Ubuntu) ** Summary changed: - useradd fails when selinux is set to permissive + resetting /proc/thread-self/attr/fscreate results in

[Bug 1769301] Re: useradd fails when selinux is set to permissive

2018-05-05 Thread Andreas Florath
It looks that the root cause affects multiple packages. Observations: programs like lvchange have a similar problem: # lvresize -L +1M /dev/mapper/vg-home SELinux context reset: setfscreatecon failed: Invalid argument SELinux context reset: setfscreatecon failed: Invalid argument ... It

[Bug 1769301] Re: resetting /proc/thread-self/attr/fscreate results in 'Invalid Argument'

2019-07-29 Thread Andreas Florath
I'm sorry but I have no access to the system any longer, therefore I cannot the command. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769301 Title: resetting /proc/thread-self/attr/fscreate

[Bug 1865334] [NEW] Missing correct dependency to python3-gitlab

2020-03-01 Thread Andreas Florath
Public bug reported: Since version 2.8 ansible ships with a module 'gitlab_runner': https://docs.ansible.com/ansible/latest/modules/gitlab_runner_module.html Ansible as included in Ubuntu Focal is missing the dependency to python3-gitlab: https://packages.ubuntu.com/focal/ansible Using the

[Bug 1865334] Re: Missing correct dependency to python3-gitlab

2020-03-01 Thread Andreas Florath
The incompatibility between ansible gitlab_runner module and python- gitlab was already fixed in ansible: https://github.com/ansible/ansible/pull/64989 but will not be included in ansible 2.9. As you can read here: https://github.com/ansible/ansible/pull/65049 that this 'limitation' will be

[Bug 1896311] [NEW] Missing module prp_kvm.ko in linux-modules-*-kvm

2020-09-19 Thread Andreas Florath
Public bug reported: The kernel module ptp_kvm.po is for syncing the time between VM and host in a KVM environment. BUT: this module is missing in the -kvm kernel or module flavored packages. It *IS* inside these packages: /lib/modules/5.4.0-1009-aws/kernel/drivers/ptp/ptp_kvm.ko

[Bug 1896311] Re: Missing module pvp_kvm.ko in linux-modules-*-kvm

2021-10-18 Thread Andreas Florath
** Summary changed: - Missing module prp_kvm.ko in linux-modules-*-kvm + Missing module pvp_kvm.ko in linux-modules-*-kvm ** Summary changed: - Missing module pvp_kvm.ko in linux-modules-*-kvm + Missing module ptp_kvm.ko in linux-modules-*-kvm -- You received this bug notification because you