YUM GROUPLIST not working on SLES 11


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users YUM GROUPLIST not working on SLES 11
# 1  
Old 03-01-2012
YUM GROUPLIST not working on SLES 11

I have a SLES 11 install with yum also installed. yum works when I try to install single packages.

However, when i try the yum command: "yum grouplist" yum can not detect any groups.

Is there some way to "enable" or install a grouplist feature in SLES 11 ?


==== details ====

SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 1
x86_64 2.6.32.43-0.4-default
MemTotal: 3928216 kB
run-level 5

# yum grouplist
Setting up Group Process
sds-sles-11-sp1-updates | 1.9 kB 00:00
sds-sles-11-sp1-pool | 1.8 kB 00:00
Error: No group data available for configured repositories

# ls -la /etc/yum.repos.d/*repo
-rw-r--r-- 1 root root 908 2012-03-01 15:45 /etc/yum.repos.d/sles-11.repo
-rw-r--r-- 1 root root 723 2012-03-01 17:01 /etc/yum.repos.d/sles-11-sp1.repo

# cat /etc/yum.repos.d/sles-11-sp1.repo
[sles-11-sp1-updates]
name=SuSE Linux Enterprise Server 11 SP1 - Updates
baseurl=http://xxxx.yyyy.zzzz.com/updates/suse/catalogs/SLES11-SP1-Updates/sle-11-$basearch/
ftp://uuuuSmilieppp@eeee.ffff.gggg.com/suse/catalogs/SLES11-SP1-Updates/sle-11-$basearch/
enabled=1

[sles-11-sp1-pool]
name=SuSE Linux Enterprise Server 11 SP1 - Pool
baseurl=http://xxxx.yyyy.zzzz.com/updates/suse/catalogs/SLES11-SP1-Pool/sle-11-$basearch/
ftp://uuuuSmilieppp@eeee.ffff.gggg.com/suse/catalogs/SLES11-SP1-Pool/sle-11-$basearch/
enabled=1
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Installation of virt-manager while yum update and yum install rhvm does not work

I have downloaded RHEV-H 4.2 Red Hat Virtualization - Red Hat Customer Portal (RHVirtualization 4.2 Host and Manager iso). I uploaded the image and installed on an HP G9 server baremetal. I found I dont have a WAN/net connectivity later on HPG9 server. How can I still install virt-manager on... (1 Reply)
Discussion started by: Paras Pandey
1 Replies

2. Fedora

Yum repository not working in Fedora 16

Hi, while installing/updating package using yum I am getting (repomd.xml) error # yum list Loaded plugins: langpacks, presto, refresh-packagekit http://mirror.cse.iitk.ac.in/fedora-archive/fedora/linux/fedora/linux/releases/16/Everything/x86_64/os/repodata/repomd.xml: HTTP Error 404 -... (12 Replies)
Discussion started by: muzaffar.k
12 Replies

3. SuSE

'createrepo' not found on SLES 10.3

Hello All, I'm trying to configure a SLES 10.3 machine as our Zypper server. I created the zypper directories with all the RPMs, made the directory structure accessible over HTTP but I'm stuck at the final stage: createrepo. Looks like 'createrepo' is not present on this version :confused: ... (3 Replies)
Discussion started by: satish51392111
3 Replies

4. UNIX for Dummies Questions & Answers

Yum not working on client while able to do the ftp

1)check vsftpd service is running service vsftpd status 2)mkdir -p /var/ftp/pub/Packages Packages will contain all rpm packages 3)copy the xml file to Packages folder #cp -arf /mnt/hgfs/share/RHEL_DVD/Packages /var/ftp/pub/Packages 4)install the 3 required rpm rpm --nodeps -ivh... (0 Replies)
Discussion started by: joj123
0 Replies

5. Red Hat

Yum is not working - certificate expired error

In my RHEL 5.3, i686 server, I am facing the following error, whenever I am using any yum command - "up2date_client.up2dateErrors.SSLCertificateVerifyFailedError: The certificate is expired. Please ensure you have the correct certificate and your system time is correct." Please help (2 Replies)
Discussion started by: atanubanerji
2 Replies

6. SuSE

Yum update not working from spacewalk server

Hello, I have registered an SLES11SP1 server with my spacewalk server however when I perform a 'yum repolist', I do not see my spacewalk server as one of the available repositories. So when I perform yum update (any-package), it does not find an update available. HOwever within the Spacewalk GUI... (3 Replies)
Discussion started by: s ladd
3 Replies

7. UNIX for Dummies Questions & Answers

Yum.conf baseurl is not working.

Hi friends, This is my /etc/yum.conf. I think my basurl and updateurl is not correct. When I am installing something, it is giving error. My yum.conf file is this : Please help me. Thanks, Mukund (0 Replies)
Discussion started by: mukundranjan
0 Replies

8. SuSE

SLES 9 vs SLES 11 hard drive cache read timings are diffrent

Can anyone give me a little clue on why the hard drive cache read timings on sles 9 is better then sles 11? The same hardware was used in both test. I even deleted the ata_generic module from initrd. The speed difference is 10MB vs 5 MB Thanks (1 Reply)
Discussion started by: 3junior
1 Replies

9. UNIX for Dummies Questions & Answers

Centos commands: Yum Upgrade versus Yum update

Hi, I would like to know the difference between YUM UPDATE and YUM UPGRADE. The man pages say upgrade is same as update with the obsolete option. And by default it says the obsolete option is turned on, which would make them equivalent. Does not say what obsolete does. Can someone please... (3 Replies)
Discussion started by: mojoman
3 Replies

10. UNIX for Advanced & Expert Users

How to detect OS is SLES 10 or not

Hi, I would like to programmatically find if given OS is SLES 10 / RHEL 3/.RHEL 4/RHEL5 etc .. For this do we have any library call/sys call? Or should we use any sys. structure which would give me detailed info. Share me if you have any pointers. Thanks in advance - Krishna (1 Reply)
Discussion started by: krishnamurthig
1 Replies
Login or Register to Ask a Question