Unabe to open a web browser and connect to the internet on Virtual box using Ubuntu 14.04
Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Unabe to open a web browser and connect to the internet on Virtual box using Ubuntu 14.04
I freshly installed virtual machine Ubuntu 14.04 on virtual box. I am trying to open a web browser on the virtual machine using the command: sensible-browser
This produced the following error:
Code:
ConfigBase::load: Unable to open /home/robotics/.config/terminator/config ([Errno 2] No such file or directory: '/home/robotics/.config/terminator/config')
/usr/share/terminator/terminatorlib/terminator.py:87: Warning: Attempt to add property GnomeProgram::sm-connect after class was initialised
self.gnome_program = gnome.init(APP_NAME, APP_VERSION)
/usr/share/terminator/terminatorlib/terminator.py:87: Warning: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised
self.gnome_program = gnome.init(APP_NAME, APP_VERSION)
/usr/share/terminator/terminatorlib/terminator.py:87: Warning: Attempt to add property GnomeProgram::display after class was initialised
self.gnome_program = gnome.init(APP_NAME, APP_VERSION)
/usr/share/terminator/terminatorlib/terminator.py:87: Warning: Attempt to add property GnomeProgram::default-icon after class was initialised
self.gnome_program = gnome.init(APP_NAME, APP_VERSION)
** (x-terminal-emulator:2003): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.
What network type is selected for Ubuntu in VirtualBox--->Settings--->Network--->Attached to. (If it's Host Only, change it to NAT and test. Host Only does not allow the VM access to the big wide world.)
Also, what is the output of
Code:
ifconfig or
ip addr and
traceroute google.com
tracefoute 8.8.8.8
being sure to surround it with "code" tags, which become available when you click the "Go Advanced" button at the bottom of the "compose post" window.
traceroute to google.com (216.58.213.238), 30 hops max, 60 byte packets
1 10.0.2.2 (10.0.2.2) 0.159 ms 0.087 ms 0.107 ms
2 10.81.255.251 (10.81.255.251) 15.765 ms 15.693 ms 15.647 ms
3 212.201.44.214 (212.201.44.214) 15.627 ms 20.910 ms 21.654 ms
4 vkr-g2-5-1.x-win.uni-bremen.de (134.102.121.125) 21.614 ms 22.164 ms 24.250 ms
5 cr-han2-te0-9-0-6-0.x-win.dfn.de (188.1.244.189) 29.074 ms 30.367 ms 30.355 ms
6 kr-hws3-1.x-win.dfn.de (188.1.236.76) 35.992 ms 8.081 ms 8.479 ms
7 209.85.249.126 (209.85.249.126) 13.083 ms 33.124 ms 10.135 ms
8 209.85.253.241 (209.85.253.241) 10.628 ms 10.611 ms 10.566 ms
9 ham04s01-in-f14.1e100.net (216.58.213.238) 11.235 ms 11.662 ms 11.646 ms
I disabled "host only". After reboot upon running sensible-browser. I get the same error as before. Can you elaborate if it was upto you, how would you setup such a network. Also what adpter type complies with NAT?
Note: I am using a VM with an .ova file provided by my institute with ubuntu 14.04 and ros-indigo.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.