Manual EUserv Mirror Server/en

Aus EUserv Wiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „{{Languages|Manual EUserv Mirror Server}} Kategorie:Servers Kategorie:vServers '''''Use of the EUserv mirror servers''''' __TOC__ = Use of the EUserv mirr…“)
(Archlinux)
 
(Der Versionsvergleich bezieht 15 dazwischenliegende Versionen mit ein.)
Zeile 2: Zeile 2:
[[Kategorie:Servers]]
[[Kategorie:Servers]]
[[Kategorie:vServers]]
[[Kategorie:vServers]]
-
'''''Use of the EUserv mirror servers'''''
+
'''''Using the EUserv mirror servers'''''
__TOC__
__TOC__
-
= Use of the EUserv mirror servers =
+
= Using the EUserv mirror servers =
== General ==
== General ==
-
EUserv has an own mirror server for Linux systems. Advantages of using our mirror server are:
+
EUserv has an own mirror server for Linux systems. Advantages by using our mirror server are:
<div style="padding-left:10px;">
<div style="padding-left:10px;">
Zeile 13: Zeile 13:
</div>
</div>
-
== Operating system ==
+
== Operating systems ==
=== CentOS ===
=== CentOS ===
----
----
-
Under CentOS the mirror must be added or the following lines customized in the file '''/etc/yum.repos.d/CentOS-Base.repo''' as follows:
+
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]  
[base]  
-
The following line is commented out:
+
The following line needs to be commented out:
   <nowiki>  
   <nowiki>  
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/  
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/  
Zeile 31: Zeile 31:
[updates]  
[updates]  
-
The following line is commented out:
+
The following line needs to be commented out:
   <nowiki>   
   <nowiki>   
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/  
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/  
Zeile 41: Zeile 41:
[extras]  
[extras]  
-
The following line is commented out:   
+
The following line needs to be commented out:   
   <nowiki>
   <nowiki>
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/  
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/  
Zeile 51: Zeile 51:
[centosplus]  
[centosplus]  
-
The following line is commented out:     
+
The following line needs to be commented out:     
   <nowiki>
   <nowiki>
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/  
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/  
Zeile 61: Zeile 61:
[contrib]
[contrib]
-
The following line is commented out:     
+
The following line needs to be commented out:     
   <nowiki>
   <nowiki>
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/  
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/  
Zeile 72: Zeile 72:
=== Debian ===
=== 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:
 +
  <nowiki>
 +
deb http://ftp.de.debian.org/  debiansqueeze main contrib non-free
 +
  </nowiki>
 +
needs to be changed by this line:
 +
  <nowiki>
 +
deb http://debian.mirror.euserv.net/  squeeze main contrib non-free
 +
  </nowiki>
 +
 +
=== 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:
 +
  <nowiki>
 +
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
 +
  </nowiki>
 +
 +
need be changed by these lines:
 +
  <nowiki>
 +
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 
 +
  </nowiki>
 +
 +
=== 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:
 +
  <nowiki>
 +
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
 +
  </nowiki>
 +
and changed by the following line:
 +
  <nowiki>
 +
baseurl=http://fedora.mirror.euserv.net/linux/releases/$releasever/Everything/$basearch/os/
 +
  </nowiki>
 +
 +
[debug]
 +
 +
The following line needs to be commented out:
 +
  <nowiki>
 +
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
 +
  </nowiki>
 +
and changed by the following line:
 +
  <nowiki>
 +
baseurl=http://fedora.mirror.euserv.net/linux/releases/$releasever/Everything/$basearch/debug/
 +
  </nowiki>
 +
 +
[fedora-source]
 +
 +
The following line needs to be commented out:
 +
  <nowiki>
 +
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
 +
  </nowiki>
 +
and changed by the following line:
 +
  <nowiki>
 +
baseurl=http://fedora.mirror.euserv.net/linux/releases/$releasever/Everything/source/SRPMS/
 +
  </nowiki>
 +
 +
=== 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:
 +
  <nowiki>
 +
baseurl=http://download.opensuse.org/distribution/12.1/repo/oss/
 +
  </nowiki>
 +
needs to be changed by this line:
 +
  <nowiki>
 +
baseurl=http://opensuse.mirror.euserv.net//distribution/12.1/repo/oss/
 +
  </nowiki>
 +
 +
In the file '''/etc/zypp/repos.d/repo-non-oss.repo''' the following lines need to be changed:
 +
 +
The following line:
 +
  <nowiki>
 +
baseurl=http://download.opensuse.org/distribution/12.1/repo/non-oss/
 +
  </nowiki>
 +
needs to be changed by this line:
 +
  <nowiki>
 +
baseurl=http://opensuse.mirror.euserv.net/distribution/12.1/repo/non-oss/
 +
  </nowiki>
 +
 +
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:
 +
  <nowiki>
 +
baseurl=http://download.opensuse.org/update/12.1/
 +
  </nowiki>
 +
needs to be changed by this line:
 +
  <nowiki>
 +
baseurl=http://opensuse.mirror.euserv.net/update/12.1/
 +
  </nowiki>
 +
 +
=== Gentoo ===
 +
----
 +
 +
Under Gentoo the mirror has to be insert in the file '''/etc/make.conf''' or rather the following lines need to be changed:
 +
 +
  <nowiki>
 +
GENTOO_MIRRORS="http://gentoo.mirror.euserv.net/"
 +
SYNC="rsync://mirror.euserv.net/gentoo-portage"
 +
  </nowiki>
 +
 +
=== 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:
 +
  <nowiki>
 +
Server = http://mirror.euserv.net/linux/archlinux/$repo/os/x86_64
 +
  </nowiki>
 +
for 32-bit OS:
 +
  <nowiki>
 +
Server = http://mirror.euserv.net/linux/archlinux/$repo/os/x86
 +
  </nowiki>

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