If the debconf options sympa/use_wwsympa is true, the postinst script for sympa will set wwsympa.fcgi suid sympa.
To use wwsympa and the soap interface, run dpkg-reconfigure sympa and enable wwsympa, fastcgi and the soap interface. If your debconf is not comfigured to display these options, you can change them using this little script (which is what I used): cat <<EOF > /tmp/debconf.input sympa sympa/use_wwsympa boolean true sympa wwsympa/fastcgi boolean true sympa sympa/use_soap boolean true EOF debconf-set-selections /tmp/debconf.input aptitude reinstall sympa This should set the correct permissions. Please note that there should only be one space between "boolean" and "true". If anyone is interested: I learned this by reading /var/lib/dpkg/info/sympa.postinst -- fcgi-server doesn't work: wrong permissions for sympa.conf https://bugs.launchpad.net/bugs/191489 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs