Nabend,
also die Schüler funktionieren nun, man kann sich die Optionen anzeigen lassen, ohne „Out of Range Error“.
Aber beim Staff klappt das Einloggen auf der WebGUI immer noch nicht…
Traceback (most recent call last):
File „/opt/linuxmuster/lib/python3.12/site-packages/aj/api/endpoint.py“, line 77, in wrapper
result = fx(self, context, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/lib/linuxmuster-webui/plugins/lmn_quotas/views.py“, line 44, in handle_api_quota
data = lmn_getSophomorixValue(sophomorixCommand, jsonpath)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/lib/linuxmuster-webui/plugins/lmn_common/api.py“, line 153, in lmn_getSophomorixValue
jsonDict = _sophomorixoutput_as_dict(t.stderr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/lib/linuxmuster-webui/plugins/lmn_common/api.py“, line 111, in _sophomorixoutput_as_dict
output = output.split(‚# JSON-begin‘)[1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
…und wenn ich auf eigene Daten klicke, dann kommt das hier:
Traceback (most recent call last):
File „/opt/linuxmuster/lib/python3.12/site-packages/aj/api/endpoint.py“, line 77, in wrapper
result = fx(self, context, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/lib/linuxmuster-webui/plugins/lmn_smbclient/views/lmnsmbclient.py“, line 80, in handle_api_smb_shares
return self.context.schoolmgr.get_shares(user_context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/lib/linuxmuster-webui/plugins/lmn_common/multischool.py“, line 345, in get_shares
return roles_shares[role]
~~~~~~~~~~~~^^^^^^
KeyError: ‚staff‘
@baumhof
…du hattest Recht, die extra-Ziffern kamen wohl durch die Log-Verzeichnisse…
Ich hab Logs geleert, und schon klappt es wieder mit s01…s04
…lmncli userlog listet nun auch alles schön auf ohne die Warnings…
… aber wieso bringt das samba-tool dbcheck immer wieder Fehler, ich hatte die alle schon gefixt.
ERROR: Normalisation error for attribute sophomorixTolerationDate in CN=s04,OU=compklasse,OU=Students,OU=default-school,OU=SCHOOLS,DC=linuxmuster,DC=lan
value ‚19700101000000.0Z‘ should be ‚16010101000000.0Z‘
Not fixing attribute sophomorixTolerationDate
ERROR: Normalisation error for attribute sophomorixDeactivationDate in CN=s04,OU=compklasse,OU=Students,OU=default-school,OU=SCHOOLS,DC=linuxmuster,DC=lan
value ‚19700101000000.0Z‘ should be ‚16010101000000.0Z‘
Not fixing attribute sophomorixDeactivationDate
ERROR: Normalisation error for attribute sophomorixTolerationDate in CN=mustertom,OU=schulbetreuer,OU=Staff,OU=default-school,OU=SCHOOLS,DC=linuxmuster,DC=lan
value ‚19700101000000.0Z‘ should be ‚16010101000000.0Z‘
Not fixing attribute sophomorixTolerationDateERROR: Normalisation error for attribute sophomorixDeactivationDate in CN=mustertom,OU=schulbetreuer,OU=Staff,OU=default-school,OU=SCHOOLS,DC=linuxmuster,DC=lan
value ‚19700101000000.0Z‘ should be ‚16010101000000.0Z‘
Not fixing attribute sophomorixDeactivationDate
ERROR: Normalisation error for attribute sophomorixTolerationDate in CN=muel,OU=Teachers,OU=default-school,OU=SCHOOLS,DC=linuxmuster,DC=lan
value ‚19700101000000.0Z‘ should be ‚16010101000000.0Z‘
Not fixing attribute sophomorixTolerationDate
ERROR: Normalisation error for attribute sophomorixDeactivationDate in CN=muel,OU=Teachers,OU=default-school,OU=SCHOOLS,DC=linuxmuster,DC=lan
value ‚19700101000000.0Z‘ should be ‚16010101000000.0Z‘
Not fixing attribute sophomorixDeactivationDate
Checked 496 objects (6 errors)
Please use ‚samba-tool dbcheck --fix‘ to fix 6 errors
…mit --fix bekomme ich die Fehler weg. Bis zum nächsten AD-user…
Gruss
MarioF