[Fedora-livecd-list] unbootable rawhide images

2009-07-28 Thread Sebastian Vahl
Hi.

Are there some issues known that current live images with livecd-creator from 
git are unbootable atm? With my images I have the problem that the booting 
stops after the squashfs message of the kernel (eg. here from VirtualBox: 
http://img525.imageshack.us/img525/2016/livecdcreatorrawhidenob.png)

This also affects the Verify and boot option.

Sebastian


signature.asc
Description: This is a digitally signed message part.
--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


Re: [Fedora-livecd-list] unbootable rawhide images

2009-07-28 Thread Jeremy Katz
On Tuesday, July 28 2009, Sebastian Vahl said:
 Are there some issues known that current live images with livecd-creator from 
 git are unbootable atm? With my images I have the problem that the booting 
 stops after the squashfs message of the kernel (eg. here from VirtualBox: 
 http://img525.imageshack.us/img525/2016/livecdcreatorrawhidenob.png)

There was something which broke things last week, but I fixed it up last
Monday or Tuesday.  Haven't heard/noticed anything new.  Does your
rawhide mirror have mkinitrd-6.0.92?

Jeremy

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


Re: [Fedora-livecd-list] unbootable rawhide images

2009-07-28 Thread Sebastian Vahl
Am Dienstag 28 Juli 2009 schrieb Jeremy Katz:
 On Tuesday, July 28 2009, Sebastian Vahl said:
  Are there some issues known that current live images with livecd-creator
  from git are unbootable atm? With my images I have the problem that the
  booting stops after the squashfs message of the kernel (eg. here from
  VirtualBox:
  http://img525.imageshack.us/img525/2016/livecdcreatorrawhidenob.png)

 There was something which broke things last week, but I fixed it up last
 Monday or Tuesday.  Haven't heard/noticed anything new.  Does your
 rawhide mirror have mkinitrd-6.0.92?

The version was created with mkinitrd-6.0.91-2. So I'll have to wait until the 
mass rebuilt has finished and my mirrors are in sync.

Sebastian


signature.asc
Description: This is a digitally signed message part.
--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


[Fedora-livecd-list] Rawhide error

2009-07-28 Thread David Huff
Anyone seen anything like this??

Retrieving
http://download.fedora.devel.redhat.com/pub/fedora/linux/development/x86_64/os/repodata/repomd.xml
...OK
/usr/lib/python2.6/site-packages/imgcreate/errors.py:45:
DeprecationWarning: BaseException.message has been deprecated as of
Python 2.6
  return unicode(self.message)
Error creating Live CD : Dependency check failed!

[da...@rawhide2 ovirt-node-image]$ rpm -q livecd-tools
livecd-tools-024-1.fc11.x86_64
[da...@rawhide2 ovirt-node-image]$ cat /etc/redhat-release
Fedora release 11.90 (Rawhide)

-D

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


Re: [Fedora-livecd-list] Rawhide error

2009-07-28 Thread Adam Miller
I got that error yesterday when trying to compose a rawhide image from
F11, but didn't get the error when composing rawhide image from
rawhide. I don't know the cause or if it might be related to the mass
rebuild and that one build worked where other failed might have been a
massive fluke, but I was going to wait until the mass rebuild was
complete before reporting it in order to rule that out.

Others might have more educated theories as to why it failed though.

-Adam

-- 
http://maxamillion.googlepages.com
-
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


Re: [Fedora-livecd-list] Rawhide error

2009-07-28 Thread Jeremy Katz
On Tuesday, July 28 2009, David Huff said:
 Retrieving
 http://download.fedora.devel.redhat.com/pub/fedora/linux/development/x86_64/os/repodata/repomd.xml
 ...OK
 /usr/lib/python2.6/site-packages/imgcreate/errors.py:45:
 DeprecationWarning: BaseException.message has been deprecated as of
 Python 2.6
   return unicode(self.message)
 Error creating Live CD : Dependency check failed!

Make sure you have a rawhide rpm (rpm 4.7.1) -- otherwise, you're
probably hitting that the version of rpm that you have installed can't
install packages with the new payload format

Jeremy

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


Re: [Fedora-livecd-list] Rawhide error

2009-07-28 Thread Jeremy Katz
On Tuesday, July 28 2009, Adam Miller said:
 On Tue, Jul 28, 2009 at 10:07 AM, Jeremy Katzka...@redhat.com wrote:
  Make sure you have a rawhide rpm (rpm 4.7.1) -- otherwise, you're
  probably hitting that the version of rpm that you have installed can't
  install packages with the new payload format
 snip
 
 Is it safe to assume that version of rpm is destined to F10 and F11 at
 some point?

It's already in at least F11 updates-testing since I picked it up on one
of my boxes recently.  Not sure what the intent is for f10

Jeremy

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


Re: [Fedora-livecd-list] Rawhide error

2009-07-28 Thread David Huff
Jeremy Katz wrote:
 On Tuesday, July 28 2009, David Huff said:
 Retrieving
 http://download.fedora.devel.redhat.com/pub/fedora/linux/development/x86_64/os/repodata/repomd.xml
 ...OK
 /usr/lib/python2.6/site-packages/imgcreate/errors.py:45:
 DeprecationWarning: BaseException.message has been deprecated as of
 Python 2.6
   return unicode(self.message)
 Error creating Live CD : Dependency check failed!
 
 Make sure you have a rawhide rpm (rpm 4.7.1) -- otherwise, you're
 probably hitting that the version of rpm that you have installed can't
 install packages with the new payload format
 
 Jeremy

updated to rpm-4.7.1-1.fc12.x86_64 fixed the issue thanks Jeremy.


-D



--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list