Results 1 to 9 of 9

Thread: How to set up a smallest possible server with defined list of features?

  1. #1
    Join Date
    Jan 2012
    Beans
    21

    Question How to set up a smallest possible server with defined list of features?

    I am trying to set up a VPN client on the base of Ubuntu Server, with a defined list of features, but still don't succeed with all steps. I am quite sure that I have forgotten some stuff or do it the wrong way.

    I don't want the following stuff to be done with Ubuntu Desktop, because it comes with too much overhead for the purpose. The whole system will be installed on a ThinClient PC hardware with smallest requirements.

    Can you please check my list of features and help me through? This is, what the server should support:

    Hardware requirements:
    - smallest possible amount of RAM, e.g. 512 MB
    - smallest possible drive space

    System requirements:
    - Ubuntu Server 12.04
    - apache2
    - php5
    - openvpn
    - openssh
    - firefox (latest version)
    - the smallest possible GUI for firefox
    - probably a GUI account starter, e.g. lightdm, for autostart?

    This "server" will become a VPN client later, which should be visible from a VPN server.

    The VPN client "server" should behave like this when booting:
    - start apache2 server with php5
    - start vpn and ssh to be visible from the VPN server when the VPN client is online
    - autostart the GUI with a non-root user account
    - autostart Firefox in fullscreen mode
    - have Firefox show a defined web page on http://localhost/

    I have already managed to set up such a machine which runs fine when I log in to the user account's CLI, then run startx, then run Firefox.

    But whatever I do to add a greeter (like the now outdated gdm or lightdm), I fail to get the last three steps of my list assembled:

    - autostart the GUI with a non-root user account
    - autostart Firefox in fullscreen mode
    - have Firefox show a defined web page on http://localhost/

    Now fire at will!

  2. #2
    Join Date
    Nov 2005
    Location
    Helsinki, Finland
    Beans
    29
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: How to set up a smallest possible server with defined list of features?

    You have couple of options, but here is one without *DM

    You need to add the following line in your /etc/rc.local file.
    Code:
    su - <username> -c startx
    before the line exit 0
    Save and quit the file.
    Here is a bit more detail version.

    That’s it. You are done. Now restart your system you will be magically taken right into your graphical desktop without you doing anything. Next time when your power goes up or your computer gets restarted accidentally, rest assured your system will boot nicely the way you want it to.

    Autostarting firefox:
    This all depend what DE you want? but LXDE or Flux are pretty small.
    Command on the runlevel 5
    Code:
    firefox --fullscreen -url http://localhost
    Currently using: lubuntu lucid | Acer Aspire Ferrari Lucid | HP 6910p
    ChromiumOS | asus eee 901;
    LinuxMint 8 | DELL Latitude d510

  3. #3
    Join Date
    Mar 2006
    Location
    The Internet
    Beans
    1,817
    Distro
    Ubuntu

    Re: How to set up a smallest possible server with defined list of features?

    You may be interested in the minimal cd. This is probably the absolutely most bare way to begin a custom Ubuntu install.

    Installs with only minimal packages, then you can build on top of that.

    https://help.ubuntu.com/community/In...tion/MinimalCD

  4. #4
    Join Date
    Jan 2012
    Beans
    21

    Re: How to set up a smallest possible server with defined list of features?

    Thank you for your hints, lewmnik. I now managed to have the X environment start automatically after reboot, after I edited the /etc/rc.local file as recommended from you and after I changed /etc/X11/Xwrapper.config's parameter allowed_users from "console" to "anybody".

    Now I don't understand what exactly I should do to do get firefox autostarting in runlevel 5 with your recommended command. As far as I understand, I should add another executable command file to /etc/init.d/ which contains this command, and which has a symbolic link in /etc/rc5.d/. Right?

    I tried to create such a file but failed to have it automatically launch firefox after the X server has successfully been launched. Still stuck in the GUI CLI.

    I wonder if I am on the wrong path again, or how this executable say "firefox" service file in /etc/init.d/ should look like. Can you please give me another hint?
    Last edited by UlfDunkel; May 13th, 2012 at 03:16 PM. Reason: typos

  5. #5
    Join Date
    Jan 2012
    Beans
    21

    Re: How to set up a smallest possible server with defined list of features?

    @stmiller: Thank you for pointing me to MinimalCD. I will give it a try in the next instance when I have solved the other issues.

  6. #6
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: How to set up a smallest possible server with defined list of features?

    I do not know much about servers, but have this in my notes.

    If running Firefox I would consider a bit more memory, especially with memory costs where they are now.

    Kiosk discussions:
    http://ubuntuforums.org/showthread.php?t=1872560
    http://ubuntuforums.org/showthread.php?t=1881141
    http://www.instructables.com/id/Sett...Web-Appliance/
    chromium kiosk using Tiny Core Linux. Talk about small and light!
    http://ubuntuforums.org/showthread.php?t=1891594
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  7. #7
    Join Date
    Jan 2012
    Beans
    21

    Re: How to set up a smallest possible server with defined list of features?

    @oldfred: Thanks for the links, but although they gave me a hint about the kiosk mode which is probably something I'd have to add to my system, I didn't find any hints about how to auto-start firefox once the X GUI has been started with startx. @lewmnik has already recommended to put a firefox launch service to /etc/init.d/ and nest it to runlevel 5, but I don't really know how to.

  8. #8
    Join Date
    Jan 2012
    Beans
    21

    Re: How to set up a smallest possible server with defined list of features?

    I seem to have found a solution, using a command like this:

    X -ac & firefox --display :0 & unclutter -idle 2 -display :0 & xset -display :0 -dpms s off

    When I run this command from the Terminal, X server launches Firefox as desired. But the fullscreen mode still leaves a small black border of about 30 pixels at the right and bottom of the screen. How can I run Firefox in real fullscreen mode, covering the whole screen?
    Last edited by UlfDunkel; May 14th, 2012 at 08:00 PM. Reason: typo

  9. #9
    Join Date
    Jan 2012
    Beans
    21

    Re: How to set up a smallest possible server with defined list of features?

    It seems as if my setup still misses some windows management stuff, because Firefox won't properly switch to fullscreen mode as it does in Ubuntu Desktop. Will have to find out if adding a window manager (like lightdm) will fix this.

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
  •