Start problem on OSX

Ask a Question related to PostgreSQL / PGSQL, Design and Development.

  1. #1

    Default Start problem on OSX

    Dear list,

    I have a problem starting PG 8.0 on a OSX machine, getting this
    FATAL: could not open lock file "/tmp/.s.PGSQL.5432.lock": Permission
    denied

    I checked the privs on /tmp
    ls -ld /tmp
    lrwxr-xr-x 1 root admin 11 4 Oct 2003 /tmp -> private/tmp

    ls -ld /private/tmp
    drwxrwxrwt 21 root wheel 714 4 Feb 00:09 /private/tmp

    and of course, PG 8.0 starts on another machine, with the same OS
    version 10.3.7, PG version 8.0, configuration.
    Nothing found in system, console logs.

    Did someone already experienced this ?
    Many thanks for some ideas, I can't see what's wrong... (ok, its
    late...)

    Philippe


    ---------------------------(end of broadcast)---------------------------
    TIP 1: subscribe and unsubscribe commands go to [email]majordomo@postgresql.org[/email]

    Philippe Schmid Guest

  2. Similar Questions and Discussions

    1. Start Page using old domain name problem
      Hi- Dreamweaver & Contribute administrator, lost in a mystery. I had set up DWMX2004 & CT v3 for a domain last year. The client wanted to rename...
    2. Start on event problem.
      Hi, I have a little problem : I am building ? photo gallery that works the following way : In a main movie loads a second movie with the small...
    3. Users save problem on the start up HD
      Has anyone else had a ?save or save as? problem? I run two Macs a G5 and G4 using OSX 10.3.2 and all my work is saved on the start-up hard drive. ...
    4. Apache2 SSL start problem
      This is a problem on another Solx86_9 machine :) Apache2.047 has been compiled successfully using following parameters:...
    5. problem when i try to start a ASP.NET application
      hai !! i have recently installed vs.net on my computer (xp pro operating system). when i tried to create web pages using asp.net it worked fine....
  3. #2

    Default Re: Start problem on OSX

    hi, how did you install PostgreSQL? from source or from dmg? which user are
    you using to start the instance?

    On Fri, 4 Feb 2005 00:22:47 +0100, Philippe Schmid wrote
    > Dear list,
    >
    > I have a problem starting PG 8.0 on a OSX machine, getting this
    > FATAL: could not open lock file "/tmp/.s.PGSQL.5432.lock":
    > Permission denied
    >
    > I checked the privs on /tmp
    > ls -ld /tmp
    > lrwxr-xr-x 1 root admin 11 4 Oct 2003 /tmp -> private/tmp
    >
    > ls -ld /private/tmp
    > drwxrwxrwt 21 root wheel 714 4 Feb 00:09 /private/tmp
    >
    > and of course, PG 8.0 starts on another machine, with the same OS
    > version 10.3.7, PG version 8.0, configuration.
    > Nothing found in system, console logs.
    >
    > Did someone already experienced this ?
    > Many thanks for some ideas, I can't see what's wrong... (ok, its
    > late...)
    >
    > Philippe
    >
    > ---------------------------(end of broadcast)---------------------------
    > TIP 1: subscribe and unsubscribe commands go to [email]majordomo@postgresql.org[/email]

    --
    Jonel Rienton
    [url]http://blogs.road14.com[/url]
    Software Developer, *nix Advocate


    ---------------------------(end of broadcast)---------------------------
    TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [email]majordomo@postgresql.org[/email])

    Jonel Rienton Guest

  4. #3

    Default Re: Start problem on OSX

    Philippe Schmid <phschmid@cadinfo.ch> writes:
    > I have a problem starting PG 8.0 on a OSX machine, getting this
    > FATAL: could not open lock file "/tmp/.s.PGSQL.5432.lock": Permission
    > denied
    Perhaps that file already exists?

    regards, tom lane

    ---------------------------(end of broadcast)---------------------------
    TIP 5: Have you checked our extensive FAQ?

    [url]http://www.postgresql.org/docs/faq[/url]

    Tom Lane Guest

  5. #4

    Default Re: Start problem on OSX

    >> I have a problem starting PG 8.0 on a OSX machine, getting this
    >> FATAL: could not open lock file "/tmp/.s.PGSQL.5432.lock":
    >> Permission
    >> denied
    >
    > Perhaps that file already exists?
    > regards, tom lane
    Huu, I feel really stupid... forgot to check invisible files...
    Many thanks, it is now working :-)
    >
    Regards,
    Philippe Schmid
    >

    ---------------------------(end of broadcast)---------------------------
    TIP 3: if posting/reading through Usenet, please send an appropriate
    subscribe-nomail command to [email]majordomo@postgresql.org[/email] so that your
    message can get through to the mailing list cleanly

    Philippe Schmid Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139