Using priority queues in OpenEMM 2013?
Moderator: moderator
Re: Using priority queues in OpenEMM 2013?
yes, i did. I am using RHEL.
Re: Using priority queues in OpenEMM 2013?
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.
Hope this help.
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.

Hope this help.
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Using priority queues in OpenEMM 2013?
Did you unpack OpenEMM's binary tarball with option -p and as user root?
OpenEMM Maintainer
Re: Using priority queues in OpenEMM 2013?
To me, yes, of course. 

Re: Using priority queues in OpenEMM 2013?
@maschoff, can you advice if there is any other work around to this?
Re: Using priority queues in OpenEMM 2013?
I did an online update from 2013 release to 2013 R2 release? Is that where the bug is?