[Bug 1295371] Re: ifup activates wrong interfaces

2014-03-20 Thread Eduardo Damato
Not that it matters, but just to make it clear that it's not just related to 'static' addresses. If the vlan interfaces are set to dhcp, ifup eth0.101 will cause dhcp on all of them. Mar 20 21:33:15 dixie dhcpd: DHCPREQUEST for 192.168.203.100 from f0:92:1c:10:0f:f0 (hertz) via eth0.104 Mar 20

[Bug 1295371] [NEW] ifup activates wrong interfaces

2014-03-20 Thread Eduardo Damato
Public bug reported: When using ifup to activate one vlan interface defined in /etc/network/interfaces, ifup brings up all the vlan interfaces even if ifup -a was not issued. This is trivial to reproduce. Expectation is that ifup ethX.Y will only bring up ethX.Y and not ethX.Z as well. 1-

[Bug 1295371] Re: ifup activates wrong interfaces

2014-03-20 Thread Eduardo Damato
Not that it matters, but just to make it clear that it's not just related to 'static' addresses. If the vlan interfaces are set to dhcp, ifup eth0.101 will cause dhcp on all of them. Mar 20 21:33:15 dixie dhcpd: DHCPREQUEST for 192.168.203.100 from f0:92:1c:10:0f:f0 (hertz) via eth0.104 Mar 20

[Bug 1126233] Re: libapache2-mod-rpaf has wrong name in conf file

2013-08-29 Thread Eduardo Damato
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1126233 Title: libapache2-mod-rpaf has wrong name in conf file To manage

[Bug 1123950] Re: /etc/init.d/stud restart does not start the daemon

2013-05-30 Thread Eduardo Damato
Can engineering please evaluate the simple patch proposed here, which adds a sleep 1 to the restart clause, fixing the problem on stud? thanks, Eduardo. ** Patch added: stud.debdiff https://bugs.launchpad.net/ubuntu/+source/stud/+bug/1123950/+attachment/3690558/+files/stud.debdiff -- You

[Bug 1163905] Re: Backport-Request: Failure in Duply's pre-scripts are muted

2013-05-22 Thread Eduardo Damato
Verification done. Exit code is correct now. root@precise:~/.duply/srv# duply srv pre Start duply v1.5.5.4, time is 2013-05-22 13:10:25. Using profile '/root/.duply/srv'. Using installed duplicity version 0.6.18, python 2.7.3, gpg 1.4.11 (Home: ~/.gnupg), awk 'GNU Awk 3.1.8', bash

[Bug 1144612] Re: mount.cifs incorrectly update /etc/mtab when -o remount is used

2013-05-17 Thread Eduardo Damato
Verified on a precise system, Problem fixed on ii cifs-utils 2:5.1-1ubuntu2 ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 816153] Re: dante-server using the wrong libc.so

2013-05-16 Thread Eduardo Damato
My understanding is that the problem is that a dlopen() is attempted against libc.so, which is a text file. $ file /usr/lib/x86_64-linux-gnu/libc.so /usr/lib/x86_64-linux-gnu/libc.so: ASCII English text Changing it to libc.so.6 did fix the problem: $ file /lib/x86_64-linux-gnu/libc.so.6

[Bug 1130608] Re: [RFE] - Horizon - Make available S3 and openstack_s3 environments for juju

2013-05-02 Thread Eduardo Damato
This is an example of the openstack_s3 environment environments: openstack: type: openstack_s3 provider: openstack auth-mode: userpass admin-secret: pikachu12 control-bucket: abraxas-bucket default-image-id: 29c1c699-3020-4d32-9286-e62c7142a002 default-instance-type: m1.tiny default-series:

[Bug 1130608] Re: [RFE] - Horizon - Make available S3 and openstack_s3 environments for juju

2013-05-02 Thread Eduardo Damato
Example of such environment: environments: openstack: type: openstack_s3 provider: openstack auth-mode: userpass admin-secret: password control-bucket: bucket1 default-image-id: 29c1c699-3020-4d32-9286-e62c7142a002 default-instance-type: m1.tiny default-series: precise

[Bug 1130608] Re: [RFE] - Horizon - Make available S3 and openstack_s3 environments for juju

2013-05-02 Thread Eduardo Damato
This is an example of the openstack_s3 environment environments: openstack: type: openstack_s3 provider: openstack auth-mode: userpass admin-secret: pikachu12 control-bucket: abraxas-bucket default-image-id: 29c1c699-3020-4d32-9286-e62c7142a002 default-instance-type: m1.tiny default-series:

[Bug 1130608] Re: [RFE] - Horizon - Make available S3 and openstack_s3 environments for juju

2013-05-02 Thread Eduardo Damato
Example of such environment: environments: openstack: type: openstack_s3 provider: openstack auth-mode: userpass admin-secret: password control-bucket: bucket1 default-image-id: 29c1c699-3020-4d32-9286-e62c7142a002 default-instance-type: m1.tiny default-series: precise

[Bug 1163905] Re: Backport-Request: Failure in Duply's pre-scripts are muted

2013-04-24 Thread Eduardo Damato
** Description changed: - - duply does not check the return status of pre and post scripts and therefore returns 0 even if there was a problem in the pre/post scripts which returned an error. + duply does not check the return status of pre and post scripts and + therefore returns 0 even if

