That&#39;s strange it didn&#39;t select the pae kernel.  In that case install the linux-generic-pae package.<div><br></div><div>sudo aptitude install linux-generic-pae<br><br><div class="gmail_quote">On Sat, Mar 20, 2010 at 10:50 PM, David Groos <span dir="ltr">&lt;<a href="mailto:djgroos@gmail.com">djgroos@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Thanks Ekul.  I didn&#39;t really understand what you meant by the dpkg so didn&#39;t go with that but did understand the sudo aptitude part :)  So I did this, it installed, I rebooted and checked:<br>
<br>dgroos@gcos2:~$ uname -r<br>
2.6.28-18-server<br><br>Which doesn&#39;t have the -pae in the name.  Any ideas?<br><font color="#888888">David</font><div><div></div><div class="h5"><br><br><br><div class="gmail_quote">On Sat, Mar 20, 2010 at 4:29 PM, ekul taylor <span dir="ltr">&lt;<a href="mailto:ekul.taylor@gmail.com" target="_blank">ekul.taylor@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">It&#39;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 reverting is as easy as hitting escape during grub and choosing the old kernel.<div>


<br></div><div>I&#39;m not sure what package mixture you have so I can&#39;t really deal with that but installing the PAE kernel is as simple as:</div><div>sudo aptitude install linux-server</div><div>This will install the kernel and any necessary headers.  If you want to run the karmic kernel but nothing else from karmic you&#39;ll have to do some apt pinning.</div>


<div><br></div><div><div class="gmail_quote">As for the reason you don&#39;t have the pae kernel I believe it is only selected by default when installing via the server cd.  Any other method you have to add it via apt after install.</div>

<div><div></div><div>
<div class="gmail_quote"><br></div><div class="gmail_quote">On Sat, Mar 20, 2010 at 12:34 PM, David Groos <span dir="ltr">&lt;<a href="mailto:djgroos@gmail.com" target="_blank">djgroos@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
<div style="word-wrap:break-word">
I find I&#39;m not using the server kernel which surprises me--isn&#39;t that the one that the &#39;alternate CD&#39; used?  Shouldn&#39;t that be the standard install for a thin client server using Edubuntu?<div><br></div>


<div>So, how do I go about installing this kernel?  I used the link that Alkis provided and I could download the kernel.  I couldn&#39;t access it via Synaptic, probably because I&#39;ve set sources to Jaunty but I wasn&#39;t sure how to set some to Karmic.  Any link/suggestion would be appreciated!  I don&#39;t want to willy-nilly upgrade a kernel, sounds like risky business.</div>


<div><br></div><div>Thanks!</div><div>David</div><div><div></div><div><div><br><div><div>On Mar 19, 2010, at 4:35 PM, ekul taylor wrote:</div><br><blockquote type="cite">Run<div>uname -r</div><div>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&#39;t see that you&#39;ll need to install the linux-server package.</div>


 <div><br></div><div>You can also run free -m as a check to ensure all your ram is being addressed.  However much you think there is should match the total column in MB.  If it doesn&#39;t something isn&#39;t quite working.</div>


 <div><br><div class="gmail_quote">On Fri, Mar 19, 2010 at 5:07 PM, David Groos <span dir="ltr">&lt;<a href="mailto:djgroos@gmail.com" target="_blank">djgroos@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">


 Thanks Ekul for the further info, I get it now.  I think I&#39;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&#39;m pretty sure I&#39;m currently using the server install.  How can I tell?<br>


 <font color="#888888"> <br>David</font><div><div></div><div><br><br><div class="gmail_quote">On Fri, Mar 19, 2010 at 8:35 AM, ekul taylor <span dir="ltr">&lt;<a href="mailto:ekul.taylor@gmail.com" target="_blank">ekul.taylor@gmail.com</a>&gt;</span> wrote:<br>


 <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"> The 32/64 bit question is very complicated.  Hopefully I can help.<div><br></div><div>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 take advantage of all of your RAM.</div>


 <div><br></div><div>If you have more then 4 GB of RAM you have 3 options to use it all:</div><div><br></div><div>1. Clone your 32 bit server install but install the linux-server package if it isn&#39;t already used.  This kernel is PAE enabled which is something Intel developed to let 32 bit processors address more then 4 GB of RAM.  It does have slight performance issues and no one process can address more then 4 GB of RAM but for a terminal server this isn&#39;t important.</div>


 <div><br></div><div>2.  Clone your 32 bit server but install and run a 64 bit kernel.  This can be tricky dependency-wise so I wouldn&#39;t recommend it so I won&#39;t outline the many steps here.</div><div><br></div><div>


 3.  Install a 64 bit version of edubuntu and reuse your configuration files from your old server.  It&#39;s pretty easy to do since except for /etc/modules.d and /etc/modprobe.conf none of the config files are about the kernel.  You do have to build your chroot a little differently if you use this option as thin clients will almost certainly need a 32 bit boot environment.  To do this you use the command:</div>


 <div>ltsp-build-client --arch i386</div><div>instead of just ltsp-build-client.  This is what I option I would use when installing lucid but if you&#39;re just going to be using karmic for a few months option 1 will involve the least setup.</div>


 <div><br></div><div><br><div class="gmail_quote"><div><div></div><div>On Fri, Mar 19, 2010 at 9:11 AM, David Groos <span dir="ltr">&lt;<a href="mailto:djgroos@gmail.com" target="_blank">djgroos@gmail.com</a>&gt;</span> wrote:<br>


 </div></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><div><div></div><div> Confusion compounds...<br><br>the one thing I might have understood...<br>


<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"> <br> If you install this kernel in Jaunty/Karmic, then you can access more<br>


 than 4 Gb of RAM while having 32 bit systems/OS:<br> <a href="http://packages.ubuntu.com/karmic/linux-server" target="_blank">http://packages.ubuntu.com/karmic/linux-server</a><br> <br> So you can do that either in the old or the new server.<br>


</blockquote><div><br>You&#39;re saying that:<br>--I could install the above kernel onto my current 32 bit hardware.<br>--then I could either:<br>--------install up to 64 Gb RAM on old server<br>                       or...<br>


--------then I could clone this new setup to the new server. <br>?<br><br>Thanks,<br>David<br></div></div><br> <br></div></div>--<br> edubuntu-users mailing list<div><br> <a href="mailto:edubuntu-users@lists.ubuntu.com" target="_blank">edubuntu-users@lists.ubuntu.com</a><br>


</div> Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/edubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/edubuntu-users</a><br> <br></blockquote></div><br></div>


 </blockquote></div><br> </div></div></blockquote></div><br></div></blockquote></div><br></div></div></div></div></blockquote></div><br></div></div></div>
</blockquote></div><br>
</div></div></blockquote></div><br></div>