RE: [Asterisk-Users] voicemail file access problems

2003-07-31 Thread Armand A. Verstappen
On Wed, 2003-07-30 at 22:33, Patrick wrote: Did it work after you left a new voice mail message? I was looking into the source code to fix it so that the euid was set to nobody, create the file and then change it back to uid 0, but that didn't work. Or, maybe change the file

Re: [Asterisk-Users] voicemail file access problems

2003-07-30 Thread Tilghman Lesher
On Wednesday 30 July 2003 01:41 pm, Paulo Mannheimer wrote: Hi folks, I'm having problems accessing my voicemail files through the web interface. I remember that this was discussed on the list, and it seems to be a permission problem, but I couldn't find any answer by searching the

RE: [Asterisk-Users] voicemail file access problems

2003-07-30 Thread Paulo Mannheimer
Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tilghman Lesher Sent: July 30, 2003 4:06 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] voicemail file access problems On Wednesday 30 July 2003 01:41 pm, Paulo Mannheimer wrote: Hi folks

RE: [Asterisk-Users] voicemail file access problems

2003-07-30 Thread Todd Lieberman
Sent: Wednesday, July 30, 2003 3:23 PM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] voicemail file access problems Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tilghman Lesher Sent: July 30, 2003 4:06 PM To: [EMAIL PROTECTED] Subject: Re

RE: [Asterisk-Users] voicemail file access problems

2003-07-30 Thread Todd Lieberman
, 2003 3:50 PM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] voicemail file access problems I did the chown and now I get [Wed Jul 30 15:51:11 2003] [error] [client 216.183.124.45] Setuid/gid script is writable by world., referer: http://asterisk.weichertrents.com/cgi-bin/vmail.cgi

Re: [Asterisk-Users] voicemail file access problems

2003-07-30 Thread Tilghman Lesher
On Wednesday 30 July 2003 02:49 pm, Todd Lieberman wrote: I did the chown and now I get [Wed Jul 30 15:51:11 2003] [error] [client 216.183.124.45] Setuid/gid script is writable by world., referer: http://asterisk.weichertrents.com/cgi-bin/vmail.cgi chmod o-w vmail.cgi btw, 'man chmod'

RE: [Asterisk-Users] voicemail file access problems

2003-07-30 Thread Patrick
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Todd Lieberman Sent: Wednesday, July 30, 2003 3:50 PM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] voicemail file access problems I did the chown and now I get [Wed Jul 30 15:51:11 2003] [error

RE: [Asterisk-Users] voicemail file access problems

2003-07-30 Thread Paulo Mannheimer
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Sent: July 30, 2003 5:33 PM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] voicemail file access problems Did it work after you left a new voice mail message? I was looking into the source code to fix it so that the euid

RE: [Asterisk-Users] voicemail file access problems

2003-07-30 Thread Armand A. Verstappen
On Wed, 2003-07-30 at 22:33, Patrick wrote: Did it work after you left a new voice mail message? I was looking into the source code to fix it so that the euid was set to nobody, create the file and then change it back to uid 0, but that didn't work. Or, maybe change the file mode was 770

RE: [Asterisk-Users] voicemail file access problems

2003-07-30 Thread Patrick
But the mask of the file is set to 0700. I don't think the sgid bit will make a difference if the file isn't written 0770. It's still on readable/writable/executable by the owner. Patrick On 31 Jul 2003, Armand A. Verstappen wrote: On Wed, 2003-07-30 at 22:33, Patrick wrote: Did it