On Mon, Apr 16, 2012 at 11:09 PM, Christoph Kaminski <[email protected]> wrote: > hi > > It is possible to use the ipa-client without certmonger/dbus? Have an openvz > environemnt where I cant start dbus...
Christoph- You can install IPA in OpenVZ container. I was able to install after doing the following: 1. mkdir -m 1777 /dev/shm 2. add this line to fstab: tmp /dev/shm tmpfs defaults 0 0 3. mkdir /var/run/dbus 4. service messagebus start Also, make sure you give yourself lots of memory to install IPA. Once it's installed you can reduce back down depending on the size of your directory. Steve _______________________________________________ Freeipa-users mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-users
