Chris Petrik wrote:

>I ran check-perms -f it fixed a couple perms, but did not fix the
>
>File "/usr/local/mailman/Mailman/MailList.py", line 549, in __save
>     os.link(fname, fname_last)
>OSError: [Errno 1] Operation not permitted
>
>I am not using selinux as the OS is FreeBSD not sure where else to look.


Look in Mailman's lists/LISTNAME/ directory. I think you will see one
config.pck file, no config.pck.last file and one or more
config.pck.tmp.* files.

As the Mailman user (_mailman on FreeBSD ?) try to cd to the
lists/LISTNAME/ directory and for one (or the only) config.pck.tmp.*
file try

ln config.pck.tmp.whatever config.pck.last

If that fails, figure out why.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to