-
No worries, that's what we don't get paid for :-).
2009-11-02 02:28:42 UTC by hawkmoon
-
and a (belated) big thanks, btw!
2009-11-02 01:53:45 UTC by dvrooman
-
That seems to have done the trick (no error message after a reboot). If it helps you out for future installers, I believe I had installed 8.4.0 in Snow Leopard before I realized it wasn’t compatible yet. I tried thoroughly uninstalling everything, but maybe I missed something.
2009-11-01 19:33:50 UTC by dvrooman
-
sudo chmod 755 /Library/StartupItems/PostgreSQL
sudo chmod 755 /Library/StartupItems/PostgreSQL/PostgreSQL
sudo chmod 644 /Library/StartupItems/PostgreSQL/StartupParameters.plist
sudo chown -R root:wheel /Library/StartupItems/PostgreSQL
The above should fix the startup item to properly start.
2009-11-01 18:44:01 UTC by hawkmoon
-
That certainly explains the problem, but not how it got set that way.
The problem is the ownership and permissions on the startup item.
It looks like the Apple installer used permissions that don't match what they were set to. That said, we are adding some scripting to the end of the installer to force things to a proper permission. I'll lpost when that is available.
2009-11-01 15:03:52 UTC by hawkmoon
-
drwxr-xr-x 6 root wheel 204 Oct 30 10:52 .
drwxrwxr-t+ 68 root admin 2312 Oct 30 10:52 ..
drwxr-xr-x 5 502 staff 170 Oct 13 21:43 PostgreSQL
penelope:StartupItems scarecro$ cd PostgreSQL/
penelope:PostgreSQL scarecro$ ls -al
total 24
drwxr-xr-x 5 502 staff 170 Oct 13 21:43 .
drwxr-xr-x 6 root wheel 204 Oct 30 10:52 ..
-rwxr-xr-x@ 1.
2009-10-31 19:03:27 UTC by dvrooman
-
Could both you you post the permissions from your StartupItems:
drwxr-xr-x 3 root wheel 102 Oct 13 21:08 .
drwxrwxr-t+ 60 root admin 2040 Oct 13 21:08 ..
drwxr-xr-x 5 root wheel 170 Oct 13 14:41 PostgreSQL
:StartupItems arsatori$ cd PostgreSQL/
:PostgreSQL arsatori$ ls -al
total 24
drwxr-xr-x 5 root wheel 170 Oct 13 14:41 .
drwxr-xr-x 3...
2009-10-31 18:06:51 UTC by hawkmoon
-
I also get that error. I can start the server through the preferences pain without error, but it would be nice to have Postgresql automatically start on boot. Here is the exact error message:
Insecure Startup Item disabled.
“/Library/StartupItems/PostgreSQL” has not been started because it does not have the proper security settings.
Thanks for for any help,
Dave.
2009-10-31 16:23:21 UTC by dvrooman
-
Hi,
I'm french so please understand my english ;)
I have installed postgresql with the unified installer. A script in starupItems must lauch the server, but i have a problem, when my macbook read it i have a message with security issue and the server don't lauch.. I have tried a lot of things (repair autorisations, chown...) nothing work, why mac osX think that script is dangerous ? It is not...
2009-10-19 08:17:37 UTC by chaps31
-
I'm french and my english is not so good...
I have exactly the same problem when i try to lauch the script (in startupItems) from Terminal.
The script have to lauch at startup, but there is an issue : a message tell me that there is some security problem and the script is stopped... I can't lauch the server.. please help, i can't find any solution.
2009-10-17 07:46:37 UTC by chaps31