[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-09-09 Thread Jorge Merlino
Hi all. I tested nagios4 version 4.4.6-4ubuntu0.24.04.1 on noble.
Followed test steps from comment #15 and verified the mentioned options
work OK.


** Tags removed: verification-needed-noble
** Tags added: verification-done-noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077769] Re: fips-preview break openvpn ciphers

2024-08-28 Thread Jorge Merlino
Patch for jammy

** Patch added: "lp2077769.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/2077769/+attachment/5810117/+files/lp2077769.debdiff

** Changed in: openvpn (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: openvpn (Ubuntu)
   Status: New => Invalid

** Tags added: sts

** Description changed:

  [Impact]
  When fips-preview is enabled in a Jammy server running openvpn --show-ciphers 
returns no algorithms. This is caused by openvpn not loading the FIPS OpenSSL 
provider. This actually works fine upstream but was broken by a previous ubuntu 
patch that re-enables some algorithms that where moved to the legacy provider 
by OpenSSL 3.0.
  
  [Test Plan]
  The bug can be reproduced by just running:
  
  openvpn --show-ciphers
  
  The non-patched version returns no algorithms and the patched version
  should include a list of cipher algorithms like this:
  
  AES-128-CBC  (128 bit key, 128 bit block)
  AES-128-CFB  (128 bit key, 128 bit block, TLS client/server mode only)
  AES-128-CFB1  (128 bit key, 128 bit block, TLS client/server mode only)
  AES-128-CFB8  (128 bit key, 128 bit block, TLS client/server mode only)
  AES-128-GCM  (128 bit key, 128 bit block, TLS client/server mode only)
  AES-128-OFB  (128 bit key, 128 bit block, TLS client/server mode only)
  ...
  
  [Where problems could occur]
  If the FIPS provider is not present (like on non FIPS hardened servers) the 
provider variable is NULL. That might generate some issues although I have seen 
no problems.
+ 
+ [Other Info]
+ This applies only for jammy as other versions do not have this patch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077769

Title:
  fips-preview break openvpn ciphers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/2077769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077769] Re: fips-preview break openvpn ciphers

2024-08-28 Thread Jorge Merlino
** Description changed:

  [Impact]
- When fips-preview is enabled in a Jammy server running openvpn --show-ciphers 
returns nothing. This is caused by openvpn not loading the FIPS OpenSSL 
provider. This actually works fine upstream but was broken by a previous ubuntu 
patch that re-enables some algorithms that where moved to the legacy provider 
by OpenSSL 3.0.
+ When fips-preview is enabled in a Jammy server running openvpn --show-ciphers 
returns no algorithms. This is caused by openvpn not loading the FIPS OpenSSL 
provider. This actually works fine upstream but was broken by a previous ubuntu 
patch that re-enables some algorithms that where moved to the legacy provider 
by OpenSSL 3.0.
  
  [Test Plan]
- The bug can be reproducer by just running:
+ The bug can be reproduced by just running:
  
  openvpn --show-ciphers
  
  The non-patched version returns no algorithms and the patched version
  should include a list of cipher algorithms like this:
  
  AES-128-CBC  (128 bit key, 128 bit block)
  AES-128-CFB  (128 bit key, 128 bit block, TLS client/server mode only)
  AES-128-CFB1  (128 bit key, 128 bit block, TLS client/server mode only)
  AES-128-CFB8  (128 bit key, 128 bit block, TLS client/server mode only)
  AES-128-GCM  (128 bit key, 128 bit block, TLS client/server mode only)
  AES-128-OFB  (128 bit key, 128 bit block, TLS client/server mode only)
  ...
  
  [Where problems could occur]
  If the FIPS provider is not present (like on non FIPS hardened servers) the 
provider variable is NULL. That might generate some issues although I have seen 
no problems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077769

Title:
  fips-preview break openvpn ciphers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/2077769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077769] Re: fips-preview break openvpn ciphers

2024-08-28 Thread Jorge Merlino
** Description changed:

  When fips-preview is enabled in a Jammy server running openvpn --show-
  ciphers returns nothing. This is caused by openvpn not loading the FIPS
  OpenSSL provider. This actually works fine upstream but was broken by a
  previous ubuntu patch that re-enables some algorithms that where moved
  to the legacy provider by OpenSSL 3.0.
+ 
+ [Impact]
+ When fips-preview is enabled in a Jammy server running openvpn --show-ciphers 
returns nothing. This is caused by openvpn not loading the FIPS OpenSSL 
provider. This actually works fine upstream but was broken by a previous ubuntu 
patch that re-enables some algorithms that where moved to the legacy provider 
by OpenSSL 3.0.
+ 
+ [Test Plan] 
+ The bug can be reproducer by just running:
+ 
+ openvpn --show-ciphers
+ 
+ The non-patched version returns no algorithms and the patched version
+ should include a list of cipher algorithms like this:
+ 
+ AES-128-CBC  (128 bit key, 128 bit block)
+ AES-128-CFB  (128 bit key, 128 bit block, TLS client/server mode only)
+ AES-128-CFB1  (128 bit key, 128 bit block, TLS client/server mode only)
+ AES-128-CFB8  (128 bit key, 128 bit block, TLS client/server mode only)
+ AES-128-GCM  (128 bit key, 128 bit block, TLS client/server mode only)
+ AES-128-OFB  (128 bit key, 128 bit block, TLS client/server mode only) 
+ ...
+ 
+ [Where problems could occur]
+ If the FIPS provider is not present (like on non FIPS hardened servers) the 
provider variable is NULL. That might generate some issues although I have seen 
no problems.

** Description changed:

- When fips-preview is enabled in a Jammy server running openvpn --show-
- ciphers returns nothing. This is caused by openvpn not loading the FIPS
- OpenSSL provider. This actually works fine upstream but was broken by a
- previous ubuntu patch that re-enables some algorithms that where moved
- to the legacy provider by OpenSSL 3.0.
- 
  [Impact]
  When fips-preview is enabled in a Jammy server running openvpn --show-ciphers 
returns nothing. This is caused by openvpn not loading the FIPS OpenSSL 
provider. This actually works fine upstream but was broken by a previous ubuntu 
patch that re-enables some algorithms that where moved to the legacy provider 
by OpenSSL 3.0.
  
- [Test Plan] 
+ [Test Plan]
  The bug can be reproducer by just running:
  
  openvpn --show-ciphers
  
  The non-patched version returns no algorithms and the patched version
  should include a list of cipher algorithms like this:
  
  AES-128-CBC  (128 bit key, 128 bit block)
  AES-128-CFB  (128 bit key, 128 bit block, TLS client/server mode only)
  AES-128-CFB1  (128 bit key, 128 bit block, TLS client/server mode only)
  AES-128-CFB8  (128 bit key, 128 bit block, TLS client/server mode only)
  AES-128-GCM  (128 bit key, 128 bit block, TLS client/server mode only)
- AES-128-OFB  (128 bit key, 128 bit block, TLS client/server mode only) 
+ AES-128-OFB  (128 bit key, 128 bit block, TLS client/server mode only)
  ...
  
  [Where problems could occur]
  If the FIPS provider is not present (like on non FIPS hardened servers) the 
provider variable is NULL. That might generate some issues although I have seen 
no problems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077769

Title:
  fips-preview break openvpn ciphers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/2077769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077769] [NEW] fips-preview break openvpn ciphers

2024-08-23 Thread Jorge Merlino
Public bug reported:

When fips-preview is enabled in a Jammy server running openvpn --show-
ciphers returns nothing. This is caused by openvpn not loading the FIPS
OpenSSL provider. This actually works fine upstream but was broken by a
previous ubuntu patch that re-enables some algorithms that where moved
to the legacy provider by OpenSSL 3.0.

** Affects: openvpn (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: openvpn (Ubuntu Jammy)
 Importance: Undecided
 Assignee: Jorge Merlino (jorge-merlino)
 Status: New

** Also affects: openvpn (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: openvpn (Ubuntu Jammy)
 Assignee: (unassigned) => Jorge Merlino (jorge-merlino)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077769

Title:
  fips-preview break openvpn ciphers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/2077769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2073932] Re: rabbitmq_global_publishers and rabbitmq_global_consumers fail to handle unclean client termination

2024-08-01 Thread Jorge Merlino
Patch for jammy fixed according to comment #2
Tested with test plan to verify it fixes the bug.

** Patch removed: "lp2073932_jammy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/2073932/+attachment/5799814/+files/lp2073932_jammy.debdiff

** Patch added: "lp2073932_jammy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/2073932/+attachment/5802047/+files/lp2073932_jammy.debdiff

** Changed in: rabbitmq-server (Ubuntu Jammy)
   Status: Incomplete => 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/2073932

Title:
  rabbitmq_global_publishers and rabbitmq_global_consumers fail to
  handle unclean client termination

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/2073932/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-08-01 Thread Jorge Merlino
Patch for Focal v2

** Patch added: "lp1953572_focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5802046/+files/lp1953572_focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-08-01 Thread Jorge Merlino
Patches updated according to comment #21. All patches were tested
according to the test plan and verified that they fix the bug.

** Changed in: nagios4 (Ubuntu Focal)
   Status: Incomplete => In Progress

** Changed in: nagios4 (Ubuntu Jammy)
   Status: Incomplete => In Progress

** Changed in: nagios4 (Ubuntu Noble)
   Status: Incomplete => In Progress

** Changed in: nagios4 (Ubuntu Oracular)
   Status: Incomplete => 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/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-08-01 Thread Jorge Merlino
Patch for Noble v2

** Patch added: "lp1953572_noble.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5802044/+files/lp1953572_noble.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-08-01 Thread Jorge Merlino
Patch for Jammy v2

** Patch added: "lp1953572_jammy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5802045/+files/lp1953572_jammy.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-08-01 Thread Jorge Merlino
Patch for Oracular v2

Note: for the patch to compile in Oracular the environment variables
DEB_VERSION, DEB_SOURCE and DEB_BUILD_OS_RELEASE_ID must be defined. I'm
not sure what the correct values are but I just set them to one in order
to build the deb files:

export DEB_VERSION=1


export DEB_SOURCE=1 


export DEB_BUILD_OS_RELEASE_ID=1 

** Patch added: "lp1953572_oracular.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5802043/+files/lp1953572_oracular.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-08-01 Thread Jorge Merlino
** Patch removed: "lp1953572_focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5798682/+files/lp1953572_focal.debdiff

** Patch removed: "lp1953572_jammy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5798683/+files/lp1953572_jammy.debdiff

** Patch removed: "lp1953572_noble.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5798684/+files/lp1953572_noble.debdiff

** Patch removed: "lp1953572_oracular.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5798685/+files/lp1953572_oracular.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-07-29 Thread Jorge Merlino
** Description changed:

  [Impact]
  The links for the following are broken in the Service Information or the Host 
Information menus for the following links:
  
  View Trends For This Service
  View Alert Histogram For This Service
  View Trends For This Host
  View Alert Histogram For This Host
  
  [Test Plan]
  See deployment steps in comment #15.
  Just access those links in: Current status / Hosts and Current status / 
Services and choosing a host or a service
  Test all other links following the menu/pages for no broken links / 
regressions.
  
  [Where problems could occur]
- The URLs for all cgi scripts are modified. I tested extensively but there may 
be some section of the web UI that might get affected by this change. Also 
installed nagios from source and the URLs are the same as the ones in this 
package after the change so if something breaks it's probable that it is also 
broken upstream.
+ The URLs for the affected pages have been changed from relative to absolute. 
Nothing else has changed so this patch should not affect any other page. The 
worst case scenario would be that the patch has inadvertently modified the link 
for other pages. In any case the absolute links should also work.
  
  [Other Info]
- The patch consists in changing the with-cgiurl to /nagios4/cgi-bin as, per 
limitations on the Nagios code, the html files (on /nagios4) should be one 
folder level below cgi-bin. This is because sometimes Nagios tries to reach 
html files as ../file.html while the base url is pointing to the cgi-bin folder.
- This new value is in fact very close to the upstream default for this 
parameter which is /nagios/cgi-bin (while the default for html files is 
/nagios). Thus, installations from upstream source are not affected as long as 
these are not modified. The bug occurs because this default value is changed in 
the deb packaging.
+ Upstream code has been patched to fix a bug that required that the html files 
(on /nagios4) should be one folder level below cgi-bin. This was because 
sometimes Nagios tried to reach html files as ../file.html while the base url 
was pointing to the cgi-bin folder. This relative URLs where substituted for 
absolute URLs. The deb package sets the cgi url to /cgi-bin/nagios4 so was 
affected by this issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2073932] Re: rabbitmq_global_publishers and rabbitmq_global_consumers fail to handle unclean client termination

