Actions
Bug #9158
closedregistering a client with nightly(katello+foreman) server raises: PGError: ERROR: column hosts.mac does not exist
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
on registering a client with server, production.log raises error
Description of problem:
On registering a rhel6 client with nightly server, subscription-manager throwing this error:
--
failed to register client:: PGError: ERROR: column hosts.mac does not exist
LINE 1: ...55218576' AND "hosts"."organization_id" = 256 AND "hosts"."m...
^
: SELECT "hosts".* FROM "hosts" WHERE "hosts"."type" IN ('Host::Managed') AND "hosts"."name" = '55218576' AND "hosts"."organization_id" = 256 AND "hosts"."mac" IN ('52:54:00:50:16:f5') LIMIT 1
--
more info in bz link.
Files
Actions