当前位置: 技术问答>linux和unix
Red Hat Linux 7.1和9的安装问题!
来源: 互联网 发布时间:2015-06-27
本文导语: 本人在家的机器上安装Linux,但两台机器上都出现同样的问题! 如下: Traceback(most recent call last); File "/usr/lib/anaconda/gui.py", line 761 , in nextClicked Self.disPatch.gotoNext() File "/usr/lib/anaconda/dispatch.py", line 157 , in go...
本人在家的机器上安装Linux,但两台机器上都出现同样的问题!
如下:
Traceback(most recent call last);
File "/usr/lib/anaconda/gui.py", line 761 , in nextClicked
Self.disPatch.gotoNext()
File "/usr/lib/anaconda/dispatch.py", line 157 , in gotoNext
Self.moveStep()
File "/usr/lib/anaconda/dispatch.py", line 225 , in moveStep
rc = apply(func,self.bindArgs(args))
File "/usr/lib/anaconda/packages.py", line 151 , in readPackages
id.Comps = method.readComps(id.hdList)
File "/usr/lib/anaconda/installmethod.py", line 64 , in readComps
return seft.readCompsViaMethod(hdList)
File "/usr/lib/anaconda/image.py", line 37 , in readCompsViaMethod
return ComponentSet(fname,hdList)
File "/usr/lib/anaconda/comps.py", line 1035 , in _init_
self.readCompsFile(file,self.Packages)
File "/usr/lib/anaconda/comps.py", line 740 ,in readCompsFile
self.compsXML = rhpl.comps.Comps(file)
File "/usr/lib/python2.2/site_Packages/rhpl/comps.py", line 297 , in _init_
self.load(filename)
File "/usr/lib/python2.2/site_Packages/rhpl/comps.py", line 304 , in load
doc = libxml2.parseMemory(file,len(file))
File "/usr/lib/python2.2/site_packages/libXML2.py", line 975 , in parseMemory
ret = libxml2mod.xmlParseMemory(buffer,size)
TypeError = xmlParseMemory() argnment 1 must be string without null bytes or None, not str
> /usr/lib/python2.2/site_packages/libxml2.py(975) parseMemory()
-> ret = libxml2mod.xmlParseMemory(buffer,size)
(Pdb)
后来我在机器上装了虚拟机后,在虚拟机上安装linux也出现同样的问题,
有那位朋友遇到过类似的问题,请指教,谢谢!!!
如下:
Traceback(most recent call last);
File "/usr/lib/anaconda/gui.py", line 761 , in nextClicked
Self.disPatch.gotoNext()
File "/usr/lib/anaconda/dispatch.py", line 157 , in gotoNext
Self.moveStep()
File "/usr/lib/anaconda/dispatch.py", line 225 , in moveStep
rc = apply(func,self.bindArgs(args))
File "/usr/lib/anaconda/packages.py", line 151 , in readPackages
id.Comps = method.readComps(id.hdList)
File "/usr/lib/anaconda/installmethod.py", line 64 , in readComps
return seft.readCompsViaMethod(hdList)
File "/usr/lib/anaconda/image.py", line 37 , in readCompsViaMethod
return ComponentSet(fname,hdList)
File "/usr/lib/anaconda/comps.py", line 1035 , in _init_
self.readCompsFile(file,self.Packages)
File "/usr/lib/anaconda/comps.py", line 740 ,in readCompsFile
self.compsXML = rhpl.comps.Comps(file)
File "/usr/lib/python2.2/site_Packages/rhpl/comps.py", line 297 , in _init_
self.load(filename)
File "/usr/lib/python2.2/site_Packages/rhpl/comps.py", line 304 , in load
doc = libxml2.parseMemory(file,len(file))
File "/usr/lib/python2.2/site_packages/libXML2.py", line 975 , in parseMemory
ret = libxml2mod.xmlParseMemory(buffer,size)
TypeError = xmlParseMemory() argnment 1 must be string without null bytes or None, not str
> /usr/lib/python2.2/site_packages/libxml2.py(975) parseMemory()
-> ret = libxml2mod.xmlParseMemory(buffer,size)
(Pdb)
后来我在机器上装了虚拟机后,在虚拟机上安装linux也出现同样的问题,
有那位朋友遇到过类似的问题,请指教,谢谢!!!
|
安装光盘有问题的
|
换张盘试试。
|
没遇到过,顶一下,呵呵。
|
你用的什么安装界面呀,要是GUI,就换成CUI试试
|
> /usr/lib/python2.2/site_packages/libxml2.py(975) parseMemory()
-> ret = libxml2mod.xmlParseMemory(buffer,size
是不是内存的问题啊?
-> ret = libxml2mod.xmlParseMemory(buffer,size
是不是内存的问题啊?
|
没遇到过这么复杂的问题,估计是硬件的关系。