CRITICAL:yum.cli:Config Error: Error accessing file for config file:///etc/yum.conf.d/qubes-proxy.conf

929 views
Skip to first unread message

Peter Teoh

unread,
Oct 8, 2014, 5:26:18 AM10/8/14
to qubes...@googlegroups.com
This is a show stopper for me (happening at linux-template-builder component) when I did a "make qubes":

<snip>
Installed:
  qubes-core-vm.x86_64 0:2.1.41-1.fc20                                         
  qubes-core-vm-systemd.x86_64 0:2.1.41-1.fc20                                 
  qubes-gpg-split.x86_64 0:2.0.7-1.fc20                                        
  qubes-gui-vm.x86_64 0:2.1.28-1.fc20                                          
  qubes-pdf-converter.x86_64 0:2.0.2-1.fc20                                    
  thunderbird-qubes.x86_64 0:1.2.5-1.fc20                                      
  xen-qubes-vm-libs.x86_64 2001:4.1.6.1-15.fc20                                

Dependency Installed:
  ImageMagick.x86_64 0:6.8.6.3-4.fc20                                          
  fakeroot.x86_64 0:1.18.4-2.fc20                                              
  fakeroot-libs.x86_64 0:1.18.4-2.fc20                                         
  gnome-packagekit-updater.x86_64 0:3.10.1-1.fc20                              
  iptables-services.x86_64 0:1.4.19.1-1.fc20                                   
  ksh.x86_64 0:20120801-19.fc20                                                
  nautilus-actions.x86_64 0:3.2.2-4.fc20                                       
  ntpdate.x86_64 0:4.2.6p5-18.fc20                                             
  qubes-libvchan-xen.x86_64 0:2.2.8-1.fc20                                     
  qubes-utils.x86_64 0:2.0.14-1.fc20                                           
  qubes-utils-libs.x86_64 0:2.0.14-1.fc20                                      
  tinyproxy.x86_64 0:1.8.3-2.fc20                                              
  unique3.x86_64 0:3.0.2-7.fc20                                                
  xen-qubes-vm.x86_64 2001:4.1.6.1-15.fc20                                     
  xorg-x11-drv-dummy.x86_64 0:0.3.6-11.fc20                                    
  yum-plugin-post-transaction-actions.noarch 0:1.1.31-23.fc20                  

Complete!
--> Installing 3rd party apps
warning: scripts_fedora/3rd_party_software/adobe-release-x86_64-1.0-1.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID f6777c67: NOKEY
CRITICAL:yum.cli:Config Error: Error accessing file for config file:///etc/yum.conf.d/qubes-proxy.conf
make[1]: *** [rpms] Error 1

I imported the GPG keys for Adobe.   Thus:

(sudo) gpg --list-keys:

pub   1024D/F6777C67 2007-02-28
uid                  Adobe Systems Incorporated (Linux RPM Signing Key) <sec...@adobe.com>
sub   2048g/7EB7D08B 2007-02-28

Any glue going forward?

Thanks.


--
Regards,
Peter Teoh

Marek Marczykowski-Górecki

unread,
Oct 8, 2014, 7:21:39 AM10/8/14
to Peter Teoh, qubes...@googlegroups.com
Apply this patch (or get updated sources from my repo):
--- a/scripts_fedora/add_3rd_party_software.sh
+++ b/scripts_fedora/add_3rd_party_software.sh
@@ -7,5 +7,5 @@ if [ "$TEMPLATE_FLAVOR" == "fullyloaded" ]; then
rpm --import --root=$INSTALLDIR mnt/etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
yum install -c $PWD/yum.conf $YUM_OPTS -y --installroot=$INSTALLDIR
flash-plugin || exit 1
else
- yum-config-manager --installroot=$INSTALLDIR --disable adobe-linux-x86_64
> /dev/null
+ yum-config-manager -c $PWD/yum.conf --installroot=$INSTALLDIR --disable
adobe-linux-x86_64 > /dev/null
fi


--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

signature.asc

Peter Teoh

unread,
Oct 8, 2014, 7:58:47 AM10/8/14
to Marek Marczykowski-Górecki, qubes...@googlegroups.com
--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?




--
Regards,
Peter Teoh

Peter Teoh

unread,
Oct 9, 2014, 8:06:46 AM10/9/14
to Marek Marczykowski-Górecki, qubes...@googlegroups.com
On Wed, Oct 8, 2014 at 7:21 PM, Marek Marczykowski-Górecki <marm...@invisiblethingslab.com> wrote:
thanks, after applying the patch, i had a successful "make qubes" and "make iso". just a comment:   this is first time i know of a distribution that actually let developer build their own ISO.      i really wish other distro will implement such a script/makefile so that end-developer can pick and choose what they want to include in their installation ISO.   thanks for the innovative technology!

    
Reply all
Reply to author
Forward
0 new messages