Re: Install now, upgrade later?

2010-03-22 Thread David Groos
Thanks again. This new server that's coming my way has 2, Giga NICs, and I would add a third, 100 MB NIC to reach out to the WAN. I thought it would be great to connect each Giga NICs to a separate switch which corresponds to a classroom. First, does this setup work (couldn't find it on the

Re: Install now, upgrade later?

2010-03-20 Thread David Groos
I find I'm not using the server kernel which surprises me--isn't that the one that the 'alternate CD' used? Shouldn't that be the standard install for a thin client server using Edubuntu? So, how do I go about installing this kernel? I used the link that Alkis provided and I could

Re: Install now, upgrade later?

2010-03-20 Thread ekul taylor
It's actually really easy to install a kernel if you use the repositories. dpkg adds your kernel to the list of available kernels so if for any reason you have trouble you can simply use grub to boot into your old kernel. Among all package installations a new kernel is among the safest since

Re: Install now, upgrade later?

2010-03-20 Thread David Groos
Thanks Ekul. I didn't really understand what you meant by the dpkg so didn't go with that but did understand the sudo aptitude part :) So I did this, it installed, I rebooted and checked: dgr...@gcos2:~$ uname -r 2.6.28-18-server Which doesn't have the -pae in the name. Any ideas? David On

Re: Install now, upgrade later?

2010-03-20 Thread ekul taylor
That's strange it didn't select the pae kernel. In that case install the linux-generic-pae package. sudo aptitude install linux-generic-pae On Sat, Mar 20, 2010 at 10:50 PM, David Groos djgr...@gmail.com wrote: Thanks Ekul. I didn't really understand what you meant by the dpkg so didn't go

Re: Install now, upgrade later?

2010-03-20 Thread David Groos
Sorry to keep bothering! I got this: dgr...@gcos2:~$ sudo aptitude install linux-generic-pae [sudo] password for dgroos: Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Couldn't find

Re: Install now, upgrade later?

2010-03-20 Thread ekul taylor
It looks like what has happened is the package names have changed from jaunty to karmic. I don't see a -pae package in jaunty but it exists in karmic. And in karmic linux-server is a metapackage for the -pae kernel. Use the free -m command to check and see if ubuntu is seeing more then 4 GB of

Re: Install now, upgrade later?

2010-03-19 Thread David Groos
Alkis Georgopoulos alk...@gmail.com wrote: I'd clone the current setup - especially considering you'll only be using that installation for 2 months or so. Great--didn't know I could 32--64 If you have more than 4 Gb RAM on your server, you can just install the linux-server kernel to

Re: Install now, upgrade later?

2010-03-19 Thread David Groos
Confusion compounds... the one thing I might have understood... If you install this kernel in Jaunty/Karmic, then you can access more than 4 Gb of RAM while having 32 bit systems/OS: http://packages.ubuntu.com/karmic/linux-server So you can do that either in the old or the new server.

Re: Install now, upgrade later?

2010-03-19 Thread ekul taylor
The 32/64 bit question is very complicated. Hopefully I can help. Any AMD Opteron or Intel Xeon server made in the past few years has support for running 32 bit and 64 bit code (even at the same time). So you could clone your existing server and it would work fine but you might not be able to

Re: Install now, upgrade later?

2010-03-19 Thread David Groos
Thanks Ekul for the further info, I get it now. I think I'll use solution #1 below--sounds like it is doable and will help out with what I need for these last couple of months of school then over summer power-up with a new Lucid install. I'm pretty sure I'm currently using the server install.

Re: Install now, upgrade later?

2010-03-19 Thread ekul taylor
Run uname -r which will tell you the specific build of the kernel you are running. If the PAE kernel is in use it will have -pae in the name. if you don't see that you'll need to install the linux-server package. You can also run free -m as a check to ensure all your ram is being addressed.

Install now, upgrade later?

2010-03-18 Thread David Groos
Hi All I've got a promise of a new 64 bit server (well, new for me). And, I'd like to be using it ASAP to better run 2 classes off the same server. I'm assuming that, since this new server is 64 bit I can't clone my current 32 bit server on to it so I will have to install a new server on it.

Re: Install now, upgrade later?

2010-03-18 Thread David Groos
be my recommendation. Dale -- Date: Thu, 18 Mar 2010 13:02:34 -0500 Subject: Install now, upgrade later? From: djgr...@gmail.com To: edubuntu-users@lists.ubuntu.com; edubuntu-de...@lists.ubuntu.com Hi All I've got a promise of a new 64 bit server