LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-17-2010, 06:34 AM   #1
deenie
LQ Newbie
 
Registered: Jun 2010
Location: Metro East St Louis
Distribution: Ubuntu 10.04
Posts: 5

Rep: Reputation: 0
Can't install new additions in Ubuntu 10.04 (in VBox)


I am running Ubuntu 10.04 (the guest) in VBox 3.2.4 which is running in Vista (in a dual core AMD Athlon). Ubuntu works okay except the screen size is one-quarter of the space available on the 22" widescreen monitor. I read that installing VBoxAdditions_3.2.4_62467 can solve the problem. When I run the terminal command (using the appropriate file)
sudo sh ./VBoxLinuxAdditions-amd64.run
I get an error message --> sh: Can't open .VBoxLinuxAdditions-amd64.run
So, I am stuck at this point. Any help/feedback will be appreciated...
Peace, deenie
 
Old 06-17-2010, 09:47 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Did you follow the install instructions in Vbox? There is a detailed set there. Open Vbox, and press F1 for Help. Search for additions, there are instructions there for both windows guests, and linux guests.

Did you change to the directory where the Additions file is? The './' tells linux to look only in the current directory for the file.
 
Old 06-17-2010, 06:50 PM   #3
tiemen3r
LQ Newbie
 
Registered: Jun 2010
Location: Amsterdam
Distribution: CentOS, Debian
Posts: 15

Rep: Reputation: 1
Seems like a permissions problem. Did you check if the file has the executable bit set? You can do so by issuing
Code:
ls -l filename
It should look something like this:
Code:
-rwxr-xr-x 1 user   user       35232 2010-03-05 04:41 filename
the x-es signify in this case that the file is executable for respectively user, the group user and anyone.
If you don't see any x-es, type
Code:
chmod +x filename
user & filename are variables of course.

Last edited by tiemen3r; 06-17-2010 at 06:51 PM.
 
Old 06-17-2010, 06:53 PM   #4
deenie
LQ Newbie
 
Registered: Jun 2010
Location: Metro East St Louis
Distribution: Ubuntu 10.04
Posts: 5

Original Poster
Rep: Reputation: 0
I think you got it

Hi Cliff,
It seems that the instructions in the VBox help are for an older version of it. I think that the change to the directory containing Additions is
something I did not do and so will give that a try. That'll keep me busy as Ubuntu (Linux) is still strange to me. I was raised on MS-DOS and then have
gone through all the iterations (or gyrations) up to Win7. In some ways Ubuntu (Linux) is a throwback to the MS-DOS days as it still is heavily reliant
on the terminal. I think being a newbie in Linux is the beginning of a long exciting adventure.
Thanks for the feedback!!!
deenie
 
Old 06-17-2010, 07:00 PM   #5
deenie
LQ Newbie
 
Registered: Jun 2010
Location: Metro East St Louis
Distribution: Ubuntu 10.04
Posts: 5

Original Poster
Rep: Reputation: 0
Tiemen,
I just now saw your reply. I will try your idea first as it's simpler than Cammori's.
Danka, deenie
 
Old 06-17-2010, 09:52 PM   #6
deenie
LQ Newbie
 
Registered: Jun 2010
Location: Metro East St Louis
Distribution: Ubuntu 10.04
Posts: 5

Original Poster
Rep: Reputation: 0
Ok, it looks like I needed to get to the correct directory.
I did a properties on the CD Logo for the additions and
it said it was under media So, I used cd to move over
to that location. I did an ls there:
ls -1 VBOXADDITIONS_3.2.4_62467
and got
32BIT
64BIT
...
VBoxLinuxAdditions-amd64.run
VBoxLinuxAdditions-x86.run
...

I did a cd command: cd VBOXADDITIONS_3.2.4_62467
then
I did the sudo sh ./VBoxLinuxAdditions-amd64.run
and got a message:
Verifying archive integrity... All good.
Uncompressing VirtualBox 3.2.4 Guest Additions for Linux.........
VirtualBox Guest Additions installer
Detected unsupported x86 environment.

Hmm, I think it is calling for the x86 environment to be installed too, is that correct?
 
Old 06-17-2010, 10:08 PM   #7
deenie
LQ Newbie
 
Registered: Jun 2010
Location: Metro East St Louis
Distribution: Ubuntu 10.04
Posts: 5

Original Poster
Rep: Reputation: 0
Talking I got it working

I was too curious to wait. I did the additions for the x86 and viola, I can now do fullscreen. No more tiny viewport into Ubuntu. I got all 22" of the monitor filled. Hip, hip, hooray!
Thanks to you two, camorri and tiemen.
Now I got to more about the terminal and those commands.
 
Old 06-18-2010, 08:58 AM   #8
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
I'm glad you got it working. The terminal is a faster way to get things done. You can do a lot with current distros of linux in the gui. It is by no means a requirement any more to use the terminal. The advantage of the terminal is it is the same on any linux system, so if I don't use your distro, I can still help you get things done.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
vbox guest additions (proprietary version) fail with --currents new kernel config Old_Fogie Slackware 7 03-20-2010 12:23 PM
Vbox and Parallel ports in Ubuntu 9.04 jjchavez Linux - Virtualization and Cloud 2 03-11-2010 01:17 PM
[SOLVED] USB problems with Vbox / XP under Ubuntu 9.10 Girts Linux - Virtualization and Cloud 13 01-08-2010 09:13 AM
VBOX Gentoo Host Additions Mouse Issues tompickles Gentoo 0 09-09-2009 09:31 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 - Newbie

All times are GMT -5. The time now is 01:54 AM.

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