2024-07-23 Thread Jorge Merlino
Patch for Jammy

** Patch added: "lp2073932_jammy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/2073932/+attachment/5799814/+files/lp2073932_jammy.debdiff

** Changed in: rabbitmq-server (Ubuntu Jammy)
   Status: New => In Progress

** Tags added: sts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2073932

Title:
  rabbitmq_global_publishers and rabbitmq_global_consumers fail to
  handle unclean client termination

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/2073932/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2073932] [NEW] rabbitmq_global_publishers and rabbitmq_global_consumers fail to handle unclean client termination

2024-07-23 Thread Jorge Merlino
Public bug reported:

[Impact]

When a client terminates uncleanly, the global counters for publishers
and consumers do not handle this gracefully.

For the consumer metric, the value of the gauge does not decrease after the 
termination, and so the value ever-increases.
For the publisher metric, the value of the gauge decreases below zero and does 
not recover, leading to a ever-decreasing negative value on the gauge.

[Test plan]

lxc launch ubuntu:jammy rabbitmq-jammy-test

lxc shell rabbitmq-jammy-test

apt install -y rabbitmq-server

echo '[rabbitmq_prometheus].' > /etc/rabbitmq/enabled_plugins

systemctl restart rabbitmq-server.service

wget https://github.com/rabbitmq/rabbitmq-perf-
test/releases/download/v2.21.0/perf-test-2.21.0.jar

apt install -y default-jre

for i in $(seq 1 5); do java -jar perf-test-2.21.0.jar --time 5; curl -s
127.0.0.1:15692/metrics | grep -E
'rabbitmq_global_(consumers|publishers){'; done

The output of this command shows the value of the
rabbitmq_global_consumers and rabbitmq_global_publishers after each
execution of the test. The problem described of monotonically increasing
and decreasing values will be observed. As we are connecting and
disconnecting a single client the expected value should be 0 for both
counters.

[Where problems could occur]

This is a simple patch that calls the functions for deleting consumers
and publishers in the correct places. It should not break anything else
than the counters themselves but they were broken to begin with.

[Other Info]

This was patched upstream from version 3.10 so this patch is already
applied to Noble and Oracular that use version 3.12. This is the
upstream patch: https://github.com/rabbitmq/rabbitmq-server/pull/6244

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: rabbitmq-server (Ubuntu Jammy)
 Importance: Undecided
 Assignee: Jorge Merlino (jorge-merlino)
 Status: New

