Howdy all - I didn't find anything about this, I hope it is not a FAQ. I have installed yum on a couple of RHEL 4 machines. I have run createrepo on the RHEL 4 installation media (I copied the install CDs to a directory to create the installation point). I have also run createrepo on the downloaded updates. I can install software from the installation point via yum, but when I run yum grouplist, I get this: [root@tct42 ~]# yum grouplist Setting up Group Process Setting up repositories base 100% |=========================| 951 B 00:00 updates 100% |=========================| 951 B 00:00 Error: No Groups on which to run command This is my yum.conf: [main] cachedir=/var/cache/yum debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=redhat-release tolerant=1 exactarch=1 retries=20 obsoletes=1 gpgcheck=1 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d [base] name=base baseurl=http://192.168.0.200/rhel/as/4/dvd enablegroups=1 [updates] name=updates baseurl=http://192.168.0.200/rhel/as/updates/4/i386 enablegroups=1 What am I doing wrong? -- Thomas Cameron