Jason Reid <[EMAIL PROTECTED]> writes: > The other option is to 'chattr +i ~/.inkscape/preferences.xml' which > makes the file immutable, and as such it can't become corrupted. Biggest > problem here is that chattr has to be run from root under most systems, > though I wouldn't think this would be too large an obstacle until a > better solution is implemented.
For my client I use a special login and $HOME directory so all the [EMAIL PROTECTED] stuff is kept separately. Then, after having had the inkscape issue a couple of times I set the preferences file read only (chmod u-w ~/.inkscape/preferences.xml). And to be able to log off I let the client run inside a screen session. In the case of a unresponsive API (or tah server) the client should retry in larger intervals instead of dying. Matthias _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
