Hi folks,

I am trying to install a Base system into a directory using yum groupinstall, but I got error as below. Any suggestion to solve the errors? Thanks.

$ cat /etc/redhat-release
Scientific Linux release 6.3 (Carbon)
$ uname -a
Linux biowulf.grih.org 2.6.32-279.14.1.el6.x86_64 #1 SMP Tue Nov 6 11:21:14 CST 2012 x86_64 x86_64 x86_64 GNU/Linux $ sudo yum -y groupinstall "Base" "Server Platform" --installroot=/diskless/root
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * sl: ftp.scientificlinux.org
 * sl-security: ftp.scientificlinux.org
http://ftp.scientificlinux.org/linux/scientific/%24releasever/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
http://ftp1.scientificlinux.org/linux/scientific/%24releasever/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
http://ftp2.scientificlinux.org/linux/scientific/%24releasever/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
ftp://ftp.scientificlinux.org/linux/scientific/%24releasever/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 9 - "Server denied you to change to the given directory"
Trying other mirror.
http://www.livecd.ethz.ch/download/sl-livecd-extra/%24releasever/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
http://ftp.scientificlinux.org/linux/scientific/%24releasever/x86_64/updates/security/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
http://ftp1.scientificlinux.org/linux/scientific/%24releasever/x86_64/updates/security/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
http://ftp2.scientificlinux.org/linux/scientific/%24releasever/x86_64/updates/security/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
ftp://ftp.scientificlinux.org/linux/scientific/%24releasever/x86_64/updates/security/repodata/repomd.xml: [Errno 14] PYCURL ERROR 9 - "Server denied you to change to the given directory"
Trying other mirror.
Setting up Group Process
Checking for new repos for mirrors
Resolving Dependencies
--> Running transaction check
---> Package acpid.x86_64 0:1.0.10-2.1.el6 will be installed
--> Processing Dependency: /bin/sh for package: acpid-1.0.10-2.1.el6.x86_64
--> Processing Dependency: /sbin/service for package: acpid-1.0.10-2.1.el6.x86_64 --> Processing Dependency: /sbin/chkconfig for package: acpid-1.0.10-2.1.el6.x86_64 --> Processing Dependency: /bin/bash for package: acpid-1.0.10-2.1.el6.x86_64 --> Processing Dependency: /sbin/chkconfig for package: acpid-1.0.10-2.1.el6.x86_64
--> Processing Dependency: /bin/sh for package: acpid-1.0.10-2.1.el6.x86_64
---> Package alsa-utils.x86_64 0:1.0.22-3.el6 will be installed
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc8)(64bit) for package: alsa-utils-1.0.22-3.el6.x86_64 --> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: alsa-utils-1.0.22-3.el6.x86_64 --> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: alsa-utils-1.0.22-3.el6.x86_64 --> Processing Dependency: libasound.so.2()(64bit) for package: alsa-utils-1.0.22-3.el6.x86_64
..........
--> Processing Dependency: kernel >= 2.6.9-11 for package: systemtap-runtime-1.7-5.el6.x86_64
---> Package xml-common.noarch 0:0.6.3-32.el6 will be installed
--> Finished Dependency Resolution
Error: Package: libdrm-2.4.25-2.el6.x86_64 (sl)
           Requires: kernel >= 2.6.29.1-52.fc11
Error: Package: pcmciautils-015-4.2.el6.x86_64 (sl)
           Requires: kernel >= 2.6.12-1.1411_FC5
Error: Package: systemtap-runtime-1.7-5.el6.x86_64 (sl)
           Requires: kernel >= 2.6.9-11
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Reply via email to