[Cloud-init-dev] [Merge] ~goneri/cloud-init:migrate-lp-to-github into cloud-init:master

2019-12-19 Thread Gonéri Le Bouder
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:migrate-lp-to-github into cloud-init:master. Commit message: lp-to-git-users: adding goneri Mapped from goneri Requested reviews: cloud-init Commiters (cloud-init-dev) For more details, see: https://code.launchpad.net/~goneri/cloud

[ansible-devel] [CI job] functional test for the VMware modules

2019-12-06 Thread Gonéri Le Bouder
Best regards, -- Gonéri Le Bouder -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-devel+unsubscr...@googlegroups.com. To view this

Re: [ansible-project] Reuse one http connection for multiple tasks

2019-07-12 Thread Gonéri Le Bouder
connection caching throughout a play *but > I hope there might be a workaround. Hi Alexandru, You can use a HttpApi plugin for that. See: https://docs.ansible.com/ansible/latest/plugins/httpapi.html Best regards, -- Gonéri Le Bouder -- You received this message because you are su

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_python3 into cloud-init:master

2019-06-13 Thread Gonéri Le Bouder
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:freebsd_python3 into cloud-init:master. Requested reviews: cloud-init commiters (cloud-init-dev) For more details, see: https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/368791 -- Your team cloud-init commiters

[Cloud-init-dev] [Merge] ~goneri/cloud-init:netplan_clean_up into cloud-init:master

2019-06-08 Thread Gonéri Le Bouder
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:netplan_clean_up into cloud-init:master. Commit message: netplan: reuse _post_cmds attribue _netplan_generate() and _net_setup_link() are method of the Renderer class. And so, they can access self._post_cmds directly. Requested

[Cloud-init-dev] [Merge] ~goneri/cloud-init:netbsd into cloud-init:master

2019-06-06 Thread Gonéri Le Bouder
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:netbsd into cloud-init:master. Commit message: NetBSD support Add support for the NetBSD Operating System. This branch has been tested with: - a NoCloud data source - and NetBSD 8.0 and 8.1. This commit depends on the following merge

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_set_password into cloud-init:master

2019-06-06 Thread Gonéri Le Bouder
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:freebsd_set_password into cloud-init:master. Commit message: set_passwords: support for FreeBSD Add FreeBSD support to `cc_set_passwords`. FreeBSD does not come with chpasswd binary, a chpasswd port[1] exists but it's not the same tool

