ukon, on 10 July 2012 - 01:40 PM, said:
Curioser,
thanks a lot...
after removing and installing the ia32-libs it works fine.
But still I have another problem...;-(
The license file doesn't work althought I executed the "crack.py" and put the result in the iourc file.
*********************************************************************
Cisco IOU License Generator - Kal 2011, python port of 2006 C version
hostid=007f0101, hostname=Wotan-Ubuntu, ioukey=7f05ba
Add the following text to ~/.iourc:
[license]
Wotan-Ubuntu = 7b5e3db5ad3da96e;
You can disable the phone home feature with something like:
echo '127.0.0.127 xml.cisco.com' >> /etc/hosts
[license]
Wotan-Ubuntu = 7b5e3db5ad3da96e;
Maybe you found also a solution..;-)
thanks again
ukon
two things. you probably have an old iourc file with the wrong license in the same folder/directory as that of the iou images you're trying to launch. Or, you have an .iourc file in your root user dir conflicting with the other iourc license.
IOU is going to look for the license either in ~/.iourc ( where ~/ is the root directory of the user, the initial working path where the shell drops you into when you launch a terminal)
or in ./iourc (where ./ symbolizes the current working directory, regardless of where you're at in the directory hierarchy.. )
.iourc goes into the root directory of the user (or user home directory)
and iourc (without the dot) goes into the same folder of the iou images.
i,e
/home/curioser/.iourc
/home/curioser/myiouimages/iourc
/home/curioser/myiouimages/i86bi_linux-adventerprisek9-ms
my guess is that when you launch iou, it looks first inside the same folder where the iou image is in, if it doesn't find it there, it will look in /home/curioser/.iourc
does this make any sense?
I would erase /home/yourUsername/.iourc
and then put that license you generated in the same folder as the iou images. put it as iourc (without the dot)
Your license should work.