Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image created not bootable on openstack #10

Open
arthurzenika opened this issue Apr 24, 2013 · 2 comments
Open

Image created not bootable on openstack #10

arthurzenika opened this issue Apr 24, 2013 · 2 comments

Comments

@arthurzenika
Copy link

The image created is not bootable on openstack with extrated kernel and initramfs.

Using a working CentOS6 kernel and initramfs works a bit better (but we'll have missing modules)

We have a bunch of weird warnings such as :

  Installing: info                         ##################### [ 25/168] 
install-info: No such file or directory for /usr/share/info/info-stnd.info.gz
  Installing: nss                          ##################### [ 26/168] 
  Installing: readline                     ##################### [ 27/168] 
install-info: No such file or directory for /usr/share/info/history.info.gz
install-info: No such file or directory for /usr/share/info/readline.info.gz

[...]
  Installing: binutils                     ##################### [ 46/168] 
install-info: No such file or directory for /usr/share/info/as.info.gz
install-info: No such file or directory for /usr/share/info/binutils.info.gz
install-info: No such file or directory for /usr/share/info/gprof.info.gz
install-info: No such file or directory for /usr/share/info/ld.info.gz
install-info: No such file or directory for /usr/share/info/standards.info.gz
install-info: No such file or directory for /usr/share/info/configure.info.gz
warning: %post(binutils-2.17.50.0.6-20.el5_8.3.x86_64) scriptlet failed, exit status 1
  Installing: cpio                         ##################### [ 47/168] 
install-info: No such file or directory for /usr/share/info/cpio.info.gz
[...]
  Installing: findutils                    ##################### [ 80/168] 
install-info: No such file or directory for /usr/share/info/find.info.gz
warning: %post(findutils-1:4.2.27-6.el5.x86_64) scriptlet failed, exit status 1
  Installing: shadow-utils                 ##################### [ 81/168] 
/usr/sbin/groupadd: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory
/usr/sbin/groupadd: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory
  Installing: libutempter                  ###                   [ 82/168]warning: group utmp does not exist - using root
  Installing: libutempter                  ##################### [ 82/168] 
  Installing: net-tools                    ##################### [ 83/168] 

[...]
WARNING: No module xen_blkfront found for kernel 2.6.18-348.4.1.el5xen, continuing anyway
WARNING: No module virtio_pci found for kernel 2.6.18-348.4.1.el5xen, continuing anyway
@katzj
Copy link
Owner

katzj commented Apr 26, 2013

Most of the docs are due to --nodocs and packages not properly handling that. If you remove --nodocs, all of the warnings about info will go away

Does OpenStack work in general with the EL5 kernel? The only things I've done with OpenStack were all EL6 based (and > a year ago at this point)

@wmealing
Copy link

The earlier kernel versions of el5 probably wont work without specific kvm settings, if they use the viort_pci driver, you'll be out of luck, as this is the default driver required for kvm without specifically setting hardware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants