Re: Error: Permision deny.

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 62979
interpreted = N
texte = Or use the NetinfoManager ... thierry >You can modify /etc/group as root. > >Bill > >On Sep 9, 2005, at 10:35 AM, Kenneth Grome wrote: > >>I forgot to mention that this problem is on the development server >>on my desktop, not on a live server. >> >>One of the "pain in the ass" problems with webdna on MacOS X that's >>running as a desktop development server is that webdna changes the >>db files I create manually. It resets the permissions on these >>files so the owner and group are both "www". This prevents me from >>manually editing my db files (and it pisses me off because I always >>edit my webdna db files manually during development). >> >>I figure that if I could add myself to the "www" group this would >>not be a problem any more, because the "www" group can read and >>write to these files, which means I can too -- after I'm in that >>group. Too bad I don't know how to make myself a member of the >>"www" group ... :( >> >>Anyone know how I can do this? >> >>Sincerely, >>Kenneth Grome >>www.kengrome.com >> >> >> >> >> >> >> >>On Sep 9, 2005, at 21:20, William DeVaul wrote: >> >>>660 is probably ideal for you. The general idea is the least >>>amount of permissions needed to operate is the most secure you can >>>be. >>> >>>Apache and WebDNA need to operate as the user www or httpd >>>(depending on your distribution of Linux). Then, just to make >>>things confusing, there is also a group called httpd or www. Your >>>user needs to be a part of that group to r/w to those files. >>> >>>Here are some useful commands that one should read about and >>>understand before using: >>> >>>ls -al (this will show the current directory with permissions and owners) >>>chown (this will allow one to change the ownership) >>>chmod (this will modify the permissions) >>>chgrp (this will allow one to add a user to a group) >>> >>>Try man ls or man chown to read more about the commands before >>>using them. I also recommend having a few good books on unix or >>>linux. >>> >>>Bill >>> >>> >>>On Sep 9, 2005, at 1:59 AM, Frank Nordberg wrote: >>> >>>>William DeVaul wrote: >>>>>666 is textbook insecure. >>>> >>>>Yes, but I think the general idea is to allow visitors to both >>>>access and add to/modify the data through WebDNA so there's gotta >>>>be a 6 there somewhere. Question is where does WebDNA fit in? >>>>owner? group? world? >>>> >>>>Who is this group anyway? I thought that parameter wasn't really >>>>relevant at all for a reguar public web site. >>>> >>>>>The bits are given for read(4)/write(2)/execute(1). >>>> >>>>Thanks, I'll try to remember it now. I think the reason why I >>>>have to look it up every time is that the system seems to be the >>>>opposite of what one would intuively expect: "read" (the least >>>>intrusive action) for the lowest bit and "execute" (the riskiest >>>>one) for the highest. >>>> >>>> >>>>Frank Nordberg >>> >>> >>>------------------------------------------------------------- >>>This message is sent to you because you are subscribed to >>> the mailing list . >>>To unsubscribe, E-mail to: >>>To switch to the DIGEST mode, E-mail to >>> >>>Web Archive of this list is at: http://webdna.smithmicro.com/ >>> >> >> >>------------------------------------------------------------- >>This message is sent to you because you are subscribed to >> the mailing list . >>To unsubscribe, E-mail to: >>To switch to the DIGEST mode, E-mail to >> >>Web Archive of this list is at: http://webdna.smithmicro.com/ >> > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to > >Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Fw: Re: Error: Permision deny. ( nitai@computeroil.com 2005)
  2. Re: Error: Permision deny. ( Thierry Almy 2005)
  3. Re: Error: Permision deny. ( Thierry Almy 2005)
  4. Re: Error: Permision deny. ( William DeVaul 2005)
  5. Re: Error: Permision deny. ( Kenneth Grome 2005)
  6. Re: Error: Permision deny. ( William DeVaul 2005)
  7. Re: Error: Permision deny. ( Thierry Almy 2005)
  8. Re: Error: Permision deny. ( Frank Nordberg 2005)
  9. Re: Error: Permision deny. ( Donovan Brooke 2005)
  10. Re: Error: Permision deny. ( William DeVaul 2005)
  11. Re: Error: Permision deny. ( Frank Nordberg 2005)
  12. Error: Permision deny. ( Kenneth Grome 2005)
  13. Re: Error: Permision deny. Unable to append to 'db=^WebMerchant/Stores.db' .Ignoring [Append] context (Le Pham 2002)
  14. Re: Error: Permision deny. Unable to append to 'db=^WebMerchant/Stores.db' .Ignoring [Append] context (Clayton Randall 2002)
  15. Re: Error: Permision deny. Unable to append to (Alain Russell 2002)
