[one-users] oned dies within a minute after starting
Tino Vazquez
tinova at fdi.ucm.es
Fri Nov 5 10:02:50 PDT 2010
Hi,
Could you try copying the one.db to the local filesystem and symlink
it to $ONE_LOCATION/var?
Alternatively, try compiling and configuring mysql support.
Regards,
-Tino
--
Constantino Vázquez Blanco | dsa-research.org/tinova
Virtualization Technology Engineer / Researcher
OpenNebula Toolkit | opennebula.org
On Fri, Nov 5, 2010 at 5:38 PM, George L. Emigh
<george.emigh at dialecticnet.com> wrote:
> 1) Yes.
>
> 2) $ONE_LOCATION/var/one.db is on a glusterfs cluster, in fact $ONE_LOCATION
> is entirely in the glusterfs cluster.
>
> On Friday November 5 2010, you wrote:
> > Hi George,
> >
> > The core file suggests that the crash is to blame on either the xmlrpc
> > interface or the DB access. Let's try to figure it out:
> >
> > 1) If you don't invoke the xmlrpc interface (by not using the CLI, for
> > instance), does it crash anyway?
> >
> > 2) Have you got the $ONE_LOCATION/var/one.db file in an NFS share?
> >
> > Regards,
> >
> > -Tino
> >
> > --
> > Constantino Vázquez Blanco | dsa-research.org/tinova
> > Virtualization Technology Engineer / Researcher
> > OpenNebula Toolkit | opennebula.org
> >
> > On Wed, Nov 3, 2010 at 6:31 PM, Tino Vazquez <tinova at fdi.ucm.es> wrote:
> > > Hi George,
> > >
> > > It would be useful, if you have them around, to have the oned.log that
> > > corresponds with the core you sent me (sorry, i forgot to ask for it
> > > in my previous email).
> > >
> > > Regards,
> > >
> > > -Tino
> > >
> > > --
> > > Constantino Vázquez Blanco | dsa-research.org/tinova
> > > Virtualization Technology Engineer / Researcher
> > > OpenNebula Toolkit | opennebula.org
> > >
> > >
> > >
> > > On Wed, Nov 3, 2010 at 6:25 PM, George L. Emigh
> > >
> > > <george.emigh at dialecticnet.com> wrote:
> > >> The link to download and the wget of wget ttylinux.tar.gz now work.
> > >>
> > >> I am looking forward to anything you may find with the file.
> > >>
> > >> Thank you,
> > >>
> > >> George
> > >>
> > >> On Wednesday November 3 2010, you wrote:
> > >> > Hi George,
> > >> >
> > >> > I've received the file, thanks, I will take a look at it as soon as
> > >> > possible and come back to you.
> > >> >
> > >> > I've fixed the location of defaultrc, many thanks for the feedback!
> > >> >
> > >> > About the link, which one is not working for you? I've tried both
> > >> [1] > and [2] and they seem to work for me ....
> > >> >
> > >> > Best regards,
> > >> >
> > >> > -Tino
> > >> >
> > >> > [1]
> > >> http://dev.opennebula.org/attachments/download/170/ttylinux.tar.gz >
> > >> [2] http://minimalinux.org/ttylinux
> > >> > --
> > >> > Constantino Vázquez Blanco | dsa-research.org/tinova
> > >> > Virtualization Technology Engineer / Researcher
> > >> > OpenNebula Toolkit | opennebula.org
> > >> >
> > >> >
> > >> >
> > >> > On Fri, Oct 29, 2010 at 11:24 PM, George L. Emigh
> > >> >
> > >> > <george.emigh at dialecticnet.com> wrote:
> > >> > > Tino,
> > >> > >
> > >> > > Did you get the tar file I sent direct?
> > >> > > It was big so I did not send to the list.
> > >> > >
> > >> > > I since downloaded the 2.0 source tarball and installed that, and
> > >> still > > have the same issue where oned silently dies on fedora 13.
> > >> > >
> > >> > > on a side note, in the documentation the defaultrc is said to be
> > >> in > > etc/mad/ directory, but in installation it resides in etc/ > >
> > >> > > Which is correct?
> > >> > >
> > >> > > and on this page:
> > >> > > http://opennebula.org/documentation:rel2.0:vmg
> > >> > >
> > >> > > The preconfigured vm to download does not exist and cannot be
> > >> > > downloaded.
> > >> > >
> > >> > > Thanks,
> > >> > >
> > >> > > George
> > >> > >
> > >> > >
> > >> > > On Tuesday October 26 2010, Tino Vazquez wrote:
> > >> > > > Dear George,
> > >> > > >
> > >> > > > Nothing much can be inferred from the strace.
> > >> > > >
> > >> > > > Let's see if the coredump sheds more light. Could you please
> > >> set the > > > following in your shell:
> > >> > > >
> > >> > > > $ ulimit -c unlimited
> > >> > > >
> > >> > > > execute opennebula (one start), wait for the crash, and send
> > >> us the > > > next two files:
> > >> > > >
> > >> > > > 1) $ONE_LOCATION/bin/oned
> > >> > > > 2) $ONE_LOCATION/var/core
> > >> > > >
> > >> > > > Regards,
> > >> > > >
> > >> > > > -Tino
> > >> > > >
> > >> > > > --
> > >> > > > Constantino Vázquez Blanco | dsa-research.org/tinova
> > >> > > > Virtualization Technology Engineer / Researcher
> > >> > > > OpenNebula Toolkit | opennebula.org
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > > On Mon, Oct 25, 2010 at 7:58 PM, George L. Emigh
> > >> > > >
> > >> > > > <george.emigh at dialecticnet.com> wrote:
> > >> > > > > Well it may not have been.
> > >> > > > >
> > >> > > > > Attached is the strace, I'm going to install the newly
> > >> released > > 2.0 and > > see where that goes.
> > >> > > > >
> > >> > > > > On Monday October 25 2010, Tino Vazquez wrote:
> > >> > > > > > Dear George,
> > >> > > > > >
> > >> > > > > > Are you using the "one-2.0" branch? In any case, it would
> > >> be > > > > > interesting to see the strace of "oned":
> > >> > > > > >
> > >> > > > > > $ strace -o oned.strace.log "oned -f"
> > >> > > > > >
> > >> > > > > > Regards,
> > >> > > > > >
> > >> > > > > > -Tino
> > >> > > > > >
> > >> > > > > > --
> > >> > > > > > Constantino Vázquez Blanco | dsa-research.org/tinova
> > >> > > > > > Virtualization Technology Engineer / Researcher
> > >> > > > > > OpenNebula Toolkit | opennebula.org
> > >> > > > > >
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > On Tue, Oct 19, 2010 at 9:47 PM, George L. Emigh
> > >> > > > > >
> > >> > > > > > <george.emigh at dialecticnet.com> wrote:
> > >> > > > > > > I'm using opennebula on Fedora 13, built from git
> > >> sources. > > > > > >
> > >> > > > > > > Before I start over I thould I'd ask if anyone has seen
> > >> > > anything > > like > > this:
> > >> > > > > > >
> > >> > > > > > > oneadmin at klingon ~ $ one start
> > >> > > > > > > Stale .lock detected. Erasing it.
> > >> > > > > > > oned and scheduler started
> > >> > > > > > > oneadmin at klingon ~ $ onehost list
> > >> > > > > > > ID NAME CLUSTER RVM TCPU FCPU ACPU
> > >> > > TMEM > > FMEM > > STAT 0 klingon default 0 0
> > >> > > 0 100 > > 0K > > 0K err 1 shag default 0
> > >> > > 400 354 > > 400 7.6G > > 4.5G on oneadmin at klingon ~
> > >> $ > > onehost list > > > > Error: Connection refused - connect(2) >
> > >> > > > > >
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > > From the oned.log
> > >> > > > > > > Tue Oct 19 15:30:32 2010 [InM][I]: Monitoring host
> > >> klingon > > (0) > > > > Tue Oct 19 15:30:32 2010 [InM][I]:
> > >> Monitoring host shag > > (1) > > > > Tue Oct 19 15:30:35 2010
> > >> [InM][D]: Host 0 successfully > > monitored. > > > > Tue Oct 19
> > >> 15:30:35 2010 [ONE][E]: syntax error, > > unexpected EQUAL, > > > >
> > >> expecting $end or VARIABLE at line 1, > > columns 126:128 > > > >
> > >> Tue Oct 19 15:30:35 2010 [InM][E]: Error > > parsing host
> > >> information: > > > > ARCH=x86_64 MODELNAME="AMD > > Phenom(tm) II X4
> > >> 965 Processor" > > > >
> > >> > > HOSTNAME=klingon.earthcookie.net HYPERVISOR=kvm TOTALCPU= > >
> > >> > > CPUSPEED= > > TOTALMEMORY= USEDMEMORY=7864392 FREEMEMORY=6944660
> > >> > > > > FREECPU=0.0 > > USEDCPU=0.0 NETRX= NETTX=
> > >> > > > > > >
> > >> > > > > > > Tue Oct 19 15:30:35 2010 [InM][D]: Host 1 successfully
> > >> > > monitored. > > > >
> > >> > > > > > >
> > >> > > > > > > Thank you.
> > >> > > > > > >
> > >> > > > > > > --
> > >> > > > > > > George L. Emigh
> > >> > > > > > > CIO
> > >> > > > > > > Dialectic Networks, LLC
> > >> > > > > > > 10 Glenwood Ave
> > >> > > > > > > Osprey, FL 34229
> > >> > > > > > > (941)806-0276
> > >> > > > > > > http://dialecticnet.com/
> > >> > > > > > >
> > >> > > > > > > NOTICE: This electronic mail message and any files
> > >> > > transmitted > > with it > > are intended exclusively for the
> > >> > > individual or entity to > > which it is > > addressed. The
> > >> message, > > together with any attachment, > > contain > >
> > >> confidential and/or > > privileged information. Any > > unauthorized
> > >> review, > > use, > > printing, saving, copying, disclosure or > >
> > >> distribution is strictly > > > > prohibited. If you have received
> > >> this > > message in error, please > > > > immediately advise the
> > >> sender by reply > > email and delete all > > copies. > >
> > >> > > > > _______________________________________________
> > >> > > > > > > Users mailing list
> > >> > > > > > > Users at lists.opennebula.org
> > >> > > > > > >
> > >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > >
> > >> >
> > >> > > > > --
> > >> > > > > George L. Emigh
> > >> > > > > CIO
> > >> > > > > Dialectic Networks, LLC
> > >> > > > > 10 Glenwood Ave
> > >> > > > > Osprey, FL 34229
> > >> > > > > (941)806-0276
> > >> > > > > http://dialecticnet.com/
> > >> > > > >
> > >> > > > > NOTICE: This electronic mail message and any files
> > >> transmitted > > with it > > are intended exclusively for the
> > >> individual or entity to > > which it is > > addressed. The message,
> > >> together with any attachment, > > contain > > confidential and/or
> > >> privileged information. Any > > unauthorized review, > > use,
> > >> printing, saving, copying, disclosure or > > distribution is strictly
> > >> > > prohibited. If you have received this > > message in error,
> > >> please > > immediately advise the sender by reply > > email and
> > >> delete all copies. > >
> > >> > > > > _______________________________________________
> > >> > > > > Users mailing list
> > >> > > > > Users at lists.opennebula.org
> > >> > > > >
> > >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >
> > >> > > --
> > >> > > George L. Emigh
> > >> > > CIO
> > >> > > Dialectic Networks, LLC
> > >> > > 10 Glenwood Ave
> > >> > > Osprey, FL 34229
> > >> > > (941)806-0276
> > >> > > http://dialecticnet.com/
> > >> > >
> > >> > > NOTICE: This electronic mail message and any files transmitted
> > >> with it > > are intended exclusively for the individual or entity to
> > >> which it is > > addressed. The message, together with any attachment,
> > >> contain > > confidential and/or privileged information. Any
> > >> unauthorized review, > > use, printing, saving, copying, disclosure
> > >> or distribution is strictly > > prohibited. If you have received this
> > >> message in error, please > > immediately advise the sender by reply
> > >> email and delete all copies. > >
> > >> _______________________________________________
> > >> > > Users mailing list
> > >> > > Users at lists.opennebula.org
> > >> > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
> > >>
> > >> --
> > >> George L. Emigh
> > >> CIO
> > >> Dialectic Networks, LLC
> > >> 10 Glenwood Ave
> > >> Osprey, FL 34229
> > >> (941)806-0276
> > >> http://dialecticnet.com/
> > >>
> > >> NOTICE: This electronic mail message and any files transmitted with it
> > >> are intended exclusively for the individual or entity to which it is
> > >> addressed. The message, together with any attachment, contain
> > >> confidential and/or privileged information. Any unauthorized review,
> > >> use, printing, saving, copying, disclosure or distribution is
> > >> strictly prohibited. If you have received this message in error,
> > >> please immediately advise the sender by reply email and delete all
> > >> copies.
>
> --
> George L. Emigh
> CIO
> Dialectic Networks, LLC
> 10 Glenwood Ave
> Osprey, FL 34229
> (941)806-0276
> http://dialecticnet.com/
>
> NOTICE: This electronic mail message and any files transmitted with it are
> intended exclusively for the individual or entity to which it is addressed.
> The message, together with any attachment, contain confidential and/or
> privileged information. Any unauthorized review, use, printing, saving,
> copying, disclosure or distribution is strictly prohibited. If you have
> received this message in error, please immediately advise the sender by
> reply email and delete all copies.
>
More information about the Users
mailing list