On 19/06/2012, at 18:35, Oliver Welter wrote: > Hi Gaetan, > > thanks for your patience =) >
well, thank you all for all your code :) > The session mixing really looks weird. I know that the frontend has problems > if you work in more than one browser window and it is not supported to have > two different sessions in the same browser. If you try to work as two roles, > you need two different browsers. > haha. Indeed I switched back and forth, but always with a logout/login. As I clue, when problem happens, I also have the interface freeze on I18N_OPENXPKI_SERVER_DBI_DBH_EXECUTE_FAILED, reason being that the secret table is locked. If I do a delete from secret I get mysql> delete from secret; ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction In fact, I can reproduce it also with your packages too: When you "logout" the key, nothing gets deleted from the "secret" table. Resulting screen shows you're logged out but if you come back some second after, the token is ready again. Then, if you try agin to logout the key group, the interface freezes (and the mysql table is locked). > Regarding the CRR, you are right - there is a bug in the frontend =( > damned :) Well at least this forced my to dive in the code and also learn git, that''s a good thing. > I would appreciated if you give me till the end of the week, I am currently > preparing to push some major changes upstream and will put some new debian > packages online hopefully on friday. No problem. I have a deadline by friday so I'll stick to it but I'll happily test further when you're done; > I do all testing here on debian squeeze servers with locale et to "en_US" and > this works without any problems, so I'd suggest you go for that to have the > best experience. > Thanks again Gaetan > Oliver > > Am 19.06.2012 14:27, schrieb Gaëtan Minet: >> Hi Oliver >> >> As I got weird problems with my centos install, I decided to check on the >> debian platform with your packages; >> ( On centos, the mason fronted seems to mix sessions ? clicking on the home >> screen while logged as the root user alternates two screens with the default >> key group vein alternatively ready and incomplete….) >> >> >> While playing with your latest debian packages (march 2012), almost >> everything I need is OK but the CRR workflow: it looks like the action names >> in the workflows are not matching the activity screen names in the >> perl-Mason fronted anymore ? >> >> for exmaple in workflow_def_certificate_revocation_request.xml >> >> action name="approve_crr" >> >> has been replaced by >> >> action name="I18N_OPENXPKI_WF_ACTION_CRR_APPROVE >> >> so Mason looks for the "not yet implemented" crr_approve.html in >> services/workflows/activity instead of the existing approve_crr.html. >> >> Is this intended ? Am I missing something ? >> >> >> >> I have a really hard time finding a complete "working" distribution :( >> Where could I find a stable , installable or compilable distribution ? >> >> Thank you >> >> >> >> Gaetan >> >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> OpenXPKI-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/openxpki-users > > -- > Protect your environment - close windows and adopt a penguin! > PGP-Key: 3B2C 8095 A7DF 8BB5 2CFF 8168 CAB7 B0DD 3985 1721 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
