$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] ipc message_queue getting permission denied
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-09-29 16:31:39
El 29/09/2011 18:07, Matt Fair escribió:
> Hello,
>
> I ran across this problem when I moved my code to another system. Not
> sure if this is the right list to post this, but I've been having
> trouble debugging this as all of my attempts have lead me to dead
> ends.
The container is built with default permissions (0644 in unix), you'd
need provide you own permissions in message queue constructor instead of
the default permissions() parameter.
Best,
Ion