ServerFaq

Differences between revisions 10 and 11
Revision 10 as of 2006-02-11 10:58:38
Size: 4676
Editor: p549E157C
Comment:
Revision 11 as of 2006-02-11 11:09:10
Size: 4629
Editor: p549E157C
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:

=== What's the difference between desktop and server? ===

The first difference is in the CD contents. I hope that the desktop version doesn't need an explanation, while the "Server" CD instead of having packages like X, Gnome or KDE has all those packages that can be useful on a server: Apache2, Bind9 and so on. This is only for the users' comfort, nothing more. In theory, using a Desktop CD with a minimal installation and installing, for example, apache2 from the network, one can obtain the exact same result that can be obtained by inserting the Server CD and installing apache2 from the cd-rom. This is going to change slightly in the future, for dapper.

----

=== What exactly will change for Dapper (from Breezy)? ===

The technical goals for dapper are:
 - an optimized kernel that will be installed automatically from the CD and will also be available for a network installation.

 - better selection of packages available from the CD.

 - 5 years support (against 3 years for the desktop version).

----

=== Should I switch from RedHat/SuSE/Debian/... to Ubuntu server? ===

No sysadmin should change distro if he is happy with what he has, find the distro that best satisfies your needs. Only, don't forget to inclede Ubuntu in your tests ;)

----

=== Where can I find the Ubuntu server CD images? ===

http://cdimage.ubuntu.com/ubuntu-server/

----

=== When will new versions of Ubuntu server be released? ===

Ubuntu server follows the same release plan as Ubuntu desktop: https://wiki.ubuntu.com/Releases

----
Line 18: Line 53:
=== What (packages/repositories) will be supported? ===  === Where can I find a list of packages included with Dapper server? ===
Line 20: Line 55:
Not all packages in the main repository are supported, there is a list of supported Dapper packages here: http://people.ubuntu.com/~cjwatson/seeds/ubuntu-server-dapper/server
Be aware that apt does not check if a package is supported or not, you have to do that on your own.
http://cdimage.ubuntu.com/ubuntu-server/daily/current/dapper-install-i386.list

And for Dapper desktop: http://cdimage.ubuntu.com/daily/current/dapper-install-i386.list
  
----

=== What (packages/repositories) will be supported? ===

Not all packages in the main repository are supported, there is a list of supported Dapper packages here: http://people.ubuntu.com/~cjwatson/seeds/ubuntu-server-dapper/server Be aware that apt does not check if a package is supported or not, you have to do that on your own.
Line 25: Line 67:
=== What happens if I install packages that are not supported? Are there security patches for five years for those packages also? ===  === What happens if I install packages that are not supported? Are there security patches for five years for those packages also? ===
Line 31: Line 73:
=== Where can I find a list of packages included with Dapper server? === === Is a SMP kernel available from Dapper server install CD? ===
Line 33: Line 75:
  http://cdimage.ubuntu.com/ubuntu-server/daily/current/dapper-install-i386.list
  And for Dapper desktop:
  http://cdimage.ubuntu.com/daily/current/dapper-install-i386.list
Yes there are kernel versions with SMP and uni-processor support.
Line 39: Line 79:
=== Is a SMP kernel available from Dapper server install CD? ===  === Which kernels versions/types are available on the Dapper server CD? ===
Line 41: Line 81:
  Yes there are kernel versions with SMP and uni-processor support.
  
----
Dapper server:
linux-image-386_2.6.15.14_i386.deb -> this is the same for Dapper desktop
linux-image-686_2.6.15.14_i386.deb
linux-image-k7_2.6.15.14_i386.deb
linux-image-server-bigiron_2.6.15.14_i386.deb
linux-image-server_2.6.15.14_i386.deb -> this will be installed as default on Dapper server
Line 45: Line 88:
=== Which kernels versions/types are available on the Dapper server CD? ===

  Dapper server:
  linux-image-386_2.6.15.14_i386.deb -> this is the same for Dapper desktop
  linux-image-686_2.6.15.14_i386.deb
  linux-image-k7_2.6.15.14_i386.deb
  linux-image-server-bigiron_2.6.15.14_i386.deb
  linux-image-server_2.6.15.14_i386.deb -> this will be installed as default on Dapper server

  Dapper desktop:
  linux-image-386_2.6.15.14_i386.deb -> this will be installed as default on Dapper desktop
  linux-image-2.6.15-15-386_2.6.15-15.21_i386.deb
Dapper desktop:
linux-image-386_2.6.15.14_i386.deb -> this will be installed as default on Dapper desktop
linux-image-2.6.15-15-386_2.6.15-15.21_i386.deb
Line 60: Line 94:
=== What's the difference between kernel linux-image-server and linux-image-686? What architecture is linux-image-server? Which one should I use? ===  === What's the difference between kernel linux-image-server and linux-image-686? What architecture is linux-image-server? Which one should I use? ===
Line 66: Line 100:
=== Is there also a linux-image-server version for AMD cpu? ===  === Is there also a linux-image-server version for AMD cpu? ===
Line 72: Line 106:
=== Do I have to choose the kernel for my system on my own? ===  === Do I have to choose the kernel for my system on my own? ===
Line 74: Line 108:
  The installer is capable of recognizing your cpu and install the "best" kernel for it. The installer is capable of recognizing your cpu and install the "best" kernel for it.
