Creer un serveur de mise a jour sous ubuntu

soldatkgb Messages postés 82 Statut Membre -  
soldatkgb Messages postés 82 Statut Membre -
Bonjour, j'ai un projet à réaliser, c'est de creer un serveur de mise à jour sous ubuntu . en effet cela permettrais de libérer la bande passante. je suis dans un reseau ou il y a au moins 400 postes donc un serveur pour telecharger mes mises a jours puis de les distribuer a mes clients se serait mieux. le probleme c'est que je suis que stagiaire et que je sais pas par ou commencer . pouvez-vous m'aider s v p ?
Configuration: Windows 2000
Firefox 3.5.3

3 réponses

  1. LOSTY Messages postés 653 Statut Membre 21
     
    Bonjour,

    Créer un miroir local des mises à jour et configurer le sources.list des clients pour récupérer les mises à jours, en local,
    0
  2. jisisv Messages postés 3678 Statut Modérateur 936
     
    Tu peux t'inspirer de apt-proxy:

    johand@anubis:~$ dpkg -S /etc/apt-proxy/
    apt-proxy: /etc/apt-proxy
    johand@anubis:~$ apt-cache show apt-proxy
    Package: apt-proxy
    Priority: extra
    Section: admin
    Installed-Size: 428
    Maintainer: Chris Halls <halls@debian.org>
    Architecture: all
    Version: 1.9.36.3+nmu1
    Replaces: apt-proxy-v2 (<= 1.9.5)
    Depends: debconf (>= 0.5.00) | debconf-2.0, python, python-central (>= 0.6.7), python-twisted-web (>= 0.6), python-apt (>= 0.5.8), bzip2, logrotate, adduser
    Suggests: rsync
    Conflicts: apt-proxy-v2 (<= 1.9.5)
    Filename: pool/main/a/apt-proxy/apt-proxy_1.9.36.3+nmu1_all.deb
    Size: 85654
    MD5sum: 0a86069aa8e766af15ea60112277c482
    SHA1: 392fbdb94ed2aa0bb17a8d105613a5ecbce58096
    SHA256: 89822e774834663e74be01a4066a9f676e3e6e9275a53f836ef30369da51fed8
    Description: Debian archive proxy and partial mirror builder
    apt-proxy automatically builds a Debian HTTP mirror based
    on requests which pass through the proxy. It's great for
    multiple Debian machines on the same network with a slower
    internet link.
    .
    The archive is automatically kept up to date using http,
    ftp or rsync. Cache cleaning of unused and old versions
    is configurable. You can also import the contents of
    your apt cache into the archive using apt-proxy-import.
    .
    For more information, see the apt-proxy homepage at
    http://apt-proxy.sourceforge.net
    .
    The suggested packages are needed for the following
    features: rsync for rsyncd backends, and
    dpkg-dev for apt-proxy-import.
    Python-Version: current
    Tag: admin::package-management, interface::daemon, network::server, network::service, protocol::ftp, protocol::http, qa::old-rc-bugs, role::program, suite::debian, use::downloading, use::proxying, works-with::software:package



    Johan
    0
  3. soldatkgb Messages postés 82 Statut Membre
     
    merci beaucoup pour les conseils sa va me rendre un grand service!!!
    0