Page 1 sur 1

[Pacman] pacman.conf.example ?

Publié : dim. 17 sept. 2006, 19:52
par ditow
Bonjour, des gens pourraient me poster leur pacman.conf s'il vous plait... histoire d'en avoir un à jour et rempli dès le début s'il vous plait?
Parce que j'ai fait "pacman -S xorg" puis "pacman -S nvidia" puis "nvidiaconfig" et ça me génère pas un fichier pour xorg... donc je souhaitais faire pacman - hwd... mais il ne me trouve pas de hwd...donc je pense que mon pacman est pas à jour...voila..
merci encore

Publié : dim. 17 sept. 2006, 20:11
par wain
Voici le mien :

/etc/pacman.conf

Code : Tout sélectionner

#
# /etc/pacman.conf
#
# NOTE: If you find a mirror that is geographically close to you, please
#       move it to the top of the server list, so pacman will choose it
#       first.
#
# To re-sort your mirror lists by ping/traceroute results, use the
# /usr/bin/sortmirrors.pl script.  It requires the "netselect" package.
#
#     # sortmirrors.pl </etc/pacman.conf >pacman.conf.new
#

# See the pacman manpage for option directives

#
# GENERAL OPTIONS
#
[options]
LogFile     = /var/log/pacman.log
NoUpgrade   = etc/passwd etc/group etc/shadow etc/sudoers
NoUpgrade   = etc/fstab etc/raidtab etc/ld.so.conf
NoUpgrade   = etc/rc.conf etc/rc.local etc/hosts etc/resolv.conf
NoUpgrade   = etc/modprobe.conf etc/modules.conf
NoUpgrade   = etc/lilo.conf boot/grub/menu.lst
NoUpgrade   = etc/archstats/archstats.conf
NoUpgrade   = etc/ssh/ssh_config etc/ssh/sshd_config etc/pam.d/sshd
NoUpgrade   = var/abs/local/
HoldPkg     = pacman 
Include = /etc/pacman.d/ignorelist

#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/snarf -N %u

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here.
#   - local/custom mirrors can be added here or in separate files
# 

[archlinuxfr]
Server = http://www.archlinux.fr/os/i686

#[testing]
#Server = ftp://ftp.archlinux.org/testing/os/i686

[current]
Include = /etc/pacman.d/current
# Add your preferred servers here, they will be used first
#Server = http://archlinux.antesis.org/current

[extra]
Include = /etc/pacman.d/extra
# Add your preferred servers here, they will be used first
#Server = http://archlinux.antesis.org/extra
#Include = /etc/pacman.d/unstable
# Start Trusted User Repositores
#TURs are being phased out, all packages from them should now be in the community repo, a part of the AUR.

[community]
Include = /etc/pacman.d/community
#Server = ftp://ftp.archlinux.org/community/os/i686/

# End Trusted User Repositories

# Repos alternatifs
Include = /etc/pacman.d/persos

Fichier /etc/pacman.d/persos :

Code : Tout sélectionner

[wain] 
Server = http://archiwain.free.fr/os/i686

[mousetrap]
Server = http://arch.os-zen.net/user/shadowhand/mousetrap/packages


[xfce-svn]
Server = http://arch.os-zen.net/pkg/xfce-svn/

[kde-mod] 
Server = http://funkyou.hinterhof-hosting.de/arch/kde-mod

[danimoth]
Server = http://jjdanimoth.altervista.org/arch/athlon-xp
 
[dma147]
Server = http://arch.linux-stats.org/pkgs
 
[Victor]
Server = http://personales.ya.com/vmromanos/arch/pkgs
 
[marfis]
Server = http://arch.marfis.org/binaries
 
[venox]
Server = http://arch.lworks.cjb.net/
 
[fubar]
Server = http://marcosaxo.madoka.be/files/arch

[shadowhand]
Server = http://arch.os-zen.net/pkg/shadowhand

[brain0]
Server = http://www-users.rwth-aachen.de/thomas.baechler/arch/brain0/os/i686

