USC stuck in maintenance mode

Hi,

habe anscheinend seit Tagen das Problem, dass der UCS kein Login mehr zulässt. Werde immer auf die “maintenance mode” geschickt. Kann mich daher nicht in die Verwaltung einloggen.
Per Konsole ist ein login möglich.
Ein
univention-upgrade --ignoressh
bringt:

Current UCS version is 4.3-2 errata270
Checking for local repository:                          none
Checking for package updates:                           none
Checking for app updates:                               none
Checking for release updates:                           none
Setting update/available
Module: ox-config

Mit:
/etc/init.d/univention-maintenance stop
konnte ich auch nichts erwirken

Neustarts helfen auch nicht.

Was könnte ich noch versuchen?

Beim ältesten vorhandenen Backup besteht das Problem schon :frowning:

Vielen Dank für eure Hilfe vorab!

Nach ein paar weiteren tests bekomme ich beim Befehl:

service univention-maintenance-mode status

die Fehlermeldung:
ucsserver univention-maintenance-mode-update-progress[5162]: Error while reading progress: [Errno 2] No such file or directory: '/var/lib/univention-updater/univention-updater.status.details'

Kann mir vielleicht jemand sagen wie die Datei aussehen soll?

Moin,

preferring English here. So first your issue:

Well, let’s see if the following helps:

First, check variable:
ucr get updater/maintenance

If it is “true” set it to “false”:
ucr set updater/maintenance=false

Then stop maintenance mode by:
systemctl stop univention-maintenance-mode.service

If this succeeds so far rewrite configuration files and restart apache:

ucr commit /etc/apache2/sites-available/univention-proxy.conf /etc/apache2/sites-available/univention.conf
systemctl reload apache2.service

Let me know if it helps.

/CV

3 Likes

Moin Christian,

thank you for the reply and your help.
The variable was “true”.
It helped and now I have the login page back, thank you very much!

Is there somewhere a documentation, where I can find these “special/tricky” commands?

Beste Grüße,
Darko

Unfortunately not as some of these variables are generated dynamically.
But as some hint you might use “ucr dump” which will show you all currently configured variables. Or use “ucr search STRING” to find alls STRING related variables.

/CV

1 Like

Ok, cool.
Thank you!

Mastodon