Hi Yang, > I just installed OpenCA-0.9.2-RC3 and was trying to start it with > openca_start. However I got an error: unknow login type. > > After some search in this mailinglist I changed the ownership of > var/tmp/openca_xml_cache from root:root to apache:apche, then it works! > > I actually configured openca with the options --with-httpd-user=48 > --with-httpd-group=48 so I thought that should be ok. Why is xml_cache > still created with root:root?
There are two sideeffects which you "used". First you used UID and GID instead of username and groupname. I fixed it and RC4 will support UID and GID too. Second the errorhandling of the XML cache was a little bit poor. I tried to fix this too. The RC4 will be created on friday. All patches have to land on CVS HEAD until Friday 10 o'clock CEST. After this time I will tag CVS and publish the file. I think we have to enforce the 0.9.2 release because too many people using it :) Best regards Michael ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
