jans icon indicating copy to clipboard operation
jans copied to clipboard

unable to reinstall jans on RHEL8/CentOS8

Open manojs1978 opened this issue 3 years ago • 1 comments

Describe the bug unable to reinstall jans

To Reproduce Steps to reproduce the behavior:

yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm yum module enable mod_auth_openidc yum install curl download rpm file yum install -y ./jans-1.0.1-el8.x86_64.rpm sudo python3 /opt/jans/jans-setup/setup.py yum remove jans yum install -y ./jans-1.0.1-el8.x86_64.rpm sudo python3 /opt/jans/jans-setup/setup.py

Expected behavior should able to install jans

Screenshots Screenshot from 2022-07-08 11-21-39

Desktop (please complete the following information):

  • OS: RHEL8/CentOS8
  • Browser
  • Version 8

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context unable to uninstall jans properly setup.log

manojs1978 avatar Jul 08 '22 05:07 manojs1978

This is packaging issue, package manager should remove/rename the following directories

  1. /etc/jans
  2. /etc/certs

devrimyatar avatar Jul 08 '22 07:07 devrimyatar

after removing /etc/jans and /etc/certs able to reinstall

manojs1978 avatar Oct 13 '22 05:10 manojs1978