Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - Linux Tweaks > ARCHIVES - HowTos Discussions
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - HowTos Discussions Have any questions about any HowTo found at the wiki? Post in here!

 
Page 1 of 4 1 23 Last »
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-Oct-2005, 08:25
storm
Guest
 
Posts: n/a
Default

Title: HowTo: Configure Suse Repositories
Description: APT and Yast Repositories

http://wiki.suselinuxsupport.de/wikka.php?...useRepositories

Post any comments / questions / etc. in here.
  #2 (permalink)  
Old 09-Nov-2005, 04:40
cesar_spain
Guest
 
Posts: n/a
Default

Quote:
Title: HowTo: Configure Suse Repositories
Description: APT and Yast Repositories

http://forums.suselinuxsupport.de/in...howtopic=21505

Post any comments / questions / etc. in here.
[/b]
See last post from cesar_spain for most up to date version.
  #3 (permalink)  
Old 29-Nov-2005, 08:37
rfoss
Guest
 
Posts: n/a
Default

While this script is useful and I commend it, I'm worried about using that many additional repositories all at once.
From my experience with APT, I know that using many overlapping repositories (ie. they carry the same packages) can cause trouble.

For example, using packman, usr-local-bin, suser-*, etc. at the same time, then installing lots of software has caused trouble for me in the past.

Q: Will this be any different when using YaST?

Q: Have you actually tried doing a dist-upgrade with that many repositories?
  #4 (permalink)  
Old 06-Dec-2005, 15:01
cesar_spain
Guest
 
Posts: n/a
Default

Quote:
Q: Will this be any different when using YaST?
[/b]
The same with YaST, but less dependency conflicts (running the script). Actually, I still haven't got YaST working fine, some dependencies problems are not solved.

Quote:
Q: Have you actually tried doing a dist-upgrade with that many repositories?
[/b]
APT works pretty well with that sources.list. I have done the distribution upgrade, and works just fine.

Synptic is not as good GUI as YaST, but much faster and easier package management, with less problems.

--------------------
APT PROBLEMS
--------------------

Those are the problems I found with apt/yast:

1.- Digital Signatures of the packages: most of the times, apt-get and synaptic no not work fine. So, "apt --no-checksig " usually is the best way.

2.- Versions on the update: be carefull with this point.

Example: KDE has many packages. Synaptic takes the last version of each one, but not all of them correspond to the same KDE version. If you proceed, then you could have later problems.

Let's say KDE 3.5.0-3. All kde packages must be 3.5.0-3, but on Synaptic will appear 3.5.0-7, 3.5.0-3, etc. I have proceeded with the update, and,as a result, the KDE didn't wake up again. So, back to earlier version.

------------------------------------------------
WHICH PACKAGE MANAGER TO USE
-----------------------------------------------
a) YaST: great GUI, safiest one (on my experience), but pretty slow, many dependencies problems, etc.

B) APT: good GUI, fatest and easiest package management, but it required you to check the versions of the update and usually gives digital signature problems (probably cause the SuSE APT repositories are not as good as YaST one).

c) SMART: poor GUI, slow and difficult to config package manager. Theorically, it uses, on the background, YaST and APT systems, so only one package manager for all the repositories channels (RPM, APT-RPM, etc). But, the GUI is pretty poor and the command line instruction are pretty slow (as YaST).

So, I think that, at this moment, the combination YaST/ Synaptic is the best way to keep updated your system. On massive configurations, none of the solutions are good. YaST cause the dependencies hell, APT or SMART cause the repositories are not kept as needed. May be a Debian child could have a better solution.
  #5 (permalink)  
Old 19-Jan-2006, 12:02
cesar_spain
Guest
 
Posts: n/a
Default

---------------------------------------------
YAST REPOSITORIES
---------------------------------------------

This is my last script for adding YaST repositories. I haven't found the way to add them to Smart, for that reason the smart commands are comented.

Code:
#!/bin/bash

#################################
# SCRIPT REPOSITORIO
#-------------------------------
#**
#**Incluye los repositorios más
# importantes de SuSE 10.0
#
#------------------------------
# Autor: César Delgado González
# Fecha: Septiembre 2005
################################

# 1.- Lista de Repositorios
#--------------------------
SERVERS=(http://packman.iu-bremen.de/suse/9.2**\
******** http://packman.iu-bremen.de/suse/9.3**\
******** http://packman.iu-bremen.de/suse/10.0 \
******** http://packman.inode.at/suse/9.2 \
******** http://packman.inode.at/suse/9.3 \
******** http://packman.inode.at/suse/10.0 \
******** ftp://ftp.gwdg.de/pub/linux/misc/packman/suse/9.2 \
******** ftp://ftp.gwdg.de/pub/linux/misc/packman/suse/9.3 \
******** ftp://ftp.gwdg.de/pub/linux/misc/packman/suse/10.0 \
******** http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/9.2**\
******** http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/9.3**\
******** http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/10.0 \
******** http://ftp.gwdg.de/pub/linux/misc/suser-scorot/suse92 \
******** http://ftp.gwdg.de/pub/linux/misc/suser-scorot/suse93 \
******** http://ftp.gwdg.de/pub/linux/misc/suser-scorot/suse100 \
******** ftp://ftp.gwdg.de/pub/linux/usr-local-bin/9.3 \
******** ftp://ftp.gwdg.de/pub/linux/usr-local-bin/10.0 \
 **** ftp://ftp.gwdg.de/linux/misc/suser-crauch/9.2 \
******** ftp://ftp.gwdg.de/linux/misc/suser-crauch/9.3 \
******** ftp://ftp.gwdg.de/linux/misc/suser-crauch/10.0 \
******** ftp://ftp.suse.com/pub/suse/i386/9.2 \
******** ftp://ftp.suse.com/pub/suse/i386/9.3 \
******** http://ftp.suse.com/pub/suse/i386/10...t-source-extra \
******** http://ftp.suse.com/pub/suse/i386/10...t-source-extra \
******** http://ftp.opensuse.org/pub/opensuse...st-source-java \
******** http://ftp.opensuse.org/pub/opensuse...SS/inst-source \
******** http://ftp.opensuse.org/pub/opensuse...st-source-java \
******** http://ftp.opensuse.org/pub/opensuse...le/inst-source \
******** http://pi3.informatik.uni-mannheim.de/~schiele/suse/9.2 \
******** http://pi3.informatik.uni-mannheim.de/~schiele/suse/9.3 \
******** http://pi3.informatik.uni-mannheim.d...iele/suse/10.0 \
******** http://pi3.informatik.uni-mannheim.d...iele/suse/10.1 \
**** http://gumbeargang.de/rpm/wesnoth/9.2 \
******** http://gumbeargang.de/rpm/wesnoth/9.3 \
******** http://gumbeargang.de/rpm/wesnoth/10.0 \
******** ftp://ftp.rediris.es/mirror/jpackage/1.6/generic/free \
******** ftp://ftp.rediris.es/mirror/jpackage/1.5/generic/free \
******** ftp://ftp.rediris.es/pub/linux/distr....3/yast-source \
******** ftp://ftp.rediris.es/pub/linux/distr....0/yast-source \
********)

# 2.- Agregando repositorios
#---------------------------
for URL in ${SERVERS[@]}; do
**** #echo "smart channel --yes --add baseurl=$URL type=rpm-dir"
**** #smart channel --yes --add ${URL}_2 hdlurl=$URL/list baseurl=$URL type=rpm-hdl
**** #smart channel --yes --remove ${URL} baseurl=$URL type=rpm-sys
**** #smart mirror --add $URL
**** echo "installation_sources -a $URL"
**** installation_sources -a $URL & 
done
---------------------------------------------
APT REPOSITORIES
---------------------------------------------


Below I am including my last "/etc/apt/sources.list".

I highly recomend to disable the signature check for APT, editing the file "/etc/apt/apt.conf.d/gpg-checker.conf"

Code:
###########################################################
# The list with all available components can be found at:
# http://linirpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386x01.gwdg.de/apt4rpm
# Some components provide experimental software, select wisely!
# http://ftp.gwdg.de/pub/linux/suse/ap...urces.list.FTP

# Consult the link above if you want to include uri's for src rpms

########################################################################
# SOURCES.LIST -------> SUSE LINUX 10.0
##########################################################################

#-------------------------------------------------------------------------
# REPOSITORIO POR DEFECTO 10.1
#-------------------------------------------------------------------------

#----------> Recursos Estables <---------
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.1-i386 base
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.1-i386 extra
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.1-i386 rpmkeys
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.1-i386 security
#---
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.1-i386 base
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.1-i386 extra
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.1-i386 rpmkeys
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.1-i386 security

#-------------------------------------------------------------------------
# REPOSITORIO POR DEFECTO 10.0
#-------------------------------------------------------------------------

#----------> Recursos Estables <---------
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 base
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 extra
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 jacklab
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 java
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde3-stable
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kolab
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kraxel
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 mozilla
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 openoffice
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman-i686
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 rpmkeys
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 samba3
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security-prpm
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-agirardet
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-crauch
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-gbv
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-guru
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-jogley
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-liviudm
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-ollakka
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-rbos
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-scorot
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-tcousin
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update-drpm
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update-prpm
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 wine
#---
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 base
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 extra
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 jacklab
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 java
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde3-stable
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kolab
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kraxel
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 mozilla
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 openoffice
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman-i686
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 rpmkeys
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 samba3
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security-prpm
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-agirardet
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-crauch
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-gbv
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-guru
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-jogley
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-liviudm
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-ollakka
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-rbos
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-scorot
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-tcousin
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update-drpm
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update-prpm
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 wine

#---------> Recursos Experimentales <---------
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security-prpm
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suse-people
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-jengelh
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suse-projects
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 usr-local-bin
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kernel-of-the-day
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde-unstable
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 gnome
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 oc2pus

#---
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security-prpm
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suse-people
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-jengelh
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suse-projects
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 usr-local-bin
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kernel-of-the-day
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde-unstable
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 gnome
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 oc2pus


#-------------------------------------------------------------------------
# RESPALDO DEL REPOSITORIO POR DEFECTO 10.0
#-------------------------------------------------------------------------

#----------> Recursos Estables <---------
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 extra
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman-i686
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 rpmkeys
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-agirardet
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-crauch
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-guru
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-jogley
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-rbos
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-scorot
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 wine
#---
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 extra
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman-i686
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 rpmkeys
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-agirardet
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-crauch
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-guru
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-jogley
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-rbos
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-scorot
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 wine

#---------> Recursos Experimentales <---------
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security-prpm
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suse-people
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-jengelh
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suse-projects
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kernel-of-the-day
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde-unstable
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update-drpm
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update-prpm
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 usr-local-bin
#---
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security-prpm
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suse-people
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-jengelh
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suse-projects
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kernel-of-the-day
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde-unstable
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update-drpm
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update-prpm
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 usr-local-bin

#-------------------------------------------------------------------------
# REPOSITORIO POR DEFECTO 9.3
#-------------------------------------------------------------------------

#----------> Recursos Estables <---------
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 base
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 mozilla
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 openoffice
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 packman
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 packman-i686
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 rpmkeys
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 samba3
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 security
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 security-prpm
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-gbv
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-jogley
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-ollakka
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-scorot
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-tcousin
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 update
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 update-drpm
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 update-prpm
rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 wine
#---
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 base
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 mozilla
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 openoffice
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 packman
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 packman-i686
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 rpmkeys
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 samba3
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 security
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 security-prpm
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-gbv
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-jogley
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-ollakka
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-scorot
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-tcousin
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 update
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 update-drpm
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 update-prpm
rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 wine

#---------> Recursos Experimentales <---------
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 security-prpm
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suse-people
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-jengelh
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suse-projects
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 usr-local-bin
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 kernel-of-the-day
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 kde-unstable
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 gnome
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 kde
#rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 oc2pus

#---
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 security-prpm
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suse-people
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-jengelh
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suse-projects
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 usr-local-bin
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 kernel-of-the-day
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 kde-unstable
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 gnome
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 kde
#rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 oc2pus

#-------------------------------------------------------------------------
# RESPALDO DEL REPOSITORIO POR DEFECTO 9.3
#-------------------------------------------------------------------------

#----------> Recursos Estables <---------
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 packman
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 packman-i686
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 rpmkeys
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 security
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-jogley
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-rbos
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-scorot
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 update
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 wine
#---
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 packman
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 packman-i686
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 rpmkeys
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 security
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-jogley
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-rbos
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-scorot
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 update
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 wine

#---------> Recursos Experimentales <---------
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 security-prpm
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suse-people
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-jengelh
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suse-projects
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 kernel-of-the-day
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 kde-unstable
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 update-drpm
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 update-prpm
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 usr-local-bin
#---
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 security-prpm
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suse-people
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suser-jengelh
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suse-projects
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 kernel-of-the-day
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 kde-unstable
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 update-drpm
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 update-prpm
#rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 usr-local-bin
  #6 (permalink)  
Old 22-Jan-2006, 05:35
cesar_spain
Guest
 
Posts: n/a
Default


For configuring APT to not check the signature of the packages by default, as root change the config on this way:

Code:
# vi /etc/apt/apt.conf.d/gpg-checker.conf

// Make GPG::Check no; to disable gpg checking
// It can still be used in combination with --checksig

GPG::Check no; 
Scripts::PM::Pre:: gpg-checker.lua;
  #7 (permalink)  
Old 17-Feb-2006, 18:46
beast2k
Guest
 
Posts: n/a
Default

I followed your script and (actually it's not done yet) but at the moment it keeps giving me this error on some repos ERROR(Mediaperation is not supported by media) any idea what this means ? as far as I can tell most were added without the error but the last 7 so far have had the error. All the pacman ones were fine but the gwdg.de ones mostly have the error. Here's the output so far it seems stuck on the last one.

installation_sources -a http://packman.iu-bremen.de/suse/9.2
Added Installation Sources: [x] Packman (SuSE LINUX 9.2) (http://packman.iu-bremen.de/suse/9.2)
installation_sources -a http://packman.iu-bremen.de/suse/9.3
Added Installation Sources: [x] Packman (SuSE LINUX 9.3) (http://packman.iu-bremen.de/suse/9.3)
installation_sources -a http://packman.iu-bremen.de/suse/10.0
Added Installation Sources: [x] Packman (SuSE LINUX 10.0) (http://packman.iu-bremen.de/suse/10.0)
installation_sources -a http://packman.inode.at/suse/9.2
Added Installation Sources: [x] Packman (SuSE LINUX 9.2) (http://packman.inode.at/suse/9.2)
installation_sources -a http://packman.inode.at/suse/9.3
Added Installation Sources: [x] Packman (SuSE LINUX 9.3) (http://packman.inode.at/suse/9.3)
installation_sources -a http://packman.inode.at/suse/10.0
Added Installation Sources: [x] Packman (SuSE LINUX 10.0) (http://packman.inode.at/suse/10.0)
installation_sources -a ftp://ftp.gwdg.de/pub/linux/misc/packman/suse/9.2
Added Installation Sources: [x] Packman (SuSE LINUX 9.2) (ftp://ftp.gwdg.de/pub/linux/misc/packman/suse/9.2)
installation_sources -a ftp://ftp.gwdg.de/pub/linux/misc/packman/suse/9.3
Added Installation Sources: [x] Packman (SuSE LINUX 9.3) (ftp://ftp.gwdg.de/pub/linux/misc/packman/suse/9.3)
installation_sources -a ftp://ftp.gwdg.de/pub/linux/misc/packman/suse/10.0
Added Installation Sources: [x] Packman (SuSE LINUX 10.0) (ftp://ftp.gwdg.de/pub/linux/misc/packman/suse/10.0)
installation_sources -a http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/9.2
Added Installation Sources: [x] guru (SUSE LINUX 9.2) (http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/9.2)
installation_sources -a http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/9.3
Added Installation Sources: [x] guru (SUSE LINUX 9.3) (http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/9.3)
installation_sources -a http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/10.0
Added Installation Sources: [x] guru (SUSE LINUX 10.0) (http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/10.0)
installation_sources -a http://ftp.gwdg.de/pub/linux/misc/suser-scorot/suse92
ERROR(Mediaperation is not supported by media)

installation_sources -a http://ftp.gwdg.de/pub/linux/misc/suser-scorot/suse93
ERROR(Mediaperation is not supported by media)

installation_sources -a http://ftp.gwdg.de/pub/linux/misc/suser-scorot/suse100
ERROR(Mediaperation is not supported by media)

installation_sources -a ftp://ftp.gwdg.de/pub/linux/usr-local-bin/10.0
ERROR(Mediaperation is not supported by media)

installation_sources -a ftp://ftp.gwdg.de/linux/misc/suser-crauch/9.2
ERROR(Mediaperation is not supported by media)

installation_sources -a ftp://ftp.gwdg.de/linux/misc/suser-crauch/9.3
ERROR(Mediaperation is not supported by media)

installation_sources -a ftp://ftp.gwdg.de/linux/misc/suser-crauch/10.0
ERROR(Mediaperation is not supported by media)

installation_sources -a ftp://ftp.suse.com/pub/suse/i386/9.3

Any idea whats going on with the error?
  #8 (permalink)  
Old 18-Feb-2006, 07:16
cesar_spain
Guest
 
Posts: n/a
Default

Quote:
Any idea whats going on with the error?
[/b]
Hi,

Actually, I don't know why it gives that error. Usually, doesn't matter, the url has been added properly. You can go to Yast --> change installation sources, and update the sources in order to be sure that the rpm database has successfully updated.

You can check if the repo. has been added, on this way:

installation_sources -s

----------------------------------------
SPEED IMPROVEMENT
----------------------------------------
1.- Conflictive repos: there are 4 repos that are extremely slow to be added. Those repos should be at the end of the list. I will change that, but, at this moment those repos are exactly on the middle of the list.

2.- Concurrent processes

If you change
Code:
echo `installation_sources -a $URL`
for
Code:
 installation_sources -a $URL
it will send many concurrent processes, each one should add a URL of the list. Usually much faster, but usually do not add all the repos.

----------------------------------------
APT
----------------------------------------

I prefer apt system, cause it is easier to manage the repos using sources.list, and easier and faster to update the rpm database.
  #9 (permalink)  
Old 18-Feb-2006, 15:06
beast2k
Guest
 
Posts: n/a
Default

Quote:
Hi,

Actually, I don't know why it gives that error. Usually, doesn't matter, the url has been added properly. You can go to Yast --> change installation sources, and update the sources in order to be sure that the rpm database has successfully updated.

You can check if the repo. has been added, on this way:

installation_sources -s

----------------------------------------
SPEED IMPROVEMENT
----------------------------------------
1.- Conflictive repos: there are 4 repos that are extremely slow to be added. Those repos should be at the end of the list. I will change that, but, at this moment those repos are exactly on the middle of the list.

2.- Concurrent processes

If you change
Code:
echo `installation_sources -a $URL`
for
Code:
 installation_sources -a $URL
it will send many concurrent processes, each one should add a URL of the list. Usually much faster, but usually do not add all the repos.

----------------------------------------
APT
----------------------------------------

I prefer apt system, cause it is easier to manage the repos using sources.list, and easier and faster to update the rpm database.
[/b]

How very odd the repos are indeed there but like I said the script seemed to stall or something after 2 hours or so I just killed it but the repos are there and I guess thats what counts eh? Thanks for the input and also for the script, it acted strange but it did work. Thanks again.
  #10 (permalink)  
Old 19-Feb-2006, 04:56
cesar_spain
Guest
 
Posts: n/a
Default

Quote:
How very odd the repos are indeed there but like I said the script seemed to stall or something after 2 hours or so I just killed it but the repos are there and I guess thats what counts eh? Thanks for the input and also for the script, it acted strange but it did work. Thanks again.
[/b]
This is my repos list, for checking the result.

You can add them manually, using Yast or using "installation_sources -a" command (very slow for some repos, don't know why).

Installation Sources:
[x] SUSE LINUX Version 10.0 (dvd:///;devices=/dev/sr0)
[x] Packman (SuSE LINUX 9.2) (http://packman.iu-bremen.de/suse/9.2)
[x] Packman (SuSE LINUX 9.3) (http://packman.iu-bremen.de/suse/9.3)
[x] Packman (SuSE LINUX 10.0) (http://packman.iu-bremen.de/suse/10.0)
[x] Packman (SuSE LINUX 9.2) (http://packman.inode.at/suse/9.2)
[x] Packman (SuSE LINUX 9.3) (http://packman.inode.at/suse/9.3)
[x] Packman (SuSE LINUX 10.0) (http://packman.inode.at/suse/10.0)
[x] Packman (SuSE LINUX 9.2) (ftp://ftp.gwdg.de/pub/linux/misc/packman/suse/9.2)
[x] Packman (SuSE LINUX 9.3) (ftp://ftp.gwdg.de/pub/linux/misc/packman/suse/9.3)
[x] Packman (SuSE LINUX 10.0) (ftp://ftp.gwdg.de/pub/linux/misc/packman/suse/10.0)
[x] guru (SUSE LINUX 9.2) (http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/9.2)
[x] guru (SUSE LINUX 9.3) (http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/9.3)
[x] guru (SUSE LINUX 10.0) (http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/10.0)
[x] scorot rpms (SUSE LINUX 9.2) (http://ftp.gwdg.de/pub/linux/misc/suser-scorot/suse92)
[x] scorot rpms (SUSE LINUX 9.3) (http://ftp.gwdg.de/pub/linux/misc/suser-scorot/suse93)
[x] scorot rpms (SUSE LINUX 10.0) (http://ftp.gwdg.de/pub/linux/misc/suser-scorot/suse100)
[x] usr-local-bin (SUSE LINUX 10.0) (ftp://ftp.gwdg.de/pub/linux/usr-local-bin/10.0)
[x] Rauch Christian (SUSE LINUX 9.2) (ftp://ftp.gwdg.de/linux/misc/suser-crauch/9.2)
[x] Rauch Christian (SUSE LINUX 9.3) (ftp://ftp.gwdg.de/linux/misc/suser-crauch/9.3)
[x] Rauch Christian (SUSE LINUX 10.0) (ftp://ftp.gwdg.de/linux/misc/suser-crauch/10.0)
[x] SUSE LINUX Version 9.2 (ftp://ftp.suse.com/pub/suse/i386/9.2)
[x] SUSE LINUX Version 9.3 (ftp://ftp.suse.com/pub/suse/i386/9.3)
[x] SuSE Linux Version 8.1 (ftp://ftp.gmd.de/mirrors2/suse/ftp.s.../suse/i386/8.1)
[x] SuSE Linux Version 8.1 (ftp://bo.mirror.garr.it/pub/1/suse/d...inued/i386/8.1)
[x] SuSE Linux Version 8.2 (ftp://bo.mirror.garr.it/pub/1/suse/d...inued/i386/8.2)
[x] SuSE Linux Version 9.0 (ftp://bo.mirror.garr.it/pub/1/suse/d...inued/i386/9.0)
[x] SuSE Linux Version 9.0 (ftp://carroll.aset.psu.edu/pub/linux.../suse/i386/9.0)
[x] SUSE LINUX Version 9.1 (ftp://carroll.aset.psu.edu/pub/linux.../suse/i386/9.1)
[x] SUSE LINUX Version 9.2 (ftp://carroll.aset.psu.edu/pub/linux.../suse/i386/9.2)
[x] SUSE LINUX Version 10.0.42 (http://ftp.suse.com/pub/suse/i386/10...t-source-extra)
[x] SUSE LINUX Version 10.0 (http://ftp.opensuse.org/pub/opensuse...st-source-java)
[x] SUSE LINUX Version 10.0 (http://ftp.opensuse.org/pub/opensuse...st-source-java)
[x] SUSE LINUX Version 10.0 (http://ftp.opensuse.org/pub/opensuse...le/inst-source)
[x] SUSE LINUX Version 10.0 (http://ftp.opensuse.org/pub/opensuse...SS/inst-source)
[x] contributions by Robert Schiele (http://pi3.informatik.uni-mannheim.de/~schiele/suse/9.2)
[x] contributions by Robert Schiele (http://pi3.informatik.uni-mannheim.de/~schiele/suse/9.3)
[x] contributions by Robert Schiele (http://pi3.informatik.uni-mannheim.d...iele/suse/10.0)
[x] contributions by Robert Schiele (http://pi3.informatik.uni-mannheim.d...iele/suse/10.1)
[x] Battle For Wesnoth (SUSE LINUX 9.2) (http://gumbeargang.de/rpm/wesnoth/9.2)
[x] Battle For Wesnoth (SUSE LINUX 9.3) (http://gumbeargang.de/rpm/wesnoth/9.3)
[x] Battle For Wesnoth (SUSE LINUX 10.0) (http://gumbeargang.de/rpm/wesnoth/10.0)
[x] ftp://ftp.rediris.es/mirror/jpackage/1.6/generic/free/ (ftp://ftp.rediris.es/mirror/jpackage/1.6/generic/free)
[x] ftp://ftp.rediris.es/mirror/jpackage/1.5/generic/free/ (ftp://ftp.rediris.es/mirror/jpackage/1.5/generic/free)
[x] supplementary KDE 3.5 update (ftp://ftp.rediris.es/pub/linux/distr....3/yast-source)
[x] supplementary KDE 3.5 update (ftp://ftp.rediris.es/pub/linux/distr....0/yast-source)
[x] supplementary KDE 3.5 update (http://ftp.suse.com/pub/suse/i386/su....3/yast-source)
[x] supplementary KDE 3.5 update (http://ftp.suse.com/pub/suse/i386/su....0/yast-source)
[x] SUSE LINUX Version 10.0 (ftp://ftp.rz.hu-berlin.de/pub/mirror...t-source-extra)
[x] SUSE LINUX Version 10.0.42 (ftp://ftp.rz.hu-berlin.de/pub/mirror...t-source-extra)
 
Page 1 of 4 1 23 Last »

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2