Using priority queues in OpenEMM 2013?
Moderator: moderator
-
pp84
- Posts: 9
- Joined: Sun Oct 27, 2013 4:50 am
Re: Using priority queues in OpenEMM 2013?
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?
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.
-
maschoff
- Site Admin
- Posts: 2659
- 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
-
baibai
- Posts: 13
- Joined: Wed Dec 05, 2012 11:19 am
- Location: Taipei, Taiwan
Re: Using priority queues in OpenEMM 2013?
To me, yes, of course. 
-
pp84
- Posts: 9
- Joined: Sun Oct 27, 2013 4:50 am
Re: Using priority queues in OpenEMM 2013?
@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?
I did an online update from 2013 release to 2013 R2 release? Is that where the bug is?
