Hallo.
Ich habe mir einen root-server von strato gekauft. Nun möchte ich Debian darauf von Hand installieren. Ich habe schon das Raid angelegt und mit apt-get install debootstrap. Nun wollte ich mit base-config mein System konfigurieren. Leider ist "base-config" nicht auffindbar und aufrufbar. Auch ein Paket habe ich nicht gefunden um base-config nachzuinstallieren.
Hat jemand eine Idee für mich
Gruß Arrpork
debootstrap aber kein base-config
Ich habe zwischenzeitlich rausgefunden, dass es kein base-config mehr gibt.
Gibt es irgendwo eine Anleitung was genau in base-config ausgeführt wird oder wie
man base-config manuell durchführen kann ?
Beispielsweise erhalte ich folgende Fehlermeldung:
Gibt es irgendwo eine Anleitung was genau in base-config ausgeführt wird oder wie
man base-config manuell durchführen kann ?
Beispielsweise erhalte ich folgende Fehlermeldung:
Code: Alles auswählen
h111129:/# aptitude install grub
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Building tag database... Done
The following packages have been kept back:
libssl0.9.8 perl-base vim-common vim-tiny
0 packages upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US.utf8",
LC_ALL = "en_US.utf8",
LANG = "C"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Code: Alles auswählen
apt-get install locales
dpkg-reconfigure locales
Unix is user-friendly; it's just picky about who its friends are.
Nach der problemlosen Installation von locales und dem ausführen und einstellen der settings erhalte ich folgende Meldung:
Gibt es denn irgendwo eine Anleitung bzgl. der Installation eines Rootservers mit Debian Etch ohne base-config, welche auch funktioniert ?
Ich habe leider keine einzige gefunden.
Gruß Arrpork
Code: Alles auswählen
h111129:/# dpkg-reconfigure locales
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US.utf8",
LC_ALL = "en_US.utf8",
LANG = "C"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_MESSAGES to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
Generating locales (this might take a while)...
de_DE.ISO-8859-15@euro... done
Generation complete.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US.utf8",
LC_ALL = "en_US.utf8",
LANG = "C"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US.utf8",
LC_ALL = "en_US.utf8",
LANG = "C"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Ich habe leider keine einzige gefunden.
Gruß Arrpork