Re: [Mono-list] File umask

2008-07-23 Thread Albert Ritmeester
Has anyone some help on this? Regards, Albert Ritmeester On Mon, Jul 21, 2008 at 11:09, Albert Ritmeester [EMAIL PROTECTED] wrote: Nope, a umask is a mask like an IP subnet mask. So the umask is correct. But it seems (mod)mono doesn't adhere to that setting :-(( Regard, Albert Peter

Re: [Mono-list] File umask

2008-07-23 Thread Chris Howie
On Wed, Jul 23, 2008 at 8:36 AM, Albert Ritmeester [EMAIL PROTECTED] wrote: Has anyone some help on this? Have you tried filing a bug report? -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list

[Mono-list] File umask

2008-07-21 Thread Albert Ritmeester
Hi, From my code I'm writing a XML file to the system. Unfortunately, the file rigths are set to -rw-- I want the file te be readable by the group also. We are running mono 1.9.1 with mod-mono-server2 1.2.5. Any help is appreciated. Regards, Albert Ritmeester VERSION INFORMATION

Re: [Mono-list] File umask

2008-07-21 Thread Peter Hagen
Hi you should check out the Mono.Posix assembly. Or you can do a chmod 775 ... with a process object. cheers Peter On Mon, 2008-07-21 at 10:40 +0200, Albert Ritmeester wrote: Hi, From my code I'm writing a XML file to the system. Unfortunately, the file rigths are set to -rw-- I want

Re: [Mono-list] File umask

2008-07-21 Thread Albert Ritmeester
That could be a solution but I do not want to set the file rights programmaticaly. In my VirtualHost section in my Apache config file I have the following line; MonoUnixUmask 0027 So the file mask should be -rw-r- Regards, Albert Ritmeester Peter Hagen wrote: you should check out the

Re: [Mono-list] File umask

2008-07-21 Thread Peter Hagen
ow. I didnt know that existed. But, shouldn't it be: MonoUnixUMask 0720 cheers Peter Hagen [EMAIL PROTECTED] www.wingsofdeath.nu On Mon, 2008-07-21 at 01:59 -0700, Albert Ritmeester wrote: That could be a solution but I do not want to set the file rights programmaticaly. In my VirtualHost

Re: [Mono-list] File umask

2008-07-21 Thread Albert Ritmeester
Nope, a umask is a mask like an IP subnet mask. So the umask is correct. But it seems (mod)mono doesn't adhere to that setting :-(( Regard, Albert Peter Hagen wrote: ow. I didnt know that existed. But, shouldn't it be: MonoUnixUMask 0720 On Mon, 2008-07-21 at 01:59 -0700, Albert