Manual EUserv Mirror Server/en

Aus EUserv Wiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(CentOS)
(Archlinux)
 
(Der Versionsvergleich bezieht 5 dazwischenliegende Versionen mit ein.)
Zeile 73: Zeile 73:
----
----
-
Under Debian the mirror has to be insert in the file '''/etc/apt/sources.list''' or rather the following lines needs to be changed:
+
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:
The following line:
Zeile 87: Zeile 87:
----
----
-
Under Ubuntu the mirror has to be insert in the file '''/etc/apt/sources.list''' or rather the following lines needs to be changed:
+
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:
The following lines:
Zeile 109: Zeile 109:
-
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:
+
Under Fedora the mirror has to be insert in the file '''/etc/yum.repos.d/fedora.repo''' or rather the following lines need to be changed:
[fedora]  
[fedora]  
-
The following needs to be commented out:
+
The following line needs to be commented out:
   <nowiki>
   <nowiki>
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/  
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/  
Zeile 124: Zeile 124:
[debug]  
[debug]  
-
The following needs to be commented out:
+
The following line needs to be commented out:
   <nowiki>
   <nowiki>
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/  
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/  
Zeile 147: Zeile 147:
----
----
-
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:
+
Under OpenSuse the mirror has to be insert in the file '''/etc/zypp/repos.d/repo-oss.repo''' or rather the following lines need to be changed:
Example for OpenSuSe 12.1:  
Example for OpenSuSe 12.1:  
Zeile 185: Zeile 185:
----
----
-
Under Gentoo the mirror has to be insert in the file '''/etc/make.conf''' or rather the following lines needs to be changed:
+
Under Gentoo the mirror has to be insert in the file '''/etc/make.conf''' or rather the following lines need to be changed:
   <nowiki>
   <nowiki>
Zeile 196: Zeile 196:
-
Under Archlinux  the mirror has to be insert in the file '''/etc/pacman.d/mirrorlist''' or rather the following lines needs to be changed:
+
Under Archlinux  the mirror has to be insert in the file '''/etc/pacman.d/mirrorlist''' or rather the following lines need to be changed:
for 64-bit OS:
for 64-bit OS:

Aktuelle Version vom 17:06, 3. Dez. 2012

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 need to be changed:

[fedora]

The following line 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 line 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 need 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 need 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 need 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