Skip to Content.
Sympa Menu

en - [sympa-users] Installation trouble

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Thomas Jackowski <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Installation trouble
  • Date: Sat, 28 Jun 2008 11:03:15 +0200

Hi,

I got serious installation trouble here and I can't find the problem.

My system is a Debian Etch Stable. Sympa version is 5.2.3 provided from Debian repos.

So I will post now my hole configuration, maybe there is something I don't see. It's driving me mad already:

sympa.conf:

### Directories

home /srv/sympa/expl
etc /srv/sympa/etc

### System related
# Edit syslog.conf !
syslog `/bin/cat /etc/sympa/facility`
log_level 3
log_socket_type unix
pidfile /var/run/sympa/sympa.pid
#pidfile_creation /var/run/sympa/sympa-creation.pid
umask 027

### Sending related

distribution_mode single
maxsmtp 100
log_smtp on
#use_blacklist none
max_size 1024000
misaddressed_commands reject
misaddressed_commands_regexp (subscribe|unsubscribe|signoff)
nrcpt 25
avg 10
sendmail /usr/sbin/exim4
sendmail_args -oi -odi -oem
sendmail_aliases /etc/exim4/aliases/sympa
rfc2369_header_fields help,subscribe,unsubscribe,post,owner,archive
remove_headers Return-Receipt-To,Precedence,X-Sequence,Disposition-Notification-To
#remove_outgoing_headers none
#ignore_x_no_archive_header_feature off
#anonymous_headers_fields Sender,X-Sender,Received,Message-id,From,X-Envelope-To,Resent-From,Reply-To,Organ
ization,Disposition-Notification-To,X-Envelope-From,X-X-Sender
list_check_smtp none
list_check_suffixes request,owner,unsubscribe
urlize_min_size 10240

# Quotas
# default_shared_quota
# default_archive_quota

# Internationalization
#localedir lang en_US

# Spool

spool /var/spool/sympa
queue /var/spool/sympa/msg
queuebounce /var/spool/sympa/bounce
queuetask /var/spool/sympa/task
#tmpdir for OpenSSL and Antivirus
#sleep in seconds between each scan. Never set to 0!
clean_delay_queue 1
#clean_delay_queueoutgoing 1
#clean_delay_queuebounce 1
#clean_delay_queueother 7
clean_delay_queuemod 7
clean_delay_queueauth 7
clean_delay_queuesubscribe 7
clean_delay_queuetopic 7
#clean_delay_queueautomatic 7
#clean_delay_tmpdir

# Database

update_db_field_types auto
db_type mysql
db_name sympa
db_host localhost
db_user sympa
db_passwd xxx

wwsympa.conf:

arc_path /srv/sympa/wwsarchive
bounce_path /srv/sympa/wwsbounce
mhonarc /usr/bin/mhonarc
use_fast_cgi 1
title Sympa
icons_url /icons
## Main page type (lists | home)
#default_home lists

Ok, now the virtual hosts config for apache2. I am using the sudo wrapper method:

NameVirtualHost *:80
<VirtualHost *:80>
ServerName lists-test.hadiko.de
ServerAdmin root
DocumentRoot /srv/www/sympa/

#Sympa Stuff
# RedirectMatch ^/$ /sympa/

<Location /sympa>
SetHandler fcgid-script
</Location>

Alias /static-sympa /srv/sympa/static_content
ScriptAlias /sympa /usr/lib/cgi-bin/sympa/wwsympa_sudo_wrapper.pl


ErrorLog /var/log/apache2/error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel debug

CustomLog /var/log/apache2/access.log combined
ServerSignature On
</VirtualHost>

and the rest of apache.conf:
#fcgid Modul für Sympa (FastCGIDaemon)
#LoadModule fcgid_module modules/mod_fcgid.so
<IfModule mod_fcgid.c>
IPCCommTimeout 120
MaxProcessCount 2
</IfModule>

My sudoers file:
www-data ALL=(sympa) NOPASSWD: /usr/lib/cgi-bin/sympa/wwsympa.fcgi


Well I hope I didn't forget something.



So now the problem:
I login through the WebInterface as listmaster and I want to create a new Mailinglist. After filling out the form I receive following message:
*INTERNAL SERVER ERROR (create_list) -



The sympa.log says following at this time:
[...]
Jun 28 10:47:42 jordan task_manager[28494]: List::get_lists(*)
Jun 28 10:47:42 jordan task_manager[28494]: List::get_robots()
Jun 28 10:47:42 jordan task_manager[28494]: Error while processing task, removing /var/spool/sympa/task/121464280
2..eval_bouncers._global
Jun 28 10:47:42 jordan task_manager[28494]: procesing /var/spool/sympa/task/1214674274.ACTION.expire_bounce._glob
al
Jun 28 10:47:46 jordan bounced[28500]: List::init_list_cache()
Jun 28 10:47:46 jordan bounced[28500]: Reaper unwaited pids : Open = 0
Jun 28 10:47:46 jordan archived[28490]: List::init_list_cache()
Jun 28 10:47:47 jordan sympa[28486]: Language::SetLang(en_US)
Jun 28 10:47:47 jordan sympa[28486]: List::init_list_cache()
Jun 28 10:47:47 jordan sympa[28486]: Reaper unwaited pids : Open = 0
[...]

I have really no clue. I want to mention, it doesn't matter if the sympa.pl is started or not, I receive the same error message. So I think there must be somewhere a rights problem.
Anybody got ideas?

Greets, Thomas
*









Archive powered by MHonArc 2.6.19+.

Top of Page