Ubuntu 6.06 "Dapper Drake" ist endlich da!

ClemensBW

Registered User
Nach etwa 7 1/2 Monaten Entwicklungszeit wurde heute vom Ubuntu-Projekt eine neue stabile Version freigegeben. Ubuntu 6.06 LTS, Codename "Dapper Drake" ist die erste Version mit Long-Term-Support (LTS): Für 3 Jahre auf dem Desktop und 5 Jahre auf Servern wird es kostenlose Sicherheitupdates und kommerzielle Unterstützung geben.

Naja, also ich mach heute, wenn ich nach Hause komme, erstmal ein fettes Upgrade :)

Weitere Links:
http://www.ubuntuusers.de/ikhaya/194/
http://www.heise.de/newsticker/meldung/73728

Viel Spaß :)

edit:

Download der .torrent files der Ubuntu DVD hier *klick*
 
Last edited by a moderator:
5 Jahre Sicherheitsupdates sind IMHO übertrieben lang, wer sowas braucht kann gleich das orginal Debian benutzten...



Ich bekomme Dapper nicht installiert :( (Hostsystem Debian Sarge)
Versuch 1:
Code:
devmode:~# wget http://archive.ubuntu.com/ubuntu/pool/main/d/debootstrap/debootstrap_0.3.3.0ubuntu2_all.deb
[...]
devmode:~# ar -x debootstrap_0.3.3.0ubuntu2_all.deb
devmode:~# tar -xvzf data.tar.gz
[...]
devmode:~# export DEBOOTSTRAP_DIR=./usr/lib/debootstrap/scripts/
devmode:~# usr/sbin/debootstrap dapper dapper http://archive.ubuntu.com/ubuntu/
E: No pkgdetails available; either install perl, or build pkgdetails.c from source
devmode:~#
Perl ist zwar auf meinem Debian Sarge installiert aber das scheint die Ubuntu Version von debootstrap nicht zu finden :(

Versuch 2:
Code:
hornox@devmode:~$ wget http://archive.ubuntu.com/ubuntu/pool/main/d/debootstrap/debootstrap_0.3.3.0ubuntu2.tar.gz
[...]
hornox@devmode:~$ tar -xvzf debootstrap_0.3.3.0ubuntu2.tar.gz
[...]
hornox@devmode:~$ cd debootstrap-0.3.3.0ubuntu2/
hornox@devmode:~/debootstrap-0.3.3.0ubuntu2$ make
gcc -Wall -W -O2   -c -o pkgdetails.o pkgdetails.c
gcc -o pkgdetails pkgdetails.o
rm -rf dev
mkdir -p dev
chown 0:0 dev
chown: changing ownership of `dev': Operation not permitted
make: *** [devices-std.tar.gz] Error 1
hornox@devmode:~/debootstrap-0.3.3.0ubuntu2$
Ich weigere mich einfach mal make mit root Rechten auszuführen...

Versuch 3:
Code:
devmode:~# wget http://archive.ubuntu.com/ubuntu/pool/main/d/debootstrap/debootstrap_0.3.3.0ubuntu2.tar.gz
[...]
devmode:~# tar -xvzf debootstrap_0.3.3.0ubuntu2.tar.gz
[...]
devmode:~# export DEBOOTSTRAP_DIR=./debootstrap-0.3.3.0ubuntu2/
devmode:~# debootstrap dapper dapper http://archive.ubuntu.com/ubuntu/
/usr/sbin/debootstrap: line 3: finddebs_style: command not found
Irgendwelche nützlichen Tipps oder Links? Mit der .iso kann ich auf meinem Server wenig anfangen...
 
Last edited by a moderator:
PS: kurze rueckmeldung waere nett
Funktioniert, danke. Bei deiner Version fehlt das entpacken des .deb Archives mit ar, siehe mein "Versuch 1".
Die relative Pfadangabe in der Umgebungsvariable war nicht wirklich von mir durchdacht :(

Wenn jemand Ubuntu per Rettungskonsole installieren will aber da kein "ar" hat kann man da den Sourcecode downloaden und dann eine statische Version kompilieren (ich habe keine Lust eine "Ubuntu-per-Rettungskonsole" Anleitung zu schreiben, der Grobentwurf steht hier ja eh schon :D)

devmode:~/usr/sbin# ./debootstrap --print-debs dapper dapper
I: Retrieving Release
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
base-files base-passwd bash belocs-locales-bin bsdutils coreutils debconf debconf-i18n debianutils diff dpkg e2fslibs e2fsprogs findutils gcc-4.0-base grep gzip hostname initscripts libacl1 libattr1 libblkid1 libc6 libcap1 libcomerr2 libdb4.3 libgcc1 liblocale-gettext-perl libncurses5 libpam-foreground libpam-modules libpam-runtime libpam0g libselinux1 libsepol1 libslang2 libss2 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl libuuid1 locales login lsb-base makedev mawk mount ncurses-base ncurses-bin passwd perl-base procps python-minimal python2.4-minimal sed sysv-rc sysvinit tar util-linux zlib1g adduser alsa-base alsa-utils apt apt-utils aptitude busybox-initramfs bzip2 console-common console-data console-tools cpio dhcp3-client dhcp3-common dosfstools eject ethtool gettext-base gnupg grepmap hfsplus hfsutils ifupdown initramfs-tools iproute iputils-ping jfsutils klibc-utils klogd less libasound2 libatm1 libbz2-1.0 libc6-i686 libconsole libdevmapper1.02 libfribidi0 libgcrypt11 libgnutls12 libgpg-error0 libgpmg1 libhfsp0 libiw28 libklibc libldap2 liblzo1 libncursesw5 libnewt0.51 libopencdk8 libpopt0 libreadline5 libsasl2 libsasl2-modules libsigc++-2.0-0c2a libssl0.9.8 libstdc++6 libsysfs2 libtasn1-2 libusb-0.1-4 libwrap0 linux-sound-base lsb-release lsof memtest86+ mii-diag module-init-tools net-tools netbase netcat ntpdate pciutils pcmciautils python python2.4 readline-common reiser4progs reiserfsprogs strace sudo sysklogd tcpd ubuntu-keyring ubuntu-minimal udev usbutils vim vim-common vim-runtime whiptail wireless-tools wpasupplicant xfsprogs
I: Deleting target directory
Für Server sind das IMHO eine komische Standartpacketauswahl für ein Linux das eben auch auf Servern zum Einsatz kommen soll, alsa Soundtreiber und eject um das CD Laufwerk zu steuern aber kein "man"...
 
Back
Top