Manual EUserv Mirror Server/en

Aus EUserv Wiki

Wechseln zu: Navigation, Suche

Using the EUserv mirror servers

Inhaltsverzeichnis

Using the EUserv mirror servers

General

EUserv has an own mirror server for Linux systems. Advantages by using our mirror server are:

  • shorter download times of your software packages
  • the internal traffic is not imputed

Operating systems

CentOS


Under CentOS the mirror has to be insert in the file /etc/yum.repos.d/CentOS-Base.repo or rather the following lines need to be changed:

[base]

The following line needs to be commented out:

  
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ 
  

and changed by the following line:

  
baseurl=http://centos.mirror.euserv.net/$releasever/os/$basearch/ 
  

[updates]

The following line needs to be commented out:

   
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ 
  

and changed by the following line:

   
baseurl=http://centos.mirror.euserv.net/$releasever/updates/$basearch/ 
  

[extras]

The following line needs to be commented out:

 
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/ 
  

and changed by the following line:

 
baseurl=http://centos.mirror.euserv.net/$releasever/extras/$basearch/ 
  

[centosplus]

The following line needs to be commented out:

 
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/ 
  

and changed by the following line:

 
baseurl=http://centos.mirror.euserv.net/$releasever/centosplus/$basearch/ 
  

[contrib]

The following line needs to be commented out:

 
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/ 
  

and changed by the following line:

 
baseurl=http://centos.mirror.euserv.net/$releasever/contrib/$basearch/
  

Debian


Under Debian the mirror has to be insert in the file /etc/apt/sources.list or rather the following lines need to be changed:

The following line:

 
deb http://ftp.de.debian.org/  debiansqueeze main contrib non-free 
  

needs to be changed by this line:

 
deb http://debian.mirror.euserv.net/  squeeze main contrib non-free
  

Ubuntu


Under Ubuntu the mirror has to be insert in the file /etc/apt/sources.list or rather the following lines need to be changed:

The following lines:

 
deb http://archive.ubuntu.com/ubuntu precise main restricted universe
deb http://archive.ubuntu.com/ubuntu precise-updates main restricted universe
deb http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu precise partner
  

need be changed by these lines:

 
deb http://ubuntu.mirror.euserv.net/ precise main restricted universe
deb http://ubuntu.mirror.euserv.net/ precise-updates main restricted universe
deb http://ubuntu.mirror.euserv.net/ precise-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu precise partner  
  

Fedora



Under Fedora the mirror has to be insert in the file /etc/yum.repos.d/fedora.repo or rather the following lines needs to be changed:

[fedora]

The following needs to be commented out:

 
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/ 
  

and changed by the following line:

 
baseurl=http://fedora.mirror.euserv.net/linux/releases/$releasever/Everything/$basearch/os/
   

[debug]

The following needs to be commented out:

 
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/ 
  

and changed by the following line:

 
baseurl=http://fedora.mirror.euserv.net/linux/releases/$releasever/Everything/$basearch/debug/ 
  

[fedora-source]

The following line needs to be commented out:

 
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/ 
  

and changed by the following line:

 
baseurl=http://fedora.mirror.euserv.net/linux/releases/$releasever/Everything/source/SRPMS/
  

OpenSuse


Under OpenSuse the mirror has to be insert in the file /etc/zypp/repos.d/repo-oss.repo or rather the following lines needs to be changed:

Example for OpenSuSe 12.1:

The following line:

 
baseurl=http://download.opensuse.org/distribution/12.1/repo/oss/ 
  

needs to be changed by this line:

 
baseurl=http://opensuse.mirror.euserv.net//distribution/12.1/repo/oss/ 
  

In the file /etc/zypp/repos.d/repo-non-oss.repo the following lines need to be changed:

The following line:

 
baseurl=http://download.opensuse.org/distribution/12.1/repo/non-oss/ 
  

needs to be changed by this line:

 
baseurl=http://opensuse.mirror.euserv.net/distribution/12.1/repo/non-oss/ 
  

In the file /etc/zypp/repos.d/Updates-for-openSUSE-12.1-12.1-1.4.repo the following lines need to be changed:

The following line:

  
baseurl=http://download.opensuse.org/update/12.1/
   

needs to be changed by this line:

  
baseurl=http://opensuse.mirror.euserv.net/update/12.1/
  

Gentoo


Under Gentoo the mirror has to be insert in the file /etc/make.conf or rather the following lines needs to be changed:

 
GENTOO_MIRRORS="http://gentoo.mirror.euserv.net/" 
SYNC="rsync://mirror.euserv.net/gentoo-portage"
  

Archlinux



Under Archlinux the mirror has to be insert in the file /etc/pacman.d/mirrorlist or rather the following lines needs to be changed:

for 64-bit OS:

  
Server = http://mirror.euserv.net/linux/archlinux/$repo/os/x86_64 
  

for 32-bit OS:

  
Server = http://mirror.euserv.net/linux/archlinux/$repo/os/x86