You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just see that the onLoginAsRoot scripts are not always executed, I ran today in this error:
Jan 16 17:15:52 r10106 linuxmuster-linuxclient7: [INFO] ====== onLoginLogoutAsRoot started with PAM_TYPE=open_session PAM_RHOST=None PAM_RUSER=None PAM_SERVICE=lightdm PAM_TTY=:0 PAM_USER=test1 ======
Jan 16 17:15:52 r10106 linuxmuster-linuxclient7: [DEBUG] Calculating mountpoint of //server.linuxmuster.lan/sysvol
Jan 16 17:15:52 r10106 linuxmuster-linuxclient7: [DEBUG] Trying to mount //server.linuxmuster.lan/sysvol to /srv/samba/R10106$/sysvol
Jan 16 17:15:52 r10106 linuxmuster-linuxclient7: [DEBUG] * Creating directory...
Jan 16 17:15:52 r10106 linuxmuster-linuxclient7: [WARNING] * The target directory already exists, proceeding anyway!
Jan 16 17:15:52 r10106 linuxmuster-linuxclient7: [ERROR] === An exception occurred ===
Jan 16 17:15:52 r10106 linuxmuster-linuxclient7: [ERROR] sequence item 0: expected str instance, NoneType found
Jan 16 17:15:52 r10106 linuxmuster-linuxclient7: [ERROR] === end exception ===
...
Jan 16 17:15:53 r10106 linuxmuster-linuxclient7: [INFO] ====== onLogin started ======
Unfortunately I don't have enough time to test more today, I will do it later if you don't see directly a reason for this error. I think this problem occurs each time the mount of sysvol fails.
Thanks
Arnaud
The text was updated successfully, but these errors were encountered:
I'm sorry, I have currently not enough time to debug it, but I will not forget it.
Is there for me a quick fix/patch to apply in order to let the onLoginAsRoot scripts be executed, even if sysvol is not mounted ? It would at least solve some problems on our network.
Please uncomment the line from logging.py that I mentioned and post the traceback. Otherwise, It's really hard to debug this, since I can't reproduce it.
Hello @dorianim
I've just see that the onLoginAsRoot scripts are not always executed, I ran today in this error:
Unfortunately I don't have enough time to test more today, I will do it later if you don't see directly a reason for this error. I think this problem occurs each time the mount of sysvol fails.
Thanks
Arnaud
The text was updated successfully, but these errors were encountered: