From 660c0f24efc4118a62dc03a257e2ccc993e75f1f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 9 Mar 2017 17:11:34 -0600 Subject: [PATCH] disable caching repo metadata all workstation based spins are failing due to packagekit causing gpg-agent spawning and keeping /dev/null open inside the compose environemnet. 36389 ? Ss 0:00 gpg-agent --homedir /tmp/tmp.XJ49JiQYpU/var/cache/PackageKit/26/metadata/updates-testing.tmp/gpgdir --use-standard-socket --daemon 36417 ? Ss 0:00 gpg-agent --homedir /tmp/tmp.XJ49JiQYpU/var/cache/PackageKit/26/metadata/updates.tmp/gpgdir --use-standard-socket --daemon we end up with process like above running. this only hit us as the urls pointed to stopped giving 404 errors Signed-off-by: Dennis Gilmore --- fedora-live-workstation.ks | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fedora-live-workstation.ks b/fedora-live-workstation.ks index 62f6403..ac97363 100644 --- a/fedora-live-workstation.ks +++ b/fedora-live-workstation.ks @@ -4,7 +4,11 @@ %include fedora-live-base.ks %include fedora-workstation-common.ks -%include snippets/packagekit-cached-metadata.ks +# +# Disable this for now as packagekit is causing compose failures +# by leaving a gpg-agent around holding /dev/null open. +# +#include snippets/packagekit-cached-metadata.ks part / --size 6656