Thanks for your attention
I checked the directory where I installed Anaconda. Actually, there is no log out there, and as you probably have noticed, there is no version-release string in the output message it generates.
Any ideas?
Regards
Ali
On 5/15/06, Jasper O'neal Hartline <jasperhartline@xxxxxxxxxxxx> wrote:
I won't be able to help you probably, but I think Anaconda should print
it's version-release string
somewhere in the logs or right there during or before some of the very
first messages are printed
and operations take place. I don't know why, just sounds good.
J. Hartline
Ali Majdzadeh wrote:
> Hi All
> I have compiled and installed Anaconda.
> I used the following commad to test it:
>
> ./anaconda --method cdrom:///media/cdrom --rootpath //opt/install/
>
> I got the following error:
>
> * Display mode = g
> * Method = cdrom:///media/cdrom
> Probing for video card: ATI Radeon Mobility 9200
> Probing for monitor type: Unknown monitor
> Probing for mouse type: Skipped mouse probe.
> Starting graphical installation...
> Exception starting GUI installer: splashScreenShow() takes exactly 1
> argument (0 given)
> * Exception starting GUI installer: splashScreenShow() takes exactly 1
> argument (0 given)
> GUI installer startup failed, falling back to text mode.
> * GUI installer startup failed, falling back to text mode.
> Traceback (most recent call last):
> File "./anaconda", line 1049, in ?
> methodobj = CdromInstallMethod(method[8:], rootPath, intf)
> TypeError: __init__() takes exactly 5 arguments (4 given)
>
> Can anyone help me?