** Also affects: rabbitmq-server (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: rabbitmq-server (Ubuntu Jammy)
 Assignee: (unassigned) => Jorge Merlino (jorge-merlino)

** Description changed:

  [Impact]
  
  When a client terminates uncleanly, the global counters for publishers
  and consumers do not handle this gracefully.
  
  For the consumer metric, the value of the gauge does not decrease after the 
termination, and so the value ever-increases.
  For the publisher metric, the value of the gauge decreases below zero and 
does not recover, leading to a ever-decreasing negative value on the gauge.
  
  [Test plan]
  
  lxc launch ubuntu:jammy rabbitmq-jammy-test
  
  lxc shell rabbitmq-jammy-test
  
  apt install -y rabbitmq-server
  
  echo '[rabbitmq_prometheus].' > /etc/rabbitmq/enabled_plugins
  
  systemctl restart rabbitmq-server.service
  
  wget https://github.com/rabbitmq/rabbitmq-perf-
  test/releases/download/v2.21.0/perf-test-2.21.0.jar
  
  apt install -y default-jre
  
  for i in $(seq 1 5); do java -jar perf-test-2.21.0.jar --time 5; curl -s
  127.0.0.1:15692/metrics | grep -E
  'rabbitmq_global_(consumers|publishers){'; done
  
  The output of this command shows the value of the
  rabbitmq_global_consumers and rabbitmq_global_publishers after each
  execution of the test. The problem described of monotonically increasing
  and decreasing values will be observed. As we are connecting and
  disconnecting a single client the expected value should be 0 for both
  counters.
  
  [Where problems could occur]
  
  This is a simple patch that calls the functions for deleting consumers
  and publishers in the correct places. It should not break anything else
  than the counters themselves but they were broken to begin with.
  
  [Other Info]
  
  This was patched upstream from version 3.10 so this patch is already
- applied to Noble and Oracular that use version 3.12.
+ applied to Noble and Oracular that use version 3.12. This is the
+ upstream patch: https://github.com/rabbitmq/rabbitmq-server/pull/6244

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2073932

Title:
  rabbitmq_global_publishers and rabbitmq_global_consumers fail to
  handle unclean client termination

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/2073932/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-07-19 Thread Jorge Merlino
Patch for Oracular

** Patch added: "lp1953572_oracular.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5798685/+files/lp1953572_oracular.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-07-19 Thread Jorge Merlino
Patch for Noble

** Patch added: "lp1953572_noble.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5798684/+files/lp1953572_noble.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-07-19 Thread Jorge Merlino
Patch for Jammy

** Patch added: "lp1953572_jammy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5798683/+files/lp1953572_jammy.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-07-19 Thread Jorge Merlino
Patch for Focal

** Patch added: "lp1953572_focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5798682/+files/lp1953572_focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-07-17 Thread Jorge Merlino
** Patch removed: "lp1953572_focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5769861/+files/lp1953572_focal.debdiff

** Patch removed: "lp1953572_jammy_noble.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5769862/+files/lp1953572_jammy_noble.debdiff

** Patch removed: "lp1953572_focal_v2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5771714/+files/lp1953572_focal_v2.debdiff

** Patch removed: "lp1953572_jammy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5771715/+files/lp1953572_jammy.debdiff

** Patch removed: "lp1953572_mantic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5771716/+files/lp1953572_mantic.debdiff

** Patch removed: "lp1953572_noble.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5771717/+files/lp1953572_noble.debdiff

** Patch removed: "lp1953572_oracular.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5783281/+files/lp1953572_oracular.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1988942] Re: Failed to set image property. Invalid input for field/attribute simplestreams_metadata. Value: ... is too long (HTTP 400)

2024-06-05 Thread Jorge Merlino
Tested proposed package 2:20.3.1-0ubuntu1.2~cloud0 on focal/yoga. Tested
setting a property with a long value as indicated on the test plan and
worked as expected with no errors.

** Tags removed: verification-yoga-needed
** Tags added: verification-yoga-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1988942

Title:
  Failed to set image property. Invalid input for field/attribute
  simplestreams_metadata. Value: ... is too long (HTTP 400)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1988942/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-05-27 Thread Jorge Merlino
** Description changed:

  [Impact]
  The links for the following are broken in the Service Information or the Host 
Information menus for the following links:
  
  View Trends For This Service
  View Alert Histogram For This Service
  View Trends For This Host
  View Alert Histogram For This Host
  
  [Test Plan]
  Just access those links in: Current status / Hosts and Current status / 
Services and choosing a host or a service
  
  [Where problems could occur]
  The URLs for all cgi scripts are modified. I tested extensively but there may 
be some section of the web UI that might get affected by this change. Also 
installed nagios from source and the URLs are the same as the ones in this 
package after the change so if something breaks it's probable that it is also 
broken upstream.
  
  [Other Info]
  The patch consists in changing the with-cgiurl to /nagios4/cgi-bin as, per 
limitations on the Nagios code, the html files (on /nagios4) should be one 
folder level below cgi-bin. This is because sometimes Nagios tries to reach 
html files as ../file.html while the base url is pointing to the cgi-bin folder.
+ This new value is in fact the upstream default for this parameter so 
installations from upstream source are not affected as long as this is not 
modified. The bug occurs because this default value is changed in the deb 
packaging.

** Description changed:

  [Impact]
  The links for the following are broken in the Service Information or the Host 
Information menus for the following links:
  
  View Trends For This Service
  View Alert Histogram For This Service
  View Trends For This Host
  View Alert Histogram For This Host
  
  [Test Plan]
  Just access those links in: Current status / Hosts and Current status / 
Services and choosing a host or a service
  
  [Where problems could occur]
  The URLs for all cgi scripts are modified. I tested extensively but there may 
be some section of the web UI that might get affected by this change. Also 
installed nagios from source and the URLs are the same as the ones in this 
package after the change so if something breaks it's probable that it is also 
broken upstream.
  
  [Other Info]
  The patch consists in changing the with-cgiurl to /nagios4/cgi-bin as, per 
limitations on the Nagios code, the html files (on /nagios4) should be one 
folder level below cgi-bin. This is because sometimes Nagios tries to reach 
html files as ../file.html while the base url is pointing to the cgi-bin folder.
- This new value is in fact the upstream default for this parameter so 
installations from upstream source are not affected as long as this is not 
modified. The bug occurs because this default value is changed in the deb 
packaging.
+ This new value is in fact the upstream default for this parameter, so 
installations from upstream source are not affected as long as this is not 
modified. The bug occurs because this default value is changed in the deb 
packaging.

** Description changed:

  [Impact]
  The links for the following are broken in the Service Information or the Host 
Information menus for the following links:
  
  View Trends For This Service
  View Alert Histogram For This Service
  View Trends For This Host
  View Alert Histogram For This Host
  
  [Test Plan]
  Just access those links in: Current status / Hosts and Current status / 
Services and choosing a host or a service
  
  [Where problems could occur]
  The URLs for all cgi scripts are modified. I tested extensively but there may 
be some section of the web UI that might get affected by this change. Also 
installed nagios from source and the URLs are the same as the ones in this 
package after the change so if something breaks it's probable that it is also 
broken upstream.
  
  [Other Info]
  The patch consists in changing the with-cgiurl to /nagios4/cgi-bin as, per 
limitations on the Nagios code, the html files (on /nagios4) should be one 
folder level below cgi-bin. This is because sometimes Nagios tries to reach 
html files as ../file.html while the base url is pointing to the cgi-bin folder.
- This new value is in fact the upstream default for this parameter, so 
installations from upstream source are not affected as long as this is not 
modified. The bug occurs because this default value is changed in the deb 
packaging.
+ This new value is in fact very close to the upstream default for this 
parameter which is /nagios/cgi-bin (while the default for html files is 
/nagios). Thus, installations from upstream source are not affected as long as 
these are not modified. The bug occurs because this default value is changed in 
the deb packaging.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ub

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-05-27 Thread Jorge Merlino
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-05-27 Thread Jorge Merlino
patch for Oracular

** Patch added: "lp1953572_oracular.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5783281/+files/lp1953572_oracular.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-05-27 Thread Jorge Merlino
** Also affects: nagios4 (Ubuntu Oracular)
   Importance: Medium
 Assignee: Jorge Merlino (jorge-merlino)
   Status: 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/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1988942] Re: Failed to set image property. Invalid input for field/attribute simplestreams_metadata. Value: ... is too long (HTTP 400)