Line 78: Line 112:
=== What's the difference between desktop and server? ===
Line 80: Line 113:
  The first difference is in the CD contents. I hope that the desktop version doesn't need an explanation, while the "Server" CD instead of having packages like X, Gnome or KDE has all those packages that can be useful on a server: Apache2, Bind9 and so on. This is only for the users' comfort, nothing more. In theory, using a Desktop CD with a minimal installation and installing, for example, apache2 from the network, one can obtain the exact same result that can be obtained by inserting the Server CD and installing apache2 from the cd-rom. This is going to change slightly in the future, for dapper.
Line 82: Line 114:
----

=== What exactly will change for Dapper? ===

  The technical goals for dapper are:

      - an optimized kernel that will be installed automatically from the CD and will also be available for a network installation.

      - better selection of packages available from the CD.

      - 5 years support (against 3 years for the desktop version).

----

=== Where can I find the Ubuntu server CD images? ===

  http://cdimage.ubuntu.com/ubuntu-server/

----

=== Should I switch from RedHat/SuSE/Debian/... to Ubuntu server? ===

   No sysadmin should change distro if he is happy with what he has, find the distro that best satisfies your needs. Only, don't forget to inclede Ubuntu in your tests ;)

----

=== When will new versions of Ubuntu server be released? ===

  Ubuntu server follows the same release plan as Ubuntu desktop: https://wiki.ubuntu.com/Releases

----
Line 118: Line 119:
Line 119: Line 121:

This is a FAQ document for the Ubuntu Server, version 6.04 Dapper

I created this FAQ document because I was interested in the Ubuntu Server version and had some questions about it. See the section sources on bottom of the page where I have found the answers. Please update the document if you have new informations or even new questions Smile :-)

What's the difference between desktop and server?

The first difference is in the CD contents. I hope that the desktop version doesn't need an explanation, while the "Server" CD instead of having packages like X, Gnome or KDE has all those packages that can be useful on a server: Apache2, Bind9 and so on. This is only for the users' comfort, nothing more. In theory, using a Desktop CD with a minimal installation and installing, for example, apache2 from the network, one can obtain the exact same result that can be obtained by inserting the Server CD and installing apache2 from the cd-rom. This is going to change slightly in the future, for dapper.


What exactly will change for Dapper (from Breezy)?

The technical goals for dapper are:

  • - an optimized kernel that will be installed automatically from the CD and will also be available for a network installation. - better selection of packages available from the CD. - 5 years support (against 3 years for the desktop version).


Should I switch from RedHat/SuSE/Debian/... to Ubuntu server?

No sysadmin should change distro if he is happy with what he has, find the distro that best satisfies your needs. Only, don't forget to inclede Ubuntu in your tests Wink ;)


Where can I find the Ubuntu server CD images?

http://cdimage.ubuntu.com/ubuntu-server/


When will new versions of Ubuntu server be released?

Ubuntu server follows the same release plan as Ubuntu desktop: https://wiki.ubuntu.com/Releases


Are there different repositories for desktop and server?

No, there are no desktop and server-specific repositories


How does the package system (apt) know what to install (server or desktop packages)?

Both repositories are available for the package system, it chooses which package to install depending on the packages which are already installed on the system. For example, if the server-kernel got installed from the Dapper server CD apt will not upgrade to the Dapper desktop kernel, it will download and install the server-version. That's how all the Ubuntu derivatives differ.


Where can I find a list of packages included with Dapper server?

http://cdimage.ubuntu.com/ubuntu-server/daily/current/dapper-install-i386.list

And for Dapper desktop: http://cdimage.ubuntu.com/daily/current/dapper-install-i386.list


What (packages/repositories) will be supported?

Not all packages in the main repository are supported, there is a list of supported Dapper packages here: http://people.ubuntu.com/~cjwatson/seeds/ubuntu-server-dapper/server Be aware that apt does not check if a package is supported or not, you have to do that on your own.


What happens if I install packages that are not supported? Are there security patches for five years for those packages also?

  • ???


Is a SMP kernel available from Dapper server install CD?

Yes there are kernel versions with SMP and uni-processor support.


Which kernels versions/types are available on the Dapper server CD?

Dapper server: linux-image-386_2.6.15.14_i386.deb -> this is the same for Dapper desktop linux-image-686_2.6.15.14_i386.deb linux-image-k7_2.6.15.14_i386.deb linux-image-server-bigiron_2.6.15.14_i386.deb linux-image-server_2.6.15.14_i386.deb -> this will be installed as default on Dapper server

Dapper desktop: linux-image-386_2.6.15.14_i386.deb -> this will be installed as default on Dapper desktop linux-image-2.6.15-15-386_2.6.15-15.21_i386.deb


What's the difference between kernel linux-image-server and linux-image-686? What architecture is linux-image-server? Which one should I use?

  • ???


Is there also a linux-image-server version for AMD cpu?

  • ???


Do I have to choose the kernel for my system on my own?

The installer is capable of recognizing your cpu and install the "best" kernel for it.


Sources

ServerFaq (last edited 2008-08-06 16:31:31 by localhost)