Hello everyone,
opennebula can use gdb debugging it?
I use gdb to debug the following error:
Starting program: / usr / bin / oned
[Thread debugging using libthread_db enabled]
Error: Can not start oned, opening lock file / var / lock / one / one
Program exited with code 0377.
I want to use the tool valgrind to check memory leak case, everyone is how to debug and test it?
I installed all dependencies and compiled OpenNebula with success (I did “scons” on the repository and execute install.sh) but I don’t know how to deploy it and see what the result of the compilation of OpenNebula.
How can I do ?