Skip to Content.
Sympa Menu

en - [en@sympa] WWSympa won´t start

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Verteiler <address@concealed>
  • To: address@concealed
  • Subject: [en@sympa] WWSympa won´t start
  • Date: Thu, 30 May 2024 14:25:25 +0200

Hi at all,

we installed Sympa on a Debian 11. Looks fine, but we could not start the
wwsympa-Service.

1) cat /lib/systemd/system/wwsympa.service =>

[Unit]
Description = WWSympa - Web interface for Sympa mailing list manager (service)
After = syslog.target sympa.service
[Service]
User = sympa
Group = sympa
ExecStart = /usr/lib/cgi-bin/sympa/wwsympa.fcgi
StandardOutput = null
StandardInput = socket
StandardError = null
Restart=on-failure
[Install]
WantedBy = multi-user.target

2) systemctl status wwsympa.service =>

● wwsympa.service - WWSympa - Web interface for Sympa mailing list manager
(service)
Loaded: loaded (/lib/systemd/system/wwsympa.service; enabled; vendor
preset: enabled)
Active: failed (Result: resources) since Wed 2024-05-29 18:07:18 CEST;
19h ago
CPU: 0

3) /etc/sympa/sympa/sympa.conf says:

lang de
domain izsr.de
listmaster listmaster@XXX
cookie 8ad6705694a1e745975d12a2c670c0a9da269b2e
db_type mysql
db_name sympa
db_host localhost
db_user sympa
db_passwd BloedDoedl_770
db_port 3306
static_content_path /usr/share/sympa/static_content
css_path /var/lib/sympa/css
css_url /css-sympa
pictures_path /var/lib/sympa/pictures
pictures_url /pictures-sympa
use_fast_cgi 1
wwsympa_url https://mail.XXX/sympa

aliases_program postalias
sendmail /sbin/sendmail

4) When we run "systemctl start wwsympa.service“, the log says:

30 14:22:43 mail.xxx systemd[1]: wwsympa.service: Got no socket.
Mai 30 14:22:43 mail.xxx systemd[1]: wwsympa.service: Failed to run 'start'
task: Invalid argument
Mai 30 14:22:43 mail.xxx systemd[1]: wwsympa.service: Failed with result
'resources'.
Subject: Unit failed
Defined-By: systemd
The unit wwsympa.service has entered the 'failed' state with result
'resources'.
Mai 30 14:22:43 mail.xxx systemd[1]: Failed to start WWSympa - Web interface
for Sympa mailing list manager (service).
Subject: A start job for unit wwsympa.service has failed

5) ls -la /run/sympa/ = no socket :\

We compared it with a running version on another Sympa on Debian 11 and could
not find the error, everything seems to be similar.

Any ideas?

Thanx in advace, Tim-Ole



  • [en@sympa] WWSympa won´t start, Verteiler, 05/30/2024

Archive powered by MHonArc 2.6.19+.

Top of Page