LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 04-16-2012, 10:18 AM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
Seeking advice on setting up a headless desktop


Hi folks,

Debian 6.0 desktop
KVM virtualizer
AMD CPU

I expect to setup this PC as a headless desktop remotely administrated by another desktop on LAN. I have been googling a while and couldn't find articles/instructions re how to config the BIOS of the headless desktop and other relevant steps. Please help. TIA

B.R.
satimis
 
Old 04-16-2012, 11:27 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
A few questions and suggestions:
- All you have to do in the BIOS is to deactivate the stop at boot-time when no keyboard is found.
- Why do you run a desktop system on a headless machine?
- Which virtualizer do you plan to use (VMware, Qemu, Virtualbox)?
 
Old 04-16-2012, 11:50 AM   #3
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by TobiSGD View Post
A few questions and suggestions:
- All you have to do in the BIOS is to deactivate the stop at boot-time when no keyboard is found.
What about the display?

Quote:
- Why do you run a desktop system on a headless machine?
This is only a test

Quote:
- Which virtualizer do you plan to use (VMware, Qemu, Virtualbox)?
KVM
http://www.linux-kvm.org/page/Main_Page
is already running on the PC

B.R.
satimis
 
Old 04-16-2012, 11:57 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by satimis View Post
What about the display?
Just don't plug in a monitor, the BIOS won't care, the OS neither.

Quote:
KVM
http://www.linux-kvm.org/page/Main_Page
is already running on the PC
KVM is a virtualization module for the Linux kernel. It only enables support for hardware virtualization. You still need a hypervisor software, that is where Qemu, VMware or Virtualbox join the game. Having a look at the site you linked I assume that you use Qemu-kvm. Debian 6 uses Qemu-kvm version 0.12.5, i would recommend to install version 1.0.0 from the Squeeze-backports repository.
 
Old 04-16-2012, 07:58 PM   #5
Kenarkies
Member
 
Registered: Nov 2007
Location: South Australia
Distribution: Ubuntu 11.10
Posts: 81

Rep: Reputation: 23
Two other points:

1. Do you want to remotely power on the machine? This can usually be done on modern machines (via ethernet only for the most part) by enabling the BIOS power options to boot up on LAN, and using wake-on-lan (wol is older version) or etherwake (or ether-wake) on the remote machine to power on. Google will give more advice. I use it to fire up a home machine while I'm 100km away out in the bush.

2. If you are going to use the machine as a remote desktop server to provide a desktop to other machines then you will almost certainly want to use an NX based protocol over the LAN. The application I have used is x2go which is a snap to setup and run. It works over ssh and gives excellent performance even over wireless. Internet is slower but useable. This pretty well matches Microsoft's RDP (one of the better products from that revered company).

Ken
 
Old 04-16-2012, 08:29 PM   #6
gszumo
LQ Newbie
 
Registered: Aug 2008
Location: New Jersey
Distribution: Slackware & Crunchbang
Posts: 5

Rep: Reputation: 2
In addition, you will want to make sure that you can SSH into the box and also set up a static IP address.
 
Old 04-17-2012, 06:43 AM   #7
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi all,

Thanks for your advice.

I don't need to power-on the remote PC.

Performed following steps
On remote PC BIOS
set Halt on error/but Keyboard

then remote PC can start without error beeping.

On local PC
$ ssh +x 192.168.0.10
connect remote pc with x forwarding.

$ gnome-session >&/dev/null &
starts the remote desktop locally with transparent background.

However it is difficult reading 2 desktops. Is there anyway to make both desktops running side-by-side?

TIA

satimis
 
Old 04-17-2012, 06:53 AM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Do you really need to run a desktop on the remote system? Why not just run the applications you need to use?
 
Old 04-17-2012, 07:06 AM   #9
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by TobiSGD View Post
Do you really need to run a desktop on the remote system? Why not just run the applications you need to use?
This is only a test to refresh my recollection. I did it several years ago and it worked. I can also start the VM on the remote desktop.

This is an old PC which I dig it out from store room. It ran Debian 5.0. I tried to update the packages but the repositories were no longer supported. Than I was forced to upgrade it to Debian 6.0

I'm now testing it. That is the story.

B.R.
satimis
 
Old 04-17-2012, 07:22 AM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by satimis View Post
This is only a test to refresh my recollection. I did it several years ago and it worked. I can also start the VM on the remote desktop.
Of course it works, but that was not my point. If you start your (GUI) applications from the commandline they will be integrated as normal windows on your local desktop. I find that much more convenient than running them on a separate desktop.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Seeking advice on Desktop Manager with touch screen and light support (Debian on ARM 11 667MHz CPU) newuser10 Linux - Newbie 0 04-09-2012 01:01 PM
Seeking a Distro advice DickWoods Linux - Newbie 7 07-06-2009 11:12 AM
Desktop linux distro - compromise - seeking advice jantman Linux - Distributions 6 07-26-2006 08:51 PM
Seeking advice on script satimis Programming 1 10-05-2004 03:02 PM
Seeking Diagnosis Advice... verbal Linux - Hardware 2 09-12-2003 06:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 06:03 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