VM Clone, how to sanitize?

Message boards : Questions and problems : VM Clone, how to sanitize?
Message board moderation

To post messages, you must log in.

AuthorMessage
NickPromise

Send message
Joined: 4 Aug 16
Posts: 1
Taiwan
Message 71175 - Posted: 4 Aug 2016, 0:55:27 UTC

Hi all, I created a new VM from an existing Ubuntu server running boinc. Unfortunately although I detached the project before the snapshot, I forgot to sanitize the data.

I see the two servers now keep flopping back and forth and are maybe using the same ID even after I uninstalled, purged, and reinstalled on one. Any ideas how I can sanitize so that I have two distinct computer IDs?

Thanks
ID: 71175 · Report as offensive
Profile Agentb
Avatar

Send message
Joined: 30 May 15
Posts: 265
United Kingdom
Message 71272 - Posted: 7 Aug 2016, 10:54:31 UTC - in response to Message 71175.  

Hi all, I created a new VM from an existing Ubuntu server running boinc. Unfortunately although I detached the project before the snapshot, I forgot to sanitize the data.

I see the two servers now keep flopping back and forth and are maybe using the same ID even after I uninstalled, purged, and reinstalled on one. Any ideas how I can sanitize so that I have two distinct computer IDs?

Thanks



It sounds like the boinc data directory needs to be removed, i had thought that would have happened see Ubuntu install with the purge of the the client and manager.

I would suggest if the purge of client and manager does not remove the data directory (usually /var/lib/boinc-client) that you do that with a

sudo rm -r /var/lib/boinc-client


Once that is done a new install should create a fresh data directory.

Good luck.
ID: 71272 · Report as offensive
Profile Agentb
Avatar

Send message
Joined: 30 May 15
Posts: 265
United Kingdom
Message 71280 - Posted: 7 Aug 2016, 18:54:26 UTC - in response to Message 71272.  
Last modified: 7 Aug 2016, 18:55:41 UTC

It sounds like the boinc data directory needs to be removed, i had thought that would have happened see Ubuntu install with the purge of the the client and manager.


OK I can confirm that

sudo apt-get purge boinc

does not remove but

sudo apt-get purge boinc-client

does, and that is the correct way to remove. Expect a prompt to confirm.

Hope that helps.
ID: 71280 · Report as offensive

Message boards : Questions and problems : VM Clone, how to sanitize?

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.