Re: problem on test perlu trigger function.

From: Piaff33z <piaff33z(at)gmail(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Cc: Greg Sabino Mullane <greg(at)turnstep(dot)com>
Subject: Re: problem on test perlu trigger function.
Date: 2009-09-05 17:53:13
Message-ID: 4AA2A589.9020405@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<span class="moz-smiley-s6"><span> :-[&nbsp;&nbsp; </span></span> I am stupid,
it is obvious !<br>
<br>
Really you are right <span class="moz-smiley-s5"><span> :-D </span></span>,
script is thrown with the rights of account
postgres and it does not have the rights to browse this directory ...<br>
Your proposal of the "mkdir -p" seems to me the better solution !<br>
<br>
Still thank you for this analysis !<br>
<br>
However, i have an other problem and I am going to open new thread. And
that there seems to me a little more crooked...<br>
<br>
Vic &nbsp;&nbsp;<span class="moz-smiley-s1"><span> :-) </span></span><br>
<br>
Greg Sabino Mullane a &eacute;crit&nbsp;:
<blockquote cite="mid:6f8c66fd5a3c12667eff14d54a398d70(at)biglumber(dot)com"
type="cite">
<pre wrap="">-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

</pre>
<blockquote type="cite">
<pre wrap="">if (! -d "$PATHBASE/$_TD-&gt;{new}{categorie}") {
`sudo -u http mkdir "$PATHBASE/$_TD-&gt;{new}{categorie}"`;
}
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
<blockquote type="cite">
<pre wrap="">Sudo function is performed in spite of the presence of directory ! It as
if "-d" serve has nothing...

Anybody knows why?
</pre>
</blockquote>
<pre wrap=""><!---->
Because the directory is created and owned by the http user, but is not
visible to the process that runs this function (postgres). One solution
would be to skip the test and call mkdir -p. Another would be to set
the permissions so that the postgres user can see the directories
inside of $PATHBASE.

- --
Greg Sabino Mullane <a class="moz-txt-link-abbreviated" href="mailto:greg(at)turnstep(dot)com">greg(at)turnstep(dot)com</a>
End Point Corporation
PGP Key: 0x14964AC8 200909050729
<a class="moz-txt-link-freetext" href="http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8">http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8</a>
-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAkqiS88ACgkQvJuQZxSWSshetgCbB3ao2kGembYXswSu7fQ77NFH
4lEAoMfBRsbbNMg4g8wSgIJ6iE+mhFHC
=esTM
-----END PGP SIGNATURE-----

</pre>
</blockquote>
<br>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 2.3 KB

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Raimon Fernandez 2009-10-23 09:25:44 Re: Implementing Frontend/Backend Protocol
Previous Message Greg Sabino Mullane 2009-09-05 11:30:27 Re: problem on test perlu trigger function.