LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 02-16-2016, 12:13 AM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
Problem after upgrade VBox 4.3 to Vbox 5.0


Hi all,

Host Ubuntu 14.04 running on SSD
VMs /Ubuntu 14.04/W80/etc on HD

HD /media/satimis/xxxx/VirtualBox VMs

After upgrade on repo and restart VBox Manager all VMs disappear

-> Preference -> General
Default Machine Folder /media/satimis/xxxx/VirtualBox VMs

All VMs are there

Please help rather than importing them one by one.

Thanks in advance.

Regards
satimis
 
Old 02-17-2016, 09:14 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,681

Rep: Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971
Quote:
Originally Posted by satimis View Post
Hi all,
Host Ubuntu 14.04 running on SSD
VMs /Ubuntu 14.04/W80/etc on HD

HD /media/satimis/xxxx/VirtualBox VMs

After upgrade on repo and restart VBox Manager all VMs disappear

-> Preference -> General Default Machine Folder /media/satimis/xxxx/VirtualBox VMs

All VMs are there Please help rather than importing them one by one.
Really?? Didn't you do this last year too?
http://www.linuxquestions.org/questi...ox-4175558765/

You said then you upgraded to 5, and got the VM's working. And why is it a problem to just import them one-by-one?
 
1 members found this post helpful.
Old 02-17-2016, 02:29 PM   #3
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
n/m.

What are the perms on
/media/satimis/xxxx
and
/media/satimis/xxxx/VirtualBox VMs ?

Code:
for i in /media/satimis/xxxx "/media/satimis/xxxx/VirtualBox VMs" ; do ls -ld $i ; done
post results.

On a personal note: I've reached my limit on helping users who insist on using non-repo software.
What's wrong with 4.3.18?

Last edited by Habitual; 02-17-2016 at 02:36 PM.
 
Old 02-17-2016, 08:28 PM   #4
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by TB0ne View Post
Really?? Didn't you do this last year too?
http://www.linuxquestions.org/questi...ox-4175558765/

You said then you upgraded to 5, and got the VM's working. And why is it a problem to just import them one-by-one?
That is another PC which is now running without problem.

I have 2 PCs with same configure;
Host Ubuntu 14.04 desktop
VMs Ubuntu/Windows/Mint/etc
both running Virtualbox 5.0 installed on repo

The only difference is;
PC1-working PC
both Host and VMs installed on 1TB SSD

PC2-spare PC (encountering problem mentioned on this posting)
Ubuntu 14.04 Host installed on 120G SSD
VMs installed on WD HD

I suspect whether the problem coming from cable connection of the HD, the hardware problem. I'll check it later. According to my recollection I encountered similar problem before.

satimis
 
Old 02-17-2016, 11:16 PM   #5
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by Habitual View Post
n/m.

What are the perms on
/media/satimis/xxxx
and
/media/satimis/xxxx/VirtualBox VMs ?

Code:
for i in /media/satimis/xxxx "/media/satimis/xxxx/VirtualBox VMs" ; do ls -ld $i ; done
post results.

On a personal note: I've reached my limit on helping users who insist on using non-repo software.
What's wrong with 4.3.18?
I have checked the PC (spare) and found cables to HD and SSD connected properly.

⟫ for i in /media/satimis/xxxxxx "/media/satimis/xxxxxx/VirtualBox VMs" ; do ls -ld $i ; done
Code:
drwxr-xr-x 6 satimis satimis 4096 Apr 23  2015 /media/satimis/xxxxxx
ls: cannot access /media/satimis/xxxxxx/VirtualBox: No such file or directory
ls: cannot access VMs: No such file or directory
On Home
Devices -> 1.0 TB Volume (HD)
it displays
Data
lost+found
VirtualBox VMs
-> VirtualBox VMs
it displays all VMs

On each VM
it displays
VM1
Logs
vm1.vbox
vm1.vbox-prev
vm1-disk1.vmdk

VM2
Logs
vm2.vbox
vm2.vbox-prev
vm2-disk1.vmdk
etc.

all files on Data folder can be evoked/read.

Quote:
What's wrong with 4.3.18?
This spare PC hasn't been run for sometimes. Several days before I tried to backup files from the working PC to it. After starting Ubuntu update software reminded me to update/upgrade the system. I did and it came to present situation

Regards
satimis
 