Or use the NetinfoManager ... thierry >You can modify /etc/group as root. > >Bill > >On Sep 9, 2005, at 10:35 AM, Kenneth Grome wrote: > >>I forgot to mention that this problem is on the development server >>on my desktop, not on a live server. >> >>One of the "pain in the ass" problems with webdna on MacOS X that's >>running as a desktop development server is that webdna changes the >>db files I create manually. It resets the permissions on these >>files so the owner and group are both "www". This prevents me from >>manually editing my db files (and it pisses me off because I always >>edit my webdna db files manually during development). >> >>I figure that if I could add myself to the "www" group this would >>not be a problem any more, because the "www" group can read and >>write to these files, which means I can too -- after I'm in that >>group. Too bad I don't know how to make myself a member of the >>"www" group ... :( >> >>Anyone know how I can do this? >> >>Sincerely, >>Kenneth Grome >>www.kengrome.com >> >> >> >> >> >> >> >>On Sep 9, 2005, at 21:20, William DeVaul wrote: >> >>>660 is probably ideal for you. The general idea is the least >>>amount of permissions needed to operate is the most secure you can >>>be. >>> >>>Apache and WebDNA need to operate as the user www or httpd >>>(depending on your distribution of Linux). Then, just to make >>>things confusing, there is also a group called httpd or www. Your >>>user needs to be a part of that group to r/w to those files. >>> >>>Here are some useful commands that one should read about and >>>understand before using: >>> >>>ls -al (this will show the current directory with permissions and owners) >>>chown (this will allow one to change the ownership) >>>chmod (this will modify the permissions) >>>chgrp (this will allow one to add a user to a group) >>> >>>Try man ls or man chown to read more about the commands before >>>using them. I also recommend having a few good books on unix or >>>linux. >>> >>>Bill >>> >>> >>>On Sep 9, 2005, at 1:59 AM, Frank Nordberg wrote: >>> >>>>William DeVaul wrote: >>>>>666 is textbook insecure. >>>> >>>>Yes, but I think the general idea is to allow visitors to both >>>>access and add to/modify the data through WebDNA so there's gotta >>>>be a 6 there somewhere. Question is where does WebDNA fit in? >>>>owner? group? world? >>>> >>>>Who is this group anyway? I thought that parameter wasn't really >>>>relevant at all for a reguar public web site. >>>> >>>>>The bits are given for read(4)/write(2)/execute(1). >>>> >>>>Thanks, I'll try to remember it now. I think the reason why I >>>>have to look it up every time is that the system seems to be the >>>>opposite of what one would intuively expect: "read" (the least >>>>intrusive action) for the lowest bit and "execute" (the riskiest >>>>one) for the highest. >>>> >>>> >>>>Frank Nordberg >>> >>> >>>------------------------------------------------------------- >>>This message is sent to you because you are subscribed to >>> the mailing list . >>>To unsubscribe, E-mail to: >>>To switch to the DIGEST mode, E-mail to >>> >>>Web Archive of this list is at: http://webdna.smithmicro.com/ >>> >> >> >>------------------------------------------------------------- >>This message is sent to you because you are subscribed to >> the mailing list . >>To unsubscribe, E-mail to: >>To switch to the DIGEST mode, E-mail to >> >>Web Archive of this list is at: http://webdna.smithmicro.com/ >> > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to > >Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Thierry Almy

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Help! WebCat2 bug (1997) WebCatalog can't find database (1997) WebCatalog [FoundItems] Problem - LONG - (1997) math variable security (2000) 3 card formulas! (1999) Calendar using WebCatalog? (1997) includes and cart numbers (1997) OT: Unix Find Question (2004) Replace Missing Images (2003) PCS Frames (1997) [WebDNA] agree? --> [url] broken inside [redirect], on a square-bracket-style (2009) system crashes, event log (1997) Protect (1997) Multi-processor Mac info ... (1997) Multiple fields on 1 input (1997) WC1.6 to WC2 date formatting (1997) Duplicate Cart ID (2001) PIXO Support (1997) [WebDNA] lighttpd.conf for php and webdna? (2013) mass mailing (1998)