Jan, Thanks for the reply, I am able to ssh bi-directionally. I found the problem to be the following bit of code in the oned.conf. I was looking for a way to clean up the directories after a system was shutdown so I used these "hooks" I found on the ON web page. What I think is happening is the image gets removed prior to it doing the copy. (which is through scp).
Once I commented these lines out and HUP'd the 'one' process I am able to saveas again. #VM_HOOK = [ # name = "vmdir_cleanup", # on = "DONE", # command = "/bin/rm", # arguments = "-r /var/lib/one/$VMID" ] # #VM_HOOK = [ # name = "log_cleanup", # on = "DONE", # command = "/bin/rm", # arguments = "/var/log/one/$VMID.log" ] -----Original Message----- From: jan horacek [mailto:[email protected]] Sent: Thursday, March 01, 2012 4:24 PM To: Stantz, Brent - GS Cc: [email protected] Subject: Re: [one-users] SaveAs not saving the image. Hello, have you checked ssh between oneadmin@ users? i remember, that once i had similar problem, but forget not to check it under the user one makes the connections. can you find in the log the command that failed? i'm 100% sure, but the result of saveas could be running remotes/cp and looking at the source tell me that saveas could not work, because it does only "cp" and not scp. Jan Horacek On Thu, Mar 1, 2012 at 9:47 PM, Stantz, Brent - GS <[email protected]> wrote: > Ever since upgrading to 3.2.1 I am unable to save an image to an new image. > I make modifications to the image and perform a "saveas", each time I have > done this I receive the following error message. > > [ImM][E]: Error saving image to the repository: > > I use ssh as the transport manager. I have looked into permissions on the > file system which are fine; I can use ssh between the boxes w/o password > prompting. > > Thoughts? > > Brent Stantz > Software Engineering > Geospatial Systems > > ITT Exelis > 400 Initiative Drive > P.O. Box 60488 > Rochester, NY 14606-0488 > (p) 585.269.6358 > [email protected] > > > > ________________________________ > This e-mail and any files transmitted with it may be proprietary and are > intended solely for the use of the individual or entity to whom they are > addressed. If you have received this e-mail in error please notify the > sender. > Please note that any views or opinions presented in this e-mail are solely > those of the author and do not necessarily represent those of Exelis Inc. > The recipient should check this e-mail and any attachments for the presence > of viruses. Exelis Inc. accepts no liability for any damage caused by any > virus transmitted by this e-mail. > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
