Le 2011-04-11 à 14:47, Jesse Tayler a écrit : > > I'm launching a UNIX script to generate image thumbnails and troubleshooting > with a new server setup. > > Unless I'm mistaken, the script is unable to launch due to permissions and WO > seems to be running user 501 without a username. > > Now I can't recall if that's how it used to be, should I be running uid 501 > with no account/username?
Normally, the user who run wotaskd and Monitor (and your apps) is "appserver". I guess that user is not on your new server, and that since no other user have a ID of 501, it's running on the ID of the user coming from the .tar.gz of wotaskd and Monitor. So, you should create a "appserver" user and use 501 as the id for this user (or create the user and do a "chown -R appserver" on the directory where WO and your apps are). > I don't want a security disaster, but I do need to launch some scripts that > require a decent shell env. > > Advice? > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
