This is a problem with PGM and chroot and even affects ZeroMQ 2.x. I believe the problem is that PGM tries to access something in /proc or /sys, which isn't accessible. This should be fixable by remounting those things again within the chroot.
It is possible to disable the chroot in Mongrel2 by setting it equal to "", but currently this has extremely awkward side-effects with all other path settings. I'd like to clean this up soon so that there is a more natural non-chroot approach, which we'll want for distro packages. On 06/10/2013 12:46 AM, William MARTIN wrote: > Yes, but i have configure ZMQ without the support of PGM because i > don't need it (in some case the init can crash). > > On Mon, Jun 10, 2013 at 2:10 AM, Henry Finucane <[email protected]> wrote: >> On Sun, Jun 9, 2013 at 4:59 PM, Nishant Mittal <[email protected]> wrote: >>> first day with mongrel so no real way to test.. does it come with bundled >>> tests? >> >> 'make tests' will do what you expect :). You'd want to make sure that >> all of your backend servers were running the same version, and do some >> smoke testing anyway though- my hazy recollection is that the upgrade >> issues with 0MQ were ugly, subtle, and handled poorly by upstream. >> >> The manual is pretty great, and I'd point you to the one on the >> website, but it looks like it's disappeared. You can build it yourself >> in docs/manual , if you have latex installed. If you don't... .tex >> files are remarkably readable. >> >> -- >> ----------------------- >> | Henry Finucane >> | (510) 473-7148 >> ----------------------- > > >
