Archive for » November 7th, 2009«

Mailman error “Bug in Mailman version 2.1.11.cp3″

In latest cPanel 11.24.5if you are receiving following while selecting “modify” option from your cPanel >> Mailing Lists it will open mailing list with the following error message…

Mailing list bug

You can resolve above error by using following command form your shell but make sure that you are logged in as a root user.

root@gunjan[]#chmod 02775 -R /usr/local/cpanel/3rdparty/mailman/

and if its also not resolving your issue then you can read more on it here….

How to check process id for services?

You can check the process id for specific service by using following command from your command prompt.

root@gunjan[]#pidof service_name

For example we need to check process id for mysql service

root@gunjan[]#pidof mysql

16140

Category: Basic Linux  Tags: , , ,  Comments off