[Moin-user] Linux-wiki on fat32 partition

Thomas Waldmann tw-public at gmx.de
Tue May 2 08:29:02 EDT 2006


> But when it comes to saving the changes, the Linux wiki shows an error 
> page:
> 
> OSError
> [Errno 1] Operation not permitted: 
> '/home/snordhoff/Linwiki/data/pages/DomainTemplate/revisions/00000009'

We need the full backtrace html in a bug report on MoinMoin wiki.

> I suspect that the error message refers to some kind of unix-specific 
> operation  that Moin tries to call, but which is not possible on fat32. 
> Now the question: How can I teach MoinMoin to not perform unix-specific 
> options on directories that are located on fat32 partitions? 

Maybe some chmod call.

> Alternatively, how could I teach Moin to ignore [Errno 1]?

First find out what exactly fails. Then decide if that is a problem or 
not. If not, use try: ... except OSError, err: ...

Maybe join us on #moin on irc.freenode.net when you have time for 
debugging that.




More information about the Moin-user mailing list