Ticket #2672 (closed defect: worksforme)
Filesharing and logs stopped working after updates
| Reported by: | david.hibberd@… | Owned by: | jsoriano@… |
|---|---|---|---|
| Milestone: | 2.0.X | Component: | base |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I installed some more memory to my Zentyal server and whilst using the console (it usually runs headless) took the chance to do some updates...
apt-get update apt-get install
and then without thinking
apt-get upgrade
I have a horrible feeling this last step has hosed my system?
Attachments
Change History
comment:1 Changed 2 years ago by jacalvo@…
- Owner changed from jacalvo@… to cperez@…
- Milestone set to 2.0.X
comment:2 Changed 2 years ago by jsoriano@…
- Owner changed from cperez@… to jsoriano@…
Hi,
In the logs I can only see that Zentyal cannot connect with LDAP server, is it running? (check it with ps aux | grep slapd).
Did you receive any error during apt-get upgrade?
Regards,
comment:3 Changed 2 years ago by david.hibberd@…
LDAP server does not seem to be running...
I don't recall any errors during apt-get upgrade but when I reboot...
Slapd appears to start OK... "Starting OpenLDAP: slapd"
theres a warning after the ClamAV start...
"WARNING: file /etc/ddclient.conf, line 8: Invalid Value for keyword 'login' = "
then when the Zentyal Modules start several fail...
... "Starting Zentyal module : mailfilter [fail]
Starting Zentyal module : monitor [fail]"
... "Starting Zentyal module : users [fail]
Starting Zentyal module : mail [fail]"
... "Starting Zentyal module : samba [fail]"
I've tried removing then re-installing these modules but this does not help...
comment:4 Changed 2 years ago by david.hibberd@…
Anyone notice that Ticket #2699 looks pretty similar???
comment:5 Changed 2 years ago by jsoriano@…
Please, try to restart slapd with the following command:
sudo /etc/init.d/slapd restart
If it fails, please, attach /var/log/syslog file and the output of the following command:
sudo slapd -h 'ldap:/// ldapi:/// ldaps:///' -g openldap -u openldap -F /etc/ldap/slapd.d/ -d 16383
Regards,
