Re: pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread Tim
On Wed, 2011-11-02 at 17:54 -0400, Michael D. Berger wrote: > Please pardon me if you see this twice. I thought that the > newsgroup and the e-mail list were the same thing, but I now > see they are not. Depends which news group you're referring to. The gmane one does interact with this list. T

RE: pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread Michael D. Berger
> -Original Message- > From: users-boun...@lists.fedoraproject.org > [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of > Michael D. Berger > Sent: Wednesday, November 02, 2011 21:21 > To: 'Community support for Fedora users' > Subject: RE:

RE: pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread Michael D. Berger
> -Original Message- > From: users-boun...@lists.fedoraproject.org > [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of > T.C. Hollingsworth > Sent: Wednesday, November 02, 2011 20:03 > To: Community support for Fedora users > Subject: Re: pthread_create() f

Re: pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread T.C. Hollingsworth
On Wed, Nov 2, 2011 at 1:59 PM, Michael D. Berger wrote: > In F15_64, on starting SysV myDaemon in level 3, with S99myDaemon > > rtn = pthread_create() fails with: >   rtn=1=Operation not permitted > > man pthread_create says this means: >   No permission to set the scheduling policy >   and param

RE: pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread Michael D. Berger
> -Original Message- > From: users-boun...@lists.fedoraproject.org > [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of > Rick Stevens > Sent: Wednesday, November 02, 2011 18:03 > To: Community support for Fedora users > Subject: Re: pthread_create() fail

Re: pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread Rick Stevens
On 11/02/2011 02:54 PM, Michael D. Berger wrote: > Please pardon me if you see this twice. I thought that the > newsgroup and the e-mail list were the same thing, but I now > see they are not. > > In F15_64, on starting SysV myDaemon in level 3, with S99myDaemon > > rtn = pthread_create() fails

pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread Michael D. Berger
Please pardon me if you see this twice. I thought that the newsgroup and the e-mail list were the same thing, but I now see they are not. In F15_64, on starting SysV myDaemon in level 3, with S99myDaemon rtn = pthread_create() fails with: rtn=1=Operation not permitted man pthread_create says

pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread Michael D. Berger
In F15_64, on starting SysV myDaemon in level 3, with S99myDaemon rtn = pthread_create() fails with: rtn=1=Operation not permitted man pthread_create says this means: No permission to set the scheduling policy and parameters specified in attr. This happens for: policy = SCHED_FIFO