Re: [HACKERS] v814 + OSX10.4.6 builds OK, but fails launch ...

2006-05-26 Thread Martijn van Oosterhout
On Wed, May 24, 2006 at 05:45:57PM -0700, Richard wrote: > /usr/local/pgsql/bin > ls -al postmaster > lrwxrwx--- 1 root wheel 8 2006-05-24 07:48 postmaster -> postgres How did that happen. I was always under the impression that permission bits on symbolic links were ignored, and chmod on my

Re: [HACKERS] v814 + OSX10.4.6 builds OK, but fails launch ...

2006-05-24 Thread Richard
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 >> /usr/local/pgsql/bin > ls -al postmaster >> lrwxrwx--- 1 root wheel 8 2006-05-24 07:48 postmaster -> postgres > > Hm, is it significant that that symlink is set for no access by world? hmmm, too. > I don't remember if Darwin enforces a

Re: [HACKERS] v814 + OSX10.4.6 builds OK, but fails launch ...

2006-05-24 Thread Tom Lane
Richard <[EMAIL PROTECTED]> writes: >> Look at the postmaster -> postgres symlink; >> is it where it's supposed to be? > seems to be: > /usr/local/pgsql/bin > ls -al postmaster > lrwxrwx--- 1 root wheel 8 2006-05-24 07:48 postmaster -> postgres Hm, is it significant that that symlink is s

Re: [HACKERS] v814 + OSX10.4.6 builds OK, but fails launch ...

2006-05-24 Thread Richard
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 tom, >> v8.1.3 on all boxes. i can currently successfully (re)build 813 on this >> box now, with no such problems ... > > Curious. yup. I just rebuilt/tested CVS HEAD successfully on my own 10.4.6 > laptop ... good to know ... > I'll try R

Re: [HACKERS] v814 + OSX10.4.6 builds OK, but fails launch ...

2006-05-24 Thread Joshua D. Drake
Richard wrote: -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 hi all, i've working built-from-source v813 installs on OSX 10.4.6. staring with a clean 814 src tree, a similarly-config'd build completes without error: % postmaster --version postmaster (PostgreSQL) 8.1.4

Re: [HACKERS] v814 + OSX10.4.6 builds OK, but fails launch ...

2006-05-24 Thread Tom Lane
Richard <[EMAIL PROTECTED]> writes: >> If so, what was the last version that worked for you? > v8.1.3 on all boxes. i can currently successfully (re)build 813 on this > box now, with no such problems ... Curious. I just rebuilt/tested CVS HEAD successfully on my own 10.4.6 laptop ... I'll try R

Re: [HACKERS] v814 + OSX10.4.6 builds OK, but fails launch ...

2006-05-24 Thread Richard
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 hi tom, >> LOG: 0: could not read symbolic link "postmaster" >> LOCATION: resolve_symlinks, exec.c:338 >> FATAL: XX000: /usr/local/pgsql/bin/postmaster: could not locate my >> own executable path >> LOCATION: PostmasterMain, postm

Re: [HACKERS] v814 + OSX10.4.6 builds OK, but fails launch ...

2006-05-24 Thread Tom Lane
Richard <[EMAIL PROTECTED]> writes: > LOG: 0: could not read symbolic link "postmaster" > LOCATION: resolve_symlinks, exec.c:338 > FATAL: XX000: /usr/local/pgsql/bin/postmaster: could not locate my > own executable path > LOCATION: PostmasterMain, postmaster.c:435 > known? Nope, a

[HACKERS] v814 + OSX10.4.6 builds OK, but fails launch ...

2006-05-24 Thread Richard
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 hi all, i've working built-from-source v813 installs on OSX 10.4.6. staring with a clean 814 src tree, a similarly-config'd build completes without error: % postmaster --version postmaster (PostgreSQL) 8.1.4 but, on executab