Clamd breaks after deleting mail server domain

NS7 RC 3

After I deleted a mail server domain I noticed that the messages log files got filled by those reports :

Jan  8 21:59:03 mattlabs systemd: clamd@amavisd.service: main process exited, code=exited, status=1/FAILURE
Jan  8 21:59:03 mattlabs systemd: Unit clamd@amavisd.service entered failed state.
Jan  8 21:59:03 mattlabs systemd: clamd@amavisd.service failed.
Jan  8 21:59:03 mattlabs systemd: clamd@amavisd.service holdoff time over, scheduling restart.
Jan  8 21:59:03 mattlabs systemd: Started clamd scanner (amavisd) daemon.
Jan  8 21:59:03 mattlabs systemd: Starting clamd scanner (amavisd) daemon...
Jan  8 21:59:16 mattlabs admin-todos: [ERROR] admin-todos: /etc/nethserver/todos.d/20admin-user exit code 9
Jan  8 21:59:19 mattlabs clamd: ERROR: LOCAL: Socket file /var/run/clamd.amavisd/clamd.sock could not be bound: No such file or directory

(ad libitum)

1 Like

ok so you removed nethserver-mail-server do i’m correct ?

to see what you did

yum history

then call the transactions by its ID

yum history info 5

if you want to remove all rpms without dependencies on your system

yum autoremove

3 Likes

I must admit I did a lot of things those last nights and its hard to understand what went wrong. Yes, I removed nethserver-mail-server using the UI.

A but later I tried to install Sogo, after what it refused to start anymore, complaining about a segfault that coud be linked to a lock file in /var/run.

Anyway, this particular problem went away, so let’s forget it except if somebody chimes in on this thread.

Thanks