#5534 ipa-client-install fails when the client has active point to point connections
Closed: Fixed None Opened 8 years ago by ctria.

Looks like ipa-client-install executes:
ip --oneline address show

And tries to parse the output.

In case of point to point interfaces the output looks like:
20: tun0 inet 192.168.3.1 peer 192.168.3.2/32 scope global tun0\ valid_lft forever preferred_lft forever

In which case the script fails as the 192.168.3.1 in not in form of A.B.C.D/E.

Let me know if logs are needed (I'll have to re-join my client as the install log was overwritten).


fix the regex in 4.3.x

This was fixed in #5591

master:

  • 70fd789 Use netifaces module instead of 'ip' command

Moving to ticket 4.4 milestone, as this fix require new dependency

Metadata Update from @ctria:
- Issue assigned to mbasti
- Issue set to the milestone: FreeIPA 4.4

7 years ago

Login to comment on this ticket.

Metadata