Marcus Meissner wrote:
On Fri, Jun 30, 2006 at 04:51:41PM +0200, Bernd Nies wrote:
Hi,
Habe auf einem Suse 10.1 den Rug wie folgt konfiguriert:
... und zmd neu gestartet. Hat jedoch nichts gebracht. Was fehlt noch?
Einmal YAST Online Update laufen lassen.
http://lists.suse.com/archive/suse-security-announce/2006-Jun/0004.html
Ciao, Marcus
FYI: Hier die vollstaendige Liste und Reihenfolge der RPMS, wenn man Yast Online Update nicht aufrufen kann, weil man Hosts mit Autoyast und Scripts aufsetzt: ## Fixes fuer Suse 10. /etc/init.d/novell-zmd stop killall -9 zmd SRV=http://your.install.server/suse rpm -Uvh $SUSE/update/10.1/rpm/i586/libzypp.rpm \ $SRV/update/10.1/rpm/i586/libzypp-zmd-backend.rpm \ $SRV/update/10.1/rpm/i586/yast2-ncurses.rpm \ $SRV/update/10.1/rpm/i586/yast2-perl-bindings.rpm \ $SRV/update/10.1/rpm/i586/yast2-pkg-bindings.rpm rpm -Uvh $SRV/update/10.1/rpm/i586/rug.rpm rpm -Uvh $SRV/update/10.1/rpm/i586/zmd.rpm rpm -Uvh $SRV/update/10.1/rpm/i586/ruby-zypp.rpm rpm -Uvh $SRV/update/10.1/rpm/i586/zmd-devel.rpm rpm -Uvh $SRV/update/10.1/rpm/i586/zen-updater.rpm rpm -Uvh $SRV/update/10.1/rpm/i586/yast2.rpm rpm -Uvh $SRV/update/10.1/rpm/i586/yast2-packager.rpm rpm -Uvh $SRV/update/10.1/rpm/i586/yast2-qt.rpm rpm -Uvh $SRV/update/10.1/rpm/noarch/yast2-installation.rpm rpm -Uvh $SRV/update/10.1/rpm/noarch/yast2-online-update.rpm rpm -Uvh $SRV/update/10.1/rpm/noarch/yast2-online-update-frontend.rpm rpm -Uvh $SRV/update/10.1/rpm/noarch/suseRegister.rpm rpm -Uvh $SRV/update/10.1/rpm/noarch/autoyast2-installation.rpm \ $SRV/update/10.1/rpm/noarch/autoyast2.rpm /etc/init.d/novell-zmd start # Warten bis ZMD Query fertig pid="x" while [ -n "$pid" ]; do pid=`ps -ef |awk '($0~/zmd\/query-system/){print $2}'` sleep 1 done # Installationsquellen hinzufuegen und update mit rug. rug service-add --type=zypp $SRV/pro101 "SUSE Linux 10.1" rug service-add --type=zypp $SRV/update/10.1 "SUSE Linux 10.1 Updates" rug subscribe "SUSE Linux 10.1" rug subscribe "SUSE Linux 10.1 Updates" rug service-list rug catalogs rug update -y -- Um die Liste abzubestellen, schicken Sie eine Mail an: suse-linux-unsubscribe@suse.com Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken Sie eine Mail an: suse-linux-help@suse.com