[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-04-27 Thread Johan Bosch
Can confirm this on fresh install of 24.04 LTS amd64
Its also in caracal cloud repo ppa

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

Title:
  package cephadm: dependency "cephadmlib" missing

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


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

[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-04-27 Thread Johan Bosch
A temporary fix is to check out source package build and copy out
cephadmlib

apt source cephadm
cd ceph-19.2.0~git20240301.4c76c50/
debuild -us -uc
mkdir /usr/lib/python3/dist-packages/cephadmlib
cp -R ./debian/tmp/usr/lib/python3/dist-packages/cephadmlib/* 
/usr/lib/python3/dist-packages/cephadmlib/

currently the build script ignores copying the cephadmlib (dont know why
and im not familiar enough with the scripts to  make it not ignore it
now with my morning coffee)

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

Title:
  package cephadm: dependency "cephadmlib" missing

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


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

[Bug 2064117] Re: keystone/noble, now 2:25.0.0-0ubuntu1 keystone -manage db_sync

2024-04-30 Thread Johan Bosch
I think i narrowed it down, it seems it was my galera cluster that was a
bit out of wack, sorry for the false alarm

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

Title:
  keystone/noble,now 2:25.0.0-0ubuntu1 keystone -manage db_sync

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


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

[Bug 2064117] [NEW] keystone/noble, now 2:25.0.0-0ubuntu1 keystone -manage db_sync

2024-04-29 Thread Johan Bosch
Public bug reported:

Fresh ubuntu 24.04 install when running
su -s /bin/sh -c "keystone-manage db_sync " keystone

This ends up in /var/log/apache2/keystone.log

2024-04-29 12:47:10.184549   File 
"/usr/lib/python3/dist-packages/pymysql/protocol.py", line 221, in 
raise_for_error
2024-04-29 12:47:10.184554 err.raise_mysql_exception(self._data)
2024-04-29 12:47:10.184572   File 
"/usr/lib/python3/dist-packages/pymysql/err.py", line 143, in 
raise_mysql_exception
2024-04-29 12:47:10.184577 raise errorclass(errno, errval)
2024-04-29 12:47:10.184629 sqlalchemy.exc.ProgrammingError: 
(pymysql.err.ProgrammingError) (1146, "Table 'keystone.project' doesn't exist")
2024-04-29 12:47:10.184634 [SQL: SELECT project.id AS project_id, project.name 
AS project_name, project.domain_id AS project_domain_id, project.description AS 
project_description, project.enabled AS project_enabled, project.extra AS 
project_extra, project.parent_id AS project_parent_id, project.is_domain AS 
project_is_domain
2024-04-29 12:47:10.184640 FROM project
2024-04-29 12:47:10.184644 WHERE project.name = %(name_1)s AND 
project.domain_id = %(domain_id_1)s]
2024-04-29 12:47:10.184648 [parameters: {'name_1': 'Default', 'domain_id_1': 
'<>'}]


after dbsync is run the project table does exist so i think things are just 
done in wrong order, result is that keystone dosnt work afterwards though

** Affects: keystone (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/2064117

Title:
  keystone/noble,now 2:25.0.0-0ubuntu1 keystone -manage db_sync

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


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

[Bug 2064117] Re: keystone/noble, now 2:25.0.0-0ubuntu1 keystone -manage db_sync

2024-04-29 Thread Johan Bosch
Yea that looks alot better then mine. il try to have some time tomorrow
and i nuke the cluster and make a clean install and do things in a bit
of a diffrent order i think

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

Title:
  keystone/noble,now 2:25.0.0-0ubuntu1 keystone -manage db_sync

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


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