Old 02-18-2016, 07:34 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,681

Rep: Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971
Quote:
Originally Posted by satimis View Post
I have checked the PC (spare) and found cables to HD and SSD connected properly.

⟫ for i in /media/satimis/xxxxxx "/media/satimis/xxxxxx/VirtualBox VMs" ; do ls -ld $i ; done
Code:
drwxr-xr-x 6 satimis satimis 4096 Apr 23  2015 /media/satimis/xxxxxx
ls: cannot access /media/satimis/xxxxxx/VirtualBox: No such file or directory
ls: cannot access VMs: No such file or directory
On Home
Devices -> 1.0 TB Volume (HD)
it displays
Data
lost+found
VirtualBox VMs
-> VirtualBox VMs
it displays all VMs

On each VM
it displays
VM1
Logs
vm1.vbox
vm1.vbox-prev
vm1-disk1.vmdk

VM2
Logs
vm2.vbox
vm2.vbox-prev
vm2-disk1.vmdk
etc.

all files on Data folder can be evoked/read. This spare PC hasn't been run for sometimes. Several days before I tried to backup files from the working PC to it. After starting Ubuntu update software reminded me to update/upgrade the system. I did and it came to present situation
...which brings us full-circle, back to "didn't you already DO THIS BEFORE??? As in UPGRADE from 4.x to 5.x???" Seems like you're describing the exact same problem as before...the size of the hard drive won't matter at all.
 
Old 02-18-2016, 10:52 AM   #7
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by satimis View Post
This spare PC hasn't been run for sometimes. Several days before I tried to backup files from the working PC to it. After starting Ubuntu update software reminded me to update/upgrade the system. I did and it came to present situation

Regards
satimis
Virtualbox 5 doesn't show here as an update. So did you add a PPA for it?

Code:
sudo apt-cache policy virtualbox
output please.

Last edited by Habitual; 02-18-2016 at 10:56 AM.
 
Old 02-18-2016, 11:19 AM   #8
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi all,

Problem solved.

For unknown reason the permission of /media/satimis becomes "root root"

Ran
$ sudo chown satimis:satimis /media/satimis

Then add each VMs back by running;
Machine -> Add
(select VM on /media/satimis/xxxxxx/Virtual Box/)
VM1.vbox
VM2.vbox
etc.

Now all VMs are back.

Anyway lot of thanks for your support

Regards
satimis

Edit:
⟫ apt-cache policy virtualbox
Code:
virtualbox:
  Installed: (none)
  Candidate: 4.3.36-dfsg-1+deb8u1ubuntu1.14.04.1
  Version table:
     4.3.36-dfsg-1+deb8u1ubuntu1.14.04.1 0
        500 http://hk.archive.ubuntu.com/ubuntu/ trusty-updates/multiverse amd64 Packages
        500 http://security.ubuntu.com/ubuntu/ trusty-security/multiverse amd64 Packages
        100 /var/lib/dpkg/status
     4.3.10-dfsg-1 0
        500 http://hk.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 Packages
satimis@PC2:~⟫ apt-cache policy virtualbox-5.0
Code:
virtualbox-5.0:
  Installed: 5.0.14-105127~Ubuntu~trusty
  Candidate: 5.0.14-105127~Ubuntu~trusty
  Version table:
 *** 5.0.14-105127~Ubuntu~trusty 0
        500 http://download.virtualbox.org/virtualbox/debian/ trusty/contrib amd64 Packages
        100 /var/lib/dpkg/status

Last edited by satimis; 02-18-2016 at 11:26 AM.
 
Old 02-18-2016, 11:57 AM   #9
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Glad it worked out.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with oracle vbox beckwith Linux - Software 3 04-19-2015 03:15 AM
[SOLVED] Booting problem VBOX windsorjj Linux From Scratch 4 11-24-2012 01:55 AM
[SOLVED] vbox 4.0.2 - guest sabayon5.4 on win7 - mnt local gentoo from vbox sabayon? shinystuffrox Linux - Virtualization and Cloud 1 03-04-2011 01:10 AM
[SOLVED] vbox sharefolder problem RudraB Linux - Newbie 6 06-04-2010 12:29 AM
Upgrading VBox 2.0.2 on Fedora 9 to VBox 2.0.6 fcquayso Linux - Newbie 2 12-10-2008 04:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 07:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration