Op 7 aug. 2011, om 06:37 heeft Ramsey Gurley het volgende geschreven: > Not entirely fine⦠> > Just in case anyone is trying to install Postgres on a clean install of Lion, > you'll hit a snag at the very end of the installer that prevents the creation > of the initial database and installation of the apps in /Applications. Until > the Postgres people fix this in their install script, you'll need to: > > sudo dscl . -append /Users/_postgres RecordName postgres > sudo dscl . -append /Groups/_postgres RecordName postgres > sudo dscl . -change /Users/_postgres UserShell /usr/bin/false /bin/bash >
In Lion Server postgresql is directly available, instead of Mysql. I do not know about Lion Client, I upgrade my MacBookPro to Lion, and my macports postgresql just continued to run. I would go the macports route anyway. > The first two commands will alias the underscore username with a > username/group the install script expects. The third line is necessary to su > to the postgres user. It seems all three are required prior to running the > installer in order to get it to complete normally. > > Ramsey > > On Jul 25, 2011, at 4:24 PM, Andy 'Dru' Satori wrote: > >> PostgreSQL is just fine in lion >> >> Andy 'Dru' Satori - all typos courtesy of fat finger and an iPad >> >> On Jul 25, 2011, at 7:15 PM, Ramsey Gurley <[email protected]> wrote: >> >>> Postgresql? >>> >>> On Jul 25, 2011, at 11:38 AM, Tim Worman wrote: >>> >>>> The only problem I had was that I had to use Direct Connect in Lion - >>>> probably a config problem somewhere. I'm stuck in Snow Leopard for dev >>>> right now since my current database doesn't install in Lion. >>>> >>>> Tim Worman >>>> UCLA GSE&IS >>>> >>>> >>>> On Jul 20, 2011, at 10:08 AM, Mike Schrag wrote: >>>> >>>>> yes, long ago .. works fine. >>>>> >>>>> On Jul 20, 2011, at 1:06 PM, Simon wrote: >>>>> >>>>>> what about upgrading a dev machine - anyone braved it yet ? >>>>>> >>>>>> On 20 July 2011 16:32, Pascal Robert <[email protected]> wrote: >>>>>>> Just before people start asking. I installed Lion Server on a Mac Mini >>>>>>> Server and the Wonder variants of wotaskd and Monitor works well. >>>>>>> Apache WO adaptor compiles correctly too. But Java is not >>>>>>> pre-installed, so just start any Java process (a simple call to >>>>>>> /usr/bin/java will do) and Finder will ask you if you want to install >>>>>>> Java. If you say so, it will download Java 1.6 (from Apple) and install >>>>>>> it. _______________________________________________ >>>>>>> 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/simon%40potwells.co.uk >>>>>>> >>>>>>> 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/mschrag%40pobox.com >>>>>> >>>>>> 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/lists%40thetimmy.com >>>>> >>>>> 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/rgurley%40smarthealth.com >>>> >>>> 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/dru%40druware.com >>> >>> 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/ramseygurley%40gmail.com >> >> 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/johan%40netsense.nl > > This email sent to [email protected] Johan Henselmans [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]
