[Bug 2080208] Re: ceph-volume AttributeError EntryPoints

2024-09-12 Thread Peter Sabaini
JFTR., can confirm that
19.2.0~rc2-0ubuntu0.24.04.2~bpo24.04.1~20240912.102808 from
https://launchpad.net/~james-page/+archive/ubuntu/dalmation/+packages
doesn't exhibit this behaviour

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

Title:
  ceph-volume AttributeError EntryPoints

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


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

[Bug 2065515] Re: [SRU] Ceph Squid release candidate

2024-09-11 Thread Peter Sabaini
Seeing an error in the ceph-volume tool, reported as bug #2080208 (and
upstream https://tracker.ceph.com/issues/68032)

** Bug watch added: tracker.ceph.com/issues #68032
   http://tracker.ceph.com/issues/68032

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

Title:
  [SRU] Ceph Squid release candidate

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


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

[Bug 2080208] Re: ceph-volume AttributeError EntryPoints

2024-09-11 Thread Peter Sabaini
** Also affects: ceph via
   http://tracker.ceph.com/issues/68032
   Importance: Unknown
   Status: Unknown

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

Title:
  ceph-volume AttributeError EntryPoints

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


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

[Bug 2080208] Re: ceph-volume AttributeError EntryPoints

2024-09-11 Thread Peter Sabaini
Filed an issue upstream https://tracker.ceph.com/issues/68032

And added a PR: https://github.com/ceph/ceph/pull/59739


** Bug watch added: tracker.ceph.com/issues #68032
   http://tracker.ceph.com/issues/68032

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

Title:
  ceph-volume AttributeError EntryPoints

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


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

[Bug 2080208] [NEW] ceph-volume AttributeError EntryPoints

2024-09-10 Thread Peter Sabaini
Public bug reported:

ceph-volume fails with an AttributeError, cf. below.

I believe this might be due to importlib_metadata removing deprecated
shims:

https://importlib-metadata.readthedocs.io/en/latest/history.html#v5-0-0

```
ubuntu@cunning-marmoset:~$ sudo ceph-volume -h
exception caught by decorator
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ceph_volume/decorators.py", line 59, in 
newfunc
return f(*a, **kw)
   ^^^
  File "/usr/lib/python3/dist-packages/ceph_volume/main.py", line 118, in main
self.enable_plugins()
  File "/usr/lib/python3/dist-packages/ceph_volume/main.py", line 83, in 
enable_plugins
plugins = _load_library_extensions()
  ^^
  File "/usr/lib/python3/dist-packages/ceph_volume/main.py", line 188, in 
_load_library_extensions
for ep in get_entry_points(group=group):
  ^
  File "/usr/lib/python3/dist-packages/ceph_volume/main.py", line 14, in 
get_entry_points
return entry_points().get(group, [])  # type: ignore
   ^^
AttributeError: 'EntryPoints' object has no attribute 'get'
-->  AttributeError: 'EntryPoints' object has no attribute 'get'

ubuntu@cunning-marmoset:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu Oracular Oriole (development branch)
Release:24.10
Codename:   oracular

ubuntu@cunning-marmoset:~$ apt-cache policy ceph-volume
ceph-volume:
  Installed: 19.2.0~rc2-0ubuntu1
  Candidate: 19.2.0~rc2-0ubuntu1
  Version table:
 *** 19.2.0~rc2-0ubuntu1 500
500 http://archive.ubuntu.com/ubuntu oracular/main amd64 Packages
100 /var/lib/dpkg/status

```

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

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

Title:
  ceph-volume AttributeError EntryPoints

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


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

[Bug 2064717] Re: ceph-volume needs "packaging" and "ceph" modules

2024-08-22 Thread Peter Sabaini
SRU link FTR
https://bugs.launchpad.net/cloud-archive/+bug/2075358

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

Title:
  ceph-volume needs "packaging" and "ceph" modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceph-osd/+bug/2064717/+subscriptions


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

[Bug 2064717] Re: ceph-volume needs "packaging" and "ceph" modules

2024-08-22 Thread Peter Sabaini
The recent 18.2.4 SRU introduced a regression here, python3-packaging is now 
required for reef as well
https://github.com/ceph/ceph/commit/956305eb5caf323cfadb772a9a1f910a90aa7740

ubuntu@juju-69234d-0:~$ ceph-volume -h
Traceback (most recent call last):
  File "/usr/sbin/ceph-volume", line 33, in 
sys.exit(load_entry_point('ceph-volume==1.0.0', 'console_scripts', 
'ceph-volume')())
  File "/usr/sbin/ceph-volume", line 25, in importlib_load_entry_point
return next(matches).load()
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
module = import_module(match.group('module'))
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1050, in _gcd_import
  File "", line 1027, in _find_and_load
  File "", line 1006, in _find_and_load_unlocked
  File "", line 688, in _load_unlocked
  File "", line 883, in exec_module
  File "", line 241, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/ceph_volume/main.py", line 9, in 
from ceph_volume import log, devices, configuration, conf, exceptions, 
terminal, inventory, drive_group, activate
  File "/usr/lib/python3/dist-packages/ceph_volume/devices/__init__.py", line 
1, in 
from . import lvm, simple, raw # noqa
  File "/usr/lib/python3/dist-packages/ceph_volume/devices/lvm/__init__.py", 
line 1, in 
from .main import LVM # noqa
  File "/usr/lib/python3/dist-packages/ceph_volume/devices/lvm/main.py", line 
4, in 
from . import activate
  File "/usr/lib/python3/dist-packages/ceph_volume/devices/lvm/activate.py", 
line 9, in 
from ceph_volume.util import encryption as encryption_utils
  File "/usr/lib/python3/dist-packages/ceph_volume/util/encryption.py", line 9, 
in 
from packaging import version
ModuleNotFoundError: No module named 'packaging'
ubuntu@juju-69234d-0:~$ dpkg -l |grep ceph-common
ii  ceph-common  18.2.4-0ubuntu1~cloud0 
 amd64common utilities to mount and interact with a ceph storage cluster
ii  python3-ceph-common  18.2.4-0ubuntu1~cloud0 
 all  Python 3 utility libraries for Ceph
ubuntu@juju-69234d-0:~$ apt-cache policy ceph-common
ceph-common:
  Installed: 18.2.4-0ubuntu1~cloud0
  Candidate: 18.2.4-0ubuntu1~cloud0
  Version table:
 *** 18.2.4-0ubuntu1~cloud0 500
500 http://ubuntu-cloud.archive.canonical.com/ubuntu 
jammy-updates/bobcat/main amd64 Packages
100 /var/lib/dpkg/status
 17.2.7-0ubuntu0.22.04.1 500
500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
 17.2.6-0ubuntu0.22.04.3 500
500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
 17.1.0-0ubuntu3 500
500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages
ubuntu@juju-69234d-0:~$ dpkg -l |grep python.*packaging
ubuntu@juju-69234d-0:~$ dpkg -l |grep -c python.*packaging
0


** Changed in: charm-ceph-osd/reef
   Status: Invalid => New

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

Title:
  ceph-volume needs "packaging" and "ceph" modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceph-osd/+bug/2064717/+subscriptions


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

