Results 1 to 7 of 7
So.. I have Proxmox VE 2.2 running on two machines... (future clusters in waiting) Promox is based on Debian 6.0.
Proxmox requires an internet browser to log in, set up ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-24-2013 #1Just Joined!
- Join Date
- Feb 2013
- Posts
- 3
Proxmox ve 2.2
So.. I have Proxmox VE 2.2 running on two machines... (future clusters in waiting) Promox is based on Debian 6.0.
Proxmox requires an internet browser to log in, set up etc. I have tried everything I know, but I cant get a browser up and running. I cant get GNOME to work either... So this is not a Proxmox question... its Debian 6.0 question... How the heck do I fire up a browser?Last edited by briantulsaok; 02-25-2013 at 02:48 AM.
- 02-25-2013 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,745
Hello and welcome!
Do you have standard Debian sources available?
If so you can give iceweasel (Firefox, basically) a try:
then just run it from the terminalCode:sudo apt-get install iceweasel
or find the application launcher.Code:iceweasel
if you don't like iceweasel, try epiphany or konqueror. you can install them the same way.
you can launch them from a terminal also. i assume you at least have X running, btw, or are export your DISPLAY to a remote graphical desktop.Code:sudo apt-get install epiphany-browser konqueror
- 02-25-2013 #3Just Joined!
- Join Date
- Feb 2013
- Posts
- 3
Tried That Already
Last edited by atreyu; 02-28-2013 at 09:54 PM. Reason: fixed quote
- 02-26-2013 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,745
If sudo is not installed, I guess you can try and install it, but then I guess this distro is not really set up like Debian after all. Can you simply "su" to root? In a terminal, do:
then enter the root password.Code:su -
Or are you root already?
In either case, assuming you are root, try the above command to install again, just leave off the sudo bit:
Code:apt-get install iceweasel
The application launcher is a graphical contrivance. If you don't have a graphical desktop, you won't have this. If you do have one, the application launcher would be a shortcut that gets added to a panel or menu somewhere on the desktop. I would not worry about this though, get it working from the terminal first.Where is appliance launcher?
- 02-26-2013 #5Just Joined!
- Join Date
- Feb 2013
- Posts
- 3
Yes... I am already "root"...
OK... i did the "apt-get install iceweasel" command: results >
"Reading package lists... Done
Building dependency tree
Reading state information... Done
E: unable to locate package iceweasel"
I also tried to install sudo the same way... with same results...
- 02-27-2013 #6Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,745
If it is truly Debian underneath, and your sources haven't been fiddled with, I don't know why it would not find it. You can see (and download) the package for squeeze here. Double-check your version with any of these commands:
You should probably take a look at your sources. The are just text files, and should be in the /etc/apt directory.Code:cat /etc/issue cat /etc/debian_version lsb_release -a
You can try another browser, e.g.:
Code:apt-get install epiphany-browser
- 02-28-2013 #7Just Joined!
- Join Date
- Aug 2012
- Location
- Toronto
- Posts
- 7
Do you have another computer that you can use to login to Proxmox web interface?
Win, Linux, OSX, any with graphic interface will work as long as you have network access to your Proxmox servers.
I wouldn't install graphic interface in your Proxmox servers (security, performance, etc). Also, to open a console from the web interface, you need java installed on the browser.


Reply With Quote

