Hello Ruben: 

** Yow, I should have seen this one!  ( this .conf had OS[ KERNEL = /vmlinuz ] )

  cd /etc/one/vmm_exec
  diff -ub  vmm_exec_kvm.conf.dist vmm_exec_kvm.conf | dpaste

  SEE >> http://dpaste.de/Q4HI <<


** Had a failure to "VM instantiate" (onevm delete --recreate), due to ebtables 
path:

  # Note: hard-coded paths in this Ruby script, to Linux networking tools...

  (from grep) /var/lib/one/remotes/vnm/OpenNebulaNetwork.rb 

     31 - 
     32 - COMMANDS = {
     33 :   :ebtables => "sudo /sbin/ebtables",
     34 +   :iptables => "sudo /sbin/iptables",
     35 +   :brctl    => "sudo /sbin/brctl",


  !! WORKAROUND
  cd /usr/sbin; for cmd in ebtables iptables; do sudo ln -s /usr/sbin/$cmd 
/sbin/; done


** My first VM is instantiated, and running.  Now to fix the missing 
VNC-console proxy, for my VM (as seen from Sunstone UI)

thank you,
----mark

Mark Biggers     http://www.ine.com

________________________________________
From: Ruben S. Montero [rsmont...@opennebula.org]
Sent: Thursday, October 31, 2013 3:07 PM
To: Mark Biggers
Cc: users@lists.opennebula.org
Subject: Re: [one-users] my "DevOps install notes" for openSUSE 12.3 on Github 
--- (WAS: First post - Error on New install of Open Nebula on OpenSuSE 12.3)

Hi Mark

It seems that your domain is trying to boot from /vmlinuz that cannot be found 
in the host. This primitive is not in your original template as shown in the 
template of VM 13 (there is no <OS><KERNEL>).

So this is most probably coming from the driver configuration file. Could you 
check (and remove) /etc/vmm_exec/vmm_exec_kvm.conf  for a line setting KERNEL 
to /vmlinuz?

Cheers

Ruben


On Thu, Oct 31, 2013 at 5:57 PM, Mark Biggers 
<mbigg...@ine.com<mailto:mbigg...@ine.com>> wrote:
Thanks Ruben, I appreciate the help.   Here's what I have (see the 
dpaste.de<http://dpaste.de> links).  It's consistent, regardless of any VM 
image that is  "instantiated" ...


  cat /var/log/13.log | dpaste
  # http://dpaste.de/5yts

  oneadmin@sealion:~ > onevm show 13 --all -x | dpaste
  http://dpaste.de/y1XS

  cat /var/log/libvirt/qemu/one-13.log | dpaste
  http://dpaste.de/Zpr5

----mark

________________________________________
From: Ruben S. Montero 
[rsmont...@opennebula.org<mailto:rsmont...@opennebula.org>]
Sent: Thursday, October 31, 2013 12:30 PM
To: Mark Biggers
Cc: users@lists.opennebula.org<mailto:users@lists.opennebula.org>
Subject: Re: [one-users] my "DevOps install notes" for openSUSE 12.3 on Github 
--- (WAS: First post - Error on New install of Open Nebula on OpenSuSE 12.3)

Hi Mike

Thank you very much for sharing, great doc!

Could we get more details about "still does not "work for me" (VMs don't 
instantiate)"? So we can clear any issue and complete the document?


Thanks

Ruben


On Thu, Oct 31, 2013 at 4:36 PM, Mark Biggers 
<mbigg...@ine.com<mailto:mbigg...@ine.com><mailto:mbigg...@ine.com<mailto:mbigg...@ine.com>>>
 wrote:
Although my attempt at configuration of ONE 4.2 on openSUSE 12.3 still does not 
"work for me" (VMs don't instantiate), here's my contribution, in a 
restructuredText document.

    https://gist.github.com/biggers/7251574

Perhaps this will help others, trying to do what I am attempting to do -- just 
bring up ONE 4.2 for a Developer/DevOps "Cloud + Host node".   In my case, I 
must  write some Cloud automation code in Python, against the OCCI APIs.

Any changes or comments appreciated!   Thank you.

----mark


Mark Biggers
INE, Inc
2530 Meridian Parkway, Suite 2061
Durham, NC 27713
Internets: Freenode.net IRC:  markb1, #trizpug, #trilug (now #opennebula)
..                            Google chat:  mbiggers.01 ATT 
gmail.com<http://gmail.com>
_______________________________________________
Users mailing list
Users@lists.opennebula.org<mailto:Users@lists.opennebula.org><mailto:Users@lists.opennebula.org<mailto:Users@lists.opennebula.org>>
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


--
--
Ruben S. Montero, PhD
Project co-Lead and Chief Architect
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org<http://www.OpenNebula.org> | 
rsmont...@opennebula.org<mailto:rsmont...@opennebula.org> | @OpenNebula
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to