Katello 3.11

Hello!

After upgrading to Katello 3.11 and Foreman 1.21 i am facing following problems:

Problem:

  1. Katello pages show Date fields as “Invalid Date” in “Content Hosts”, “Content Views”, Products(Last sync)

Content Hosts
Katello3
Content Views


Products

2) Bulk update all packages(via katello agent) is failing with:
Katello4
Foreman and Proxy versions:
Foreman 1.21
Katello 3.11
katello-agent-3.4.2-1

The first issue looks like: Bug #26417: publish content views do not display date published - Katello - Foreman
Dates seem to be broken across the app in production

Mind filing an issue for the 2nd katello-agent issue?

It reminds me of https://projects.theforeman.org/issues/25826 but that was fixed for 1.21.0.

In the ticket they talk about how it happens only under firefox but i am getting this behaviour in all three browser:
Chrome Version 73.0.3683.75
Firefox Version 66.0
IE Version: 11.1029.16299.0

Could you guide me where exactly i can issue a bug for katello? Thank you!

I also experienced yesterday third issue. While selecting specific host and applying all applicable packages(via katello-agent) i got the following error:

PG::StringDataRightTruncation: ERROR:  value too long for type character varying(255)
: INSERT INTO "audits" ("auditable_id", "auditable_type", "user_id", "username", "action", "audited_changes", "version", "comment", "request_uuid", "created_at", "auditable_name") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"

Full Output with errors:

Output:

1:NetworkManager-1.12.0-10.el7_6.x86_64
1:NetworkManager-adsl-1.12.0-10.el7_6.x86_64
1:NetworkManager-bluetooth-1.12.0-10.el7_6.x86_64
1:NetworkManager-glib-1.12.0-10.el7_6.x86_64
1:NetworkManager-libnm-1.12.0-10.el7_6.x86_64
1:NetworkManager-ppp-1.12.0-10.el7_6.x86_64
1:NetworkManager-team-1.12.0-10.el7_6.x86_64
1:NetworkManager-tui-1.12.0-10.el7_6.x86_64
1:NetworkManager-wifi-1.12.0-10.el7_6.x86_64
1:NetworkManager-wwan-1.12.0-10.el7_6.x86_64
1:dbus-1.10.24-13.el7_6.x86_64
1:dbus-libs-1.10.24-13.el7_6.x86_64
1:dbus-x11-1.10.24-13.el7_6.x86_64
1:gdm-3.28.2-12.el7_6.x86_64
2:shadow-utils-4.1.5.1-25.el7_6.1.x86_64
cpp-4.8.5-36.el7_6.1.x86_64
fcoe-utils-1.0.32-2.el7_6.x86_64
gcc-4.8.5-36.el7_6.1.x86_64
gnutls-3.3.29-9.el7_6.x86_64
ipa-client-common-4.6.4-10.el7.centos.3.noarch
ipa-common-4.6.4-10.el7.centos.3.noarch
libblkid-2.23.2-59.el7_6.1.x86_64
libgcc-4.8.5-36.el7_6.1.x86_64
libgomp-4.8.5-36.el7_6.1.x86_64
libmount-2.23.2-59.el7_6.1.x86_64
libsmartcols-2.23.2-59.el7_6.1.x86_64
libstdc++-4.8.5-36.el7_6.1.x86_64
libuuid-2.23.2-59.el7_6.1.x86_64
libvirt-daemon-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-interface-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-nodedev-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-nwfilter-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-secret-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-storage-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-storage-core-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-storage-disk-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-storage-gluster-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-storage-iscsi-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-storage-logical-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-storage-mpath-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-storage-rbd-4.5.0-10.el7_6.6.x86_64
libvirt-daemon-driver-storage-scsi-4.5.0-10.el7_6.6.x86_64
libvirt-libs-4.5.0-10.el7_6.6.x86_64
mutter-3.28.3-6.el7_6.x86_64
nss-pem-1.0.3-5.el7_6.1.x86_64
python2-ipaclient-4.6.4-10.el7.centos.3.noarch
python2-ipalib-4.6.4-10.el7.centos.3.noarch
sos-3.6-16.el7.centos.noarch
tuned-2.10.0-6.el7_6.3.noarch
util-linux-2.23.2-59.el7_6.1.x86_64

Errors:

PG::StringDataRightTruncation: ERROR:  value too long for type character varying(255)
: INSERT INTO "audits" ("auditable_id", "auditable_type", "user_id", "username", "action", "audited_changes", "version", "comment", "request_uuid", "created_at", "auditable_name") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"

You can file those issues here: new issue

The second issue looks like the packages should have still installed, its just the audit logging is failing, can you confirm that?

Indeed, packages were installed. Issue created Bug #26433: Bulk update all packages(via katello agent) fails - Katello - Foreman

1 Like