Apologies for filing this under "sendmail" but Bugzilla for pinstripe does not have a "postfix" component. Postfix is an MTA on the Powertools CD. The chrooted directories are not included in the postfix RPM off of the pinstripe Powertools CD. From the RPM install: <snip> [pjl@maynard RPMS]$ sudo rpm -Uvh postfix-20000531-5.i386.rpm postfix ################################################## install: installing multiple files, but last argument (/var/spool/postfix/etc) is not a directory Try `install --help' for more information. ln: create symbolic link `/var/spool/postfix/usr/lib/zoneinfo' to `/etc/localtime': No such file or directory <snip> A listing of the RPM reveals that the following directories are not included: /var/spool/postfix/etc /var/spool/postfix/lib /var/spool/postfix/maildrop /var/spool/postfix/usr/lib/zoneinfo Add the following to %files in the spec file: %dir %attr(-, root, root) %verify(not md5 size mtime) %{queue_directory}/etc %dir %attr(-, root, root) %verify(not md5 size mtime) %{queue_directory}/lib %dir %attr(-, root, root) %verify(not md5 size mtime) %{queue_directory}/usr/lib/zoneinfo and all will be happy...
*** Bug 16405 has been marked as a duplicate of this bug. ***
It's fixed in current rawhide. Thanks
Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/f3a6d59334d611c5bc2a17b45574ad82b1dbb9b5 Merge pull request #16411 from soltysh/issue16404 Automatic merge from submit-queue UPSTREAM: <carry>: increase timeout in TestCancelAndReadd even more Fixes https://github.com/openshift/origin/issues/16404. Apparently https://github.com/openshift/origin/pull/16077 didn't fix the problem. https://github.com/openshift/origin/issues/16404 is showing that we're hitting this more and more. @mfojtik @kargakis @enj ptal