The first problem may be cause by your unready netlink in the first time. To skip the temporary missing packages problem, you can modify kickstart file to remove gnome-games by adding: -gnome-games in %packages section
Regards, jf.ding On Wed, May 20, 2009 at 05:39:52AM +0800, Bruce, Henry wrote: > I got further by logging on as root and running mic2 (rather than using > sudo); now I'm commucating with repo.mobling.org. No idea why this works. > I'm using Fedora 10. > > However I've now hit the "Missing Dependency: gnuchess is needed by package > 1:gnome-games-2.26.1-1.1.moblin2.i586" problem reported earlier. Is there a > workaround other than waiting for this file to appear in the repository ? > > Henry > > > ________________________________________ > From: [email protected] [[email protected]] On Behalf Of Bruce, > Henry [[email protected]] > Sent: Tuesday, May 19, 2009 11:02 AM > To: [email protected] > Subject: [Moblin Dev] moblin-image-creator2 failure > > I built moblin-image-creator2 from the source, but it crashes when I run it > (after a long wait while mounting /dev/loop0). I am running inside a firewall > with http proxy. See log below. > > Thanks, > > Henry > > > [moblin-images]$ sudo moblin-image-creator --config=netbook-core-developer.ks > --format=liveusb --cache=/tmp/mycache -d -v > Using label 'netbook-core-d-i686-200905181043' and name > 'moblin-netbook-core-developer-200905181043' > Extending sparse file /var/tmp/imgcreate-qrKnux/tmp-9q-_0r/ext3fs.img to > 2147483648 > Losetup add /dev/loop0 mapping to > /var/tmp/imgcreate-qrKnux/tmp-9q-_0r/ext3fs.img > Formating ext3 filesystem on /dev/loop0 > mke2fs 1.41.4 (27-Jan-2009) > Filesystem label=netbook-core-d-i > OS type: Linux > Block size=4096 (log=2) > Fragment size=4096 (log=2) > 131072 inodes, 524288 blocks > 5242 blocks (1.00%) reserved for the super user > First data block=0 > Maximum filesystem blocks=536870912 > 16 block groups > 32768 blocks per group, 32768 fragments per group > 8192 inodes per group > Superblock backups stored on blocks: > 32768, 98304, 163840, 229376, 294912 > > Writing inode tables: done > Creating journal (16384 blocks): done > Writing superblocks and filesystem accounting information: done > > This filesystem will be automatically checked every 23 mounts or > 180 days, whichever comes first. Use tune2fs -c or -i to override. > Tuning filesystem on /dev/loop0 > tune2fs 1.41.4 (27-Jan-2009) > Setting maximal mount count to -1 > Setting interval between checks to 0 seconds > Extending sparse file /var/tmp/imgcreate-qrKnux/tmp-9q-_0r/ext3fs.img to > 2147483648 > Mounting /dev/loop0 at /var/tmp/imgcreate-qrKnux/install_root > Unmounting directory /var/tmp/imgcreate-qrKnux/install_root > Losetup remove /dev/loop0 > Traceback (most recent call last): > File "/usr/bin/moblin-image-creator", line 282, in <module> > sys.exit(main()) > File "/usr/bin/moblin-image-creator", line 248, in main > creator.install() > File "/usr/lib/python2.5/site-packages/mic/imgcreate/creator.py", line 684, > in install > yr = ayum.addRepository(name, baseurl, mirrorlist, proxy, proxy_username, > proxy_password) > File "/usr/lib/python2.5/site-packages/mic/imgcreate/yuminst.py", line 216, > in addRepository > self.checkRepositoryLICENSE(repo) > File "/usr/lib/python2.5/site-packages/mic/imgcreate/yuminst.py", line 166, > in checkRepositoryLICENSE > f = u2.urlopen(baseurl) > File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen > return _opener.open(url, data) > File "/usr/lib/python2.5/urllib2.py", line 381, in open > response = self._open(req, data) > File "/usr/lib/python2.5/urllib2.py", line 399, in _open > '_open', req) > File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain > result = func(*args) > File "/usr/lib/python2.5/urllib2.py", line 1107, in http_open > return self.do_open(httplib.HTTPConnection, req) > File "/usr/lib/python2.5/urllib2.py", line 1082, in do_open > raise URLError(err) > urllib2.URLError: <urlopen error (110, 'Connection timed out')> > _______________________________________________ > Moblin dev Mailing List > [email protected] > > To manage or unsubscribe from this mailing list visit: > https://lists.moblin.org/mailman/listinfo/dev or your user account on > http://moblin.org once logged in. > > For more information on the Moblin Developer Mailing lists visit: > http://moblin.org/community/mailing-lists > _______________________________________________ > Moblin dev Mailing List > [email protected] > > To manage or unsubscribe from this mailing list visit: > https://lists.moblin.org/mailman/listinfo/dev or your user account on > http://moblin.org once logged in. > > For more information on the Moblin Developer Mailing lists visit: > http://moblin.org/community/mailing-lists _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
