Nerijus Baliunas
2018-May-15 11:53 UTC
[CentOS-virt] centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
On Tue, 15 May 2018 14:45:23 +0300 Gena Makhomed <gmm at csdoc.com> wrote:> >> Something wrong with $contentdir variable, > >> it points to altarch for x86_64 $basearch. > > > > can't reproduce on a fresh x86_64 installation. Adding Brian in case he has > > a clue for this. > > I use fresh installed x86_64 CentOS 7.5 via VNC > with partially filled config anaconda-ks.cfg > > And I can see in /etc/yum/vars/contentdir: > > # cat /etc/yum/vars/contentdir > altarch > > As I understand, on the fresh x86_64 installation > file /etc/yum/vars/contentdir should have centos value. > > P.S. > > I will report this issue to my hoster (hetzner.com) > may be this is hoster issue and not CentOS issue ? > > But I am not sure what this is hoster bug, > it may be CentOS 7.5 anaconda installer bug. > > I delete after installation all anaconda configs and all anaconda > log files, so now I can't debug this issue more deeply, sorry.I have freshly installed CentOS 7.5 on a Dell server, and /etc/yum/vars/contentdir contains 'altarch' too. CentOS 7.4->7.5 upgraded servers have 'centos'. Regards, Nerijus
Sandro Bonazzola
2018-May-15 12:16 UTC
[CentOS-virt] centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
2018-05-15 13:53 GMT+02:00 Nerijus Baliunas <nerijus at users.sourceforge.net>:> On Tue, 15 May 2018 14:45:23 +0300 Gena Makhomed <gmm at csdoc.com> wrote: > > > >> Something wrong with $contentdir variable, > > >> it points to altarch for x86_64 $basearch. > > > > > > can't reproduce on a fresh x86_64 installation. Adding Brian in case > he has > > > a clue for this. > > > > I use fresh installed x86_64 CentOS 7.5 via VNC > > with partially filled config anaconda-ks.cfg > > > > And I can see in /etc/yum/vars/contentdir: > > > > # cat /etc/yum/vars/contentdir > > altarch > > > > As I understand, on the fresh x86_64 installation > > file /etc/yum/vars/contentdir should have centos value. > > > > P.S. > > > > I will report this issue to my hoster (hetzner.com) > > may be this is hoster issue and not CentOS issue ? > > > > But I am not sure what this is hoster bug, > > it may be CentOS 7.5 anaconda installer bug. > > > > I delete after installation all anaconda configs and all anaconda > > log files, so now I can't debug this issue more deeply, sorry. > > I have freshly installed CentOS 7.5 on a Dell server, and > /etc/yum/vars/contentdir > contains 'altarch' too. CentOS 7.4->7.5 upgraded servers have 'centos'. >I see in %post: /usr/bin/uname -m | grep -q 'x86_64' && echo 'centos'>/etc/yum/vars/contentdir || echo 'altarch' > /etc/yum/vars/contentdircan you please check /usr/bin/uname -m on your system?> > Regards, > Nerijus > _______________________________________________ > CentOS-virt mailing list > CentOS-virt at centos.org > https://lists.centos.org/mailman/listinfo/centos-virt >-- SANDRO BONAZZOLA ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D Red Hat EMEA <https://www.redhat.com/> sbonazzo at redhat.com <https://red.ht/sig> <https://redhat.com/summit> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20180515/224ad341/attachment-0002.html>
Sandro Bonazzola
2018-May-15 12:18 UTC
[CentOS-virt] centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
2018-05-15 14:16 GMT+02:00 Sandro Bonazzola <sbonazzo at redhat.com>:> > > 2018-05-15 13:53 GMT+02:00 Nerijus Baliunas <nerijus at users.sourceforge.net > >: > >> On Tue, 15 May 2018 14:45:23 +0300 Gena Makhomed <gmm at csdoc.com> wrote: >> >> > >> Something wrong with $contentdir variable, >> > >> it points to altarch for x86_64 $basearch. >> > > >> > > can't reproduce on a fresh x86_64 installation. Adding Brian in case >> he has >> > > a clue for this. >> > >> > I use fresh installed x86_64 CentOS 7.5 via VNC >> > with partially filled config anaconda-ks.cfg >> > >> > And I can see in /etc/yum/vars/contentdir: >> > >> > # cat /etc/yum/vars/contentdir >> > altarch >> > >> > As I understand, on the fresh x86_64 installation >> > file /etc/yum/vars/contentdir should have centos value. >> > >> > P.S. >> > >> > I will report this issue to my hoster (hetzner.com) >> > may be this is hoster issue and not CentOS issue ? >> > >> > But I am not sure what this is hoster bug, >> > it may be CentOS 7.5 anaconda installer bug. >> > >> > I delete after installation all anaconda configs and all anaconda >> > log files, so now I can't debug this issue more deeply, sorry. >> >> I have freshly installed CentOS 7.5 on a Dell server, and >> /etc/yum/vars/contentdir >> contains 'altarch' too. CentOS 7.4->7.5 upgraded servers have 'centos'. >> > > I see in %post: > /usr/bin/uname -m | grep -q 'x86_64' && echo 'centos' > >/etc/yum/vars/contentdir || echo 'altarch' > /etc/yum/vars/contentdir > > can you please check > > /usr/bin/uname -m > > on your system? >Also, can you share your anaconda logs? Maybe some package installation order issue prevents /usr/bin/uname -m | grep -q 'x86_64' to properly execute.> > > > >> >> Regards, >> Nerijus >> _______________________________________________ >> CentOS-virt mailing list >> CentOS-virt at centos.org >> https://lists.centos.org/mailman/listinfo/centos-virt >> > > > > -- > > SANDRO BONAZZOLA > > ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D > > Red Hat EMEA <https://www.redhat.com/> > > sbonazzo at redhat.com > <https://red.ht/sig> > <https://redhat.com/summit> >-- SANDRO BONAZZOLA ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D Red Hat EMEA <https://www.redhat.com/> sbonazzo at redhat.com <https://red.ht/sig> <https://redhat.com/summit> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20180515/ded69554/attachment-0002.html>
Seemingly Similar Threads
- centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
- centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
- centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
- centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
- centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5