On Mon, Jun 01, 2009 at 03:16:21PM +0800, Arthur Wang wrote:
Thank you for your advice, i have solved the proxy problem after set as you say. but i meet a new error, the error log is as follows: Retrieving http://download.fedora.redhat.com/pub/fedora/linux/releases/10/Everything/i3... ...OK Retrieving http://download.fedora.redhat.com/pub/fedora/linux/releases/10/Everything/i3... ...OK Retrieving http://download.fedora.redhat.com/pub/fedora/linux/releases/10/Everything/i3... ...OK Retrieving http://download.fedora.redhat.com/pub/fedora/linux/releases/10/Everything/i3... ...OK Traceback (most recent call last): File "/usr/share/yum-cli/callback.py", line 124, in callback fd = os.open(rpmloc, os.O_RDONLY) OSError: [Errno 2] No such file or directory: '/var/tmp/imgcreate-FmND9q/install_root/var/cache/yum/updates/packages/setup-2.7.4-4.fc10.noarch.rpm' error: python callback <bound method RPMInstallCallback.callback of <callback.RPMInstallCallback instance at 0xac997ec>> failed, aborting! make: *** [build] error 1 My build entironment is fedora 10.
This looks a lot like a livecd-creator problem / bug.
One suggestion is to make sure /var/tmp and any other directories that livecd-creator might have are on the local machine (eg. not NFS mounted etc).
But apart from that I don't know. You'll have to ask the livecd devs:
http://www.redhat.com/mailman/listinfo/fedora-livecd-list
Rich.