2024-05-03 Thread Jorge Merlino
Disregard my last message, it was an error on my part during testing.

Tested version 2:23.0.0-0ubuntu1.2 on Mantic. I ran the commands on the
test plan and no error was shown and the long property was set
correctly.

I still do not see the updated packages on mantic-proposed on my test
machine but I confirm it's there with rmadison. Maybe it is some proxy
issue on my side.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1988942

Title:
  Failed to set image property. Invalid input for field/attribute
  simplestreams_metadata. Value: ... is too long (HTTP 400)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1988942/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1988942] Re: Failed to set image property. Invalid input for field/attribute simplestreams_metadata. Value: ... is too long (HTTP 400)

2024-05-03 Thread Jorge Merlino
** Tags removed: verification-failed-mantic
** Tags added: verification-done-mantic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1988942

Title:
  Failed to set image property. Invalid input for field/attribute
  simplestreams_metadata. Value: ... is too long (HTTP 400)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1988942/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1988942] Re: Failed to set image property. Invalid input for field/attribute simplestreams_metadata. Value: ... is too long (HTTP 400)

2024-05-02 Thread Jorge Merlino
I tested on mantic but had several problems. The first one is that I do
not see the new versions in mantic-proposed. After adding the proposed
pocket these are the upgradable packages I see:

distro-info-data/mantic-updates,mantic-proposed 0.58ubuntu0.3 all [upgradable 
from: 0.58ubuntu0.2]
landscape-common/mantic-updates,mantic-proposed 23.08-0ubuntu1.2 amd64 
[upgradable from: 23.08-0ubuntu1]

I downloaded the deb packages from launchpad manually and updated to
2:23.0.0-0ubuntu1.2 but the bug was not fixed. I'll do some more testing
to understand what is happening.

** Tags removed: verification-needed-mantic
** Tags added: verification-failed-mantic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1988942

Title:
  Failed to set image property. Invalid input for field/attribute
  simplestreams_metadata. Value: ... is too long (HTTP 400)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1988942/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1988942] Re: Failed to set image property. Invalid input for field/attribute simplestreams_metadata. Value: ... is too long (HTTP 400)

2024-04-27 Thread Jorge Merlino
Tested proposed package 2:20.3.1-0ubuntu1.2 on jammy. Tested setting a
property with a long value as indicated on the test plan and worked as
expected with no errors.

** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1988942

Title:
  Failed to set image property. Invalid input for field/attribute
  simplestreams_metadata. Value: ... is too long (HTTP 400)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1988942/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-04-27 Thread Jorge Merlino
** Description changed:

  [Impact]
  The links for the following are broken in the Service Information or the Host 
Information menus for the following links:
  
  View Trends For This Service
  View Alert Histogram For This Service
  View Trends For This Host
  View Alert Histogram For This Host
  
  [Test Plan]
  Just access those links in: Current status / Hosts and Current status / 
Services and choosing a host or a service
  
  [Where problems could occur]
  The URLs for all cgi scripts are modified. I tested extensively but there may 
be some section of the web UI that might get affected by this change. Also 
installed nagios from source and the URLs are the same as the ones in this 
package after the change so if something breaks it probable is broken also 
upstream.
  
  [Other Info]
- The same package is used for noble, mantic and jammy
+ The patch consists in changing the with-cgiurl to /nagios4/cgi-bin as, per 
limitations on the Nagios code, the html files (on /nagios4) should be one 
folder level below cgi-bin. This is because sometimes Nagios tries to reach 
html files as ../file.html while the base url is pointing to the cgi-bin folder.

** Description changed:

  [Impact]
  The links for the following are broken in the Service Information or the Host 
Information menus for the following links:
  
  View Trends For This Service
  View Alert Histogram For This Service
  View Trends For This Host
  View Alert Histogram For This Host
  
  [Test Plan]
  Just access those links in: Current status / Hosts and Current status / 
Services and choosing a host or a service
  
  [Where problems could occur]
- The URLs for all cgi scripts are modified. I tested extensively but there may 
be some section of the web UI that might get affected by this change. Also 
installed nagios from source and the URLs are the same as the ones in this 
package after the change so if something breaks it probable is broken also 
upstream.
+ The URLs for all cgi scripts are modified. I tested extensively but there may 
be some section of the web UI that might get affected by this change. Also 
installed nagios from source and the URLs are the same as the ones in this 
package after the change so if something breaks it's probable that it is also 
broken upstream.
  
  [Other Info]
  The patch consists in changing the with-cgiurl to /nagios4/cgi-bin as, per 
