[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-03-18 Thread Soren Hansen
** Changed in: ubuntu-jeos
   Status: Confirmed => Fix Released

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-03-17 Thread Launchpad Bug Tracker
This bug was fixed in the package tasksel - 2.70ubuntu4

---
tasksel (2.70ubuntu4) hardy; urgency=low

  [ Ante Karamatić ]
  * Fix Makefile error handling *-desktop.preinst scripts that would cause
problems if we ever had more than one script in info/ (see LP #164837).

  [ Colin Watson ]
  * Use a repository to speed up updates of tasks from multiple seeds.
  * Update Ubuntu tasks from seeds, resulting in the following changes:
- Rename edubuntu-desktop task to edubuntu-desktop-addon.
- Add mythbuntu-live task.
- Add ubuntu-standard as key package for standard task (LP: #189013).
- Add ubuntu-dvd-live task.

 -- Colin Watson <[EMAIL PROTECTED]>   Mon, 17 Mar 2008 14:19:15 +

** Changed in: tasksel (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-03-17 Thread Colin Watson
As a side note, while Félix Velasco is correct that there was a bug in
pkgsel, it was purely cosmetic; all it did was produce a confusing log
message. Although it appeared next to the failure in this case, it was
not actually its cause.

** Changed in: tasksel (Ubuntu)
 Assignee: (unassigned) => Colin Watson (kamion)
   Status: Confirmed => Fix Committed

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-03-17 Thread Colin Watson
Hmm, actually, I tell a lie; we could fix this with a seed tweak to
arrange that tasksel only tries to install this task if it's available.
I'll sort this out.

** Changed in: tasksel (Ubuntu)
Sourcepackagename: None => tasksel
   Status: Invalid => Confirmed

** Changed in: ubuntu-cdimage
   Status: New => Invalid

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-03-17 Thread Colin Watson
This sort of thing is controlled by ubuntu-cdimage. Rejecting the Ubuntu
task.

** Also affects: ubuntu-cdimage
   Importance: Undecided
   Status: New

** Changed in: ubuntu
   Status: Confirmed => Invalid

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-03-17 Thread Nick Barcet
Confirmed here also using yestesday's build of Hardy Jeos.  Install
fails on:

Mar 17 11:47:48 in-target: Couldn't find task standard
Mar 17 11:47:48 in-target: 
Mar 17 11:47:48 in-target: tasksel: aptitude failed (100)

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-03-07 Thread Félix Velasco
As dankegel suggested in bug #183910, the problem lies with pkgsel. In its 
postinst script, lines 78-79, it checks for the existence of the 
/usr/lib/pre-pkgsel.d directory, and then iterates its content. The trouble is, 
the code fails when the directory (as in jeos) is empty.

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-03-07 Thread Félix Velasco
Bug is solved upstream, in pkgsel0.17, by changing line 79 of the
postinst script to

for script in `ls "$partsdir"/* 2>/dev/null`; do

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-03-07 Thread Félix Velasco
Also affects Alpha 5. Testing can't even begin if we can't install it.
Is there any scenario where Jeos hardy can be installed under VMWare?

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-03-06 Thread johnleoZ
The bug fails to build the sources.list.
I was able to continue the installation process further down the line.
Then I was able to copy /etc/apt/sources.list.apt-setup to 
/etc/apt/sources.list and then proceed with apt-get update.

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-02-26 Thread Bjorge Dijkstra
In addition to the fix mentioned above, I also had to comment out line 162 in 
/var/lib/dpkg/info/pkgsel.postinst (the call to tasksel) to get the 
installation to complete.
I'm not sure what it was supposed to install at that point, but it seems to 
work fine this way.
This was with a commandline system install in vmplayer 1.0.1, have not tried it 
with regular install.

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-02-18 Thread Félix Velasco
** Changed in: ubuntu-jeos
   Status: New => Confirmed

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-02-18 Thread Félix Velasco
I'm having the same trouble when installing alpha4 on a VMware Server
1.04 running on a debian server.

It's a show stopper, the installation cannot be completed

** Changed in: ubuntu
   Status: New => Confirmed

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-02-12 Thread Piotr Szczepanik
** Also affects: ubuntu-jeos
   Importance: Undecided
   Status: New

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-02-04 Thread Mike Frisch

** Attachment added: "Virtual console #4 showing error log"
   http://launchpadlibrarian.net/11758859/jeos_failed_2.PNG

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189013] Re: JeOS (hardy alpha 4) installation fails @ "Select and install software" stage

2008-02-04 Thread Mike Frisch

** Attachment added: "Main installer screen showing failure"
   http://launchpadlibrarian.net/11758855/jeos_failed_1.PNG

-- 
JeOS (hardy alpha 4) installation fails @ "Select and install software" stage
https://bugs.launchpad.net/bugs/189013
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs