Page 2 of 2

Re: Using priority queues in OpenEMM 2013?

Posted: Mon Nov 04, 2013 10:48 pm
by pp84
yes, i did. I am using RHEL.

Re: Using priority queues in OpenEMM 2013?

Posted: Tue Nov 05, 2013 3:11 am
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.

Re: Using priority queues in OpenEMM 2013?

Posted: Tue Nov 05, 2013 1:11 pm
by maschoff
Did you unpack OpenEMM's binary tarball with option -p and as user root?

Re: Using priority queues in OpenEMM 2013?

Posted: Wed Nov 06, 2013 2:27 am
by baibai
To me, yes, of course. :wink:

Re: Using priority queues in OpenEMM 2013?

Posted: Thu Nov 07, 2013 6:51 am
by pp84
@maschoff, can you advice if there is any other work around to this?

Re: Using priority queues in OpenEMM 2013?

Posted: Mon Nov 18, 2013 6:12 am
by pp84
I did an online update from 2013 release to 2013 R2 release? Is that where the bug is?