limitations on the Nagios code, the html files (on /nagios4) should be one 
folder level below cgi-bin. This is because sometimes Nagios tries to reach 
html files as ../file.html while the base url is pointing to the cgi-bin folder.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-04-27 Thread Jorge Merlino
New patch for jammy

** Patch added: "lp1953572_jammy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5771715/+files/lp1953572_jammy.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-04-27 Thread Jorge Merlino
New patch for focal

** Patch added: "lp1953572_focal_v2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5771714/+files/lp1953572_focal_v2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-04-27 Thread Jorge Merlino
New patch for noble

** Patch added: "lp1953572_noble.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5771717/+files/lp1953572_noble.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-04-27 Thread Jorge Merlino
New patch for mantic

** Patch added: "lp1953572_mantic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5771716/+files/lp1953572_mantic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-04-23 Thread Jorge Merlino
Update patch for Noble, Mantic and Jammy


** Patch added: "lp1953572_jammy_noble.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5769862/+files/lp1953572_jammy_noble.debdiff

** Patch removed: "lp1953572_jammy_noble.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5769841/+files/lp1953572_jammy_noble.debdiff

** Changed in: nagios4 (Ubuntu Focal)
 Assignee: (unassigned) => Jorge Merlino (jorge-merlino)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-04-23 Thread Jorge Merlino
Patch for focal

** Patch added: "lp1953572_focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5769861/+files/lp1953572_focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1953572] Re: Broken links in the View Trends and the View Histogram menu

2024-04-23 Thread Jorge Merlino
Patch for Noble, Mantic and Jammy

** Description changed:

- The links for the following are broken in the Service Information or the Host 
Information menus for the following links.
+ [Impact]
+ The links for the following are broken in the Service Information or the Host 
Information menus for the following links:
+ 
  View Trends For This Service
  View Alert Histogram For This Service
  View Trends For This Host
  View Alert Histogram For This Host
  
- Maybe similar to 
- https://support.nagios.com/forum/viewtopic.php?f=7&t=42728
- https://bugzilla.redhat.com/show_bug.cgi?id=1428111
+ [Test Plan]
+ Just access those links in: Current status / Hosts and Current status / 
Services and choosing a host or a service
  
- the legacy links seem to work (.cgi) if you manually type them in.
+ [Where problems could occur]
+ The URLs for all cgi scripts are modified. I tested extensively but there may 
be some section of the web UI that might get affected by this change. Also 
installed nagios from source and the URLs are the same as the ones in this 
package after the change so if something breaks it probable is broken also 
upstream.
+ 
+ [Other Info]
+ The same package is used for noble, mantic and jammy

** Also affects: nagios4 (Ubuntu Noble)
   Importance: Undecided
   Status: Confirmed

** Also affects: nagios4 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: nagios4 (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Also affects: nagios4 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: nagios4 (Ubuntu Noble)
 Assignee: (unassigned) => Jorge Merlino (jorge-merlino)

** Changed in: nagios4 (Ubuntu Mantic)
 Assignee: (unassigned) => Jorge Merlino (jorge-merlino)

** Changed in: nagios4 (Ubuntu Jammy)
 Assignee: (unassigned) => Jorge Merlino (jorge-merlino)

** Patch added: "lp1953572_jammy_noble.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+attachment/5769841/+files/lp1953572_jammy_noble.debdiff

** Tags added: sts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953572

Title:
  Broken links in the View Trends and the View Histogram menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1988942] Re: Failed to set image property. Invalid input for field/attribute simplestreams_metadata. Value: ... is too long (HTTP 400)

2024-03-21 Thread Jorge Merlino
Hi Łukasz,

Sorry but I'm missing something here, the patches I submitted are
versions 2:23.0.0-0ubuntu1.2 for mantic and 2:20.3.1-0ubuntu1.2 for
jammy.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1988942

Title:
  Failed to set image property. Invalid input for field/attribute
  simplestreams_metadata. Value: ... is too long (HTTP 400)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1988942/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872813] Re: cloud-init fails to detect iSCSI root on focal Oracle instances

2022-04-29 Thread Jorge Merlino
Tested version 2.0.874-5ubuntu2.11 from proposed and worked fine.

https://pastebin.ubuntu.com/p/n4F5rvtMrs/

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872813

Title:
  cloud-init fails to detect iSCSI root on focal Oracle instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1872813/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872813] Re: cloud-init fails to detect iSCSI root on focal Oracle instances

2022-04-19 Thread Jorge Merlino
** Description changed:

+ [Impact]
+ 
+ When creating a bare metal instance on Oracle Cloud (which are backed by an 
iscsi disk), the IP address is configured on an interface (enp45s0f0) on boot, 
but cloud-init is generating a /etc/netplan/50-cloud-init.yaml with an entry to 
configure enp12s0f0 using dhcp. As a result, enp12s0f0 will send a DHCPREQUEST 
and wait for a reply until it times out, delaying the boot process, as there's 
no dhcp server serving this interface. 
+ This is caused by a missing /run/initramfs/open-iscsi.interface that should 
point to the enp45s0f0 interface
+ 
+ 
+ [Fix]
+ 
+ There is a script from the open-iscsi package that checks if there are
+ no iscsi disks present and if there are no disks removes the
+ /run/initramfs/open-iscsi.interface file that stores the interface where
+ the iscsi disk is present.
+ 
+ This script originally runs along the local-top initrd scripts but uses
+ the /dev/disk/by-path/ path to find if there are iscsi discs present.
+ This path does not yet exists when the local-top scripts are run so the
+ file is always removed.
+ 
+ This was fixed in Focal by moving the script to run along the local-
+ bottom scripts. When these scripts run the /dev/disk/by-path/ path
+ exists.
+ 
+ 
+ [Test Plan]
+ 
+ This can be reproduced by instancing any bare metal instance on Oracle
+ Cloud (all are backed by an iscsi disk) and checking if the
+ /run/initramfs/open-iscsi.interface file is present.
+ 
+ 
+ [Where problems could occur]
+ 
+ There should be no problems as the script runs anyway but later into the
+ boot process.
+ 
+ If the script fails to run it could leave the open-iscsi.interface file
+ present with no iscsi drives but that should cause no issues besides
+ delaying the boot process.
+ 
+ 
+ [Original description]
+ 
  Currently focal images on Oracle are failing to get data from the Oracle
  DS with this traceback:
  
  Traceback (most recent call last):
