Thank you Robert. Before giving you the output of 'apt-get update', i just tell you that the distribution name of my ubuntu server is jaunty and after creating the mirror whith 'fai-mirror', the only distribution present in /files/scratch/debmirror/dists is hardy. The output of the command is: Err http://sn.archive.ubuntu.com jaunty Release.gpg Ne parvient pas à résoudre « sn.archive.ubuntu.com » Err http://sn.archive.ubuntu.com jaunty/main Translation-fr Ne parvient pas à résoudre « sn.archive.ubuntu.com » Err http://sn.archive.ubuntu.com jaunty/restricted Translation-fr Ne parvient pas à résoudre « sn.archive.ubuntu.com » Err http://sn.archive.ubuntu.com jaunty/universe Translation-fr Ne parvient pas à résoudre « sn.archive.ubuntu.com » Err http://sn.archive.ubuntu.com jaunty/multiverse Translation-fr Ne parvient pas à résoudre « sn.archive.ubuntu.com » Err http://sn.archive.ubuntu.com jaunty-updates Release.gpg Ne parvient pas à résoudre « sn.archive.ubuntu.com » Err http://sn.archive.ubuntu.com jaunty-updates/main Translation-fr Ne parvient pas à résoudre « sn.archive.ubuntu.com » Err http://sn.archive.ubuntu.com jaunty-updates/restricted Translation-fr Ne parvient pas à résoudre « sn.archive.ubuntu.com » Err http://sn.archive.ubuntu.com jaunty-updates/universe Translation-fr Ne parvient pas à résoudre « sn.archive.ubuntu.com » Err http://sn.archive.ubuntu.com jaunty-updates/multiverse Translation-fr Ne parvient pas à résoudre « sn.archive.ubuntu.com » Err http://security.ubuntu.com jaunty-security Release.gpg Ne parvient pas à résoudre « security.ubuntu.com » Err http://security.ubuntu.com jaunty-security/main Translation-fr Ne parvient pas à résoudre « security.ubuntu.com » Err http://security.ubuntu.com jaunty-security/restricted Translation-fr Ne parvient pas à résoudre « security.ubuntu.com » Err http://security.ubuntu.com jaunty-security/universe Translation-fr Ne parvient pas à résoudre « security.ubuntu.com » Err http://security.ubuntu.com jaunty-security/multiverse Translation-fr Ne parvient pas à résoudre « security.ubuntu.com » Ign http://10.10.1.200 jaunty Release.gpg Ign http://10.10.1.200 jaunty/main Translation-fr Ign http://10.10.1.200 jaunty/restricted Translation-fr Ign http://10.10.1.200 jaunty/universe Translation-fr Ign http://10.10.1.200 jaunty/multiverse Translation-fr Ign http://10.10.1.200 jaunty Release Ign http://10.10.1.200 jaunty/main Packages Ign http://10.10.1.200 jaunty/restricted Packages Ign http://10.10.1.200 jaunty/universe Packages Ign http://10.10.1.200 jaunty/multiverse Packages Ign http://10.10.1.200 jaunty/main Packages Ign http://10.10.1.200 jaunty/restricted Packages Ign http://10.10.1.200 jaunty/universe Packages Ign http://10.10.1.200 jaunty/multiverse Packages Err http://10.10.1.200 jaunty/main Packages 404 Not Found Err http://10.10.1.200 jaunty/restricted Packages 404 Not Found Err http://10.10.1.200 jaunty/universe Packages 404 Not Found Err http://10.10.1.200 jaunty/multiverse Packages 404 Not Found Lecture des listes de paquets...
2010/8/21 Robert Markula <[email protected]> > Hi mamadou, > > mamadou diop wrote: > > Thank you. I have tried but i don't know what is the cause of this > problem. > > May be it's a problem of fai-mirror. > > First and foremost you should check and make sure that your fai-mirror > works. Otherwise troubleshooting will be like the search for a needle in > a haystack. > > Test your mirror on a working installation (a Live-CD would suffice) of > Jaunty. I'll guide you through this: > > 1. After booting into ubuntu, open a terminal (if not already on a shell). > > 2. Open your sources.list. To do so, type in a terminal: > > sudo nano /etc/apt/sources.list > > Go to the last line and insert the following line (it should be a single > line, even if there is a linebreak in this mail): > > deb http://192.168.1.250/debmirror/ubuntu jaunty main restricted > universe multiverse > > Save and close. > > 3. Reload the packages list: > > sudo apt-get update > > 4. Check the output of the above command. If there are error messages, > then the line inserted in the sources.list is wrong and/or your > fai-mirror is broken. Please post the output on this list. > > Good luck! > Robert >
