[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] proftpd AllowChmod??? Help
- Subject: Re: [cobalt-developers] proftpd AllowChmod??? Help
- From: "Ralman" <cobalt@xxxxxxxxxxxxxx>
- Date: Fri Jun 21 17:55:18 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
The reason you were getting the error is because of a typo in your config file.
'AllowAll' should be 'Allow All'.
You just missed putting in the space.
Hope this helps.
-Ralman
On Wed, 19 Jun 2002 12:27:54 -0400, "njd 76" <njd76@xxxxxxxxxxx> wrote :
> I ended up haveing to change it to
>
> <Global>
> #AllowChmod on
> # Report Localtime, not GMT
> TimesGMT off
> </Global>
>
> I was getting the following error when i put in:
>
> <Global>
> #AllowChmod on
> <Limit SITE_CHMOD>
> AllowAll
> </Limit>
> # Report Localtime, not GMT
> TimesGMT off
> </Global>
>
> ERROR
> proftpd[6911]: Fatal: <Limit>: directive requires one or more FTP commands
>
> Do you think this was my best option. I also had to restart my FTP server.
>
>
>
>
>
>
> >From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
> >Reply-To: cobalt-developers@xxxxxxxxxxxxxxx
> >To: cobalt-developers@xxxxxxxxxxxxxxx
> >Subject: Re: [cobalt-developers] proftpd AllowChmod??? Help
> >Date: Wed, 19 Jun 2002 10:22:41 -0400
> >
> >On Wednesday 19 June 2002 09:27 am, njd 76 wrote:
> > > Well I made all the updates and after I installed the newest one last
> >night
> > > i get this error:
> > >
> > > Jun 18 23:41:22 server34 proftpd[4360]: AllowChmod is deprecated, and
> >will
> > > not work consistantly, use <Limit SITE_CHMOD> instead.
> > >
> > > Anyone have any idea what it means or how to fix it? Please help...
> >
> >edit /etc/proftpd.conf
> >change it to
> >
> > <Global>
> > #AllowChmod on
> > <Limit SITE_CHMOD>
> > AllowAll
> > </Limit>
> > # Report Localtime, not GMT
> > TimesGMT off
> > </Global>
> >
> >OR
> > <Global>
> > #AllowChmod on
> > # Report Localtime, not GMT
> > TimesGMT off
> > </Global>
> >
> >Unless you are going to deny chmod, you need no entry at all
> >So the post by Craig St George was correct..
> >You can just hash out chmod
> > #AllowChmod on
> >Or just delete the line!
> >
> >Although the
> > <Limit SITE_CHMOD>
> > AllowAll
> > </Limit>
> >works, here again unless you use DenyAll, it is redundant
> >
> >
> >--
> >Gerald Waugh
> >http://frontstreetnetworks.com SOHO Networks & Web Site Hosting
> >Front Street Networks LLC voice +1 203 785 0699 * fax +1 203 785 1787
> >229 Front Street, Ste. #C, New Haven CT 06513-3203
> >
> >_______________________________________________
> >cobalt-developers mailing list
> >cobalt-developers@xxxxxxxxxxxxxxx
> >http://list.cobalt.com/mailman/listinfo/cobalt-developers
>
>
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>
>
>