-   File "/usr/lib/python3/dist-packages/cloudinit/sources/__init__.py", line 
772, in find_source
- if s.update_metadata([EventType.BOOT_NEW_INSTANCE]):
-   File "/usr/lib/python3/dist-packages/cloudinit/sources/__init__.py", line 
661, in update_metadata
- result = self.get_data()
-   File "/usr/lib/python3/dist-packages/cloudinit/sources/__init__.py", line 
279, in get_data
- return_value = self._get_data()
-   File 
"/usr/lib/python3/dist-packages/cloudinit/sources/DataSourceOracle.py", line 
195, in _get_data
- with dhcp.EphemeralDHCPv4(net.find_fallback_nic()):
-   File "/usr/lib/python3/dist-packages/cloudinit/net/dhcp.py", line 57, in 
__enter__
- return self.obtain_lease()
-   File "/usr/lib/python3/dist-packages/cloudinit/net/dhcp.py", line 109, in 
obtain_lease
- ephipv4.__enter__()
-   File "/usr/lib/python3/dist-packages/cloudinit/net/__init__.py", line 1019, 
in __enter__
- self._bringup_static_routes()
-   File "/usr/lib/python3/dist-packages/cloudinit/net/__init__.py", line 1071, 
in _bringup_static_routes
- util.subp(
-   File "/usr/lib/python3/dist-packages/cloudinit/util.py", line 2084, in subp
- raise ProcessExecutionError(stdout=out, stderr=err,
+   File "/usr/lib/python3/dist-packages/cloudinit/sources/__init__.py", line 
772, in find_source
+ if s.update_metadata([EventType.BOOT_NEW_INSTANCE]):
+   File "/usr/lib/python3/dist-packages/cloudinit/sources/__init__.py", line 
661, in update_metadata
+ result = self.get_data()
+   File "/usr/lib/python3/dist-packages/cloudinit/sources/__init__.py", line 
279, in get_data
+ return_value = self._get_data()
+   File 
"/usr/lib/python3/dist-packages/cloudinit/sources/DataSourceOracle.py", line 
195, in _get_data
+ with dhcp.EphemeralDHCPv4(net.find_fallback_nic()):
+   File "/usr/lib/python3/dist-packages/cloudinit/net/dhcp.py", line 57, in 
__enter__
+ return self.obtain_lease()
+   File "/usr/lib/python3/dist-packages/cloudinit/net/dhcp.py", line 109, in 
obtain_lease
+ ephipv4.__enter__()
+   File "/usr/lib/python3/dist-packages/cloudinit/net/__init__.py", line 1019, 
in __enter__
+ self._bringup_static_routes()
+   File "/usr/lib/python3/dist-packages/cloudinit/net/__init__.py", line 1071, 
in _bringup_static_routes
+ util.subp(
+   File "/usr/lib/python3/dist-packages/cloudinit/util.py", line 2084, in subp
+ raise ProcessExecutionError(stdout=out, stderr=err,
  cloudinit.util.ProcessExecutionError: Unexpected error while running command.
  Command: ['ip', '-4', 'route', 'add', '0.0.0.0/0', 'via', '10.0.0.1', 'dev', 
'ens3']
  Exit code: 2
  Reason: -
- Stdout: 
+ Stdout:
  Stderr: RTNETLINK answers: File exists
  
- 
- In 
https://github.com/canonical/cloud-init/blob/46cf23c28812d3e3ba0c570defd9a05628af5556/cloudinit/sources/DataSourceOracle.py#L194-L198,
 we can see that this path is only taken if _is_iscsi_root returns False.
+ In https://github.com/canonical/cloud-
+ 
init/blob/46cf23c28812d3e3ba0c570defd9a05628af5556/cloudinit/sources/DataSourceOracle.py#

[Bug 1872813] Re: cloud-init fails to detect iSCSI root on focal Oracle instances

2022-04-07 Thread Jorge Merlino
I tested the patch myself on an Oracle Cloud machine that presented this
issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872813

Title:
  cloud-init fails to detect iSCSI root on focal Oracle instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1872813/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872813] Re: cloud-init fails to detect iSCSI root on focal Oracle instances

2022-04-07 Thread Jorge Merlino
SRU for Bionic

** Tags added: sts

** Patch added: "lp1872813_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/1872813/+attachment/5577913/+files/lp1872813_bionic.debdiff

** Changed in: open-iscsi (Ubuntu Bionic)
   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/1872813

Title:
  cloud-init fails to detect iSCSI root on focal Oracle instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1872813/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872813] Re: cloud-init fails to detect iSCSI root on focal Oracle instances

2022-04-07 Thread Jorge Merlino
** Also affects: open-iscsi (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: open-iscsi (Ubuntu Bionic)
 Assignee: (unassigned) => Jorge Merlino (jorge-merlino)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872813

Title:
  cloud-init fails to detect iSCSI root on focal Oracle instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1872813/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912727] Re: KVM Page Fails to load with error "An unexpected error has occurred, please try refreshing your browser window."

2022-03-16 Thread Jorge Merlino
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: maas (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912727

Title:
  KVM Page Fails to load with error "An unexpected error has occurred,
  please try refreshing your browser window."

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1912727/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-20 Thread Jorge Merlino
Tested version 1.0.15ubuntu0.21.10.1 in Impish.
Performed the tests on comment #14. All worked fine.

** Tags removed: verification-needed-bionic verification-needed-focal 
verification-needed-hirsute verification-needed-impish
** Tags added: verification-done-bionic verification-done-focal 
verification-done-hirsute verification-done-impish

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-20 Thread Jorge Merlino
Tested version 1.0.15ubuntu0.21.04.1 in Hirsute.
Performed the tests on comment #14. All worked fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-20 Thread Jorge Merlino
Tested version 1.0.14ubuntu1 in Focal.
Performed the tests on comment #14. All worked fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-20 Thread Jorge Merlino
Tested version 1.0.4+nmu2ubuntu1.1 in Bionic.
Performed the tests on comment #14. All worked fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-13 Thread Jorge Merlino
The SRU patches where built and tested by me in each Ubuntu version.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-13 Thread Jorge Merlino
SRU for Impish. Fixed changelog.

** Patch added: "lp1949643-impishv2.debdiff"
   
https://bugs.launchpad.net/ubuntu/hirsute/+source/iptables-persistent/+bug/1949643/+attachment/5547368/+files/lp1949643-impishv2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-13 Thread Jorge Merlino
SRU for Hirsute. Fixed changelog.

** Patch added: "lp1949643-hirsutev2.debdiff"
   
https://bugs.launchpad.net/ubuntu/hirsute/+source/iptables-persistent/+bug/1949643/+attachment/5547367/+files/lp1949643-hirsutev2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-13 Thread Jorge Merlino
SRU for Focal. Fixed changelog.

** Patch added: "lp1949643-focalv2.debdiff"
   
https://bugs.launchpad.net/ubuntu/hirsute/+source/iptables-persistent/+bug/1949643/+attachment/5547366/+files/lp1949643-focalv2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-13 Thread Jorge Merlino
SRU for Bionic. Fixed changelog and indentantion

** Patch added: "lp1949643-bionicv2.debdiff"
   
https://bugs.launchpad.net/ubuntu/hirsute/+source/iptables-persistent/+bug/1949643/+attachment/5547365/+files/lp1949643-bionicv2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-13 Thread Jorge Merlino
** Tags added: sts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-10 Thread Jorge Merlino
SRU for impish

** Patch added: "lp1949643-impish.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+attachment/5546887/+files/lp1949643-impish.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-10 Thread Jorge Merlino
SRU for focal

** Patch added: "lp1949643-focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+attachment/5546889/+files/lp1949643-focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-10 Thread Jorge Merlino
SRU for hirsute

** Patch added: "lp1949643-hirsute.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+attachment/5546888/+files/lp1949643-hirsute.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949643] Re: iptables-persistent unconditionally drops existing iptables rules

2021-12-10 Thread Jorge Merlino
SRU for bionic

** Patch added: "lp1949643-bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+attachment/5546890/+files/lp1949643-bionic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949643

Title:
  iptables-persistent unconditionally drops existing iptables rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1949643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 109492] Re: Upgrade tool from edgy to feisty crashed

2007-05-01 Thread Jorge Merlino
*** This bug is a duplicate of bug 107451 ***
https://bugs.launchpad.net/bugs/107451

** This bug has been marked a duplicate of bug 107451
   [MASTER] [kde] cdrom uprade fails

-- 
Upgrade tool from edgy to feisty crashed
https://bugs.launchpad.net/bugs/109492
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109492] Re: Upgrade tool from edgy to feisty crashed

2007-04-24 Thread Jorge Merlino
I just tried to upgrade my laptop and I get the exact same error.

-- 
Upgrade tool from edgy to feisty crashed
https://bugs.launchpad.net/bugs/109492
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109492] Re: Upgrade tool from edgy to feisty crashed