[slubman]
Server = http://arch.slubman.dyndns.org/
Server = http://slubman.dyndns.org/arch
Fichier /etc/pacman.d/ignorelist :

Code : Tout sélectionner

[options]
IgnorePkg   = kernel26
IgnorePkg   = nvidia
#IgnorePkg   = sylpheed-claws-cvs
IgnorePkg   = qt
IgnorePkg   = udev 
IgnorePkg   = nvidia
IgnorePkg   = gtk
IgnorePkg   = gtk2
IgnorePkg   = mplayer
IgnorePkg   = gimp
IgnorePkg   = xorg-server
IgnorePkg   = glibc
IgnorePkg   = initscripts
IgnorePkg   = initscripts-gensplash
IgnorePkg   = filesystem
IgnorePkg   = mkinitrd
IgnorePkg   = hal
IgnorePkg   = dbus
IgnorePkg   = conky
IgnorePkg   = openssh-chroot
IgnorePkg   = openssh
IgnorePkg   = reiser4progs
IgnorePkg   = libaal
IgnorePkg   = yaourt
IgnorePkg   = wine
IgnorePkg   = arts
IgnorePkg   = kde-common
IgnorePkg   = python
IgnorePkg   = libx11 
IgnorePkg   = xorg-apps
IgnorePkg   = xorg-xinit
IgnorePkg   = xtrans
IgnorePkg   = mkinitramfs
IgnorePkg   = xorg-server-utils
IgnorePkg   = gcc
IgnorePkg   = libxau 
IgnorePkg   = libxmu
IgnorePkg   = links-gfx
IgnorePkg   = libxt
IgnorePkg   = libgl-dri

Publié : dim. 17 sept. 2006, 20:13
par ditow
Quel est donc ce répertoire nommé Ignorelist??

Publié : dim. 17 sept. 2006, 20:31
par wain
/etc/pacman.d/ignorelist est un fichier dans lequel je place tous les paquets à ne pas installer automatiquement lors des updates.

Je préfère mettre à jour ces paquets plus tard, et aussi en recompiler certains avec la commande "yaourt -Sb paquet" :D

Publié : mar. 19 sept. 2006, 02:13
par saintshakajin
Après tout ça, il ne reste plus grand chose à upgrader :P
Sinon, c'est uen bonne idée de splitter comme ça, je devrais y penser :)

Publié : mer. 20 sept. 2006, 01:45
par Cactus
wain a écrit :/etc/pacman.d/ignorelist est un fichier dans lequel je place tous les paquets à ne pas installer automatiquement lors des updates.

Je préfère mettre à jour ces paquets plus tard, et aussi en recompiler certains avec la commande "yaourt -Sb paquet" :D
Peux-tu me rappeler la signification de l'option 'b' stp, Wain ? :?:

Publié : mer. 20 sept. 2006, 09:02
par warnaud
C'est pour recompiler depuis les sources. :D

