Forums

Resolved
0 votes
Hi All,

a while ago i did install and then removed some packages related to Active Directory integration.
After removal using the builtin wizard some of the pages do not open anymore. But the rest of ClearOS is fully functional.
Pages that do not work are:

https://192.168.1.8:81/app/administrators
https://192.168.1.8:81/app/groups
https://192.168.1.8:81/app/users
https://192.168.1.8:81/app/account_import
https://192.168.1.8:81/app/accounts
https://192.168.1.8:81/app/dashboard

Each one of these pages shows a blank page with the error:
An Error Was Encountered
Unable to load the requested class: Accounts_Driver

I'm running on ClearOS 7 with latest packages updates. Also did a "yum update" and reboot but still the same.

Is there any chance to restore these pages or should I reinstall a new ClearOS and then restore the config file?

Thanks for the assistance,
Michele
Wednesday, April 17 2019, 09:06 PM
Share this post:
Responses (3)
  • Accepted Answer

    Thursday, April 18 2019, 07:04 PM - #Permalink
    Resolved
    0 votes
    You need to give better diagnostics than that. What happened when you did that? Have you tried looking at your yum log to see what packages were removed along with the app you tried to remove?You can try reinstalling them.

    It is unlikely you are on 7.3 unless you disabled automatic updates, If you have Community you should now be at 7.6
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, April 18 2019, 03:42 PM - #Permalink
    Resolved
    0 votes
    Hi Nick,

    Thanks for the suggestion, unfortunately it didn't work. Did a reboot just in case.

    I'm open to other suggestions if any. Otherwise I will take a backup of the configuration and try to restore to a fresh install on the same version. 7.3.0.

    Thanks
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 17 2019, 09:45 PM - #Permalink
    Resolved
    0 votes
    It is not so easy to change the Directory over if you've already initialised it. It is also very dangerous to remove packages with yum as they can uninstall all sorts of dependencies with unintended consequences. Try reinstalling the broken packages with:
    yum reinstall app-administrators* app-groups* app-users* app-account-import* app-accounts* app-dashboard*
    You need the star to reinstall the -core packages. This may work.
    The reply is currently minimized Show
Your Reply