#5042 If no ccache to destroy, uninstall fails
Closed: Fixed None Opened 8 years ago by rcritten.

I had a blown installation due to the new kadmin patch which is failing on F21 (https://fedorahosted.org/freeipa/ticket/4914).

When I went to uninstall it failed in destroy_private_ccache() due to path being None. Unfortunately I lost the uninstall log when I was finally successful, so no backtrace.

My fix was:

if path and os.path.exists(path):
    os.remove(path)

master:

  • af8f44c Installers fix: remove temporal ccache

Metadata Update from @rcritten:
- Issue assigned to someone
- Issue set to the milestone: FreeIPA 4.2

7 years ago

Login to comment on this ticket.

Metadata