Publié : mer. 27 sept. 2006, 01:42
par Cactus
Je reposte ici car j'ai un pb : j'ai voulu mettre les miroirs européens en 1er, avant ceux des US. En fait, j'ai défini 2 miroirs européens et 1 miroir US.
Le pb, c'est que je n'arrive pas à accéder aux miroirs européens : :(

Code : Tout sélectionner

$ MAJ
Yaourt 0.4.1: Archlinux package manager
:: Synchronizing package databases...
connect: Connection refused
error: cannot connect to archlinux.antesis.org
connect: No route to host
error: cannot connect to ftp.rez-gif.supelec.fr
:: current is up to date
connect: Connection refused
error: cannot connect to archlinux.antesis.org
connect: No route to host
error: cannot connect to ftp.rez-gif.supelec.fr
error: anonymous login failed
Control socket read failed: Success
failed to synchronize extra
connect: Connection refused
error: cannot connect to archlinux.antesis.org
connect: No route to host
error: cannot connect to ftp.rez-gif.supelec.fr
:: community is up to date
 archlinuxfr              [################] 100%       2K     8.3K/s  00:00:00
 archie                   [################] 100%       3K     3.8K/s  00:00:00
 wain                     [################] 100%       6K    17.2K/s  00:00:00
$
Une idée ?

Pouvez-vous me poster vos fichiers /etc/pacman.d/{extra,community,current} SVP ?

Merci ! :chinois:

Publié : mer. 27 sept. 2006, 07:19
par chipster
Cactus a écrit :Je reposte ici car j'ai un pb : j'ai voulu mettre les miroirs européens en 1er, avant ceux des US. En fait, j'ai défini 2 miroirs européens et 1 miroir US.
Le pb, c'est que je n'arrive pas à accéder aux miroirs européens : :(

Code : Tout sélectionner

$ MAJ
Yaourt 0.4.1: Archlinux package manager
:: Synchronizing package databases...
connect: Connection refused
error: cannot connect to archlinux.antesis.org
connect: No route to host
error: cannot connect to ftp.rez-gif.supelec.fr
:: current is up to date
connect: Connection refused
error: cannot connect to archlinux.antesis.org
connect: No route to host
error: cannot connect to ftp.rez-gif.supelec.fr
error: anonymous login failed
Control socket read failed: Success
failed to synchronize extra
connect: Connection refused
error: cannot connect to archlinux.antesis.org
connect: No route to host
error: cannot connect to ftp.rez-gif.supelec.fr
:: community is up to date
 archlinuxfr              [################] 100%       2K     8.3K/s  00:00:00
 archie                   [################] 100%       3K     3.8K/s  00:00:00
 wain                     [################] 100%       6K    17.2K/s  00:00:00
$
Une idée ?

Pouvez-vous me poster vos fichiers /etc/pacman.d/{extra,community,current} SVP ?

Merci ! :chinois:
Essai en décommantant cette ligne dans ton fichier /etc/pacman.conf :

Code : Tout sélectionner

XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u

Publié : mer. 27 sept. 2006, 11:47
par geekitus
il me semble que cela fait un moment que ce mirroir FR a des problèmes pour se synchroniser avec le archlinux (l'admin du mirroir nous as signalé le problème) . Ils ont aussi des problèmes de place et ne peuvent plus héberger les isos

Publié : mer. 27 sept. 2006, 12:03
par warnaud

Publié : mer. 27 sept. 2006, 22:04
par Cactus
J'ai oublié la modif du Xfer, mais j'ai juste modifié les serveurs... je viens de lancer la MAJ, quelle différence !!!!!! :D

Merci ! :chinois:

Publié : jeu. 28 sept. 2006, 16:04
par kozaki
Tant qu'on est sur les repos pour pacman, ça fait lgtps que les TUR Trusted User Repos ont été abandonnées ?

ex :

Code : Tout sélectionner

#
# Some TUR repositories (ftp://aur.archlinux.org)
# D apres ShaikaDzari > http://forums.archlinuxfr.org/viewtopic.php?t=622
#

[bfinch]
#Server = http://llewellyn/archlinux/tur/bfinch
Server = file:///media/usbdd8/mirrors/archlinux/tur/bfinch
Server = ftp://aur.archlinux.org/tur/bfinch

[brice]
Server = file:///media/usbdd8/mirrors/archlinux/tur/brice
Server = ftp://aur.archlinux.org/tur/brice

[contrasutra]
Server = file:///media/usbdd8/mirrors/archlinux/tur/contrasutra
Server = ftp://aur.archlinux.org/tur/contrasutra

[deepfreeze]
Server = file:///media/usbdd8/mirrors/archlinux/tur/deepfreeze
Server = ftp://aur.archlinux.org/tur/deepfreeze

[dp]
Server = file:///media/usbdd8/mirrors/archlinux/tur/dp
Server = ftp://aur.archlinux.org/tur/dp

[hapy]
Server = file:///media/usbdd8/mirrors/archlinux/tur/hapy
Server = ftp://aur.archlinux.org/tur/hapy

[kritoke]
(...)

Publié : jeu. 28 sept. 2006, 16:32
par warnaud
Oui tu peux les virer :D y'a plus d'updates depuis un sacré bout de temps

Publié : jeu. 28 sept. 2006, 17:57
par kozaki
:D warnaud