Re: Serious Domino Problem : Cannot write or create file (file or disk is read-only)
Sascha Reißner <[email protected]>
| Newsgroups | gmane.linux.suse.domino |
|---|---|
| Message-ID | <OF53875AD1.59D20E71-ONC1256DCF.005237A8-C1256DCF.00521D2F@softwerk.de> |
[email protected] wrote on 30.10.2003 15:53:43: > Hi, hello. > did anybody see following message on startup : > > "Server exiting: Cannot write or create file (file or disk is read-only)" yes, might happen, if you do something wrong. > The Domrun-Script for SuSE 7.x is installed, so user "notes" will start > the domino usually. good point, never run domino as root. actually never ever run anything that doesnt really need root privileges as root. > Actually it's started as User "root" and running without such a Error-Message ! Yes, once you start it as root domino changes the ownership of some files to root. thus rendering the file readonly for other users, like notes. cwd to your domino data directory, do a chown nores * -R to give back notes ownership to all files in the directory recursivly. problem should be gone by then.