Hi
Currently updated zentyal and it was very tricky, but finally got it to update,
but for some odd reason i cannot get the zentyal web working
during the upgrade which did not want to start the webadmin i had to go to
sudo nano /usr/share/perl5/EBox/Samba/Model/PAM.pm
and edit to use constant DEFAULT_SHELL => '/bin/bash';
then re-ran dpkg --configure -a
after that the webmin still wont work giving me an error
● zentyal.cleantmp.service - Clean Zentyal temp directory
Loaded: loaded (/lib/systemd/system/zentyal.cleantmp.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2023-01-22 14:06:31 -05; 2s ago
Process: 4840 ExecStart=/usr/bin/bash -c /bin/rm -rf /var/lib/zentyal/tmp/* (code=exited, status=203/EXEC)
Main PID: 4840 (code=exited, status=203/EXEC)
Jan 22 14:06:31 apolo systemd[1]: Starting Clean Zentyal temp directory...
Jan 22 14:06:31 apolo systemd[4840]: zentyal.cleantmp.service: Failed to execute command: No such file or directory
Jan 22 14:06:31 apolo systemd[4840]: zentyal.cleantmp.service: Failed at step EXEC spawning /usr/bin/bash: No such file or directory
Jan 22 14:06:31 apolo systemd[1]: zentyal.cleantmp.service: Main process exited, code=exited, status=203/EXEC
Jan 22 14:06:31 apolo systemd[1]: zentyal.cleantmp.service: Failed with result 'exit-code'.
Jan 22 14:06:31 apolo systemd[1]: Failed to start Clean Zentyal temp directory.
so i nano /lib/systemd/system/zentyal.cleantmp.service
and edited ExecStart=/usr/bin/bash -c '/bin/rm -rf /var/lib/zentyal/tmp/*'
to ExecStart=/bin/bash -c '/bin/rm -rf /var/lib/zentyal/tmp/*'
then i restart zs webadmin restart and it shows OK but i check it shows stopped, then i look at the logs but i dont see nothing
any ideas
Thank you