• This forum has a zero tolerance policy regarding spam. If you register here to publish advertising, your user account will be deleted without further questions.

"Current Update Repository: (none)"

tyan_trinity

New Member
Hallo zusammen,

openSuse 11.1 ist frisch installiert, als erstes mache ich eigentlich immer erstmal Updates. Also hab ich erstmal zypper up ausgeführt und einen security patch installiert bekommen. Als nächstes hab ich yast aufgerufen, die Online Update Configuration vorgenommen (Ergebnis: Software Repositories did not need to be changed.) Unter Configured Software Repositories habe ich eine Liste mit zig Repositories, die alle enabled sind.

Das hab ich jetzt schon mehrfach durch, unter Online Update Repository steht immer noch none. Wenn ich versuche Pakete zu installieren bricht you ab. Habe diese Frage etwa 50mal im Netzt gefunden - allerdings nie mit einer passenden Lösung.

Hoffe hier kann mir jemand helfen...
 
Was ist denn you?

Gib mal

zypper lr -u

ein, da haste die ganze repo liste!

Code:
:~ # zypper lr -u
# | Alias           | Name                  | Enabled | Refresh | URI
--+-----------------+-----------------------+---------+---------+--------------------------------------------------------------------
1 | FILESYSTEMS     | FILESYSTEMS           | Yes     | No      | http://download.opensuse.org/repositories/filesystems/openSUSE_11.1
2 | openSUSE 11.1-0 | openSUSE 11.1-0       | Yes     | Yes     | http://mirrors.kernel.org/opensuse/distribution/11.1/repo/oss/
3 | repo-debug      | openSUSE-11.1-Debug   | No      | Yes     | http://download.opensuse.org/debug/distribution/11.1/repo/oss/
4 | repo-non-oss    | openSUSE-11.1-Non-Oss | Yes     | Yes     | http://download.opensuse.org/distribution/11.1/repo/non-oss/
5 | repo-oss        | openSUSE-11.1-Oss     | Yes     | Yes     | http://download.opensuse.org/distribution/11.1/repo/oss/
6 | repo-source     | openSUSE-11.1-Source  | No      | Yes     | http://download.opensuse.org/source/distribution/11.1/repo/oss/
7 | repo-update     | openSUSE-11.1-Update  | Yes     | Yes     | http://download.opensuse.org/update/11.1/

das ist die standard.

mit

zypper ar -f <URL> <ALIAS> fügste die mit autorefresh enabled ein. -f weglassen um sie ohne refresh einzufügen

Damit funktioniert auch zypper up / update !!! 160MB nach einer minimal Neuinstallation.

Die habe ich danach geadded für OSSEC, clamav, denyhosts, logwatch, fail2ban, suphp, php, mail und so

Code:
zypper ar -f http://download.opensuse.org/repositories/home:/jnelson-suse/openSUSE_11.1_Update JNELSON
zypper ar -f http://download.opensuse.org/repositories/security/openSUSE_11.1 SECURITY
zypper ar -f http://download.opensuse.org/repositories/home:/csbuild/openSUSE_11.1 CSBUILD
zypper ar -f http://download.opensuse.org/repositories/network:/utilities/openSUSE_11.1 UTILITIES
zypper ar -f http://download.opensuse.org/repositories/server:/monitoring/openSUSE_11.1 MONITORING
zypper ar -f http://download.opensuse.org/repositories/home:/leonardocf/openSUSE_11.1 LEONARDO
zypper ar -f http://download.opensuse.org/repositories/X11:/RemoteDesktop/openSUSE_11.1 REMOTE
zypper ar -f http://download.opensuse.org/repositories/X11:/windowmanagers/openSUSE_11.1 WINDOWMANAGER
zypper ar -f http://download.opensuse.org/repositories/home:/froeske/openSUSE_11.1 FROESKE
zypper ar -f http://download.opensuse.org/repositories/home:/atzewilms/openSUSE_11.1 ATZEWILMS
zypper ar -f http://download.opensuse.org/repositories/home:/atzewilms/openSUSE_11.1_Update ATZEWILMS2
zypper ar -f http://download.opensuse.org/repositories/home:/Marcus_H:/branches:/server:/mail/openSUSE_11.1 MARCUS_H
zypper ar -f http://download.opensuse.org/repositories/server:/mail/openSUSE_11.0 MAIL
zypper ar -f http://download.opensuse.org/repositories/Linux-PAM/openSUSE_11.1 LINUX_PAM
zypper ar -f http://download.opensuse.org/repositories/home:/buschmann23/openSUSE_11.1 BUSCHMANN
zypper ar -f http://download.opensuse.org/repositories/server:/php/server_database_apache_openSUSE_11.0 PHP
zypper ar -f http://download.opensuse.org/repositories/server:/php:/applications/openSUSE_11.1 PHP-APPLICATION
zypper ar -f http://packman.iu-bremen.de/suse/11.1
 
Last edited by a moderator:
Also den ersten Block hab ich jetzt mal geadded, nachdem ich alle nochmal rausgeschmissen hatte. Nach "zypper update" hat er die Repositories dann brav retrieved und builded - upgedatet hat er allerdings nichts - Nothing to do. Wahrscheinlich sollte ich mich damit erstmal zufrieden geben...

Wie bist Du vorgegangen beim Zusammenstellen der unteren Liste - sprich: woher weißt Du welche Repositorys du brauchst?
 
Back
Top