Hi -

Yes, this is the same issue I've seen on my Eee:
<https://bugs.launchpad.net/puredyne-live/+bug/493189> It would be
really helpful if you could tell us what hardware you were installing
onto, since it doesn't seem to affect everyone.

If you want to try and get past the bug then you could try and
manually fix the script as I have done. I do "sudo vim
/usr/share/ubiquity/install.py" to edit the dodgy file then go down to
line 2103 and change the line from
         kern = self.get_cache_pkg(pkg)
to
         kern = self.get_cache_pkg(cache, pkg)

For me, this allows the installer to complete its work. (The patch is
given more formally in comment 2 of bug 462462.) If you're willing to
test this and report back whether it works, I'd be v grateful.

Thanks
Dan

2009/12/10 alejo <[email protected]>:
> eia,
>
> so i've got some time to test the current c+c state, looking fwd to demo it
> here in medellin at 2 different spots next saturday.
> it perfomed a fast boot, got X up, wireless, wired and sound working
> out-of-the-box.
>
> thanks!
>
> when i tried to install it to hd (x3) no matter i gave the whole disk or
> just one partition always ended up at 90% of the install process, the step
> related to packages removal:
>
> We're sorry; the installer crashed. Please file a new bug report at
> https://launchpad.net/ubuntu/+source/ubiquity/+filebug (do not attach your
> details to any existing bug) and a developer will attend to the problem as
> soon as possible. To help the developers understand what went wrong, include
> the following detail in your bug report, and attach the files
> /var/log/syslog and /var/log/partman:
>
> Traceback (most recent call last):
>  File "/usr/lib/ubiquity/bin/ubiquity", line 457, in <module>
>    main(oem_config)
>  File "/usr/lib/ubiquity/bin/ubiquity", line 444, in main
>    install(query=options.query)
>  File "/usr/lib/ubiquity/bin/ubiquity", line 245, in install
>    ret = wizard.run()
>  File "/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py", line 465, in run
>    self.progress_loop()
>  File "/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py", line 975, in
> progress_loop
>    (ret, realtb))
> RuntimeError: Install failed with exit code 1
> Traceback (most recent call last):
>  File "/usr/share/ubiquity/install.py", line 2430, in <module>
>    install.run()
>  File "/usr/share/ubiquity/install.py", line 442, in run
>    self.remove_unusable_kernels()
>  File "/usr/share/ubiquity/install.py", line 2149, in
> remove_unusable_kernels
>    kernel = self.traverse_for_kernel(cache, kernel)
>  File "/usr/share/ubiquity/install.py", line 2104, in traverse_for_kernel
>    kern = self.get_cache_pkg(pkg)
> TypeError: get_cache_pkg() takes exactly 3 arguments (2 given)
>
> i hope this hasn't been already reported on the list.. and that somehow
> helps to catch the bug.
>
> buena ~e
> /alejo
>
>
>
>
> ---
> [email protected]
> http://identi.ca/group/puredyne
> irc://irc.goto10.org/puredyne
>



-- 
http://www.mcld.co.uk

---
[email protected]
http://identi.ca/group/puredyne
irc://irc.goto10.org/puredyne

Reply via email to