Re: [Cooker] Re: mktemp does not work

2002-08-29 Thread Vincent Danen
On Wednesday, August 28, 2002, at 08:55 PM, Todd Lyons wrote: >> You're 100% positive on this? Was it on Mandrake you used 4 X's, or >> BSD? I've got 7.2 up in vmware for some security testing and just ran >> "mktemp file." and get the cannot create error, and the manpage >> indicates 6 X

Re: [Cooker] Re: mktemp does not work

2002-08-29 Thread Han
Todd Lyons ([EMAIL PROTECTED]) wrote: > Vincent Danen wrote on Wed, Aug 28, 2002 at 06:04:01PM -0600 : > > > > You're 100% positive on this? Was it on Mandrake you used 4 X's, or > > BSD? I've got 7.2 up in vmware for some security testing and just > > ran "mktemp file." and get the cann

Re: [Cooker] Re: mktemp does not work

2002-08-28 Thread Todd Lyons
Vincent Danen wrote on Wed, Aug 28, 2002 at 06:04:01PM -0600 : > > You're 100% positive on this? Was it on Mandrake you used 4 X's, or > BSD? I've got 7.2 up in vmware for some security testing and just ran > "mktemp file." and get the cannot create error, and the manpage > indicates 6 X

Re: [Cooker] Re: mktemp does not work

2002-08-28 Thread Vincent Danen
On Wednesday, August 28, 2002, at 03:27 PM, Todd Lyons wrote: >>> I got a repeatable here: >>> Please test: ``mktemp file.XXX'' >>> I get: ``Cannot create temp file file.XXX'' >> This is because you're using mktemp wrong. You need 6 X's... ie. >> mktemp file.X >> file.0AgVNF >> Read the m

Re: [Cooker] Re: mktemp does not work

2002-08-28 Thread Todd Lyons
Vincent Danen wrote on Wed, Aug 28, 2002 at 10:49:57AM -0600 : > > >I got a repeatable here: > >Please test: ``mktemp file.XXX'' > >I get: ``Cannot create temp file file.XXX'' > This is because you're using mktemp wrong. You need 6 X's... ie. > mktemp file.X > file.0AgVNF > Read the manpage