Re: Python script produces "sem_trywait: Permission denied"

2005-10-18 Thread Neal Norwitz
Mark E. Hamilton wrote: > Sorry, I probably should have re-stated the problem: > > We're using Python 2.3.5 on AIX 5.2, and get the follow error messages > from some of our code. I haven't yet tracked down exactly where it's > coming from: > > sem_trywait: Permission denied > sem_wait: Permission d

Python script produces "sem_trywait: Permission denied"

2005-10-18 Thread Mark E. Hamilton
Sorry, I probably should have re-stated the problem: We're using Python 2.3.5 on AIX 5.2, and get the follow error messages from some of our code. I haven't yet tracked down exactly where it's coming from: sem_trywait: Permission denied sem_wait: Permission denied sem_post: Permission denied W

Python script produces "sem_trywait: Permission denied"

2005-10-18 Thread Mark E. Hamilton
Hi, I've seen this question posted many places arount the Internet, but I've not seen any answers. We've been seeing this same error for some time, probably as long as Hudson has (given that it's now mid-October 2005); we just ignored it, since it didn't seem to cause problems. However, if any

Python script produces "sem_trywait: Permission denied"

2005-01-11 Thread Brown, Warren R
I’ve seen these messages too on AIX 5.2.   It seems to come from doing an “import” on piped/fork processes with a python parent.  (In particular import errno)     I don’t know the “proper” solution but I got rid of the messages (similar messages came up when I ran my app) by hacking P