Using priority queues in OpenEMM 2013?

Use this forum for all questions related to the source code of OpenEMM

Moderator: moderator

pp84
Posts: 9
Joined: Sun Oct 27, 2013 4:50 am

Re: Using priority queues in OpenEMM 2013?

Post by pp84 »

yes, i did. I am using RHEL.
baibai
Posts: 13
Joined: Wed Dec 05, 2012 11:19 am
Location: Taipei, Taiwan

Re: Using priority queues in OpenEMM 2013?

Post by baibai »

I unpacked with "-p" before, but I still have the same problem.
I solved this problem with a stupid way, I added these in my "cron job":
*/1 * * * * root /bin/chown openemm:openemm /home/openemm/var/spool/QUEUE/qf* > /dev/null 2>&1
*/1 * * * * root /bin/chown openemm:openemm /home/openemm/var/spool/MIDQUEUE/qf* > /dev/null 2>&1
*/1 * * * * root /bin/chown openemm:openemm /home/openemm/var/spool/SLOWQUEUE/qf* > /dev/null 2>&1

Yes, as you see, I change the owner manually by "cron job" and no problem for now. :oops:
Hope this help.
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Using priority queues in OpenEMM 2013?

Post by maschoff »

Did you unpack OpenEMM's binary tarball with option -p and as user root?
OpenEMM Maintainer
baibai
Posts: 13
Joined: Wed Dec 05, 2012 11:19 am
Location: Taipei, Taiwan

Re: Using priority queues in OpenEMM 2013?

Post by baibai »

To me, yes, of course. :wink:
pp84
Posts: 9
Joined: Sun Oct 27, 2013 4:50 am

Re: Using priority queues in OpenEMM 2013?

Post by pp84 »

@maschoff, can you advice if there is any other work around to this?
pp84
Posts: 9
Joined: Sun Oct 27, 2013 4:50 am

Re: Using priority queues in OpenEMM 2013?

Post by pp84 »

I did an online update from 2013 release to 2013 R2 release? Is that where the bug is?
Post Reply