Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Server vs Desktop?

  1. #1
    Join Date
    Jan 2010
    Beans
    49
    Distro
    Ubuntu 11.04 Natty Narwhal

    Question Server vs Desktop?

    I had already tried this post elsewhere with no luck so trying it in the server section.

    I have Ubuntu 9.10 installed on an old Gateway desktop. It is running a system called Jira using a Tomcat web server, so 99% of the time access is thorugh the web browser. For the rest of the time I access it remotely using TightVNC.

    This works great so far but the system will not boot if I remove the screen (which I need to do since it is in the way). I have tried several remedies suggested by folks on this forum but none of them have worked. So my question is this...

    a. If I uninstall and reinstall using Ubuntu Server edition (32-bit) will the system boot without the screen?

    b. Assuming the above will work - can I still access the machine directly using TightVNC (I presume not since that needs the graphics setup). If not, how do I connect to the machine remotely?

    Thank you!

  2. #2
    Join Date
    Feb 2010
    Beans
    114
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Server vs Desktop?

    a couple years back i used to run my own webhosting business, i owned all the hardware (including the server) i used a couple different distros during that time finding the one that worked the best for me, in the end i was using Ubuntu Server (dont remember which version) but anyways, the server didnt have a gui on it which was perfect after all it was a server, not a desktop, it ran web, web SSL, ssh, ftp, and mail, anyways, where i was living the server ran behind a board (at the time my son liked to push power buttons on computers) and i only had a screen hooked up to it during the initial install, the rest of the time there was no screen, keyboard, or mouse hooked up to it and any admin work i did on the server was through ssh with putty or else through web SSL, so in otherwards, yes UBUNTU Server will boot up without a physical screen connected to it. also, for running server apps, like Tomcat it i recomended to use a server distro over a desktop distro (more or less to free up more resources for server operations), just my experiences with things, hope that helps
    COMPUTER: AMD64 Phenom X4 Black Edition 9850 2.5GHz, 4GB ram, dual ATI Sapphire HD 3870 pci-e, 500Gb HDD, 250Gb HDD, UBUNTU 9.10 64bit on 500Gb, Win Vista on 250Gb

  3. #3
    Join Date
    Dec 2007
    Beans
    24

    Re: Server vs Desktop?

    I agree w/ RasterBurn - the server version runs more efficiently, lees wasted resources.

    Since server administration is only a small part of my job, I have a hard time getting/staying proficient from the command line. My solution is Webmin - uses almost no resources when you are not using it, yet allows a GUI (albeit web) administration screens. I find myself at the command line only once in a while - Webmin won't *quite* do everything easily

  4. #4
    Join Date
    Jan 2008
    Beans
    438

    Re: Server vs Desktop?

    It's possible that your computer's BIOS might have checks so that it doesn't boot if there is no monitor, keyboard, or mouse. Maybe you should check the BIOS menu.

  5. #5
    Join Date
    Feb 2010
    Beans
    114
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Server vs Desktop?

    yes, webmin is very robust in terms of a simple browser based gui it also has alot of mods that expand what it can do to almost anything you need it to do including modifying cronjobs, setting up dns, apache, tomcat, postgre, mysql, even doing system updates, although on the other hand, if you prefer to run tightVNC you could setup a method to run it, before i started running a server i cofigured a with a debian where it would boot into a CLI and after logging in i was able to start the xserver (i dont remember if xserver or xorg requires a physical screen to be attached when starting or not) but you could always go the route of fluxbox for a GUI on the server if it doesnt need a screen to startup
    COMPUTER: AMD64 Phenom X4 Black Edition 9850 2.5GHz, 4GB ram, dual ATI Sapphire HD 3870 pci-e, 500Gb HDD, 250Gb HDD, UBUNTU 9.10 64bit on 500Gb, Win Vista on 250Gb

  6. #6
    Join Date
    Jan 2010
    Beans
    49
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Server vs Desktop?

    Quote Originally Posted by Agent ME View Post
    It's possible that your computer's BIOS might have checks so that it doesn't boot if there is no monitor, keyboard, or mouse. Maybe you should check the BIOS menu.
    I have checked that - nothing obvious there but I don't think I will know for sure until I try it out. That said, it is an Ubuntu message that is waiting for a response, not a BIOS one, so I think I will be OK.

    Thanks to everyone for the responses so far. Does the webmin run on windows? If so, where would I find a copy of that?

    Thanks!

  7. #7
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,792

    Re: Server vs Desktop?

    Webmin is in the repos - so is ssh-server.

  8. #8
    Join Date
    Jan 2010
    Beans
    49
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Server vs Desktop?

    Quote Originally Posted by RasterBurn View Post
    ...if you prefer to run tightVNC you could setup a method to run it, before i started running a server i cofigured a with a debian where it would boot into a CLI and after logging in i was able to start the xserver ...you could always go the route of fluxbox for a GUI on the server if it doesnt need a screen to startup
    Quote Originally Posted by HermanAB View Post
    Webmin is in the repos - so is ssh-server.
    It's like their trying to communicate with me...

    Seriously though...I'm a newbie here. I have a little experience with Unix from many years ago, but as a person with an application installed on it rather than an administrator of it. So, while I know there is some fantastic information in the replies above, please go easy with me as I have a lot of catching up to do and will pribably never reach your level of expertise.

    But, now that I know that those tools are there, I will search them out in the next few days - thank you.

  9. #9
    Join Date
    Jan 2010
    Beans
    49
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Server vs Desktop?

    One quick question. This PC connects to the network via a Linksys wireless network product that plugs into the USB port.

    On the desktop version I simply plugged it in and everything worked - all I had to do was enter the WEP key and I was done.

    Will the same thing happen in the server version or will I have to manually install the driver and execute some command lines to make things work? If I have to do this manually is that something that Webmin will help me with?

    TIA!

  10. #10
    Join Date
    Feb 2010
    Beans
    114
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Server vs Desktop?

    hello again, i see your issue on running the machine without a "head" the server version of Ubuntu will most likely have issues with the wireless card also you wont have a native GUI so all the setup to get it to work will be through a CLI (command line interface) how far away are you from the dlink router with this machine? I am gonna guess that your a room or 2 away from the router with this machine, if i remember correctly webmin will allow you to configure all of your network interfaces through it, you can have a look over the webmin site at WebMin there you can search through the available modules and documentation
    COMPUTER: AMD64 Phenom X4 Black Edition 9850 2.5GHz, 4GB ram, dual ATI Sapphire HD 3870 pci-e, 500Gb HDD, 250Gb HDD, UBUNTU 9.10 64bit on 500Gb, Win Vista on 250Gb

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •