• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Probelem mit dem löschen von Channels

bigdadyx

Member
Hallo Leute, hab auch schon gegoogelt, aber irgendwie find ich nichts.

ich hab jetzt smart und mir die Liste von 10.0 zugefügt, klappt auch soweit, aber einige channels würde ich nun wieder raus nehmen, aber das funktioniert nicht.

hab auch schon smart deinstalliert und den ordner /etc/smart/ mit inhalt gelöscht, aber immer wenn ich wieder per:

Code:
# smart channel --add /root/Desktop/smart-channels.txt

die liste wieder einfügen will, dann sagt er jeds mal, dass dieses Alias schon vorhanden ist, aber wie geht das, wenn ich alle geöscht hab.

der Ordner /var/lib/smart/channels ist auch leer, ich blick nicht mehr durch, bitte helft mir....

danke
 

Divine

Hacker
Also als erstes solltest du dich mal schleunigst aus dem grafischen root Modus ausloggen! Smart kann man auch als User mit root rechten starten!

und dann mit

Code:
smart cannel --remove-all

alle Channel Löschen und danach mit

Code:
smart channel --add /pfad/zu/datei.txt

die neuen Channel hinzufügen!
 
OP
B

bigdadyx

Member
ok, alles klar, wusste nicht, dass so ein eingrifdf auch mit su funzt, danke dir, werds mal ausprobieren
 
OP
B

bigdadyx

Member
Code:
linux:~ # smart channel --add /root/Desktop/smart-channels.txt

Alias: rpm-sys
Type: rpm-sys
Name: RPM System

Include this channel? (y/N): y

Channel alias 'rpm-sys' is already in use.
Channel alias:

hmm, also irgendwie ist immernoch alles da
 

Divine

Hacker
poste mal bitte deine Channelliste! rpm-sys ist nämlich dein System und dieser channel wird natürlich nicht mitgelöscht!
 
OP
B

bigdadyx

Member
aso, mom
Code:
[suse-100-apt-security]
type = apt-rpm
name = SUSE Linux 10.0 APT Security Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = security

[suse-kde]
type = rpm-md
name = Latest KDE packages
baseurl = http://software.opensuse.org/download/KDE:/KDE3/SUSE_Linux_10.0

[suse-kde-backports]
type = rpm-md
name = Current KDE applications
baseurl = http://software.opensuse.org/download/KDE:/Backports/SUSE_Linux_10.0

[suse-100-apt-kde]
type = apt-rpm
name = SUSE Linux 10.0 APT kde Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = kde

[suse-100-apt-wine]
type = apt-rpm
name = SUSE Linux 10.0 APT wine Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = wine

[suse-100-apt-samba3]
type = apt-rpm
name = SUSE Linux 10.0 APT Samba3 Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = samba3

[rpm-sys]
type = rpm-sys
name = RPM System

[suse-100-apt-gnome]
type = apt-rpm
name = SUSE Linux 10.0 APT Gnome Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = gnome

[guru-100-apt]
type = apt-rpm
name = Guru 10.0 APT Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = suser-guru

[suse-100-apt-update]
type = apt-rpm
name = SUSE Linux 10.0 APT Update Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = update

[suse-100-apt-mozilla]
type = apt-rpm
name = SUSE Linux 10.0 APT Mozilla Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = mozilla

[packman-100-apt]
type = apt-rpm
name = Packman 10.0 APT Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = packman

[suse-100-apt-java]
type = apt-rpm
name = SUSE Linux 10.0 APT Java Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = java

[suse-100-apt-openoffice]
type = apt-rpm
name = SUSE Linux 10.0 APT OpenOffice.org Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = openoffice

[suse-100-apt-extra]
type = apt-rpm
name = SUSE Linux 10.0 APT Extra Repository
disabled = yes
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = extra

[suse-100-apt-kde3-stable]
type = apt-rpm
name = SUSE Linux 10.0 APT KDE3-stable Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = kde3-stable

[suse-100-apt-base]
type = apt-rpm
name = SUSE Linux 10.0 APT Base Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = base

[suse-100-apt-usr-local-bin]
type = apt-rpm
name = SUSE Linux 10.0 APT usr-local-bin Repository
disabled = yes
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = usr-local-bin
 

Divine

Hacker
so gleich mal was du aus deiner "channel.txt" rauslöschen kannst sind folgende Channel:

Code:
[suse-100-apt-kde]
type = apt-rpm
name = SUSE Linux 10.0 APT kde Repository
baseurl = http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386
components = kde 

[rpm-sys]
type = rpm-sys
name = RPM System

wenn du dann die neue liste imporstierst dürften eigentlich keine fehlermeldungen mehr kommen und alles müsste rund laufen!
 
Oben