Re: [Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_nocloud into cloud-init:master

2019-05-23 Thread Gonéri Le Bouder
Diff comments: > diff --git a/tests/unittests/test_datasource/test_nocloud.py > b/tests/unittests/test_datasource/test_nocloud.py > index b785362..7053da5 100644 > --- a/tests/unittests/test_datasource/test_nocloud.py > +++ b/tests/unittests/test_datasource/test_nocloud.py > @@ -278,6 +278,27

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_config into cloud-init:master

2019-05-11 Thread Gonéri Le Bouder
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:freebsd_config into cloud-init:master. Requested reviews: cloud-init commiters (cloud-init-dev) For more details, see: https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/367315 -- Your team cloud-init commiters

Re: [Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_nocloud into cloud-init:master

2019-05-11 Thread Gonéri Le Bouder
Done. -- https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/365630 Your team cloud-init commiters is requested to review the proposed merge of ~goneri/cloud-init:freebsd_nocloud into cloud-init:master. ___ Mailing list:

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_growfs into cloud-init:master

2019-05-09 Thread Gonéri Le Bouder
The proposal to merge ~goneri/cloud-init:freebsd_growfs into cloud-init:master has been updated. Commit message changed to: freebsd: ability to grow root file system - UFS file system support - GPT partition table support - add support for newfs's -L parameter (label) - move freebsd specific

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_growfs into cloud-init:master

2019-05-09 Thread Gonéri Le Bouder
The proposal to merge ~goneri/cloud-init:freebsd_growfs into cloud-init:master has been updated. Commit message changed to: freebsd: ability to grow root file system - UFS file system support - GPT partition table support - add support for newfs's -L parameter (label) For more details, see:

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_growfs into cloud-init:master

2019-05-09 Thread Gonéri Le Bouder
The proposal to merge ~goneri/cloud-init:freebsd_growfs into cloud-init:master has been updated. Commit message changed to: freebsd: ability to grow UFS root file system For more details, see: https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/366313 -- Your team cloud-init

Re: [ansible-project] Copying files from vsphere datastore to host

2019-05-03 Thread Gonéri Le Bouder
oc%2FGUID-7675E084-5A80-4517-83B7-6BBC69F8D145.html Regards, -- Gonéri Le Bouder -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansib

Re: [Cloud-init-dev] [Merge] ~goneri/cloud-init:build-on-freebsd into cloud-init:master

2019-04-26 Thread Gonéri Le Bouder
I didn't know about the freshport patches until you mentioned that in your previous comment. I'm not that familiar with FreeBSD. Anyway, I haven't see any PR with these patches, but some of them are actually already covered by branches. --

Re: [Cloud-init-dev] [Merge] ~goneri/cloud-init:build-on-freebsd into cloud-init:master

2019-04-24 Thread Gonéri Le Bouder
I use the script to quickly set-up my environment without depending on the port. I understand that the port is definitely a better solution most of the time, but it's also good to have a vanilla way to install the software. --

Re: [Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_growfs into cloud-init:master

2019-04-24 Thread Gonéri Le Bouder
For the record, the FreeBSD port comes with similar patches: https://svnweb.freebsd.org/ports/head/net/cloud-init/files/patch-cloudinit_util.py?revision=476313=markup https://svnweb.freebsd.org/ports/head/net/cloud-init/files/patch-cloudinit_config_cc__resizefs.py?revision=476313=markup --

Re: [Cloud-init-dev] [Merge] ~goneri/cloud-init:build-on-freebsd into cloud-init:master

2019-04-23 Thread Gonéri Le Bouder
I use the following script to prepare my FreeBSD images, my freebsd branch comes with all the patches from my different branches: https://github.com/virt-lightning/freebsd-cloud-images Python3 is on my TODO list, with a lower priority. If you open a bug, you can affect it to me. --

[Cloud-init-dev] [Merge] ~goneri/cloud-init:build-on-freebsd into cloud-init:master

2019-04-20 Thread Gonéri Le Bouder
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:build-on-freebsd into cloud-init:master. Commit message: freebsd: add chpasswd pkg in the image cc_set_passwords.py depends on chpasswd binary. Requested reviews: cloud-init commiters (cloud-init-dev) For more details, see: https

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_chpasswd into cloud-init:master

2019-04-20 Thread Gonéri Le Bouder
The proposal to merge ~goneri/cloud-init:freebsd_chpasswd into cloud-init:master has been updated. Status: Needs review => Superseded For more details, see: https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/365632 -- Your team cloud-init commiters is requested to review

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_gpt into cloud-init:master

2019-04-19 Thread Gonéri Le Bouder
The proposal to merge ~goneri/cloud-init:freebsd_gpt into cloud-init:master has been updated. Status: Needs review => Superseded For more details, see: https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/365994 -- Your team cloud-init commiters is requested to review the

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_hostname into cloud-init:master

2019-04-18 Thread Gonéri Le Bouder
The proposal to merge ~goneri/cloud-init:freebsd_hostname into cloud-init:master has been updated. Status: Needs review => Work in progress For more details, see: https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/365631 -- Your team cloud-init commiters is requested to

Re: [Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_hostname into cloud-init:master

2019-04-18 Thread Gonéri Le Bouder
Hum, you are totally right. I realize I'm actually redoing what is done in __init__.py. -- https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/365631 Your team cloud-init commiters is requested to review the proposed merge of ~goneri/cloud-init:freebsd_hostname into

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_gpt into cloud-init:master

2019-04-13 Thread Gonéri Le Bouder
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:freebsd_gpt into cloud-init:master. Requested reviews: cloud-init commiters (cloud-init-dev) For more details, see: https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/365994 -- Your team cloud-init commiters

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_net_renderer into cloud-init:master

2019-04-07 Thread Gonéri Le Bouder
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:freebsd_net_renderer into cloud-init:master. Requested reviews: cloud-init commiters (cloud-init-dev) For more details, see: https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/365641 -- Your team cloud-init commiters

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_chpasswd into cloud-init:master

2019-04-06 Thread Gonéri Le Bouder
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:freebsd_chpasswd into cloud-init:master. Commit message: freebsd: add chpasswd pkg in the image cc_set_passwords.py depends on chpasswd binary. Requested reviews: cloud-init commiters (cloud-init-dev) For more details, see: https

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_hostname into cloud-init:master

2019-04-06 Thread Gonéri Le Bouder
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:freebsd_hostname into cloud-init:master. Commit message: freebsd: apply the hostname Define the _apply_hostname() method for the FreeBSD distribution. Without this change, the hostname is correctly set in the /etc/rc.conf

Re: [libvirt-users] Virt-Lightning: a cloud-like CLI for libvirt

2019-03-27 Thread Gonéri Le Bouder
ge for me? Regards, -- Gonéri Le Bouder signature.asc Description: PGP signature ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

[libvirt-users] Virt-Lightning: a cloud-like CLI for libvirt

2019-03-26 Thread Gonéri Le Bouder
ion and resize the file system. Regards, -- Gonéri Le Bouder signature.asc Description: PGP signature ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_mount_sync into cloud-init:master

2019-03-22 Thread Gonéri Le Bouder
This PR resolves https://bugs.launchpad.net/cloud-init/+bug/1645824 -- https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/364997 Your team cloud-init commiters is requested to review the proposed merge of ~goneri/cloud-init:freebsd_mount_sync into cloud-init:master.

[Cloud-init-dev] [Merge] ~goneri/cloud-init:freebsd_mount_sync into cloud-init:master

2019-03-22 Thread Gonéri Le Bouder
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:freebsd_mount_sync into cloud-init:master. Requested reviews: cloud-init commiters (cloud-init-dev) For more details, see: https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/364997 -- Your team cloud-init commiters

[Bug 1768085] Re: virt-customize: dhclient can't get IP address

2019-02-16 Thread Gonéri Le Bouder
The networking is ok, but the /etc/resolv.conf is deleted before every command execution. As a workaround, you can rewrite it and chain a series of commands: virt-sysprep -v -x -a CentOS-7-x86_64-GenericCloud.qcow2 --network --run-command 'echo "nameserver 169.254.2.3" > /etc/resolv.conf; yum

[rdo-dev] [blog]article about Distributed-CI and InfraRed

2018-08-17 Thread Gonéri Le Bouder
password but I end-ed up with the following error: The email could not be sent. Possible reason: your host may have disabled the mail() function. Can someone reset it for me? Cheers, -- Gonéri Le Bouder signature.asc Description: PGP signature

[openstack-dev] [CIX][dci][BZ:1449769][selinux-policy]RHEL7.4's keepalived breaks the undercloud+ssl

2017-08-01 Thread Gonéri Le Bouder
Hi, RACKSPACE enables SSL on ther undercloud. keepalived does not set up the VIP anymore (BZ1475505) because of a regression. This regression should be fixed by an update of selinux-policy (BZ1449769). This bug breaks the RAX/DCI configuration. Regards, -- Gonéri Le Bouder signature.asc

[openstack-dev] [tripleo] introducing python-tripleo-helper

2017-02-24 Thread Gonéri Le Bouder
and CentOS, I guess we can now consider a move to the TripleO umbrella. -- Gonéri Le Bouder signature.asc Description: PGP signature __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstac

Re: [Softwarefactory-dev] [rhos-tech] use a CI/CD workflow to manage TripleO deployment

2017-02-24 Thread Gonéri Le Bouder
er a move to the TripleO umbrella. Best regards, -- Gonéri Le Bouder signature.asc Description: PGP signature ___ Softwarefactory-dev mailing list Softwarefactory-dev@redhat.com https://www.redhat.com/mailman/listinfo/softwarefactory-dev

Re: [openstack-dev] [E] [TripleO] scripts to do post deployment analysis of an overcloud

2016-07-26 Thread Gonéri Le Bouder
"Gordon, Kent" <kent.gor...@verizonwireless.com> writes: Oops: https://github.com/goneri/tripleo-stack-dump -- Gonéri Le Bouder signature.asc Description: PGP signature __ OpenStack Developm

[Bug 1424044] Re: package fusioninventory-agent (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2015-06-21 Thread Gonéri Le Bouder
** Changed in: fusioninventory-agent (Ubuntu) Status: In Progress = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1424044 Title: package fusioninventory-agent (not installed)

Accepted fusioninventory-agent 1:2.3.16-1 (source all amd64) into unstable

2015-06-21 Thread Gonéri Le Bouder
libfusioninventory-agent-task-deploy-perl libfusioninventory-agent-task-network-perl libfusioninventory-agent-task-netinventory-perl libfusioninventory-agent-task-snmpquery-perl Architecture: source all amd64 Version: 1:2.3.16-1 Distribution: unstable Urgency: low Maintainer: Gonéri Le Bouder

[Bug 1331372] Re: fusioninventory-for-glpi is incompatible with glpi package in trusty

2015-03-02 Thread Gonéri Le Bouder
Hi, For you information you can also get a more up to date version of the agent from this repository: http://www.fusioninventory.org/documentation/agent/installation/linux/deb/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1424044] Re: package fusioninventory-agent (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2015-03-02 Thread Gonéri Le Bouder
) Assignee: (unassigned) = Gonéri Le Bouder (goneri) ** Changed in: fusioninventory-agent (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1424044 Title: package

Accepted fusioninventory-agent 1:2.3.15-1 (source amd64 all) into experimental

2015-01-09 Thread Gonéri Le Bouder
Bouder gon...@debian.org Changed-By: Gonéri Le Bouder gon...@debian.org Description: fusioninventory-agent - Hardware and software inventory tool (client) fusioninventory-agent-task-deploy - Software deployment support for FusionInventory fusioninventory-agent-task-esx - ESX and ESXi inventory

r15367 - in packages/trunk/gamine/debian: . patches

2014-12-19 Thread Gonéri Le Bouder
- -- Gonéri Le Bouder gon...@debian.org Wed, 12 Nov 2014 23:21:31 +0100 + -- Gonéri Le Bouder gon...@debian.org Fri, 19 Dec 2014 23:38:18 +0100 gamine (1.1-3) unstable; urgency=low Modified: packages/trunk/gamine/debian/control

r15368 - packages/trunk/gamine/debian/patches

2014-12-19 Thread Gonéri Le Bouder
address + * Bump du Standard-Version 3.9.6, no change +Author: Gonéri Le Bouder gon...@debian.org + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields

Bug#328318: pci.ids copies

2014-12-15 Thread Gonéri Le Bouder
-agent, don't use it, this pci.ids should not be installed. I will adjust the package. Thanks for pointing this. Best regards, -- Gonéri Le Bouder signature.asc Description: PGP signature

r15317 - packages/trunk/gamine/debian

2014-11-12 Thread Gonéri Le Bouder
+- Switch to Alexey Loginov fork +- Use libgtk-3-dev and libgstream1.0-dev + * Upload in experimental because of the freeze + + -- Gonéri Le Bouder gon...@debian.org Wed, 12 Nov 2014 23:21:31 +0100 + gamine (1.1-3) unstable; urgency=low * Add myself to uploaders. Modified: packages/trunk

Accepted fusioninventory-agent 1:2.3.10.1-1 (source amd64 all) into unstable

2014-09-13 Thread Gonéri Le Bouder
Bouder gon...@debian.org Changed-By: Gonéri Le Bouder gon...@debian.org Description: fusioninventory-agent - Hardware and software inventory tool (client) fusioninventory-agent-task-deploy - Software deployment support for FusionInventory fusioninventory-agent-task-esx - ESX and ESXi inventory

Bug#756622: fusioninventory-agent runs spuriously update /etc/blkid.tab

2014-08-05 Thread Gonéri Le Bouder
the situation: https://github.com/fusinv/fusioninventory-agent/commit/72a0e5316431f72c27664918ca3adf5a64522927 I don't know if it will be easy to get the patch accepted in stable. Best regards, -- Gonéri Le Bouder pgp6hl1QWrPcW.pgp Description: PGP signature

Bug#756622: fusioninventory-agent runs spuriously update /etc/blkid.tab

2014-08-05 Thread Gonéri Le Bouder
the situation: https://github.com/fusinv/fusioninventory-agent/commit/72a0e5316431f72c27664918ca3adf5a64522927 I don't know if it will be easy to get the patch accepted in stable. Best regards, -- Gonéri Le Bouder pgpeFamlI_j9M.pgp Description: PGP signature

Re: [Fusioninventory-user] Deb package

2014-07-25 Thread Gonéri Le Bouder
will push the backport in http://debian.fusioninventory.org in the coming days. You can already safely reuse the unstable/sid package from here on a Wheezy: https://packages.debian.org/search?searchon=sourcenameskeywords=fusioninventory-agent Cheers, -- Gonéri Le Bouder pgp08giuJNiYC.pgp

Accepted fusioninventory-agent 1:2.3.9.1-1 (source amd64 all)

2014-07-25 Thread Gonéri Le Bouder
Bouder gon...@debian.org Changed-By: Gonéri Le Bouder gon...@debian.org Description: fusioninventory-agent - Hardware and software inventory tool (client) fusioninventory-agent-task-deploy - Software deployment support for FusionInventory fusioninventory-agent-task-esx - ESX and ESXi inventory

Bug#750080: No .xmonad directory

2014-07-07 Thread Gonéri Le Bouder
if that's really a bug of a configuration issue. Best regards, -- Gonéri Le Bouder pgpgDgfT7dJMl.pgp Description: PGP signature

Bug#750080: No .xmonad directory

2014-07-06 Thread Gonéri Le Bouder
manager written in Haskell Best regards, -- Gonéri Le Bouder pgpr1Rkr475Je.pgp Description: PGP signature

Bug#753264: jq backport in Wheezy

2014-06-30 Thread Gonéri Le Bouder
Simon Elsbrock si...@iodev.org writes: Hi Gonéri, Hi, not at all, please proceed. Done, the package is in backports-new. Cheers, -- Gonéri Le Bouder pgptSjin0vDPp.pgp Description: PGP signature

Bug#753264: jq backport in Wheezy

2014-06-29 Thread Gonéri Le Bouder
Package: jq Version: 1.4-1 Severity: wishlist Dear Maintainer, I need jq in Wheezy to get OpenStack TripleO to work on Debian stable. Do you mind if I prepare and push the backport? Best regards -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500,

Accepted fusioninventory-agent 1:2.3.8-2 (source amd64 all)

2014-06-03 Thread Gonéri Le Bouder
libfusioninventory-agent-task-deploy-perl libfusioninventory-agent-task-network-perl libfusioninventory-agent-task-netinventory-perl libfusioninventory-agent-task-snmpquery-perl Architecture: source amd64 all Version: 1:2.3.8-2 Distribution: unstable Urgency: medium Maintainer: Gonéri Le Bouder

Accepted fusioninventory-agent 1:2.3.8-1 (source amd64 all)

2014-06-01 Thread Gonéri Le Bouder
libfusioninventory-agent-task-deploy-perl libfusioninventory-agent-task-network-perl libfusioninventory-agent-task-netinventory-perl libfusioninventory-agent-task-snmpquery-perl Architecture: source amd64 all Version: 1:2.3.8-1 Distribution: unstable Urgency: medium Maintainer: Gonéri Le Bouder

[Bug 1312728] Re: fusioninventory deb doesn't provide /etc/default/fusioninventory-agent anymore

2014-05-02 Thread Gonéri Le Bouder
Hum, you can just create the file with the expected value: echo MODE=cron /etc/default/fusioninventory-agent For the record according to the Debian policy, those /etc/default/* files must me optional. Best regards. -- You received this bug notification because you are a member of Ubuntu

Accepted fusioninventory-agent 1:2.3.7.1-1 (source amd64 all)

2014-05-01 Thread Gonéri Le Bouder
libfusioninventory-agent-task-deploy-perl libfusioninventory-agent-task-network-perl libfusioninventory-agent-task-netinventory-perl libfusioninventory-agent-task-snmpquery-perl Architecture: source amd64 all Version: 1:2.3.7.1-1 Distribution: unstable Urgency: low Maintainer: Gonéri Le Bouder

[Bug 1312728] Re: fusioninventory deb doesn't provide /etc/default/fusioninventory-agent anymore

2014-05-01 Thread Gonéri Le Bouder
Hi, Thank you for the bug report. The issue has been fixed in Debian with the 1:2.3.7-1 upload. ** Changed in: fusioninventory-agent (Ubuntu) Status: New = Fix Committed ** Changed in: fusioninventory-agent (Ubuntu) Assignee: (unassigned) = Gonéri Le Bouder (goneri) -- You

Bug#746115: fusioninventory-agent: FTBFS: Tests failures

2014-04-27 Thread Gonéri Le Bouder
Hi, Thank you for the bug report. I cannot reproduce the issue although I now this ssl.t is fragile and depend on the buildd configuration a lot. I will disable it to avoid such situation. Best regards, -- Gonéri Le Bouder -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#746115: fusioninventory-agent: FTBFS: Tests failures

2014-04-27 Thread Gonéri Le Bouder
Hi, Thank you for the bug report. I cannot reproduce the issue although I now this ssl.t is fragile and depend on the buildd configuration a lot. I will disable it to avoid such situation. Best regards, -- Gonéri Le Bouder -- To UNSUBSCRIBE, email to debian-bugs-rc-requ

Re: [Fusioninventory-user] Fusioninventory

2014-04-26 Thread Gonéri Le Bouder
it won't be possible to use collect.php¹. Maybe ModSecurity can be a solution here if you don't want to give direct access to your GLPI. ¹: http://www.fusioninventory.org/documentation/fi4g/dmz/index.en.html Best regards, -- Gonéri Le Bouder

Re: [Fusioninventory-devel] License terms and user rights

2014-04-24 Thread Gonéri Le Bouder
to resell the software, we just ask you to follow the GPLv2 requirements. https://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.html For you information, the 2.1 agent is outdated now. Is there any reason to stay stuck on this old release? Best regards, -- Gonéri Le Bouder

Accepted subunit 0.0.18-4 (source all amd64)

2014-04-20 Thread Gonéri Le Bouder
Distribution: unstable Urgency: medium Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org Changed-By: Gonéri Le Bouder gon...@debian.org Description: libcppunit-subunit-dev - SubunitTestProgressListener for CPPUnit - Development headers libcppunit-subunit0

Bug#743717: [PKG-Openstack-devel] Bug#743717: closed by Thomas Goirand z...@debian.org (Bug#743717: fixed in subunit 0.0.18-3)

2014-04-20 Thread Gonéri Le Bouder
On Sun, Apr 20, 2014 at 01:06:05PM +0200, Ivo De Decker wrote: Hi, I just tried the rebuild myself (with pbuilder), and it seems the problem happens when building only the architecture-specific package (which is what happens on the buildds). When building both architecture specific and

Bug#743717: [PKG-Openstack-devel] Bug#743717: closed by Thomas Goirand z...@debian.org (Bug#743717: fixed in subunit 0.0.18-3)

2014-04-20 Thread Gonéri Le Bouder
On Sun, Apr 20, 2014 at 01:06:05PM +0200, Ivo De Decker wrote: Hi, I just tried the rebuild myself (with pbuilder), and it seems the problem happens when building only the architecture-specific package (which is what happens on the buildds). When building both architecture specific and

Bug#743717: closed by Thomas Goirand z...@debian.org (Bug#743717: fixed in subunit 0.0.18-3)

2014-04-19 Thread Gonéri Le Bouder
Hi Thomas and Ivo, The build still fails on all architectures. There is probably something that happens in the local build in your environment that doesn't work on the buildds. I'm afraid that's the problem. I managed to rebuild the package on fresh i386 and amd64 cowbuild env with no

Bug#743717: closed by Thomas Goirand z...@debian.org (Bug#743717: fixed in subunit 0.0.18-3)

2014-04-19 Thread Gonéri Le Bouder
Hi Thomas and Ivo, The build still fails on all architectures. There is probably something that happens in the local build in your environment that doesn't work on the buildds. I'm afraid that's the problem. I managed to rebuild the package on fresh i386 and amd64 cowbuild env with no

Accepted libparse-edid-perl 1.0.6-1 (source all)

2014-04-15 Thread Gonéri Le Bouder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 15 Apr 2014 14:15:33 +0200 Source: libparse-edid-perl Binary: libparse-edid-perl Architecture: source all Version: 1.0.6-1 Distribution: unstable Urgency: low Maintainer: Gonéri Le Bouder gon...@debian.org Changed-By: Gonéri Le

Accepted cloud-initramfs-tools 0.18.debian5 (source all)

2014-04-14 Thread Gonéri Le Bouder
: medium Maintainer: Debian Cloud debian-cl...@lists.debian.org Changed-By: Gonéri Le Bouder gon...@debian.org Description: cloud-initramfs-dyn-netconf - write a network interface file in /run for BOOTIF cloud-initramfs-growroot - automatically resize the root partition on first boot cloud-initramfs

Bug#744822: cloud-initramfs-growroot: fails to resize root if using by-uuid symlink

2014-04-14 Thread Gonéri Le Bouder
Package: cloud-initramfs-growroot Version: 0.18.debian4 Severity: important Dear Maintainer, In /usr/share/initramfs-tools/scripts/local-bottom/growroot , growroot use readlink -f to get a canonicalize path to the root device. readlink -f is not supported by the busybox readlink and fails. We

Re: DM application of Sebastien Badia

2014-04-07 Thread Gonéri Le Bouder
Debian Maintainer. I also hope we will become a Debian Developer in the future. Best regards, -- Gonéri Le Bouder pgpBjkB1tKt6n.pgp Description: PGP signature

Accepted fusioninventory-agent 1:2.3.6-1 (source amd64 all)

2014-03-27 Thread Gonéri Le Bouder
libfusioninventory-agent-task-deploy-perl libfusioninventory-agent-task-network-perl libfusioninventory-agent-task-netinventory-perl libfusioninventory-agent-task-snmpquery-perl Architecture: source amd64 all Version: 1:2.3.6-1 Distribution: unstable Urgency: medium Maintainer: Gonéri Le Bouder

Bug#741932: jq: FTBFS on half of the architecture

2014-03-17 Thread Gonéri Le Bouder
Package: jq Version: 1.3-1.1 Severity: important Dear Maintainer, jq 1.3-1.1 FTBFS on the following architectures for about a month: - armel - armhf - hurd-i386 - kfreebsd-amd64 - kfreebsd-i386 - powerpc - sparc https://buildd.debian.org/status/package.php?p=jq Best regards, --

Bug#741272: apt-cacher-ng: add http.debian.net in deb_mirrors.gz

2014-03-10 Thread Gonéri Le Bouder
Package: apt-cacher-ng Version: 0.7.25-1 Severity: normal Dear Maintainer, Much like cdn.debian.net, http.debian.net can be use as a mirror redirectory. Best regards, -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64

Accepted horizon 2013.2.2-2 (source all)

2014-03-07 Thread Gonéri Le Bouder
OpenStack openstack-de...@lists.alioth.debian.org Changed-By: Gonéri Le Bouder gon...@debian.org Description: openstack-dashboard - OpenStack Dashboard openstack-dashboard-apache - OpenStack Dashboard - Apache support python-django-horizon - Django module providing web interaction with OpenStack Closes

Bug#689239: Re-enable rbd/rados support ?

2014-03-07 Thread Gonéri Le Bouder
. The packages are there: http://people.debian.org/~goneri/debian/wheezy-backports/ We use them in my company without any issue. So I support Matthias suggestion. I think it's now save to re-enable this feature in sid. I can provide a patch if you want. Best regards, -- Gonéri Le Bouder

Bug#739698: openstack-dashboard: should compress css and js during postinst

2014-02-21 Thread Gonéri Le Bouder
Source: openstack-dashboard Version: 2013.2.2-1 Severity: normal Dear Maintainer, Horizon expects the CSS and JS to be compressed by python-lesscpy. This can be done offline ( COMPRESS_OFFLINE=True) or on the fly. In the second case, the compession is rather long (=~ between 10s and 30s) and

Bug#736989: r10k/1.1.3-1

2014-02-10 Thread Gonéri Le Bouder
On Wed, Jan 29, 2014 at 01:59:53AM +0100, Sebastien Badia wrote: Hi Sebastien, I'm reviewing the package. -- Gonéri pgpEIcKWw_fRr.pgp Description: PGP signature

Bug#736989: r10k/1.1.3-1

2014-02-10 Thread Gonéri Le Bouder
On Wed, Jan 29, 2014 at 01:59:53AM +0100, Sebastien Badia wrote: Hi Sebastien, I'm reviewing the package. -- Gonéri pgpj4Sbh_ibSG.pgp Description: PGP signature

Bug#737223: mumble: run time linker fails on new libprotobuf8

2014-02-03 Thread Gonéri Le Bouder
Hi all, Okay, we've figured out that this is an issue with libprotobuf8. mumble 1.2.4-0.1 works with libprotobuf8 2.5.0-3 and -5, but not -6 or -7. I just rebuilt mumble and that was enough to get it working. ii libprotobuf-dev:amd64 2.5.0-7 amd64protocol buffers C++

Bug#737223: mumble: run time linker fails on new libprotobuf8

2014-02-03 Thread Gonéri Le Bouder
Hi all, Okay, we've figured out that this is an issue with libprotobuf8. mumble 1.2.4-0.1 works with libprotobuf8 2.5.0-3 and -5, but not -6 or -7. I just rebuilt mumble and that was enough to get it working. ii libprotobuf-dev:amd64 2.5.0-7 amd64protocol buffers C++

Accepted fusioninventory-agent 1:2.3.5.1-1 (source amd64 all)

2014-02-02 Thread Gonéri Le Bouder
Bouder gon...@debian.org Changed-By: Gonéri Le Bouder gon...@debian.org Description: fusioninventory-agent - Hardware and software inventory tool (client) fusioninventory-agent-task-deploy - Software deployment support for FusionInventory fusioninventory-agent-task-esx - ESX and ESXi inventory

Accepted nova 2013.2.1-2 (source all)

2014-01-16 Thread Gonéri Le Bouder
-network nova-console nova-consoleauth nova-doc nova-cells nova-baremetal nova-consoleproxy Architecture: source all Version: 2013.2.1-2 Distribution: unstable Urgency: medium Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org Changed-By: Gonéri Le Bouder gon...@debian.org Description

Accepted fusioninventory-agent 1:2.3.4-1 (source amd64 all)

2013-12-26 Thread Gonéri Le Bouder
libfusioninventory-agent-task-deploy-perl libfusioninventory-agent-task-network-perl libfusioninventory-agent-task-netinventory-perl libfusioninventory-agent-task-snmpquery-perl Architecture: source amd64 all Version: 1:2.3.4-1 Distribution: unstable Urgency: low Maintainer: Gonéri Le Bouder gon

[ovs-dev] Bug#732070: openvswitch-switch: installation fails

2013-12-13 Thread Gonéri Le Bouder
Package: openvswitch-switch Version: 1.9.3+git20131029-1 Severity: important Dear Maintainer, root@t430gone:/home/goneri# apt-get install openvswitch-switch Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically

Bug#732070: openvswitch-switch: installation fails

2013-12-13 Thread Gonéri Le Bouder
Package: openvswitch-switch Version: 1.9.3+git20131029-1 Severity: important Dear Maintainer, root@t430gone:/home/goneri# apt-get install openvswitch-switch Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically

Bug#730309: burp: new upstream release (1.4.6)

2013-11-23 Thread Gonéri Le Bouder
Package: burp Severity: normal Dear Maintainer, Upstream released a new version (1.4.6). Can you please refresh the burp package. Are you interested by a co-maintainer? Best regards -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable')

Re: [Fusioninventory-user] Deploy Error : sha512 failure

2013-10-25 Thread Gonéri Le Bouder
On Wed, Oct 23, 2013 at 03:37:08PM +0200, Vincent wrote: Hi there, Hi Vincent, Any of you already managed to get it work with a Win7Pro ? Yes it works. Do you have some error in Apache log files? -- Gonéri pgpQnYTmyV_x5.pgp Description: PGP signature

Re: [Fusioninventory-user] Deploy Error : sha512 failure

2013-10-25 Thread Gonéri Le Bouder
On Wed, Oct 23, 2013 at 03:37:08PM +0200, Vincent wrote: Hi there, First I thought that the agent could not save the file locally because of its name (128 chars + ~130-150 [*1] chars = 260+ chars). [*1] : path to the local repository : C:\Program Files (x86)\

Bug#726743: RM: libfusioninventory-agent-task-netdiscovery-perl -- ROM; replaced by fusioninventory-agent

2013-10-20 Thread Gonéri Le Bouder
Hi Ansgar, Should that package also be removed? Yes absolutly, Note that this is the 2.1-1 version, not 1:2.3.2-2. Yes, 1:2.3.2-2 is the new fusioninventory-agent package that replace them. -- Gonéri pgpx_FSi6gwdl.pgp Description: PGP signature

Bug#726743: RM: libfusioninventory-agent-task-netdiscovery-perl -- ROM; replaced by fusioninventory-agent

2013-10-18 Thread Gonéri Le Bouder
Package: ftp.debian.org Severity: normal Hello ftpmasters, Can you please remove libfusioninventory-agent-task-netdiscovery-perl from sid and testing. The newly uploaded fusioninventory-agent now replace this package. best regards, -- Gonéri -- To UNSUBSCRIBE, email to

Bug#726355: assaultcube: new upstream version of AssaultCube

2013-10-15 Thread Gonéri Le Bouder
On Tue, Oct 15, 2013 at 01:00:19AM +0200, Martin Werner wrote: On Mon, Oct 14, 2013 at 11:23:38PM +0200, Jérémy wrote: Hi all, My impression is also that Gonéri (the reviewer/sponsor of my AC changes) is also not actively maintaining the assaultcube package. Indeed, I don't have enough time to

Accepted fusioninventory-agent 1:2.3.2-2 (source amd64 all)

2013-10-14 Thread Gonéri Le Bouder
libfusioninventory-agent-task-deploy-perl libfusioninventory-agent-task-network-perl libfusioninventory-agent-task-netinventory-perl libfusioninventory-agent-task-snmpquery-perl Architecture: source amd64 all Version: 1:2.3.2-2 Distribution: unstable Urgency: low Maintainer: Gonéri Le Bouder gon

[Bug 1238075] [NEW] Sync fusioninventory-agent 1:2.3.2-1 (universe) from Debian unstable (main)

2013-10-10 Thread Gonéri Le Bouder
files in `/usr/share/doc/' in order to function) (closes: #722620) * clean up fusioninventory-agent.postrm * Depends on libio-socket-ssl-perl instead of libnet-ssleay-perl directly as advertised in 2.2.3-3 -- Gonéri Le Bouder gon...@debian.org Mon, 30 Sep 2013 14:29:12 +0200

[Bug 1237050] Re: fusioninventory-for-glpi 2.4.0 (in saucy) is not compatible with glpi 0.83.91 (in saucy)

2013-10-09 Thread Gonéri Le Bouder
*** This bug is a duplicate of bug 844868 *** https://bugs.launchpad.net/bugs/844868 Hi, the bug is open on Debian BTS ( http://bugs.debian.org/710257 ) A new package called glpi-plugin-fusioninventory 0.84+1.2 has just been uploaded ( http://ftp-master.debian.org/new/glpi-plugin-

Re: [Fusioninventory-devel] Agent new parameter to disable get username

2013-10-08 Thread Gonéri Le Bouder
On Tue, Oct 08, 2013 at 07:40:30AM +0200, David DURIEUX wrote: Hello, Hello David, because of some laws on privacy, we can add a parameter to not get username of session (so disable get user to not have in the XML). --no-category=user should do the work.

Re: [Fusioninventory-devel] Collect again

2013-10-05 Thread Gonéri Le Bouder
Hi, Let's clarify. getFromRegistry, findFile and getFromWMI generate internally an array of hash with all the result. After that, a loop is created to send the result hash per hash. So, yes we can send an index like you want. I added a 'cpt' index that start at $number_of_array_entries and

Accepted fusioninventory-agent 1:2.3.2-1 (source amd64 all)

2013-10-04 Thread Gonéri Le Bouder
libfusioninventory-agent-task-deploy-perl libfusioninventory-agent-task-network-perl libfusioninventory-agent-task-netinventory-perl libfusioninventory-agent-task-snmpquery-perl Architecture: source amd64 all Version: 1:2.3.2-1 Distribution: unstable Urgency: low Maintainer: Gonéri Le Bouder gon

  1   2   3   4   5   6   7   8   9   10   >