Zum Inhalt springen
BlogLinuxRed Hat 9.0 Updates - Update-Skript

Red Hat 9.0 Updates - Update-Skript

Updates für Red Hat 9.0 Distros. Die Red Hat 9.0 Small-Distro hat jetzt nur noch eine Mindestgröße von 670 MB.

Wenn Sie bereits Red Hat 9.0 small oder large installiert haben, führen Sie die folgenden Befehle aus, um Ihr System auf den neuesten Stand zu bringen:

[code]
# Entfernen Sie etwas verschwendeten Speicherplatz (etwa 60 Megabyte oder so)
rpm -e wireless-tools telnet-server hwcrypto yp-tools ypbind wvdial statserial slrn rp-pppoe pciutils apmd setserial hotplug irda-utils grub nss_ldap

rm -f /etc/ldap.conf.rpmsave

rm -rf /lib/modules/*

# Holen Sie sich den "apt-get"-Paketmanager für Red Hat
rpm -Uvh http://ftp.freshrpms.net/pub/freshrpms/redhat/9/apt/apt-0.5.5cnc6-fr1.i386.rpm

# apt-get kann sich selbst aktualisieren
apt-get update

# Aktualisieren Sie Ihr System
apt-get upgrade

# sendmail stoppen
/etc/init.d/sendmail stop
apt-get install m4
mv -f /etc/rc.d/init.d/sendmail.rpmsave /etc/rc.d/init.d/sendmail
mv -f /etc/mail/sendmail.cf.rpmnew /etc/mail/sendmail.cf
mv -f /etc/mail/submit.cf.rpmnew /etc/mail/submit.cf
mv -f /etc/mail/submit.cf.bak /etc/mail/submit.cf
/etc/init.d/sendmail start # Wenn es sich beschwert, wiederholen Sie die .bak-Verschiebung oben

# Neue SSH-Schlüssel generieren
/etc/init.d/sshd stop
rm -f /etc/ssh/*_key*
/etc/init.d/sshd start

# Update procps (top, etc) - behebt einen Anzeigefehler in top
rpm -Uvh http://tech9.net/rml/procps/packages/2.0.13/procps-2.0.13-1.i386.rpm
[/code]

-Chris


Kommentare (3)

  1. Author Photo

    [root@li-94 root]# ./newscript
    usage: statserial [-n | -d | -x] [device]
    -n option disables looping
    -d option prints modem status as a decimal number
    -x option prints modem status as a hexadecimal number
    Default device is /dev/ttyS1
    ./newscript: line 4: nss_ldap: command not found
    rpm: no packages given for install
    ./newscript: line 10: http://ftp.freshrpms.net/pub/freshrpms/redhat/9/apt/apt-0.5.5cnc6-fr1.i386.rpm: No such file or directory
    ./newscript: line 13: apt-get: command not found
    ./newscript: line 16: apt-get: command not found
    Shutting down sendmail: [ OK ]
    Shutting down sm-client: [ OK ]
    ./newscript: line 20: apt-get: command not found
    mv: can’t stat source /etc/rc.d/init.d/sendmail.rpmsave
    mv: can’t stat source /etc/mail/sendmail.cf.rpmnew
    mv: can’t stat source /etc/mail/submit.cf.rpmnew
    Starting sendmail: [ OK ]
    Starting sm-client: [ OK ]
    Stopping sshd: [ OK ]
    Generating SSH1 RSA host key: [ OK ]
    Generating SSH2 RSA host key: [ OK ]
    Generating SSH2 DSA host key: [ OK ]
    Starting sshd: [ OK ]
    rpm: no packages given for install
    ./newscript: line 34: http://tech9.net/rml/procps/packages/2.0.13/procps-2.0.13-1.i386.rpm: No such file or directory

  2. Author Photo

    Ahh – You’ve got line-breaks where they shouldn’t be ..

    -Chris

  3. Author Photo

    yeah i copied and pasted – thanks for catching that – its damn late here.

Kommentar abgeben

Ihre E-Mail Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit *gekennzeichnet