yum install error

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
keo

yum install error

Unread post by keo »

hello all,
i tried to install yum rpm..(yum-1.0.3-1_73.noarch.rpm)

Installed fine

but when i tried

# yum check-update


I get the following error(s)

]# yum check-update
Traceback (innermost last):
File "/usr/bin/yum", line 44, in ?
yummain.main(sys.argv[1:])
File "yummain.py", line 101, in main
File "yummain.py", line 58, in parseCmdArgs
File "config.py", line 57, in __init__
File "/usr/lib/python1.5/ConfigParser.py", line 175, in read
self.__read(fp)
File "/usr/lib/python1.5/ConfigParser.py", line 326, in __read
raise e
ConfigParser.ParsingError: File contains parsing errors: /etc/yum.conf
[line 30]: '[psa-6.0] \012'
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

7.3 cant handle channels with - in the name, you'll want to use psa6, or art instead
Post Reply