On Fri, 2006-07-07 at 13:50 -0500, Jason L Tibbitts III wrote: > When bringing up a new machine, I have a script that is called at the end > of rc.local which will do several "groupinstall"s to pull in package > groups depending on what the system is configured to do: > > for i in math-base math-dev math-emacs math-browser math-multimedia math-office math-tex; do > yum -y -d3 groupinstall $i | tee -a /tmp/updates > done > > For some reason, math-base and math-dev won't install this way, but > the others will. If I log in and run that command line myself, > everything's fine. The output logged to /tmp/updates for the > math-base bit is: > What does: yum grouplist output? and what about: yum groupinfo math-base yum groupinfo math-dev ? thanks, -sv