2007-04-24 Thread Jorge Merlino
I should have said that this happened when I was running

gksu "sh /media/cdrom0/cdromupgrade"

in Kubuntu in order to update using the alternative CD

-- 
Upgrade tool from edgy to feisty crashed
https://bugs.launchpad.net/bugs/109492
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109492] Re: Upgrade tool from edgy to feisty crashed

2007-04-23 Thread Jorge Merlino

** Attachment added: "apt.log"
   http://librarian.launchpad.net/7395910/apt.log

-- 
Upgrade tool from edgy to feisty crashed
https://bugs.launchpad.net/bugs/109492
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109492] Re: Upgrade tool from edgy to feisty crashed

2007-04-23 Thread Jorge Merlino

** Attachment added: "main.log"
   http://librarian.launchpad.net/7395911/main.log

-- 
Upgrade tool from edgy to feisty crashed
https://bugs.launchpad.net/bugs/109492
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109492] Upgrade tool from edgy to feisty crashed

2007-04-23 Thread Jorge Merlino
Public bug reported:

Binary package hint: ubiquity

Traceback (most recent call last):
  File "/tmp/tmp.eceKbb9363/DistUpgradeViewKDE.py", line 72, in update
self.progressbar.setProgress(percent)
AttributeError: KDECdromProgressAdapter instance has no attribute 'progressbar'

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Upgrade tool from edgy to feisty crashed
https://bugs.launchpad.net/bugs/109492
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs