On Wed, 18 Sep 2019 at 23:50, Peter <[email protected]> wrote: > > Hi > > I have built the Linux 8.1 and when I try to do yum update it fails and not > sure if I have missed anything here. We are licensed to use . > > df -h > > Filesystem Size Used Avail Use% Mounted on > > devtmpfs 986M 0 986M 0% /dev > > tmpfs 1000M 0 1000M 0% /dev/shm > > tmpfs 1000M 8.3M 991M 1% /run > > tmpfs 1000M 0 1000M 0% /sys/fs/cgroup > > /dev/mapper/rhel_petlnx-root 4.5G 1.6G 3.0G 35% / > > /dev/dasda1 1015M 109M 906M 11% /boot > > tmpfs 200M 0 200M 0% /run/user/0 > > /dev/mapper/vgdata-lvdata 6.9G 4.8G 2.2G 69% /var/ftp/pub > > /dev/loop0 4.7G 4.7G 0 100% /var/ftp/pub/rhel81 > > > > > > > > cat /etc/yum.repos.d/dvd.repo > > [DVD] > > name=RHEL8.1 DVD ISO > > baseurl=file:///var/ftp/pub/rhel81/ > > enable=1 > > gpgcheck=1 > >
This won't work for RHEL8 because there are 2 repositories which need to be looked at: AppStream and BaseOS You will need something like [DVD-AppStream] name=RHEL8.1 DVD Appstream baseurl=file:///var/ftp/pub/rhel81/AppStream enable=1 gpgcheck=1 [DVD-BaseOS] name=RHEL8.1 DVD BaseOS baseurl=file:///var/ftp/pub/rhel81/BaseOS enable=1 gpgcheck=1 -- Stephen J Smoogen. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www2.marist.edu/htbin/wlvindex?LINUX-390
