| User | Post |
|
12:33 pm March 5, 2011
| aaronr8684
| | |
| Member | posts 3 | |
|
|
Hey thought this might be a little helpful for you guys if you wanted to get a GUI running on this…this was a post I made on the forum.
http://ubuntuforums.org/showth…..?t=1615373
|
|
|
7:01 pm November 16, 2010
| rosemary
| | |
| Member | posts 21 | |
|
|
Cool, thanks! That will be helpful.
|
|
|
|
|
1:36 am November 16, 2010
| dshepard
| | |
| Member | posts 8 | |
|
|
I have seen a lot of people use a Kill-A-Watt, but it does not interface with your computer.
http://www.amazon.com/s/ref=nb…..=0&y=0
|
|
|
6:26 pm November 15, 2010
| rosemary
| | |
| Member | posts 21 | |
|
|
Cool, and I guess you can disable the Wake-on-LAN if you never boot Windows again.
Congrats on your deal with the hard drives. Sooner or later, I will buy something similar. For now, I will invest the little time I have to install a Funambol server. That doesn't really need hard drive space, but I want it to be silent and low power. I wish I had a device to measure power consumption.
Do you know of any software that does that? I know there's Granola and PowerTop, but as far as I know they can only measure power coming from a battery…
|
|
|
|
|
3:57 am November 15, 2010
| dshepard
| | |
| Member | posts 8 | |
|
|
Post edited 6:58 am – November 15, 2010 by dshepard
I solved my problem!! This link http://ubuntuforums.org/showth…..p?t=538448 pointed me in the right direction. I had a problem with "Wake on Lan" even though I am not dual booting. I guess there were still remnants of Windows Server 2003 affecting the NIC. Anyway now all is well.
Now I have to read up on drive partioning. Eventually I am going to put 2 2TB drives in here so I will want to partition them to accommodate various users and/or subdirectories for my media.
|
|
|
12:59 am November 15, 2010
| dshepard
| | |
| Member | posts 8 | |
|
|
Maybe another clue, the TS Mini has only ever connected at 10Mb/s, it has yet
to connect at 1Gb/s. I have confirmed this both by looking at the LEDs on my
switch and by looking at "sudo lshw -C network". For testing puposes, I have
connect the TS Mini directly to my router (which is assigning the ip addresses)
and my switch just to see if there was some strange hardware or handshaking
issue. I also tried different cables.
|
|
|
12:26 am November 15, 2010
| dshepard
| | |
| Member | posts 8 | |
|
|
Post edited 12:27 am – November 15, 2010 by dshepard
rosemary said:
If you provide me with some details about your setup, I might be able to help. Maybe we can setup a static IP for your TSmini. This is useful anyway if you intend to use it as a server.
No problem, glad there are few other folks out here who are putting linux on
their servers. Hopefully we can help each other.
What I am trying to do is set it up to be a simple file server
for my video media. I have a bunch of Netgear servers running, but if I can
get these working (I have a second on order) I will probably replace them with
these two servers. I also ordered 4 2TB Samsung drives from Newegg for $79.99
each as well. Newegg had an early Black Friday sale.
Here is the contents of my "interfaces". I have tried both static and dhcp, both
act the same way.
[PHP]# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#auto eth0
#iface eth0 inet static
# address 192.168.1.104
# netmask 255.255.255.0
# network 192.168.1.0
# broadcast 192.168.1.255
# gateway 192.168.1.1
# # dns-* options are implemented by the resolvconf package, if installed
# dns-nameservers 192.168.1.1
# The primary network interface
auto eth0
iface eth0 inet dhcp[/PHP]
|
|
|
9:17 pm November 14, 2010
| rosemary
| | |
| Member | posts 21 | |
|
|
Post edited 9:19 pm – November 14, 2010 by rosemary
Aaron,
This wekend I didn't get to play with different distros. Still I have the disc drive here and will let you know on which one succeeded.
I'd be really happy to talk to you guys and see if we can make that neat black thing into a powerful and useful server for all kinds of puropses.
And I think I will set up some forum somewhere else. This one here is not maintained.
|
|
|
|
|
9:16 pm November 14, 2010
| rosemary
| | |
| Member | posts 21 | |
|
|
hey dshepard,
I'm sorry I didin't read your posts earlier, but glad you figured it out. Please feel free to send me PMs if I don't respond earlier.
/etc/init.d/networking restart does the following: it stops and then starts the network. Starting the network lets your machine ask for a new IP address from the DHCP server on your network, which is probably your cable/DSL/wireless modem/router (unless you set the IPs manually).
Strange though that on boot, there seems to be a timeout from the DHCP server. If you provide me with some details about your setup, I might be able to help. Maybe we can setup a static IP for your TSmini. This is useful anyway if you intend to use it as a server.
|
|
|
|
|
12:23 am November 14, 2010
| dshepard
| | |
| Member | posts 8 | |
|
|
Post edited 5:39 am – November 14, 2010 by dshepard
I figured out how to permanently edit grub.cfg so that problem is fixed,
this link helped:
http://superuser.com/questions…..0-graphics
Now I am working on the network startup, once that is fixed, I will be ready
to start using this machine.
|
|
|
1:40 pm November 13, 2010
| dshepard
| | |
| Member | posts 8 | |
|
|
Post edited 11:59 pm – November 13, 2010 by dshepard
I also had to add "i915.modeset=0" to get my TS Mini to properly startup.
How does one set it up so you don't have to type it in at every reboot?
Another problem I have is that until I type:
sudo /etc/init.d/networking restart
I cannot access the network/internet. Once I type the above line, everything
works as expected. (so far)
P.S. I installed 10.10 server
|
|
|
4:47 am November 12, 2010
| dshepard
| | |
| Member | posts 8 | |
|
|
Should be receiving my TS Mini today. Looking forward to installing Ubuntu this weekend.
|
|
|
10:02 pm November 11, 2010
| rosemary
| | |
| Member | posts 21 | |
|
|
Hey Aaron,
I can now borrow the USB disc drive again. I have a couple of distros around here, I'll try them out and then post here.
Fedora12, Linux Mint, OpenGEU, some Debians… I'll let you know.
Today I installed an SSD, see the thread!
|
|
|
|
|
10:32 am November 11, 2010
| aaronr8684
| | |
| Member | posts 3 | |
|
|
I've been messing with this quiet a bit lately…have you gotten a GUI to work on this box? I've only tried Ubuntu Server (Lucid and Maverick) and Ubuntu Desktop…Not sure if another Distro would work since i haven't tried yet.
-Aaron
|
|
|
9:14 pm November 10, 2010
| rosemary
| | |
| Member | posts 21 | |
|
|
Post edited 9:15 pm – November 10, 2010 by rosemary
Hey aaronr8684,
Actually the admin should do this, but looks like he doesn't bother. So I say thanks for posting :-)
Cool, if they removed the splash, then they probably scaled down to soft drugs ;-)
|
|
|
|
|
7:25 pm November 1, 2010
| aaronr8684
| | |
| Member | posts 3 | |
|
|
Adding the "i915.modeset=0" after quiet works. I installed Ubuntu Server 10.10 and mine didn't have the splash in the line.
|
|
|
8:56 pm October 10, 2010
| rosemary
| | |
| Member | posts 21 | |
|
|
So far, so good. I have now a CUPS server on it running so I can print from all PC's in my local network. Works nice with Windows and Linux.
|
|
|
|
|
9:35 pm October 9, 2010
| rosemary
| | |
| Member | posts 21 | |
|
|
Post edited 9:36 pm – October 9, 2010 by rosemary
Ok, here's how to solve the problem.
When in the boot manager, you can press 'e' to edit the line that you're currently on. Then, look for 'splash quiet', and replace it with (or just add) "i915.modeset=0". Sounds more complicated than it is, and it will prevent the system from freezing.
I read a funny comment somewhere. They said the the developers must have been smoking crack to enable splash and some graphical featuers during the boot process on a server. Hell, I agree!
Anyway, the command line works. I can login from another linux system just fine.
PHEW!
And now I like the TS mini once again a little more.
|
|
|
|
|
5:41 pm October 8, 2010
| rosemary
| | |
| Member | posts 21 | |
|
|
Post edited 9:52 am – October 9, 2010 by rosemary
Well, at least it installed well. Now after booting, it hangs shortly after it mounts the root partition. One of the first things the kernel does after mounting is to recognise the attached USB devices, which happens correctly.
But this is also the last thing it does. It just hangs, no kernel panic or anything.
But the installation went smooth, with network. So I'll go into the BIOS and see if disabling on board devices helps. And unplugging USB devices first.
At the worst, I'll have to install another distro…
|
|
|
|
|
8:17 pm October 7, 2010
| rosemary
| | |
| Member | posts 21 | |
|
|
I have a wireless Ethernet bridge that I wanted to try out. It worked, andDHCP to configured the network. But then, I wasn't able to download the release files. Of course, I tried a couple of times to reconfigure the network, tried different mirrors… Then I looked into the syslog and saw that on reconfiguring, there came no DHCP answer anymore.
Then, I decided to use an Ethernet cable. But the wireless thingy apparently screwed up the router, so that it didn't work anymore. So I rebooted the router. No succes. At the end, I rebooted the TS mini, and it finally worked. Can you believe that? It really made me sweat, and that wireless thingy goes into the trash right now.
I already thought there might be a driver issue, and Ubuntu will have problems, and what not. Murphy's Law.
Ubuntu and the TS mini work well together.
|
|
|
|