Hi.<br>I'm trying to add opennebula into mandriva linux.<br>Packages already done, and opennebula can be installed in cooker branch (it is development and testing)<br>but i have error with systemd service and /usr/bin/oned <br>
<br><br>systemctl start one.service<br>Job failed. See system logs and 'systemctl status' for details.<br><br><br><br>[root@(none) opennebula]# systemctl status one.service<br>one.service - OpenNebula Cloud Controller Daemon<br>
      Loaded: loaded (/lib/systemd/system/one.service; enabled)<br>      Active: failed since Wed, 25 Jan 2012 03:56:38 -0500; 9s ago<br>     Process: 7233 ExecStart=/usr/bin/oned (code=exited, status=0/SUCCESS)<br>     Process: 7231 ExecStartPre=/bin/chown oneadmin:cloud /var/log/one (code=exited, status=0/SUCCESS)<br>
     Process: 7229 ExecStartPre=/bin/mkdir -p /var/log/one (code=exited, status=0/SUCCESS)<br>      CGroup: name=systemd:/system/one.service<br><br>Jan 25 03:57:02 (none) oned[7253]: Error: Can not start oned, opening lock file /var/lock/one/one<br>
<br><br>then i do<br><br>rm  -rf /var/lock/one/one<br><br><br>and try to execute oned<br><br>/usr/bin/oned<br>terminate called without an active exception<br><br><br>and again<br><br>/usr/bin/oned<br>Error: Can not start oned, opening lock file /var/lock/one/one<br>
<br><br><br>Whats wrong?<br>