Home of the Squeezebox™ & Transporter® network music players.
Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Junior Member
    Join Date
    Jan 2009
    Posts
    10

    Ubuntu on Atom server

    Before I get the Duet, I'm planning on building an Atom server and making it a music/movie server. Here's what I'm planning to build:

    Intel D945GCLF mobo
    1GB RAM
    1.5TB Seagate HDD

    I'm gonna put it in a closet and will run it headless. What flavor of Ubuntu should I install?? Desktop or server?? What else do I need to install??

    Also, I see a lot of people choosing to boot from a USB drive. Why??

  2. #2
    Senior Member maggior's Avatar
    Join Date
    Dec 2006
    Location
    nj
    Posts
    2,087
    I boot from a USB drive so I can isolate my OS from my data. I can change/update my OS without impacting the hard discs. It also optimizes the amount of data that can be stored on my hard drives.

    Since you will be running headless, I would think using Ubuntu Server would be your best bet. It will probably give you what you want and leave out much that you don't. For instance, you will want SAMBA, NFS, ssh, and other network services installed. These won't be installed by desktop (though you can install them later on). You also won't want media players, office software, etc. since it will be a server in a closet.

    For what it's worth, I've been using Open SuSE with much success running off an 8GB USB thumb drive with 2 WD 1TB drives. I've got *plenty* of stroage :-).
    Rich
    ---------
    Setup: 2 SB3s, 4 Booms, 1 Duet, 1 Receiver, 1 Touch, iPeng on iPod Touch, SqueezeCommander, OrangeSqueeze, and SqueezePlayer on Xoom and Galaxy Player 4.2. CentOS 6.3 Server running LogitechMediaServer 7.7.2 and SqueezeSlave.
    Current library stats: 40,810 songs, 3,153 albums, 582 artists.
    http://www.last.fm/user/maggior

  3. #3
    Senior Member
    Join Date
    Nov 2005
    Location
    San Francisco, CA
    Posts
    1,864
    Unless you're comfortable doing everything command-line style, I would recommend Desktop. The server version of Ubuntu is basically the Desktop version with all the GUI stuff removed.

    It really depends on how comfortable you are with Linux.

    Good luck with your project, if you get stuck, feel free to post to this forum, we have lots of Linux experts around.

  4. #4
    Senior Member pfarrell's Avatar
    Join Date
    Apr 2005
    Location
    Northern Virginia
    Posts
    4,246

    Ubuntu on Atom server

    maggior wrote:
    > Since you will be running headless, I would think using Ubuntu Server
    > would be your best bet.


    I respectfully disagree.
    I run all my servers headless, and always install the full GUI. It takes
    very little disk space, and makes setup and installation of packages so
    much easier.

    There are a few things that server defaults to that can be handly, like
    allowing 32 bit versions to use all 4GB of memory, but they can be added
    later.

    I strongly recommend installing the full desktop over the server, even
    if you are going headless. Especially for new to linux folks.

    I think new folks need Symbian

    --
    Pat Farrell
    http://www.pfarrell.com/


  5. #5
    Senior Member
    Join Date
    Feb 2006
    Posts
    751
    Since the Atom is even strong enough to do many things beside running Squeezecenter i'll suggest Ubuntu Desktop also.
    If you want it headless you may use Nomachine NX from your main machine to do some checking of files like with Audiochecker (even under wine) from time to time. It is worth the GUI i think.
    Transporter (modded) -> RG142 -> Avantgarde Acoustic based 500VA monoblocks -> Sommer SPK240 -> self-made speakers

  6. #6
    Senior Member Apesbrain's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    336
    Before deciding on XP as my server OS, I built an Ubuntu 8.10 machine using the "desktop" software version. One problem I could not solve was getting my server to wake on lan. Given that I wanted to run the machine headless and under a desk in another room, this was a deal-breaker for me. It may have been my hardware -- the PC was quite a few years old -- but using ethtool to query my network connection did show that the adapter was WOL-capable.

    Ubuntu does not install "out of the box" with WOL enabled. There is a good tutorial here:

    http://ubuntuforums.org/showthread.php?t=234588

    Toward the end of the article, the author writes about editing the /etc/init.d/halt script to enable WOL. He says he didn't need to do this, but my case might have required it and I never got that far. There is more detail here:

    https://bugs.launchpad.net/ubuntu/+s...nit/+bug/71418

    Also, since you plan to administer the machine remotely, you may be interested in this tutorial:

    http://www.ubuntugeek.com/how-to-use...epid-ibex.html

    Good luck!

  7. #7
    Senior Member pfarrell's Avatar
    Join Date
    Apr 2005
    Location
    Northern Virginia
    Posts
    4,246

    Ubuntu on Atom server

    Apesbrain wrote:
    > Before deciding on XP as my server OS, I built an Ubuntu 8.10 machine
    > using the "desktop" software version. One problem I could not solve
    > was getting my server to wake on lan. Given that I wanted to run the
    > machine headless and under a desk in another room, this was a
    > deal-breaker for me.


    Can you explain why WOL was critical for you?
    I just run my server in the basement, headless.

    I guess I've never understood the attraction of WOL.

    --
    Pat Farrell
    http://www.pfarrell.com/


  8. #8
    Senior Member Apesbrain's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    336
    I wanted to minimize its power draw while I wasn't listening to it and figured putting it in standby (S3) would help toward that aim.

  9. #9
    Senior Member pfarrell's Avatar
    Join Date
    Apr 2005
    Location
    Northern Virginia
    Posts
    4,246

    Ubuntu on Atom server

    Apesbrain wrote:
    > I wanted to minimize its power draw while I wasn't listening to it and
    > figured putting it in standby (S3) would help toward that aim.


    Well, the whole point of an Atom is to minimize the power draw.

    I just listen to music nearly all the time, and use the SC box as a
    generic file server (using Samba) for backups of accounting and tax
    records, etc.



    --
    Pat Farrell
    http://www.pfarrell.com/


  10. #10
    Senior Member maggior's Avatar
    Join Date
    Dec 2006
    Location
    nj
    Posts
    2,087
    Quote Originally Posted by pfarrell View Post
    maggior wrote:
    > Since you will be running headless, I would think using Ubuntu Server
    > would be your best bet.


    I respectfully disagree.
    I run all my servers headless, and always install the full GUI. It takes
    very little disk space, and makes setup and installation of packages so
    much easier.
    You're right :-).

    I actually ran Open SuSE with the GUI intitially. I found that I used YaST (their configuration/system management tool) a LOT. Then I discovered that you can run it in a regular terminal window :-). For that reason I can get by with no GUI.

    I think the package selection can trip up newbie users. But on the other hand, when the services are installed, they are disabled by default, so the newbie has to figure out how to enable them anyway. As a newbie, I went through this myself.

    Even though I have tons of disc space, I am old school and perfer to only install what I need. Especially for a newbie, I guess that philosophy doesn't make sense.
    Rich
    ---------
    Setup: 2 SB3s, 4 Booms, 1 Duet, 1 Receiver, 1 Touch, iPeng on iPod Touch, SqueezeCommander, OrangeSqueeze, and SqueezePlayer on Xoom and Galaxy Player 4.2. CentOS 6.3 Server running LogitechMediaServer 7.7.2 and SqueezeSlave.
    Current library stats: 40,810 songs, 3,153 albums, 582 artists.
    http://www.last.fm/user/maggior

Posting Permissions

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