Actions
Bug #13248
closedregistration fails with 'can't dup nilClass'
Description
If you try to register a client when one of its interfaces has no ip address, registration fails with this error.
Updated by Justin Sherrill almost 9 years ago
- Blocks Feature #11435: Host Unification Tracker added
Updated by Justin Sherrill almost 9 years ago
Also getting another error registering a f20 client:
ERROR: null value in column "host_id" violates not-null constraint
DETAIL: Failing row contains (4, null, null, 2016-01-15 19:33:02.617248, null, null, f).
not sure why this doesn't with centos clients, but it seems to be related to this line: https://github.com/Katello/katello/blob/master/app/lib/actions/katello/host/register.rb#L112
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5713 added
Updated by Justin Sherrill almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|9472327a04053a29d48af7151022a733b240e81a.
Actions