Re: migrating from MacOS to unix

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 35591
interpreted = N
texte = Thanks, I'll try that. . .I'm running OSXS. I thought maybe Apache was detecting the suid bit and not running it. ml>Mark - > >Some Unix's have broken implementation of SUID, and so Perl has a number >of ways to deal with that. You need to check to see if your Unix is one >of those, and whether Perl has been compiled to not allow SUID at all. >For testing purposes, you can write a simple shell script and try to >see if that can be flagged SUID. > >John Peacock > >Webcat wrote: >> >> I haven't been able to get suid to work with perl, any hints. It just gives the typical configuration error message when I set the suid bit. >> ml >> >> >The only thing I would add to Dale's message is that you should prepare >> >now for how you are going to deal with updating databases/templates/etc >> >on the Unix system. Most of the problems caused by file rights issues >> >are actually related to people wanting to FTP their database over to the >> >server and not change the file ownership once it gets there. >> > >> >WebCat, like virtually all *nix daemons, runs as a special user with >> >very limited rights (usually called nobody). In order for the daemon to >> >access your database files, it must own the file or be a member of the >> >group that owns the file (I'm assuming -rw-rw----). It is generally a >> >bad idea to give anyone else access to these files either, because that >> >can have negative security consequences on the other daemons which run >> >as nobody. >> > >> >Since you have a unix head (admin? guru?) in house, have her set up a >> >staging area for you to upload into that is a match for the directory >> >structure of your test area. Then have him create a suid script to move >> >files from staging to test (and from test to live), so that you won't >> >have to play with the rights all the time. I would give you my scripts, >> >but I haven't written them yet (I'm still in love with WebSite ;~). >> > >> >John Peacock >> > >> >Dale LaFountain wrote: >> >> >> >> >Anyone have any ideas on how difficult it is to install WebCatalog on a unix >> >> >system vs. say on MacOS. Let's say that there is a unix head in the shop and >> >> >we have lots of MacOS experience and lots of experience with WebCatalog on >> >> >MacOS. We want to move an application from MacOS to unix. What pitfalls are >> >> >there and would a unix head and the WebCat docs be enough to make our way >> >> >through an install? >> >> > >> >> >What flavors of unix does WebCat run on? >> >> > >> >> >Thanks >> >> > >> >> >scottie >> >> > >> >> >> >> The biggest issues are with case sensitivity in your templates. All >> >> file, include, and db references must match case with the filesystem. > > >> On the MacOS, you can be lazy and get away with mixed case all over > > >> the place, which bit us pretty badly when we tried to move our > > >> templates over to MacOSX server. > > >> > > >> Other than that, most people seem to have problems getting >> >> permissions tweaked correctly for webcat to play nice with db files >> >> (although we didn't have that problem ourselves). >> >> >> >> As for platforms, Webcat runs on Linux (redhad and cobalt, I >> >> believe), Solaris, and MacOSX server. >> >> >> >> I found the webcat unix docs sufficient to get things running, but >> >> you definitely need someone with Unix and apache experience handy to >> >> wade through all the configuration issues. >> > > >> > > -Dale >> > > -- >> > > >> > > Dale LaFountain >> > > Vice President of Information Technology, WebMaster >> > > Dark Horse Comics, Inc. mailto:dalel@darkhorse.com >> > > Phone: 503-652-8815 x324 http://www.darkhorse.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://search.smithmicro.com/ > > >> -- >> \|/ >> (. .) >> _________________________ooO_(_)_Ooo_____________________________ >> Mark Lacas mailto:mark@lacas.com >> Virtual Loft / Seattle HarborCam: http://www.loftcam.com/ >> SeattleStuff WebCommerce Community: http://www.seattlestuff.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://search.smithmicro.com/-- \|/ (. .) _________________________ooO_(_)_Ooo_____________________________ Mark Lacas mailto:mark@lacas.com Virtual Loft / Seattle HarborCam: http://www.loftcam.com/ SeattleStuff WebCommerce Community: http://www.seattlestuff.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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: migrating from MacOS to unix (Webcat 2000)
  2. Re: migrating from MacOS to unix (John Peacock 2000)
  3. Re: migrating from MacOS to unix (Webcat 2000)
  4. Re: migrating from MacOS to unix [drifting off-topic] (anita@tenon.com (Anita Holmgren) 2000)
  5. Re: migrating from MacOS to unix [drifting off-topic] (Andrew Vernon 2000)
  6. Re: migrating from MacOS to unix (Alain Russell 2000)
  7. Re: migrating from MacOS to unix (Joseph D'Andrea 2000)
  8. Re: migrating from MacOS to unix (Will Starck 2000)
  9. Re: migrating from MacOS to unix (Bob Sneidar 2000)
  10. Re: migrating from MacOS to unix (Andrew Vernon 2000)
  11. Re: migrating from MacOS to unix (John Peacock 2000)
  12. Re: migrating from MacOS to unix (Dale LaFountain 2000)
  13. migrating from MacOS to unix (Scott11215@aol.com 2000)
Thanks, I'll try that. . .I'm running OSXS. I thought maybe Apache was detecting the suid bit and not running it. ml>Mark - > >Some Unix's have broken implementation of SUID, and so Perl has a number >of ways to deal with that. You need to check to see if your Unix is one >of those, and whether Perl has been compiled to not allow SUID at all. >For testing purposes, you can write a simple shell script and try to >see if that can be flagged SUID. > >John Peacock > >Webcat wrote: >> >> I haven't been able to get suid to work with perl, any hints. It just gives the typical configuration error message when I set the suid bit. >> ml >> >> >The only thing I would add to Dale's message is that you should prepare >> >now for how you are going to deal with updating databases/templates/etc >> >on the Unix system. Most of the problems caused by file rights issues >> >are actually related to people wanting to FTP their database over to the >> >server and not change the file ownership once it gets there. >> > >> >WebCat, like virtually all *nix daemons, runs as a special user with >> >very limited rights (usually called nobody). In order for the daemon to >> >access your database files, it must own the file or be a member of the >> >group that owns the file (I'm assuming -rw-rw----). It is generally a >> >bad idea to give anyone else access to these files either, because that >> >can have negative security consequences on the other daemons which run >> >as nobody. >> > >> >Since you have a unix head (admin? guru?) in house, have her set up a >> >staging area for you to upload into that is a match for the directory >> >structure of your test area. Then have him create a suid script to move >> >files from staging to test (and from test to live), so that you won't >> >have to play with the rights all the time. I would give you my scripts, >> >but I haven't written them yet (I'm still in love with WebSite ;~). >> > >> >John Peacock >> > >> >Dale LaFountain wrote: >> >> >> >> >Anyone have any ideas on how difficult it is to install WebCatalog on a unix >> >> >system vs. say on MacOS. Let's say that there is a unix head in the shop and >> >> >we have lots of MacOS experience and lots of experience with WebCatalog on >> >> >MacOS. We want to move an application from MacOS to unix. What pitfalls are >> >> >there and would a unix head and the WebCat docs be enough to make our way >> >> >through an install? >> >> > >> >> >What flavors of unix does WebCat run on? >> >> > >> >> >Thanks >> >> > >> >> >scottie >> >> > >> >> >> >> The biggest issues are with case sensitivity in your templates. All >> >> file, include, and db references must match case with the filesystem. > > >> On the MacOS, you can be lazy and get away with mixed case all over > > >> the place, which bit us pretty badly when we tried to move our > > >> templates over to MacOSX server. > > >> > > >> Other than that, most people seem to have problems getting >> >> permissions tweaked correctly for webcat to play nice with db files >> >> (although we didn't have that problem ourselves). >> >> >> >> As for platforms, Webcat runs on Linux (redhad and cobalt, I >> >> believe), Solaris, and MacOSX server. >> >> >> >> I found the webcat unix docs sufficient to get things running, but >> >> you definitely need someone with Unix and apache experience handy to >> >> wade through all the configuration issues. >> > > >> > > -Dale >> > > -- >> > > >> > > Dale LaFountain >> > > Vice President of Information Technology, WebMaster >> > > Dark Horse Comics, Inc. mailto:dalel@darkhorse.com >> > > Phone: 503-652-8815 x324 http://www.darkhorse.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://search.smithmicro.com/ > > >> -- >> \|/ >> (. .) >> _________________________ooO_(_)_Ooo_____________________________ >> Mark Lacas mailto:mark@lacas.com >> Virtual Loft / Seattle HarborCam: http://www.loftcam.com/ >> SeattleStuff WebCommerce Community: http://www.seattlestuff.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://search.smithmicro.com/-- \|/ (. .) _________________________ooO_(_)_Ooo_____________________________ Mark Lacas mailto:mark@lacas.com Virtual Loft / Seattle HarborCam: http://www.loftcam.com/ SeattleStuff WebCommerce Community: http://www.seattlestuff.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://search.smithmicro.com/ Webcat

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:

WebCat2: multiple currency support (1997) Robert Minor duplicate mail (1997) problems with 2 tags shakur (1997) More on the email templates (1997) NYC-based WebDNA programmers (2003) Static Page Problem (2003) WebCat2b12 forgets serial # (1997) WebCommerce: Folder organization ? (1997) Email Newsletters (2003) No Wanna Duppys (1998) Fields/Forms Processing (1998) Form Variables (2000) webcat NT with [dos] command (1997) notification solutions (1997) Authenticate (1997) AOL displays strange header info (2000) Happy New Year (2002) Format all of a sudden doesn't work (1997) Silly Question (1997) writing db to disk (1997)