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 policy = SCHED_RR
This code works if, after boot, I start it with: /etc/init.d/myDaemon start
and starts on boot in my old CentOS 5 box.
Thanks for your suggestions. Mike.
On Wed, Nov 2, 2011 at 1:59 PM, Michael D. Berger m_d_berger_1900@yahoo.com 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 parameters specified in attr.
This happens for: policy = SCHED_FIFO policy = SCHED_RR
This code works if, after boot, I start it with: /etc/init.d/myDaemon start
and starts on boot in my old CentOS 5 box.
You should ask the systemd devs about this: http://lists.freedesktop.org/mailman/listinfo/systemd-devel systemd-devel@lists.freedesktop.org
If it works normally but not from systemd, it's probably a bug in the latter, or else something very strange is going on.
-T.C.
-----Original Message----- From: users-bounces@lists.fedoraproject.org [mailto:users-bounces@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() fails SysV in myDaemon on boot
[...]
You should ask the systemd devs about this: http://lists.freedesktop.org/mailman/listinfo/systemd-devel systemd-devel@lists.freedesktop.org
If it works normally but not from systemd, it's probably a bug in the latter, or else something very strange is going on.
-T.C.
I tried to join the systemd-devel list but it didn't let me. I forwardrd the problem to the list anyway, but I don't know if they got it.
Maybe you could forward it for me?
Thanks, Mike.
-- Michael D. Berger m.d.berger@ieee.org http://www.rosemike.net/
-----Original Message----- From: users-bounces@lists.fedoraproject.org [mailto:users-bounces@lists.fedoraproject.org] On Behalf Of Michael D. Berger Sent: Wednesday, November 02, 2011 21:21 To: 'Community support for Fedora users' Subject: RE: pthread_create() fails SysV in myDaemon on boot
Maybe you could forward it for me?
Thanks, Mike.
-- Michael D. Berger m.d.berger@ieee.org http://www.rosemike.net/
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
__________ NOD32 6596 (20111102) Information __________
This message was checked by NOD32 antivirus system. http://www.eset.com
Never mind, I'm joined. It just took a while.
Thahns, Mike.
-- Michael D. Berger m.d.berger@ieee.org