PDA

View Full Version : xubuntu does not run installer



tjotser
January 14th, 2007, 05:52 PM
Hello, i downloaded and burned the latest feisty-desktop release.. horde 2
Boots up fine but when i try to execute the installer , nothing happens !!?/](*,)

I just gave up and am currently downloading the alternate installer-CD
Why s this happening ? is there something i should do or file a bugreport (never did that but i still have the CD ((RW)) ) :confused:

Henrik
January 14th, 2007, 06:30 PM
Yes, filing a bug report here would be great: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+filebug

Please read this page about how to upload a log file: https://wiki.ubuntu.com/DebuggingUbiquity/AttachingLogs

It would also be useful to see output from the command line. Type 'sudo ubiqity' in a terminal yo get that. Thanks!

pochu
January 14th, 2007, 07:20 PM
Hi Henrik.

You wanted to say ubiquity instead of ubiqity, didn't you?

Regards
Pochu

Henrik
January 15th, 2007, 01:08 PM
Yep, sloppy fingers :)

tjotser
January 15th, 2007, 06:30 PM
ubiquity after trying installer...
.
"""""""
ubuntu@ubuntu:~$ sudo ubiquity
Traceback (most recent call last):
File "/usr/lib/ubiquity/bin/ubiquity", line 185, in <module>
main()
File "/usr/lib/ubiquity/bin/ubiquity", line 182, in main
install()
File "/usr/lib/ubiquity/bin/ubiquity", line 44, in install
mod = __import__('ubiquity.frontend', globals(), locals(), frontends)
File "/usr/lib/ubiquity/ubiquity/frontend/gtkui.py", line 53, in <module>
from ubiquity.debconfcommunicator import DebconfCommunicator
File "/usr/lib/ubiquity/ubiquity/debconfcommunicator.py", line 22, in <module>
import debconf
ImportError: No module named debconf
""""

Sorry ,i'm not registered yet with launchpad or i forgot/lost my passwd
hope this means something to someone either way.. good luck
XUBUNTU rulezzzz :mrgreen:

tjotser
January 15th, 2007, 08:13 PM
I just tried my burnt alternat-installer cd and it just crashed on me giving me a blinking cursor but no result when entering commands, Maybe my hardware is not that greatly supported yet.. i'm on an old p3 666 256mb/133Mhz GfFX5200.. Also, whenever having tried either of the two cds, when falling back on my regular system, my internet (or network card) is misconfigured :-k

tjotser
January 15th, 2007, 10:40 PM
ignore me, i'm going to retry and wait and see

The second alpha build (also known as "Herd CD") of Ubuntu 7.04 started to appear on Ubuntu mirrors last week and the release was formally announced today: "Herd 2 released. The primary focus during the time from Herd 1 has been the re-merging of changes from Debian and inclusion of new versions of applications. Notably, we have upgraded the kernel to 2.6.20. This is an early set of images, so you can expect some bugs. Among these are the following: the alternate i386 install CD takes a very long time (about five minutes) to do hardware detection on some machines; the desktop installer sometimes mounts the newly partitioned hard drive and then fails."

lugs
January 22nd, 2007, 05:35 PM
HOW TO FIX THIS BUG

it's pretty easy! I figured it out when I had the same bug installing the DVD of ubuntu feisty-2. Try this in a terminal ('alt + f2' then 'gnome-terminal')

sudo cp /usr/lib/python2.4/site-packages/debconf.py usr/lib/python2.5/site-packages/

The only problem is that the python language can't find the library debconf, and it's coz it's in a different directory, the version of the python language used by the installer is 2.5 and the library is in the 2.4 folder (I don't undestand why ubuntu has the 2 versions of python installed, but...)

did it help?

pochu
January 22nd, 2007, 09:55 PM
HOW TO FIX THIS BUG

it's pretty easy! I figured it out when I had the same bug installing the DVD of ubuntu feisty-2. Try this in a terminal ('alt + f2' then 'gnome-terminal')

sudo cp /usr/lib/python2.4/site-packages/debconf.py usr/lib/python2.5/site-packages/

The only problem is that the python language can't find the library debconf, and it's coz it's in a different directory, the version of the python language used by the installer is 2.5 and the library is in the 2.4 folder (I don't undestand why ubuntu has the 2 versions of python installed, but...)

did it help?
I think it has been resolved, so you should just download a new daily build.

Regards
Pochu

lugs
January 23rd, 2007, 12:44 AM
Let's hope so, but I won't dl that 4gb again... (I hope that's the only strange bug :P)

pochu
January 23rd, 2007, 01:16 AM
You can use the cd image instead of the dvd ;)