[Bug 1163905] Re: Backport-Request: Failure in Duply's pre-scripts are muted

2013-04-24 Thread Eduardo Damato
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1163905 Title: Backport-Request: Failure in Duply's pre-scripts are muted To manage notifications about this bug go to:

[Bug 1163905] Re: Backport-Request: Failure in Duply's pre-scripts are muted

2013-04-24 Thread Eduardo Damato
Thanks for the feedback. Helps me learn how to do it right :-) how about this patch? ** Patch added: new precise patch https://bugs.launchpad.net/ubuntu/+source/duply/+bug/1163905/+attachment/3652347/+files/precise-20140424.patch -- You received this bug notification because you are a

[Bug 1163905] Re: Backport-Request: Failure in Duply's pre-scripts are muted

2013-04-22 Thread Eduardo Damato
** Patch added: raring debdiff https://bugs.launchpad.net/ubuntu/+source/duply/+bug/1163905/+attachment/3650623/+files/duply_1.5.5.5-1.raring.debdiff ** Attachment removed: debdiff patch for precise

[Bug 1163905] Re: Backport-Request: Failure in Duply's pre-scripts are muted

2013-04-22 Thread Eduardo Damato
** Patch added: precise debdiff https://bugs.launchpad.net/ubuntu/+source/duply/+bug/1163905/+attachment/3650629/+files/duply_1.5.5.4-1.precise.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1163905] Re: Backport-Request: Failure in Duply's pre-scripts are muted

2013-04-18 Thread Eduardo Damato
** Patch added: debdiff patch for precise https://bugs.launchpad.net/ubuntu/+source/duply/+bug/1163905/+attachment/3647574/+files/duply_1.5.5.4-1ubuntu1.precise.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1163905] Re: Backport-Request: Failure in Duply's pre-scripts are muted

2013-04-18 Thread Eduardo Damato
** Patch removed: debdiff patch for precise https://bugs.launchpad.net/ubuntu/+source/duply/+bug/1163905/+attachment/3647574/+files/duply_1.5.5.4-1ubuntu1.precise.debdiff ** Attachment added: debdiff patch for precise

[Bug 1163905] Re: Backport-Request: Failure in Duply's pre-scripts are muted

2013-04-16 Thread Eduardo Damato
** Description changed: - This happens in precise: - If you create a Duply pre-script which reads + duply does not check the return status of pre and post scripts and therefore returns 0 even if there was a problem in the pre/post scripts which returned an error. - exit 1 + This issue

[Bug 1130608] [NEW] [RFE] - Horizon - Make available S3 and openstack_s3 environments for juju

2013-02-20 Thread Eduardo Damato
Public bug reported: When downloading the juju environment within horizon, the only environment defined is the EC2 one. It should be possible to specify what juju connector to use and then download the environment with the right pro vider. The RFE consists of having the possibility to choose the

[Bug 1130608] [NEW] [RFE] - Horizon - Make available S3 and openstack_s3 environments for juju

2013-02-20 Thread Eduardo Damato
Public bug reported: When downloading the juju environment within horizon, the only environment defined is the EC2 one. It should be possible to specify what juju connector to use and then download the environment with the right pro vider. The RFE consists of having the possibility to choose the

[Bug 1091780] [NEW] nova-network - iptables-restore v1.4.12: host/network `None' not found

2012-12-18 Thread Eduardo Damato
Public bug reported: 1- In Precise nova-network crashes because it cannot apply iptables rules when trying to apply vpn rules. nova-network tries to set VPN iptables rules for openvpn access: 2012-12-17 07:17:24 TRACE nova Stderr: iptables-restore v1.4.12: host/network `None' not found\nError

[Bug 1091780] Re: nova-network - iptables-restore v1.4.12: host/network `None' not found

2012-12-18 Thread Eduardo Damato
Hi Joseph, This is not a kernel bug, it's simply because nova is building an iptables rule that is broken. The problem happens on: network/manager.py def _setup_network_on_host(self, context, network): ... if address == FLAGS.vpn_ip and hasattr(self.driver,

[Bug 1079764] Re: Precise - iPXE does not dhcp on kvm-virtio and shows RXE

2012-11-19 Thread Eduardo Damato
** Tags added: kernel-unable-to-test-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1079764 Title: Precise - iPXE does not dhcp on kvm-virtio and shows RXE To manage notifications about

[Bug 1079764] [NEW] Precise - iPXE does not dhcp on kvm-virtio and shows RXE

2012-11-16 Thread Eduardo Damato
Public bug reported: Can't DHCP with iPXE using kvm-virtio. Component: ii kvm-ipxe 1.0.0+git-3.55f6c88-0ubuntu1 PXE ROM's for KVM ii kvm-ipxe 1.0.0+git-3.55f6c88-0ubuntu5 PXE ROM's for KVM -- also tried this from

[Bug 1076342] [NEW] Precise - inclusion of hpwdt kernel module

2012-11-08 Thread Eduardo Damato
Public bug reported: 1. Description of the problem: the hpwdt kernel module that is necessary to handle NMIs sent via ilo2 is not present. 2. Ubuntu release, software version, Release Number and Architecture of the selected components. 12.04 Precise LTS 3. How reproducible is the problem?