Home Users List.Org
Installation List Managers Mailman at GNU
FAQ Site Administrators Python.Org
Discussion Lists Developers Gnu.Org
Overview
Home
Features
Requirements, Download
Installation
Discussion Lists
Bugs and Patches
Frequently Asked Questions
Mailman in Use
Wishlist!
 
Installing Mailman
Start installing
System setup
Running configure
Check your installation
Final system setup
Customize Mailman
Create a test list
Troubleshooting
Common problems FAQ
 
Email Us
mailman-users@python.org
 
 SourceForge Logo
 
© 1998,1999,2000,2001
Free Software Foundation, Inc.
  

Check your installation

To check that your installation has all the correct permissions and group ownerships, you should run the check_perms script:
% cd $prefix
% bin/check_perms

Don't try to run check_perms from the source directory; it will only run from the install (i.e. $prefix) directory.

If this reports no problems, then it's very likely that your installation is set up correctly :) If it reports problems, then you can either fix them manually, re-run the installation, or use check_perms to fix the problems (probably the easiest solution):

  • You need to become the user that did the installation (and that owns all the files in $prefix), or root.
  • Run bin/check_perms -f
  • Repeat previous step until no more errors are reported!