Hallo,
ich habe eine Neuinstallation vorgenommen und meine alte Anleitung überarbeitet. Diesmal verwende ich gleich den Kernel 2.6, der wohl demnächst auch in Gentoo stable wird:
http://www.hoetzel.info/Hacking/Gentoo/Strato
Grüße, Jürgen
Anleitung: Gentoo Linux 2004.3 auf Strato Servern
-
- Project Manager
- Posts: 11190
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Anleitung: Gentoo Linux 2004.3 auf Strato Servern
Kleiner Bugreport:
Alt:
Neu:
Alt:
Neu:
HTH
Alt:
Code: Select all
# mkdir -p /mnt/boot
# mount /dev/hda3 /mnt
# mount /dev/hda1 /mnt/boot
Code: Select all
# mkdir -p /mnt
# mount /dev/hda3 /mnt
# mkdir -p /mnt/boot
# mount /dev/hda1 /mnt/boot
Code: Select all
# ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime
Code: Select all
# ln -sf /usr/share/zoneinfo/UTC /etc/localtime
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 133
- Joined: 2004-03-30 14:44
Re: Anleitung: Gentoo Linux 2004.3 auf Strato Servern
Alt:
Code:
Code: Select all
# mkdir -p /mnt/boot # mount /dev/hda3 /mnt # mount /dev/hda1 /mnt/boot
Neu:
Code:
Code: Select all
# mkdir -p /mnt # mount /dev/hda3 /mnt # mkdir -p /mnt/boot # mount /dev/hda1 /mnt/boot
Code: Select all
mkdir -p /mnt/boot
Ich habe eigentlich alle meine Server, sowohl lokale als auch beim ISP, in der CET laufen.Code: Select all
# ln -sf /usr/share/zoneinfo/UTC /etc/localtime
Vor allem wegen der Analyse von Logs sehr sinnvoll.
Grüße, Jürgen
-
- Project Manager
- Posts: 11190
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Anleitung: Gentoo Linux 2004.3 auf Strato Servern
Und wird durch das Mounten von / überschrieben.juergen wrote:legt doch schon das Parent Verzeichnis an.
Fehlerhafte Logs auf Grund von Umstellungen der Sommer-/Winterzeit erachte ich nicht als sinnvoll...juergen wrote:Ich habe eigentlich alle meine Server, sowohl lokale als auch beim ISP, in der CET laufen.
Vor allem wegen der Analyse von Logs sehr sinnvoll.
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 133
- Joined: 2004-03-30 14:44
Re: Anleitung: Gentoo Linux 2004.3 auf Strato Servern
Guter Punkt. Habe ich glatt übersehen. Danke!Und wird durch das mounten von / überschrieben.
Ich denke das ist Geschmackssache. Ich hab auch User auf der Maschine, die gerne die lokale Zeit hätten. Die Webalizer Auswertungen hätte ich gerne in lokaler Zeitzone und mein Gehirn arbeitet auch mit lokaler Zeit. Klar, dass es durch die Zeitsprünge in den Logs zu Problemen kommen kann.Fehlerhafte Logs auf Grund von Umstellungen der Sommer-/Winterzeit erachte ich nicht als sinnvoll
Jürgen