To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=62176
------- Additional comments from [EMAIL PROTECTED] Sun Feb 26 10:26:49 -0800 2006 ------- I was able to reproduce (need to check again whether this was just coincidence). The problem is not th gtk-update-cache or similar, but the trigger that is meant to avoid concurrent access to the rpm database by checking whether "pgrep rpm" returns a process-id and sleeps for 2 seconds if it does. The problem is that one defunct rpm process is sitting around, causing the install-script to go into an endless loop. Solution: get the process-ID of the install-script and kill it. Now the installation can continue. (do ps ax|grep /tmp/install look for a line with "<number> [...] /bin/sh /tmp/install.<another_number>" then run "kill <number>") --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]