[Bug 2074120] [NEW] Hang after upgrading kernel+nvidia drivers

2024-07-25 Thread Peter Sabaini
Public bug reported:

Machine hangs after upgrading kernel and drivers to
linux-.*-6.8.0-39-generic

After booting back into 6.8.0-36-generic I can see a kernel stack trace
for the previous boot:

2024-07-25T22:27:14.214014+02:00 pirx kernel: UBSAN: array-index-out-of-bounds 
in build/nvidia/535.183.01/build/nvidia-uvm/uvm_pmm_gpu.c:2364:28
2024-07-25T22:27:14.214015+02:00 pirx kernel: index 0 is out of range for type 
'uvm_gpu_chunk_t *[*]'
2024-07-25T22:27:14.214017+02:00 pirx kernel: CPU: 14 PID: 3306 Comm: boinc 
Tainted: P   O   6.8.0-39-generic #39-Ubuntu
2024-07-25T22:27:14.214017+02:00 pirx kernel: Hardware name: LENOVO 
20STCTO1WW/20STCTO1WW, BIOS N30ET54W (1.37 ) 03/06/2024
2024-07-25T22:27:14.214018+02:00 pirx kernel: Call Trace:
2024-07-25T22:27:14.214027+02:00 pirx kernel:  
2024-07-25T22:27:14.214028+02:00 pirx kernel:  dump_stack_lvl+0x76/0xa0
2024-07-25T22:27:14.214028+02:00 pirx kernel:  dump_stack+0x10/0x20
2024-07-25T22:27:14.214029+02:00 pirx kernel:  
__ubsan_handle_out_of_bounds+0xc6/0x110
2024-07-25T22:27:14.214030+02:00 pirx kernel:  split_gpu_chunk+0x13f/0x410 
[nvidia_uvm]
2024-07-25T22:27:14.214030+02:00 pirx kernel:  uvm_pmm_gpu_alloc+0x2da/0x6d0 
[nvidia_uvm]
2024-07-25T22:27:14.214031+02:00 pirx kernel:  phys_mem_allocate+0xac/0x230 
[nvidia_uvm]
2024-07-25T22:27:14.214032+02:00 pirx kernel:  allocate_directory+0xb4/0x130 
[nvidia_uvm]
2024-07-25T22:27:14.214032+02:00 pirx kernel:  ? allocate_directory+0xb4/0x130 
[nvidia_uvm]
2024-07-25T22:27:14.214033+02:00 pirx kernel:  uvm_page_tree_init+0x133/0x450 
[nvidia_uvm]
2024-07-25T22:27:14.214033+02:00 pirx kernel:  
uvm_gpu_retain_by_uuid+0x19df/0x2b80 [nvidia_uvm]
2024-07-25T22:27:14.214034+02:00 pirx kernel:  
uvm_va_space_register_gpu+0x47/0x740 [nvidia_uvm]
2024-07-25T22:27:14.214035+02:00 pirx kernel:  ? __find_get_block+0x9d/0xc0
2024-07-25T22:27:14.214035+02:00 pirx kernel:  uvm_api_register_gpu+0x5a/0x90 
[nvidia_uvm]
2024-07-25T22:27:14.214036+02:00 pirx kernel:  uvm_ioctl+0x1a26/0x1cd0 
[nvidia_uvm]
2024-07-25T22:27:14.214036+02:00 pirx kernel:  ? unlock_new_inode+0x55/0x70
2024-07-25T22:27:14.214037+02:00 pirx kernel:  ? __ext4_iget+0x9ca/0x1120
2024-07-25T22:27:14.214037+02:00 pirx kernel:  ? __d_add+0x118/0x1e0
2024-07-25T22:27:14.214037+02:00 pirx kernel:  ? xa_load+0x87/0xf0
2024-07-25T22:27:14.214038+02:00 pirx kernel:  ? ktime_get_with_offset+0x5f/0xf0
2024-07-25T22:27:14.214039+02:00 pirx kernel:  ? _raw_spin_lock_irqsave+0xe/0x20
2024-07-25T22:27:14.214039+02:00 pirx kernel:  ? 
thread_context_non_interrupt_add+0x13a/0x250 [nvidia_uvm]
2024-07-25T22:27:14.214040+02:00 pirx kernel:  
uvm_unlocked_ioctl_entry.part.0+0x7b/0xf0 [nvidia_uvm]
2024-07-25T22:27:14.214041+02:00 pirx kernel:  ? next_uptodate_folio+0xa9/0x320
2024-07-25T22:27:14.214041+02:00 pirx kernel:  
uvm_unlocked_ioctl_entry+0x6b/0x90 [nvidia_uvm]
2024-07-25T22:27:14.214042+02:00 pirx kernel:  __x64_sys_ioctl+0xa0/0xf0
2024-07-25T22:27:14.214043+02:00 pirx kernel:  x64_sys_call+0x143b/0x25c0
2024-07-25T22:27:14.214043+02:00 pirx kernel:  do_syscall_64+0x7f/0x180
2024-07-25T22:27:14.214044+02:00 pirx kernel:  ? do_read_fault+0x112/0x1d0
2024-07-25T22:27:14.214044+02:00 pirx kernel:  ? do_fault+0x109/0x350
2024-07-25T22:27:14.214045+02:00 pirx kernel:  ? handle_pte_fault+0x114/0x1d0

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-modules-nvidia-535-generic-hwe-24.04 6.8.0-39.39
ProcVersionSignature: Ubuntu 6.8.0-36.36-generic 6.8.4
Uname: Linux 6.8.0-36-generic x86_64
NonfreeKernelModules: zfs nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Thu Jul 25 22:48:23 2024
InstallationDate: Installed on 2024-05-27 (59 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
SourcePackage: linux-restricted-modules
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-restricted-modules (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble

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

Title:
  Hang after upgrading kernel+nvidia drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules/+bug/2074120/+subscriptions


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

[Bug 2064657] Re: Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

2024-05-22 Thread Peter Sabaini
Fabio, can I ask you to provide some detail on the setup.

- Can you confirm which NFS client you are using?
- Would you be able to share logs. Ideally provide an sosreport, but if that is 
not feasible /v/l/kern.log and /v/l/syslog would be great 

Thank you.


** Changed in: nfs-ganesha (Ubuntu)
   Status: New => Incomplete

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

Title:
  Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-ganesha/+bug/2064657/+subscriptions


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

[Bug 2064717] Re: ceph-volume needs "packaging" module

2024-05-16 Thread Peter Sabaini
The dependency on python3-packaging was only introduced in squid, so
marking reef as invalid

** Changed in: charm-ceph-osd/reef
   Status: In Progress => Invalid

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

Title:
  ceph-volume needs "packaging" module

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceph-osd/+bug/2064717/+subscriptions


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

[Bug 2064717] [NEW] ceph-volume needs "packaging" module

2024-05-03 Thread Peter Sabaini
Public bug reported:

The ceph-volume program needs python3-packaging but it looks like we're
not installing it in jammy-caracal


https://github.com/ceph/ceph/pull/54423/commits/0985e201342fa53c014a811156aed661b4b8f994
https://openstack-ci-reports.ubuntu.com/artifacts/dcf/917920/4/check/jammy-caracal/dcf9973/index.html

Traceback excerpt:


2024-05-02 19:31:54.624912 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 INFO unit.ceph-osd/0.juju-log 
server.go:316 mon:27: osdize cmd: ['ceph-volume', 'lvm', 'create', 
'--osd-fsid', 'aef29aff-df24-4bb8-bfb3-bcd607761b2e', '--bluestore', '--data', 
'ceph-aef29aff-df24-4bb8-bfb3-bcd607761b2e/osd-block-aef29aff-df24-4bb8-bfb3-bcd607761b2e']
2024-05-02 19:31:54.624972 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60 Traceback (most recent call 
last):
2024-05-02 19:31:54.624990 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60   File 
"/usr/sbin/ceph-volume", line 33, in 
2024-05-02 19:31:54.625002 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60 
sys.exit(load_entry_point('ceph-volume==1.0.0', 'console_scripts', 
'ceph-volume')())
2024-05-02 19:31:54.625014 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60   File 
"/usr/sbin/ceph-volume", line 25, in importlib_load_entry_point
2024-05-02 19:31:54.625189 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60 return 
next(matches).load()
2024-05-02 19:31:54.625210 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60   File 
"/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
2024-05-02 19:31:54.625222 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60 module = 
import_module(match.group('module'))
2024-05-02 19:31:54.625234 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60   File 
"/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
2024-05-02 19:31:54.625247 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60 return 
_bootstrap._gcd_import(name[level:], package, level)
2024-05-02 19:31:54.625259 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60   File "", line 1050, in _gcd_import
2024-05-02 19:31:54.625541 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60   File "", line 1027, in _find_and_load
2024-05-02 19:31:54.625598 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60   File "", line 1006, in _find_and_load_unlocked
2024-05-02 19:31:54.625611 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60   File "", line 688, in _load_unlocked
2024-05-02 19:31:54.625622 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60   File "", line 883, in exec_module
2024-05-02 19:31:54.625633 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60   File "", line 241, in _call_with_frames_removed
2024-05-02 19:31:54.625975 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60   File 
"/usr/lib/python3/dist-packages/ceph_volume/main.py", line 9, in 
2024-05-02 19:31:54.626007 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60 from ceph_volume import 
log, devices, configuration, conf, exceptions, terminal, inventory, 
drive_group, activate
2024-05-02 19:31:54.626057 | focal-medium | 2024-05-02 19:31:54 [ERROR] 
unit-ceph-osd-0.log: 2024-05-02 19:31:52 WARNING 
unit.ceph-osd/0.mon-relation-changed logger.go:60   File 
"/usr/lib/python3/dist-packages/ceph_volume/devices/__init__.py", line 1, in 

2024-05-02 19:31:54.626072 | focal-medium | 2024-05-02 19:31:54 [ERROR

[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-04-22 Thread Peter Sabaini
Just as a datapoint, the PPA has resolved my lag issues on my
Nvidia/xorg setup.

Thanks!


Details:

Ubuntu 22.04.4 LTS

modinfo nvidia
...
version:535.171.04


I had those `MetaSyncRing: Sync object is not ready -- were events handled 
properly?` journal entries as well, and did not reappear after PPA upgrade

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

Title:
  Input lag or freezes on Nvidia desktops with X11 after logging
  "MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

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


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

[Bug 1905423] Re: Rabbit reports "file descriptor limit alarm set", does not accept connections

2021-01-26 Thread Peter Sabaini
I unfortunately do not have a way to reproduce this. This indeed
happened in a large-ish production env with lots of clients. It's the
first time I saw this.

One thing I'm wondering, if rabbit were started with

$ sudo rabbitmqctl start_app

the systemd unit file probably would not go into effect, and the default
limits would apply, right?

It's possible that by way of troubleshooting this rabbit instance had
been started up via rabbitmqctl (I don't know for sure though).

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

Title:
  Rabbit reports "file descriptor limit alarm set", does not accept
  connections

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

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

[Bug 1905423] Re: Rabbit reports "file descriptor limit alarm set", does not accept connections

2021-01-26 Thread Peter Sabaini
** Changed in: rabbitmq-server (Ubuntu)
   Status: Expired => New

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

Title:
  Rabbit reports "file descriptor limit alarm set", does not accept
  connections

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

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

[Bug 1912347] [NEW] freeipmi-ipmiseld: missing '/var/cache/ipmiseld/' directory in package freeipmi-ipmiseld

2021-01-19 Thread Peter Sabaini
Public bug reported:

Apparently the installation script for freeipmi-ipmiseld doesn't create
the /var/cache/ipmiseld directory and the daemon then give this error:

/usr/sbin/ipmiseld[24740]: Error creating SDR cache
'/var/cache/ipmiseld//ipmiseldsdrcache.localhost': filename invalid

Filed in Debian under: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=793186

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

** Affects: freeipmi (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #793186
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793186

** Also affects: freeipmi (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793186
   Importance: Unknown
   Status: Unknown

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

Title:
  freeipmi-ipmiseld: missing '/var/cache/ipmiseld/' directory in package
  freeipmi-ipmiseld

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

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

[Bug 1912248] [NEW] virtualenv on xenial: easy_install syntax error

2021-01-18 Thread Peter Sabaini
Public bug reported:

As of commit[0] setuptools appear to be incompatible with Python3.5 as
shipped by xenial.

This makes a virtualenv for Python3 fail with a syntax error:

# virtualenv -ppython3 venv
Already using interpreter /usr/bin/python3  

   
Using base prefix '/usr'

   
New python executable in /root/venv/bin/python3 

Also creating executable in /root/venv/bin/python   
 
Installing setuptools, pkg_resources, pip, wheel...done.
  

# venv/bin/pip install pyyaml
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. 
Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will 
drop support for Python 3.5 in January 2021. pip 21.0 will remove supp
ort for this functionality. 
 
Collecting pyyaml   
 
  Using cached PyYAML-5.3.1.tar.gz (269 kB) 
 
Building wheels for collected packages: pyyaml  
 
  Building wheel for pyyaml (setup.py) ... error
  ...
  
File "/usr/lib/python3.5/distutils/command/install.py", line 595, in run
  self.run_command(cmd_name)
File "/usr/lib/python3.5/distutils/cmd.py", line 313, in run_command
  self.distribution.run_command(command)
File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
  cmd_obj.run()
File 
"/root/venv/lib/python3.5/site-packages/setuptools/command/install_scripts.py", 
line 17, in run
  import setuptools.command.easy_install as ei
File 
"/root/venv/lib/python3.5/site-packages/setuptools/command/easy_install.py", 
line 719
  ):
  ^
  SyntaxError: invalid syntax
  
  ERROR: Failed building wheel for pyyaml


# lsb_release -r
Release:16.04

# venv/bin/python3 --version
Python 3.5.2

As Python3.5 is EOL we might need to pin setuptools for virtualenv to a
lower version


[0] 
https://github.com/pypa/setuptools/commit/fc891f5cf6d93ad533e2afb5e15a2952408ab358

** Affects: python-virtualenv (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  virtualenv on xenial: easy_install syntax error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-virtualenv/+bug/1912248/+subscriptions

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

[Bug 1906266] Re: After upgrade: "libvirt.libvirtError: Requested operation is not valid: format of backing image %s of image %s was not specified"

2020-12-21 Thread Peter Sabaini
It appears ubuntu bionic/focal ship with libvirt < 6.1.0, marking nova
as affected in those distribs

** Also affects: nova (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  After upgrade: "libvirt.libvirtError: Requested operation is not
  valid: format of backing image %s of image %s was not specified"

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

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

[Bug 1905423] [NEW] Rabbit reports "file descriptor limit alarm set", does not accept connections

2020-11-24 Thread Peter Sabaini
Public bug reported:

We had an incident where rabbitmq-server would stop accepting
connections, with the following message in the log:

=WARNING REPORT 24-Nov-2020::09:46:02 ===
file descriptor limit alarm set.


*** New connections will not be accepted until this alarm clears ***



However, when checking the fd limits these are set quite high:

root@juju-efcc41-12-lxd-0:~# cat /etc/default/rabbitmq-server
# Generated by juju
# bump ulimit so rabbit can support lots of connections
ulimit -n 65536

root@juju-efcc41-12-lxd-0:~# grep Limit 
/lib/systemd/system/rabbitmq-server.service
LimitNOFILE=65536

On the other hand, checking fd usage via lsof, `lsof -u rabbitmq` would
only report abt. 900 open fds

After bouncing rabbitmq it resumed accepting connects

Versions:

rabbitmq-server  3.5.7-1ubuntu0.16.04.2 
Ubuntu 16.04.5 LTS

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

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

Title:
  Rabbit reports "file descriptor limit alarm set", does not accept
  connections

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

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

[Bug 1886628] [NEW] Blank screen after upgradeing linux-modules-nvidia-440-5.4.0-41-generic

2020-07-07 Thread Peter Sabaini
Public bug reported:

After performing an upgrade and reboot, getting a blank screen as soon
as Xorg starts. Can ctrl-alt-del and start into previous kernel though.


Upgraded packages log:
Install: linux-modules-nvidia-440-5.4.0-41-generic:amd64 (5.4.0-41.45, 
automatic), linux-modules-5.4.0-41-generic:amd64 (5.4.0-41.45, automatic), 
linux-tools-5.4.0-41-generic:amd64 (5.4.0-41.45, automatic), 
linux-tools-5.4.0-41:amd64 (5.4.0-41.45, automatic), 
linux-image-unsigned-5.4.0-41-generic:amd64 (5.4.0-41.45, automatic), 
linux-headers-5.4.0-41:amd64 (5.4.0-41.45, automatic), 
linux-headers-5.4.0-41-generic:amd64 (5.4.0-41.45, automatic)
Upgrade: linux-headers-generic-hwe-20.04:amd64 (5.4.0.40.43, 5.4.0.41.44), 
linux-tools-generic:amd64 (5.4.0.40.43, 5.4.0.41.44), linux-libc-dev:amd64 
(5.4.0-40.44, 5.4.0-41.45), linux-modules-nvidia-440-generic-hwe-20.04:amd64 
(5.4.0-40.44, 5.4.0-41.45), libopenexr24:amd64 (2.3.0-6ubuntu0.1, 
2.3.0-6ubuntu0.2), libnss3:amd64 (2:3.49.1-1ubuntu1.1, 2:3.49.1-1ubuntu1.2), 
linux-tools-common:amd64 (5.4.0-40.44, 5.4.0-41.45)
Remove: linux-generic-hwe-20.04:amd64 (5.4.0.40.43)

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-modules-nvidia-440-5.4.0-41-generic 5.4.0-41.45
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp nvidia_modeset zcommon znvpair 
nvidia
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue Jul  7 09:33:14 2020
InstallationDate: Installed on 2020-04-25 (72 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: linux-restricted-modules
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-restricted-modules (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal package-from-proposed

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

Title:
  Blank screen after upgradeing linux-modules-
  nvidia-440-5.4.0-41-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules/+bug/1886628/+subscriptions

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

[Bug 1878105] Re: [nvidia] Xorg crashes in ?? from FreeCursor() from ChangeWindowAttributes()

2020-05-13 Thread Peter Sabaini
I've just uploaded my _usr_lib_xorg_Xorg.0.crash:

https://errors.ubuntu.com/oops/b3edc438-9500-11ea-ad46-fa163e983629

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

Title:
  [nvidia] Xorg crashes in ?? from FreeCursor() from
  ChangeWindowAttributes()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-440/+bug/1878105/+subscriptions

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

[Bug 1878278] [NEW] Xorg freeze after mouse pointer size change

2020-05-12 Thread Peter Sabaini
Public bug reported:

I've attempted to change the size of my mouse pointer (Settings /
Universal Access / Cursor Size) from the default. As soon as I did this
the desktop froze and eventually turned black.

I could ssh in and would see the Xorg process consuming 100% cpu (per
top). After killing -9 that Xorg process, and resetting dconf reset
/org/gnome/desktop/interface/cursor-size  I could log in to a new
session.

This seems reproducible, i.e. setting up pointer size again would give
me the same symptoms.


Apport probably collected this but jic, could see this in Xorg.log:

[  1552.379] (EE) 
[  1552.380] (EE) Backtrace:
[  1552.380] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x13c) [0x563325a93dec]
[  1552.381] (EE) 1: /lib/x86_64-linux-gnu/libpthread.so.0 (funlockfile+0x60) 
[0x7f2f998ab41f]
[  1552.381] (EE) 2: /usr/lib/xorg/Xorg (RamDacHandleColormaps+0xb2f) 
[0x5633259b337f]
[  1552.381] (EE) 3: /usr/lib/xorg/Xorg (AddTraps+0x5d58) [0x563325a11648]
[  1552.382] (EE) 4: /usr/lib/xorg/Xorg (FreeCursor+0x67) [0x563325926267]
[  1552.382] (EE) 5: /usr/lib/xorg/Xorg (ChangeWindowAttributes+0xa41) 
[0x563325960cf1]
[  1552.382] (EE) 6: /usr/lib/xorg/Xorg (ProcBadRequest+0x223) [0x56332592cad3]
[  1552.382] (EE) 7: /usr/lib/xorg/Xorg (SendErrorToClient+0x354) 
[0x563325932f44]
[  1552.382] (EE) 8: /usr/lib/xorg/Xorg (InitFonts+0x3b4) [0x563325936fd4]
[  1552.382] (EE) 9: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf3) 
[0x7f2f996c90b3]
[  1552.383] (EE) 10: /usr/lib/xorg/Xorg (_start+0x2e) [0x563325920a3e]
[  1552.383] (EE) 
[  1552.383] (EE) Segmentation fault at address 0x7
[  1552.383] (EE) 
Fatal server error:
[  1552.383] (EE) Caught signal 11 (Segmentation fault). Server aborting
[  1552.383] (EE) 
[  1552.383] (EE) 
Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help. 
[  1552.383] (EE) Please also check the log file at "/var/log/Xorg.1.log" for 
additional information.
[  1552.383] (EE) 
[  1552.383] (EE) NVIDIA(0): The NVIDIA X driver has encountered an error; 
attempting to
[  1552.383] (EE) NVIDIA(0): recover...
[  1555.389] (EE) NVIDIA(GPU-0): Failed to initialize DMA.
[  1556.391] (EE) NVIDIA(0): Failed to allocate push buffer
[  1556.391] (EE) NVIDIA(0): Error recovery failed.
[  1556.391] (EE) NVIDIA(0):  *** Aborting ***
[  1556.391] (EE) 
FatalError re-entered, aborting
[  1556.391] (EE) Failed to recover from error!

Let me know if I can help with diagnostics / repro

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
Uname: Linux 5.4.0-29-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp nvidia_modeset zcommon znvpair 
nvidia
.proc.driver.nvidia.gpus..02.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:02:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  440.64  Fri Feb 21 01:17:26 
UTC 2020
 GCC version:
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue May 12 21:18:28 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GpuHangFrequency: This is the first time
GraphicsCard:
 Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
   Subsystem: Lenovo UHD Graphics 620 [17aa:225b]
   Subsystem: Lenovo GP108GLM [Quadro P500 Mobile] [17aa:225b]
InstallationDate: Installed on 2020-04-25 (17 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: LENOVO 20LB000KGE
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-29-generic 
root=UUID=4ba6b1d7-81de-4b61-b9df-0cd72af5d17e ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/30/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: N27ET35W (1.21 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20LB000KGE
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN27ET35W(1.21):bd04/30/2019:svnLENOVO:pn20LB000KGE:pvrThinkPadP52s:rvnLENOVO:rn20LB000KGE:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad P52s
dmi.product.name: 20LB000KGE
dmi.product.sku: LENOVO_MT_20LB_BU_Think_FM_ThinkPad P52s
dmi.product.version: ThinkPad P52s
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.nvidia-graphics-drivers: nvidia-graphi

[Bug 1863540] Re: Nagios on Bionic can't communicate with NRPE on Xenial

2020-04-16 Thread Peter Sabaini
I'm going to remove the nrpe charm from this as I don't think we can do
much there

** No longer affects: charm-nrpe

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

Title:
  Nagios on Bionic can't communicate with NRPE on Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/1863540/+subscriptions

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

[Bug 1311056] Re: apt-add-repository adds duplicate commented/disabled source lines

2019-09-17 Thread Peter Sabaini
Julian,

unfort. testing the patch above against a bionic system didn't help, I'm
still getting duplicate deb-src entries

# deb-src http://ppa.launchpad.net/juju/stable/ubuntu bionic main
# deb-src http://ppa.launchpad.net/juju/stable/ubuntu bionic main
# deb-src http://ppa.launchpad.net/juju/stable/ubuntu bionic main
# deb-src http://ppa.launchpad.net/juju/stable/ubuntu bionic main

Thanks.

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

Title:
  apt-add-repository adds duplicate commented/disabled source lines

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1311056/+subscriptions

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

[Bug 1779767] Re: Default cron PATH does not include /snap/bin

2019-09-10 Thread Peter Sabaini
** Tags added: canonical-bootstack

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

Title:
  Default cron PATH does not include /snap/bin

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

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

[Bug 1311056] Re: apt-add-repository adds duplicate commented/disabled source lines

2019-08-27 Thread Peter Sabaini
Subscribing field-medium, we're seeing this repeatedly

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

Title:
  apt-add-repository adds duplicate commented/disabled source lines

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1311056/+subscriptions

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

[Bug 1840043] Re: bcache: Performance degradation when querying priority_stats

2019-08-20 Thread Peter Sabaini
** Tags added: canonical-bootstack

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

Title:
  bcache: Performance degradation when querying priority_stats

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

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

[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session

2019-08-07 Thread Peter Sabaini
** Tags added: canonical-bootstack

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

Title:
  DetachedInstanceError: Parent instance  is not
  bound to a Session

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

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

[Bug 1311056] Re: apt-add-repository adds duplicate commented/disabled source lines

2019-07-08 Thread Peter Sabaini
clarification: breaking regex parsing at /usr/lib/python3/dist-
packages/aptsources/sourceslist.py that is

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

Title:
  apt-add-repository adds duplicate commented/disabled source lines

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1311056/+subscriptions

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

[Bug 1311056] Re: apt-add-repository adds duplicate commented/disabled source lines

2019-07-08 Thread Peter Sabaini
We're seeing this in the context of a charm where add-apt-repository is
called periodically. We ended up with a sources.list file weighing in at
2.6Mb, which created problems for the regex engine there. In light of
this can I ask to reconsider the "low" importance of this bug?

FTR. this is Bionic, software-properties ver 0.96.24.32.7

** Tags added: canonical-bootstack

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

Title:
  apt-add-repository adds duplicate commented/disabled source lines

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1311056/+subscriptions

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

[Bug 1828022] Re: Hio.ko nvme module in linux-extra-modules

2019-05-07 Thread Peter Sabaini
FTR:
$ dpkg -x linux-modules-5.0.0-13-generic_5.0.0-13.14_amd64.deb linux-mods
$ dpkg -x linux-modules-extra-5.0.0-13-generic_5.0.0-13.14_amd64.deb 
linux-mods-extra
$ find linux-mods -name hio.ko 
$ find linux-mods-extra -name hio.ko 
linux-mods-extra/lib/modules/5.0.0-13-generic/kernel/ubuntu/hio/hio.ko


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Hio.ko nvme module in linux-extra-modules

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

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

[Bug 1828022] [NEW] Hio.ko nvme module in linux-extra-modules

2019-05-07 Thread Peter Sabaini
Public bug reported:

The hio.ko kernel driver for Huawei NVMe [0] is packaged as part of
linux-modules-extra, not linux-modules. This makes it hard to use in
envs where the former isn't included by default, e.g. when deploying via
curtin.

Can we please have hio.ko as part of the standard linux-modules?

[0] https://kernel.ubuntu.com/git/ubuntu/ubuntu-
disco.git/tree/ubuntu/hio

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: canonical-bootstack packaging

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

Title:
  Hio.ko nvme module in linux-extra-modules

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

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

[Bug 1713094] Re: [2.x] Make maas-proxy more configurable

2019-04-24 Thread Peter Sabaini
** Changed in: maas
   Status: Fix Released => New

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

Title:
  [2.x] Make maas-proxy more configurable

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

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

[Bug 1713094] Re: [2.x] Make maas-proxy more configurable

2019-03-06 Thread Peter Sabaini
We would need this for Maas 2.3.5 as distributed by xenial too please.


** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [2.x] Make maas-proxy more configurable

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

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

[Bug 1792575] Re: Boot failure with efi shims from 20180913.0

2018-10-04 Thread Peter Sabaini
Could repro the orig. issue and verify the fix works. Thanks!

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

Title:
  Boot failure with efi shims from 20180913.0

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

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

[Bug 1792575] Re: Boot failure with efi shims from 20180913.0

2018-09-14 Thread Peter Sabaini
Hi, that would be those:

$ dpkg -l | grep grub-efi
ii  grub-efi-amd642.02~beta2-36ubuntu3.18   
   amd64GRand Unified Bootloader, version 2 (EFI-AMD64 version)
ii  grub-efi-amd64-bin2.02~beta2-36ubuntu3.18   
   amd64GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
ii  grub-efi-amd64-signed 1.66.18+2.02~beta2-36ubuntu3.18   
   amd64GRand Unified Bootloader, version 2 (EFI-AMD64 version, 
signed)

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

Title:
  Boot failure with efi shims from 20180913.0

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

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

[Bug 1780752] Re: [SRU] ovs 2.9.2

2018-08-21 Thread Peter Sabaini
Does this include the fix in Bug #1737866? Do you perhaps have an ETA on
a release? Thanks!

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

Title:
  [SRU] ovs 2.9.2

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

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

[Bug 1710239] Re: nrpe check_disk should ignore /snap mountpoints

2018-04-25 Thread Peter Sabaini
** Also affects: monitoring-plugins (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  nrpe check_disk should ignore /snap mountpoints

To manage notifications about this bug go to:
https://bugs.launchpad.net/nrpe-charm/+bug/1710239/+subscriptions

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

[Bug 1747625] Re: [v4.13,mlx5_core] Oops: 0000 [#1] SMP PTI

2018-03-05 Thread Peter Sabaini
Just a note that I didn't see this panic with 4.13.0-36-generic and
rebooting 66 nodes

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

Title:
  [v4.13,mlx5_core] Oops:  [#1] SMP PTI

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

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

[Bug 1708305] Re: Realtime feature mlockall: Cannot allocate memory

2017-08-03 Thread Peter Sabaini
Just to confirm that I can see this issue as well, and also that
configuring memtune/hard_limit to $LARGE_VALUE makes it go away

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

Title:
  Realtime feature mlockall: Cannot allocate memory

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

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


[Bug 1708305] Re: Realtime feature mlockall: Cannot allocate memory

2017-08-03 Thread Peter Sabaini
** Tags added: canonical-bootstack

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

Title:
  Realtime feature mlockall: Cannot allocate memory

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

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


[Bug 1701316] Re: Data corruption with hio driver

2017-08-02 Thread Peter Sabaini
Test: writing 32x10G random data and comparing sha hash.

Tested with 4.10.0-29-generic and 4.11.0-12-generic from xenial-
proposed. No diffs, no I/O errors.


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

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

Title:
  Data corruption with hio driver

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

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


[Bug 1701316] Re: Data corruption with hio driver

2017-07-06 Thread Peter Sabaini
Indeed this issue started after upgrading to 4.10.0-26-generic. We've
been using 4.8.0-34-generic previously, and didn't see that issue there.

The hio driver is not present upstream, it's been included in xenial
with Bug #1603483.

Also, we've had consistency issues with this driver before (cf. Bug
#1646643), but afaics the patches from that bug are included in
4.10.0-26-generic

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

Title:
  Data corruption with hio driver

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

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


[Bug 1701316] [NEW] Data corruption with hio driver

2017-06-29 Thread Peter Sabaini
Public bug reported:

We are seeing data corruption issues using the hio driver with kernel
4.10.0

# uname -a
Linux arbok 4.10.0-26-generic #30~16.04.1-Ubuntu SMP Tue Jun 27 09:40:14 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux

Making xfs fails:

root@arbok:~# mkfs.xfs /dev/hioa
meta-data=/dev/hioa  isize=512agcount=4, agsize=48835584 blks
 =   sectsz=512   attr=2, projid32bit=1
 =   crc=1finobt=1, sparse=0
data =   bsize=4096   blocks=195342336, imaxpct=25
 =   sunit=0  swidth=0 blks
naming   =version 2  bsize=4096   ascii-ci=0 ftype=1
log  =internal log   bsize=4096   blocks=95382, version=2
 =   sectsz=512   sunit=0 blks, lazy-count=1
realtime =none   extsz=4096   blocks=0, rtextents=0
bad magic number
bad magic number
Metadata corruption detected at xfs_sb block 0x0/0x200
libxfs_writebufr: write verifer failed on xfs_sb bno 0x0/0x200


The drive appears to be healthy. Firmware has been upgraded to ver 656: 

root@arbok:~# hio_info -d /dev/hioa
hioaSerial number:  022XWV10G2000325
Size(GB):   800
Max size(GB):   800
Hardware version:   1.0
Firmware version:   656
Driver version: 2.1.0.28
Work mode:  MLC
Run time (sec.):8910490
Total  read(MB):8499
Total write(MB):0
Lifetime remaining: 99.844%
Max bad block rate: 0.167%
Health: OK
Comment:NA

No relevant entries about read/write errors in dmesg

Also just copying 8G random data and reading those back gives a hash mismatch: 
root@arbok:~# dd if=/dev/urandom of=test.dat bs=1G count=8 iflag=fullblock
8+0 records in
8+0 records out
8589934592 bytes (8.6 GB, 8.0 GiB) copied, 85.6076 s, 100 MB/s
root@arbok:~# dd if=test.dat of=/dev/hioa bs=1G count=8 iflag=fullblock
8+0 records in
8+0 records out
8589934592 bytes (8.6 GB, 8.0 GiB) copied, 10.6034 s, 810 MB/s
root@arbok:~# dd if=/dev/hioa of=read-back.dat bs=1G count=8 iflag=fullblock
sha256sum test.dat read-
8+0 records in
8+0 records out
8589934592 bytes (8.6 GB, 8.0 GiB) copied, 66.1872 s, 130 MB/s
root@arbok:~# sha256sum test.dat read-back.dat 
6376d245a07c42c990589a3c17c44e63d826d1cb583fc5a065deff9dae69fd3a  test.dat
ebfb4ef19ae410f190327b5ebd312711263bc7579970e87d9c1e2d84e06b3c25  read-back.dat

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: canonical-bootstack

** Attachment added: "apport.linux-image-4.10.0-26-generic.yd28tuoe.apport"
   
https://bugs.launchpad.net/bugs/1701316/+attachment/4905802/+files/apport.linux-image-4.10.0-26-generic.yd28tuoe.apport

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

Title:
  Data corruption with hio driver

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

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


[Bug 1414137] Re: Stats page fires 63 ceilometer-api requests, runs into timeout

2017-02-01 Thread Peter Sabaini
I've checked this behaviour with a Mitaka install, and this specific
issue (many small http requests timing out) is not present anymore. From
my POV this bug can be closed.

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

Title:
  Stats page fires 63 ceilometer-api requests, runs into timeout

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

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


[Bug 1649905] Re: On boot excessive number of kworker threads are running

2017-01-19 Thread Peter Sabaini
Is this being verified for Xenial as well?

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

Title:
  On boot excessive number of kworker threads are running

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

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


[Bug 1568729] Re: divide error: 0000 [#1] SMP in task_numa_migrate - handle_mm_fault

2016-07-25 Thread Peter Sabaini
We had something similar-looking again, filed as Bug #1606098

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

Title:
  divide error:  [#1] SMP in task_numa_migrate - handle_mm_fault

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

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


[Bug 1606098] Re: CPU lockups divide error: 0000 [#1] SMP

2016-07-25 Thread Peter Sabaini
*** This bug is a duplicate of bug 1568729 ***
https://bugs.launchpad.net/bugs/1568729

** This bug has been marked a duplicate of bug 1568729
   divide error:  [#1] SMP in task_numa_migrate - handle_mm_fault

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

Title:
  CPU lockups divide error:  [#1] SMP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-xenial/+bug/1606098/+subscriptions

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


[Bug 1602090] Re: nova-compute process killed after libc-bin upgrade

2016-07-14 Thread Peter Sabaini
Seen this on another node:

common/ceph_crypto.cc: In function 'void ceph::crypto::init(CephContext*)' 
thread 7f03da3b6740 time 2016-07-11 21:19:27.833484
common/ceph_crypto.cc: 73: FAILED assert(crypto_context != __null)
 ceph version 0.94.6 (e832001feaf8c176593e0325c8298e3f16dfb403)
 1: (()+0x11d2ab) [0x7f03703b72ab]
 2: (()+0x16ad60) [0x7f0370404d60]
 3: (()+0x1372e9) [0x7f03703d12e9]
 4: (()+0x1347b0) [0x7f03703ce7b0]
 5: (()+0x6704f) [0x7f037030104f]
 6: (ffi_call_unix64()+0x4c) [0x7f03d8093cce]
 7: (ffi_call()+0x308) [0x7f03d8093738]
 8: (_ctypes_callproc()+0x48e) [0x7f03d7ac05fe]
 9: (()+0x15f9e) [0x7f03d7ac1f9e]
 10: (PyObject_Call()+0x36) [0x505f96]
 11: (PyEval_EvalFrameEx()+0x1dfa) [0x49b07a]
 12: (PyEval_EvalFrameEx()+0xc72) [0x499ef2]
 13: (PyEval_EvalFrameEx()+0xc72) [0x499ef2]
 14: /usr/bin/python() [0x4a1c9a]
 15: (PyObject_Call()+0x36) [0x505f96]
 16: (PyEval_EvalFrameEx()+0x1dfa) [0x49b07a]
 17: /usr/bin/python() [0x4a1c9a]
 18: (PyEval_CallObjectWithKeywords()+0xf6) [0x4dca56]
 19: (()+0x392c) [0x7f03d909792c]
 20: (()+0x3276) [0x7f03d9097276]
 21: (()+0x3dc6) [0x7f03d9097dc6]
 22: (PyEval_EvalFrameEx()+0x3259) [0x49c4d9]
 23: /usr/bin/python() [0x4a1c9a]
 24: /usr/bin/python() [0x4dfe94]
 25: (PyObject_Call()+0x36) [0x505f96]
 26: /usr/bin/python() [0x4dddad]
 27: (PyEval_EvalFrameEx()+0x965) [0x499be5]
 28: (PyEval_EvalFrameEx()+0xc72) [0x499ef2]
 29: /usr/bin/python() [0x4a1c9a]
 30: /usr/bin/python() [0x4dfe94]
 31: (PyEval_CallObjectWithKeywords()+0x6b) [0x4dc9cb]
 32: (()+0x392c) [0x7f03d909792c]
 33: (()+0x3276) [0x7f03d9097276]
 34: /usr/bin/python() [0x5d9538]
 NOTE: a copy of the executable, or `objdump -rdS ` is needed to 
interpret this.
terminate called after throwing an instance of 'ceph::FailedAssertion'

# dpkg-query -W nova-compute ceph libc-bin
ceph0.94.7-0ubuntu0.15.10.1~cloud0
libc-bin2.19-0ubuntu6.9
nova-compute2:12.0.3-0ubuntu1~cloud0

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

Title:
  nova-compute process killed after libc-bin upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova-compute/+bug/1602090/+subscriptions

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


[Bug 1568729] Re: divide error: 0000 [#1] SMP in task_numa_migrate - handle_mm_fault

2016-07-13 Thread Peter Sabaini
On a system running 4.4.0-28-generic I get something similar-looking:

foonode kernel: [595908.569972] divide error:  [#1] SMP 
foonode kernel: [595908.571257] Modules linked in: ip6table_raw ip6table_mangle 
nf_conntrack_ipv6 xt_CT xt_connmark xt_mac xt_comment xt_physdev br_netfilter 
xt_set xt_multiport ip_set_hash_net ip_set nfnetlink veth iptable_raw 
xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat 
nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack ipt_REJECT 
nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter 
ip6_tables iptable_filter ip_tables x_tables nbd ib_iser rdma_cm iw_cm ib_cm 
ib_sa ib_mad ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi 
scsi_transport_iscsi vport_gre ip_gre ip_tunnel gre openvswitch nf_defrag_ipv6 
nf_conntrack dm_crypt bonding ipmi_devintf intel_rapl x86_pkg_temp_thermal 
intel_powerclamp ipmi_ssif coretemp kvm_intel dcdbas kvm irqbypass dm_multipath 
joydev input_leds sb_edac mei_me edac_core shpchp mei lpc_ich ipmi_si 
8250_fintek ipmi_msghandler mac_hid acpi_power_meter xfs libcrc32c btrfs xor 
raid6_pq bcache cr
 ct10dif_pclmul crc32_pclmul ixgbe hid_generic igb vxlan ip6_udp_tunnel usbhid 
aesni_intel udp_tunnel dca aes_x86_64 ptp lrw gf128mul glue_helper ablk_helper 
hid pps_core cryptd i2c_algo_bit mdio megaraid_sas wmi fjes
foonode kernel: [595908.607022] CPU: 30 PID: 3173122 Comm: ms_pipe_write Not 
tainted 4.4.0-28-generic #47~14.04.1-Ubuntu
foonode kernel: [595908.609874] Hardware name: Dell Inc. PowerEdge 
R730xd/0H21J3, BIOS 1.0.4 08/28/2014
foonode kernel: [595908.612265] task: 881efbe78000 ti: 8816f341 
task.ti: 8816f341
foonode kernel: [595908.614601] RIP: 0010:[]  
[] task_numa_find_cpu+0x238/0x700
foonode kernel: [595908.617346] RSP: :8816f3413bb0  EFLAGS: 00010257
foonode kernel: [595908.619007] RAX:  RBX: 8816f3413c50 
RCX: 
foonode kernel: [595908.733387] RDX:  RSI: 881ffefc 
RDI: 881ffefd6d70
foonode kernel: [595908.852154] RBP: 8816f3413c18 R08: 000108dfe960 
R09: 0042
foonode kernel: [595908.973271] R10: 001e R11: 01dc 
R12: 883e649ea940
foonode kernel: [595909.093668] R13: 0019 R14: 011f 
R15: 01bf
foonode kernel: [595909.213849] FS:  7fd7eb7f6700() 
GS:881ffefc() knlGS:
foonode kernel: [595909.334056] CS:  0010 DS:  ES:  CR0: 
80050033
foonode kernel: [595909.394132] CR2: 562170fdde00 CR3: 0025c0ba8000 
CR4: 001406e0
foonode kernel: [595909.512605] Stack:
foonode kernel: [595909.569642]  00304e62e962 0054 
 881efbe78000
foonode kernel: [595909.684440]  0039 0181 
00016d00 0039
foonode kernel: [595909.798807]  881efbe78000 01d7 
8816f3413c50 0133
foonode kernel: [595909.913067] Call Trace:
foonode kernel: [595909.968501]  [] 
task_numa_migrate+0x4a0/0x930
foonode kernel: [595910.024588]  [] ? release_sock+0x117/0x160
foonode kernel: [595910.079692]  [] 
numa_migrate_preferred+0x79/0x80
foonode kernel: [595910.134123]  [] 
task_numa_fault+0x91d/0xcc0
foonode kernel: [595910.187489]  [] ? 
mpol_misplaced+0x14e/0x190
foonode kernel: [595910.239834]  [] 
handle_pte_fault+0x5a6/0x1470
foonode kernel: [595910.291547]  [] ? futex_wake+0x81/0x150
foonode kernel: [595910.342550]  [] ? do_futex+0xf4/0x520
foonode kernel: [595910.392281]  [] 
handle_mm_fault+0x250/0x540
foonode kernel: [595910.441068]  [] 
__do_page_fault+0x19a/0x430
foonode kernel: [595910.488511]  [] do_page_fault+0x22/0x30
foonode kernel: [595910.534771]  [] page_fault+0x28/0x30
foonode kernel: [595910.579823] Code: 4d b0 4c 89 f7 e8 29 d5 ff ff 48 8b 4d b0 
49 8b 86 b0 00 00 00 31 d2 48 0f af 81 d8 01 00 00 49 8b 4e 78 4c 8b 73 78 48 
83 c1 01 <48> f7 f1 48 8b 4b 20 49 89 c1 48 29 c1 4c 03 4b 48 4c 39 7d d0 
foonode kernel: [595910.716552] RIP  [] 
task_numa_find_cpu+0x238/0x700
foonode kernel: [595910.760983]  RSP 
foonode kernel: [595910.869336] ---[ end trace a318cca29e8da7ca ]---

** Tags added: canonical-bootstack

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

Title:
  divide error:  [#1] SMP in task_numa_migrate - handle_mm_fault

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

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


[Bug 1596941] Re: KVM deadlock on KVM guest migration with latest QEMU (mitaka) from Xenial (or Mitaka Ubuntu Cloud Archive)

2016-06-28 Thread Peter Sabaini
** Tags added: canonical-bootstack

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

Title:
  KVM deadlock on KVM guest migration with latest QEMU (mitaka) from
  Xenial (or Mitaka Ubuntu Cloud Archive)

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

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


[Bug 1588520] [NEW] Set tcmalloc thread cache size

2016-06-02 Thread Peter Sabaini
Public bug reported:

We currently leave the tcmalloc thread cache size on the default
setting, 32M. As per https://github.com/ceph/ceph/pull/7934
TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES probably should be set to 128M by
default

Currently there's also no good way to config this because of Bug
#1587516

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


** Tags: canonical-bootstack

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

Title:
  Set tcmalloc thread cache size

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

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


[Bug 1587516] [NEW] Packaging: incorrect /etc/default

2016-05-31 Thread Peter Sabaini
Public bug reported:

I am running ceph 10.2 on trusty (via upstart). The /etc/default are:

# ls -la /etc/default/ceph/ceph 
-rw-r--r-- 1 root root 325 Apr 29 19:54 /etc/default/ceph/ceph

Is ceph/ceph really intended? The upstart conf has this in it

# fgrep /etc/default /etc/init/ceph-osd.conf 
test -f /etc/default/ceph && . /etc/default/ceph

The debian/rules seem to create that dir, fwiw:

install -d -m0755 debian/ceph-common/etc/default/ceph
install -m0644 etc/default/ceph debian/ceph-common/etc/default/ceph


# apt-cache policy ceph
ceph:
  Installed: 10.2.0-0ubuntu0.16.04.1~cloud0
  Candidate: 10.2.0-0ubuntu0.16.04.1~cloud0
  Version table:
 *** 10.2.0-0ubuntu0.16.04.1~cloud0 0
500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ 
trusty-updates/mitaka/main amd64 Packages
100 /var/lib/dpkg/status
 0.80.11-0ubuntu1.14.04.1 0
500 http://archive.ubuntu.com//ubuntu/ trusty-updates/main amd64 
Packages
 0.79-0ubuntu1 0
500 http://archive.ubuntu.com//ubuntu/ trusty/main amd64 Packages

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


** Tags: canonical-bootstack

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

Title:
  Packaging: incorrect /etc/default

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

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


[Bug 1575321] [NEW] brcmfmac: Direct firmware load failed

2016-04-26 Thread Peter Sabaini
Public bug reported:

I've upgraded kernel from pre-release linux-image-4.4.0-18-generic:amd64
to linux-image-4.4.0-21-generic and am now getting random Wifi failures
(was stable before)

Those leave traces like the following in dmesg

brcmfmac :02:00.0: Direct firmware load for
brcm/brcmfmac43602-pcie.txt failed with error -2

Usually rmmod brcmfmac && modprobe brcmfmac successfully load the
driver, and wifi is functional once more

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-21-generic 4.4.0-21.37
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  peter  1994 F pulseaudio
Date: Tue Apr 26 20:59:10 2016
HibernationDevice: RESUME=UUID=39ea85a5-736e-4257-8844-e7da04637612
InstallationDate: Installed on 2016-02-11 (74 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160211)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 04f3:21d5 Elan Microelectronics Corp. 
 Bus 001 Device 002: ID 0a5c:6410 Broadcom Corp. 
 Bus 001 Device 004: ID 0c45:6713 Microdia 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. XPS 15 9550
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro noprompt persistent quiet splash 
vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-21-generic N/A
 linux-backports-modules-4.4.0-21-generic  N/A
 linux-firmware1.157
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/25/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 01.01.19
dmi.board.name: 0N7TVV
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr01.01.19:bd01/25/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 15 9550
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug xenial

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

Title:
  brcmfmac: Direct firmware load failed

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

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


[Bug 1382054] Re: Add support for configuring VLAN interfaces in the initrd

2016-03-11 Thread Peter Sabaini
** Tags added: canonical-bootstack

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

Title:
  Add support for configuring VLAN interfaces in the initrd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1382054/+subscriptions

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


[Bug 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2016-02-18 Thread Peter Sabaini
** Tags added: canonical-bootstack

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

Title:
  Postgresql installation for MAAS fails on locales missing language
  packs

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

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


[Bug 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2016-01-28 Thread Peter Sabaini
Still getting this behaviour with 
# cat /etc/default/locale 
LANG="en_US.UTF-8"

Versions:
maas 1.9.0+bzr4533-0ubuntu1~trusty1
postgresql  9.3+154ubuntu1

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

Title:
  Postgresql installation for MAAS fails on locales missing language
  packs

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

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


[Bug 1084403] Re: no support for gpgsig tags

2015-04-24 Thread Peter Sabaini
I'm unable to import openstack/tempest because of this

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

Title:
  no support for gpgsig tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-git/+bug/1084403/+subscriptions

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