Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] broken install from LiveCD-2006.0
Date: Fri, 31 Mar 2006 07:32:21
Message-Id: 20060330213218.73ad44e2@osage.osagesoftware.com
1 G'day,
2
3 Using the graphical installer on the LiveCD, I've encountered several
4 problems - 2 minor and 1 major.
5
6 Minor problem: after being prompted for ethernet configuration (static
7 in my case) and modifying the DNS address (from 127.0.0.1
8 192.168.0.1 ... to 127.0.0.1 192.168.1.2), /etc/resolv.conf is not
9 updated, i.e. it doesn't have an entry for my name server.
10
11 This is easily fixed, but I'm reporting it for completeness.
12
13 Minor problem: the LiveCD allows emacs to be run from its menus.
14 However it's not usable since characters aren't displayed in a readable
15 manner. I'm guessing that fonts aren't configured.
16
17 Major problem:
18
19 GLI: ... - Fetching and unpacking tarball:
20 GLI: ... - Exception received during 'Unpack stage tarball':
21 GLIUtilityError :FATAL: get_uri: File does not exist or URI
22 is invalid!
23 GLI: ... - Traceback (most recent call last):
24 GLI: ... - File "/opt/installer/GLIClientController.py", line 165,
25 in run
26 self._install_steps[self._install_step]['function']()
27 GLI: ... - File "/opt/installer/GLIArchitectureTemplate.py", line 306,
28 in unpack_stage_tarball
29 GLIUtility.fetch_and_unpack_tarball(self._install_profile.get_stage_tarball_uri(),
30 self._chroot_dir, temp_directory=self._chroot_dir,
31 keep_permissions=True, cc=self._cc)
32 GLI: ... - File "/opt/installer/GLIUtility.py", line 557,
33 in fetch_and_unpack_tarball
34 if not get_uri(tarball_uri, temp_directory + "/" +
35 tarball_filename, cc):
36 GLI: ... - File "/opt/installer/GLIUtility.py", line 478,
37 in get_uri
38 raise GLIException("GLIUtilityError", 'fatal', 'get_uri',
39 "File does not exist or URI is invalid!")
40 GLI: ... - GLIException: GLIUtilityError :FATAL: get_uri:
41 File does not exist or URI is invalid!
42
43 As can be seen, the installer is failing to find the tarball it wants.
44 FWIW, installprofile.xml contains:
45
46 installprofile.xml
47
48 <gli-profile>
49 ...
50 <portage-snapshot>
51 file:///mnt/cdrom/snapshots/portage-20060123.tar.bz2
52 </portage-snapshot>
53
54
55 and the tarball _does_ exist.
56
57 Any tips on how to get the install going?
58
59 Thanks.
60
61 David
62
63 --
64 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] broken install from LiveCD-2006.0 Jeremy Olexa <olex.mail.lists@×××××.com>