[réseau] problème réseau (résolu)

Applications, problèmes de configuration réseau
epos
Daikyu
Messages : 63
Inscription : lun. 09 mai 2011, 20:08

[réseau] problème réseau (résolu)

Message par epos »

Bonjour,
Suivant certains conseils je vais essayer de voir comme stabiliser mon réseau. Et par ailleurs merci de votre patience ! Alors j'ai une distribution archbang. les ifconfig -a et iwconfig donnent :

Code : Tout sélectionner

ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:1E:C2:1B:DE:A4  
          inet addr:192.168.1.37  Bcast:255.255.255.255  Mask:255.255.255.0
          inet6 addr: fe80::21e:c2ff:fe1b:dea4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:62381 errors:0 dropped:0 overruns:0 frame:0
          TX packets:41200 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:67723322 (64.5 Mb)  TX bytes:4130655 (3.9 Mb)
          Interrupt:17 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:589 errors:0 dropped:0 overruns:0 frame:0
          TX packets:589 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:44068 (43.0 Kb)  TX bytes:44068 (43.0 Kb)

wlan0     Link encap:Ethernet  HWaddr F0:7D:68:12:20:DC  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:89 errors:0 dropped:0 overruns:0 frame:0
          TX packets:113 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:11583 (11.3 Kb)  TX bytes:13038 (12.7 Kb)

wlan1     Link encap:Ethernet  HWaddr 00:1F:5B:C8:2D:57  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Code : Tout sélectionner

iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
          Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
          
wlan1     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
je suis en suisse donc la FAI et le modem sont de swisscom http://www.swisscom.ch/res/internet/dsl ... /index.htm
Dernière modification par epos le sam. 28 mai 2011, 14:01, modifié 1 fois.
Avatar de l’utilisateur
tuxce
Maître du Kyudo
Messages : 6677
Inscription : mer. 12 sept. 2007, 16:03

Re: [réseau] problème réseau

Message par tuxce »

Qu'est ce qui te dit que le réseau n'est pas stable ?
Les "ping" n'aboutissent pas (vers des ip et nom de domaine) ? C'est juste vers l'extérieur, ou vers le routeur aussi ? Le réseau est il stable sur un autre système/distribution ?

(pour poster du code, utilise [ code] non [ quote])
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [réseau] problème réseau

Message par FoolEcho »

Tu auras pu détailler un peu plus et un peu mieux. :copain:

Mais je vois que tu as deux interfaces sans-fil, c'est de là que vient certainement tes problèmes (parce qu'à mon avis tu n'as rien configuré de ce côté et du coup, au démarrage, ce n'est pas forcément la bonne interface pour la connexion que tu as configuré).
Pour y remédier, tu crées un fichier /etc/udev/rules.d/10-network.conf pour renommer correctement les interfaces:

Code : Tout sélectionner

SUBSYSTEM=="wlan*", ATTR{address}=="F0:7D:68:12:20:DC", NAME="wlan0"
SUBSYSTEM=="wlan*", ATTR{address}=="00:1F:5B:C8:2D:57", NAME="wlan1"
Il faut également que tu regardes les modules qui correspondent à chacune des cartes (si différents) afin de les charger dans le même ordre que celui du network.conf dans le rc.conf (ligne MODULES): la sortie d'un "lspci -vv" ou d'un "hwinfo --netcard" (hwinfo est à installer) t'indiquera les modules.

Tous les détails dans le wiki: https://wiki.archlinux.org/index.php/Ud ... _Each_Boot

Ensuite, tu devrais pouvoir configurer normalement avec wicd ou autre gestionnaire de connexion en suivant le wiki, ça devrait aller mieux. :chinois:
«The following statement is not true. The previous statement is true.» :nage:
epos
Daikyu
Messages : 63
Inscription : lun. 09 mai 2011, 20:08

Re: [réseau] problème réseau

Message par epos »

merci pour vos réponses, même si je ne comprend pas tout je vais m'y mettre dans les prochains jours. Oui c'est étrange comme truc, avec Chromium je peux aller sur tout les adresses tandis qu'avec certains autres navigateurs je peux aller nul part. J'ai un imac alu 21. Avant j'avais ubuntu dessus, ma carte réseau n'était pas reconnu, je pouvais installer un driver mais le wifi n'était pas tellement efficace. C'est pour cela que j'avais installer un clé usb wifi et cela tournait plug and play et là pas de problème j'ai 3 autres ordis qui tournent sous ubuntu actuellement. Bon je vais regarder un peu ma config merci
Avatar de l’utilisateur
dna
Hankyu
Messages : 17
Inscription : ven. 14 janv. 2011, 15:47

Re: [réseau] problème réseau

Message par dna »

je suis en suisse donc la FAI et le modem sont de swisscom
J'ai eu des problème de dns avec Swisscom lors du passage à ipv6. Je sais pas oû ca en est maintenant, je reste en ipv4 pour le moment.
https://wiki.archlinux.org/index.php/Disabling_IPv6
EDIT: ou alors OpenDNS ...

M'enfin je dit ca, je dit rien ... A tout hasard tu peux essayer.
epos
Daikyu
Messages : 63
Inscription : lun. 09 mai 2011, 20:08

Re: [réseau] problème réseau

Message par epos »

Merci newbie ça progresse ! cela a en effet amélioré le truc. J'ai maintenant du réseau dans firefox !Je vais continuer un peu pour voir ce qui reste à faire.
epos
Daikyu
Messages : 63
Inscription : lun. 09 mai 2011, 20:08

Re: [réseau] problème réseau

Message par epos »

mais j'ai toujours des problèmes pour installer yaourt

Code : Tout sélectionner

-S yaourt
warning: config file /etc/pacman.d/mirrorlist, line 7: directive 'Server' in section 'options' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 8: directive 'Server' in section 'options' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 76: directive 'Server' in section 'options' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 77: directive 'Server' in section 'options' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 78: directive 'Server' in section 'options' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 79: directive 'Server' in section 'options' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 80: directive 'Server' in section 'options' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 81: directive 'Server' in section 'options' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Server' in section 'options' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 83: directive 'Server' in section 'options' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 84: directive 'Server' in section 'options' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 215: directive 'Server' in section 'options' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 216: directive 'Server' in section 'options' not recognized.
error: could not open file /var/lib/pacman/sync/archlinuxfr.db: Failed to open '/var/lib/pacman/sync/archlinuxfr.db'
error: target not found: yaourt

mon pacman.conf

Code : Tout sélectionner

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
HoldPkg     = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - %u > %o
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options (all disabled by default)
#UseSyslog
ShowSize
#UseDelta
TotalDownload
ILoveCandy

#
# 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
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
## Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

#[community-testing]
## Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[archlinuxfr]
Server = http://repo.archlinux.fr/$arch

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
Server = file:///home/custompkgs

mon resolv.conf

Code : Tout sélectionner

# Generated by dhcpcd from eth0
# /etc/resolv.conf.head can replace this line
domain home
nameserver 192.168.1.1
# /etc/resolv.conf.tail can replace this line
connexion filliaire

Code : Tout sélectionner

lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc M76XT [Mobility Radeon HD 2600 XT]
03:00.0 FireWire (IEEE 1394): Agere Systems FW643 PCI Express1394b Controller (PHY/Link) (rev 06)
04:00.0 Network controller: Broadcom Corporation BCM4321 802.11a/b/g/n (rev 05)
05:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8058 PCI-E Gigabit Ethernet Controller (rev 13)

Code : Tout sélectionner

ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:1E:C2:1B:DE:A4  
          inet addr:192.168.1.37  Bcast:255.255.255.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:471753 errors:0 dropped:23 overruns:0 frame:0
          TX packets:281025 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:580224474 (553.3 Mb)  TX bytes:26514217 (25.2 Mb)
          Interrupt:17 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:294 errors:0 dropped:0 overruns:0 frame:0
          TX packets:294 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:21076 (20.5 Kb)  TX bytes:21076 (20.5 Kb)

wlan0     Link encap:Ethernet  HWaddr 00:1F:5B:C8:2D:57  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Code : Tout sélectionner

iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off

Code : Tout sélectionner

#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Europe/Paris"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(snd-usb-audio !nv !floppy !fd0 !net-pf-10 !snd_pcsp !pcspkr loop)

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="archbang"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
# 
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#

#Static IP example
#eth0="eth0 192.168.1.37 netmask 255.255.255.255 broadcast 255.255.255.255 "
#eth0="dhcp"
INTERFACES=(!eth0 !wlan0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
 
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(dbus hal syslog-ng !network !dhcdbd !networkmanager @alsa @wicd)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17568
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [réseau] problème réseau

Message par benjarobin »

Ce n'est pas un problème réseau mais de configuration...
Merci de commenter cette ligne :

Code : Tout sélectionner

Server = file:///home/custompkgs
De plus peux tu donner la sortie de :

Code : Tout sélectionner

grep -v ^# /etc/pacman.d/mirrorlist | grep -v '^$'
Merci de mettre ceci :

Code : Tout sélectionner

# Misc options (all disabled by default)
#UseSyslog
#ShowSize
#UseDelta
#TotalDownload
#CheckSpace
et non

Code : Tout sélectionner

# Misc options (all disabled by default)
#UseSyslog
ShowSize
#UseDelta
TotalDownload
ILoveCandy <--  WTF ????
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
epos
Daikyu
Messages : 63
Inscription : lun. 09 mai 2011, 20:08

Re: [réseau] problème réseau

Message par epos »

merci j'ai fait les modifs et voilà

Code : Tout sélectionner

grep -v ^# /etc/pacman.d/mirrorlist | grep -v '^$'
Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch
Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
Server = http://mir.archlinux.fr/$repo/os/$arch
Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/$arch
Server = http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/$arch
Server = ftp://mir1.archlinux.fr/archlinux/$repo/os/$arch
Server = http://mir1.archlinux.fr/archlinux/$repo/os/$arch
Server = ftp://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
Server = http://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
Server = http://archlinux.polymorf.fr/$repo/os/$arch
Server = ftp://ftp.rez-gif.supelec.fr/Linux/archlinux/$repo/os/$arch
Server = ftp://archlinux.puzzle.ch/$repo/os/$arch
Server = http://archlinux.puzzle.ch/$repo/os/$arch
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17568
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [réseau] problème réseau

Message par benjarobin »

Et j'avais oublié :

Code : Tout sélectionner

#[testing]
## Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist <-- Il faut commenter cette ligne
Il faut vraiment que tu lise le wiki comme même...
Puis un pacman -Syyu devrai résoudre le problème
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [réseau] problème réseau

Message par FoolEcho »

Même remarque pour:

Code : Tout sélectionner

#[community-testing]
## Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist #A COMMENTER
... ça marche par paire (... on sait bien, c'est pas comme si les fichiers de configuration n'étaient pas commentés :copain: :humour: ):

[nomDépôt]
liste de serveurs (Server = et/ou Include =)

Tel que se présentait ton pacman.conf, ce pauvre pacman lisait plusieurs fois le mirrorlist pour un même dépôt, ce qui ne sert pas à grand chose... (sans compter le custompkgs, inconnu au bataillon)
«The following statement is not true. The previous statement is true.» :nage:
epos
Daikyu
Messages : 63
Inscription : lun. 09 mai 2011, 20:08

Re: [réseau] problème réseau

Message par epos »

Merci,
vous savez je suis pleins de bonne volonté, le problème est que je suis passé par archbang, donc j'ai tout installer moi-même ce qui m'empêche de vraiment comprendre le fonctionnnement du systhème. J'ai bien lu le wiki, mais suis à la limite de mes connaissances, mais j'apprend d'ici 2 ans je serais au point....

bon après le

Code : Tout sélectionner

pacman -Syyu
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirrors.kernel.org : No address record
error: failed retrieving file 'core.db' from mirrors.kernel.org : No address record
error: failed retrieving file 'core.db' from mir.archlinux.fr : No address record
error: failed retrieving file 'core.db' from distrib-coffee.ipsl.jussieu.fr : No address record
error: failed retrieving file 'core.db' from distrib-coffee.ipsl.jussieu.fr : No address record
error: failed retrieving file 'core.db' from mir1.archlinux.fr : No address record
error: failed retrieving file 'core.db' from mir1.archlinux.fr : No address record
 core                     37.9K  187.0K/s 00:00:00 [#######################] 100%
error: failed retrieving file 'extra.db' from mirrors.kernel.org : No address record
error: failed retrieving file 'extra.db' from mirrors.kernel.org : No address record
error: failed retrieving file 'extra.db' from mir.archlinux.fr : No address record
error: failed retrieving file 'extra.db' from distrib-coffee.ipsl.jussieu.fr : No address record
error: failed retrieving file 'extra.db' from distrib-coffee.ipsl.jussieu.fr : No address record
error: failed retrieving file 'extra.db' from mir1.archlinux.fr : No address record
error: failed retrieving file 'extra.db' from mir1.archlinux.fr : No address record
 extra                   467.5K  546.6K/s 00:00:01 [#######################] 100%
error: failed retrieving file 'community.db' from mirrors.kernel.org : No address record
error: failed retrieving file 'community.db' from mirrors.kernel.org : No address record
error: failed retrieving file 'community.db' from mir.archlinux.fr : No address record
error: failed retrieving file 'community.db' from distrib-coffee.ipsl.jussieu.fr : No address record
error: failed retrieving file 'community.db' from distrib-coffee.ipsl.jussieu.fr : No address record
error: failed retrieving file 'community.db' from mir1.archlinux.fr : No address record
error: failed retrieving file 'community.db' from mir1.archlinux.fr : No address record
 community               439.9K  532.8K/s 00:00:01 [#######################] 100%
error: failed retrieving file 'archlinuxfr.db' from repo.archlinux.fr : No address record
error: failed to update archlinuxfr (No address record)
:: Starting full system upgrade...
error: could not open file /var/lib/pacman/sync/archlinuxfr.db: Failed to open '/var/lib/pacman/sync/archlinuxfr.db'
 there is nothing to do
mon pacman est comme ça

Code : Tout sélectionner

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
HoldPkg     = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - %u > %o
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options (all disabled by default)
#UseSyslog
#ShowSize
#UseDelta
#TotalDownload
#CheckSpace

#
# 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
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
## Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/mirrorlist

[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

#[community-testing]
## Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/mirrorlist

[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[archlinuxfr]
Server = http://repo.archlinux.fr/$arch

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs

Avatar de l’utilisateur
dna
Hankyu
Messages : 17
Inscription : ven. 14 janv. 2011, 15:47

Re: [réseau] problème réseau

Message par dna »

Juste pour voir, tu peux essayer de changer dans ton pacman.conf

Code : Tout sélectionner

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

Code : Tout sélectionner

XferCommand = /usr/bin/wget -4 --passive-ftp -c -O %o %u
epos
Daikyu
Messages : 63
Inscription : lun. 09 mai 2011, 20:08

Re: [réseau] problème réseau

Message par epos »

merci dna, cela marche maintenant... totalement ésotérique pour moi... mais bon.... j'ai réussis à installer yaourt. Je continu à tester un peu pour voir si tout est ok
epos
Daikyu
Messages : 63
Inscription : lun. 09 mai 2011, 20:08

Re: [réseau] problème réseau

Message par epos »

je n'arrive pas à installer de programme depuis yaourt j'ai tout le temps les mêmes erreurs. Même la mise à jour ne fonctionne pas au même endroit, il ne trouve pas les adresses de l'hôte :

Code : Tout sélectionner

yaourt -Syua 
Mot de passe : 
:: Synchronisation des bases de données de paquets...
--2011-05-22 15:17:08--  ftp://mirrors.kernel.org/archlinux/core/os/x86_64/core.db
           => «/var/lib/pacman/sync/core.db.part»
Résolution de mirrors.kernel.org... 130.239.17.7, 149.20.4.71, 149.20.20.135, ...
Connexion vers mirrors.kernel.org|130.239.17.7|:21...connecté.
Ouverture de session en anonymous...Session établie!
==> SYST ... complété.    ==> PWD ... complété.
==> TYPE I ... complété.  ==> CWD (1) /archlinux/core/os/x86_64 ... complété.
==> SIZE core.db ... 38770
==> PASV ... complété.    ==> RETR core.db ... complété.
Longueur: 38770 (38K) (non certifiée)

100%[=====================================>] 38 770       132K/s   ds 0,3s    

2011-05-22 15:17:10 (132 KB/s) - «/var/lib/pacman/sync/core.db.part» sauvegardé [38770]

--2011-05-22 15:17:10--  ftp://mirrors.kernel.org/archlinux/extra/os/x86_64/extra.db
           => «/var/lib/pacman/sync/extra.db.part»
Résolution de mirrors.kernel.org... 130.239.17.7, 149.20.4.71, 149.20.20.135, ...
Connexion vers mirrors.kernel.org|130.239.17.7|:21...connecté.
Ouverture de session en anonymous...Session établie!
==> SYST ... complété.    ==> PWD ... complété.
==> TYPE I ... complété.  ==> CWD (1) /archlinux/extra/os/x86_64 ... complété.
==> SIZE extra.db ... 478680
==> PASV ... complété.    ==> RETR extra.db ... complété.
Longueur: 478680 (467K) (non certifiée)

100%[=====================================>] 478 680      485K/s   ds 1,0s    

2011-05-22 15:17:12 (485 KB/s) - «/var/lib/pacman/sync/extra.db.part» sauvegardé [478680]

--2011-05-22 15:17:12--  ftp://mirrors.kernel.org/archlinux/community/os/x86_64/community.db
           => «/var/lib/pacman/sync/community.db.part»
Résolution de mirrors.kernel.org... 149.20.20.135, 199.6.1.167, 130.239.17.7, ...
Connexion vers mirrors.kernel.org|149.20.20.135|:21...connecté.
Ouverture de session en anonymous...Session établie!
==> SYST ... complété.    ==> PWD ... complété.
==> TYPE I ... complété.  ==> CWD (1) /archlinux/community/os/x86_64 ... complété.
==> SIZE community.db ... 450376
==> PASV ... complété.    ==> RETR community.db ... complété.
Longueur: 450376 (440K) (non certifiée)

100%[=====================================>] 450 376      276K/s   ds 1,6s    

2011-05-22 15:17:17 (276 KB/s) - «/var/lib/pacman/sync/community.db.part» sauvegardé [450376]

--2011-05-22 15:17:17--  http://repo.archlinux.fr/x86_64/archlinuxfr.db
Résolution de repo.archlinux.fr... 213.186.62.207
Connexion vers repo.archlinux.fr|213.186.62.207|:80...connecté.
requête HTTP transmise, en attente de la réponse...200 OK
Longueur: 25562 (25K) [application/octet-stream]
Sauvegarde en : «/var/lib/pacman/sync/archlinuxfr.db.part»

100%[=====================================>] 25 562      --.-K/s   ds 0,1s    

2011-05-22 15:17:17 (179 KB/s) - «/var/lib/pacman/sync/archlinuxfr.db.part» sauvegardé [25562/25562]

 Paquets étrangers: | 56 / 56

==> Nouvelle révision des paquets :
aur/foxitreader  1.1-4      4 -> 5
aur/oblogout     0.2-6      6 -> 7
aur/ttf-ms-fonts 2.0-7      7 -> 8

==> Mise à jour des logiciels (nouvelle version) :
aur/packer       20110204-1 -> 20110301-1

==> Continuer la mise à jour ? [O/n]
==> [V]oir les détails.   Sélectionner les paquets [M]anuellement.
==> --------------------------------------------------------------
==> o

==> Téléchargement du PKGBUILD de foxitreader depuis AUR...
x fr.install
x fr.desktop
x PKGBUILD
x fr-x86_64.launcher
x fr-i686.launcher
x fr.png

Comment by: jxy on Thu, 06 Jan 2011 00:03:06 +0000
you need to change fr.launcher for multilib systems.	

Comment by: tdy on Fri, 14 Jan 2011 05:24:11 +0000
@chris_l: The spirit of the binary rule is to prevent people from uploading malicious programs.  An icon is technically a binary file, but I don't see why that would apply to a 4KB standard-format image.  It's kind of like when people used to blindly and religiously cite the Contributor vs Maintainer PKGBUILD requirement from the guidelines wiki without putting any thought into what the purpose would be.	

Comment by: onceahero on Sun, 30 Jan 2011 08:45:22 +0000
fr.launcher should be changed to:

exec /usr/lib/foxitreader/FoxitReader $@

instead of:

cd /usr/lib/foxitreader
./FoxitReader $@

so that local file execution will be possible.	

Comment by: twa022 on Wed, 04 May 2011 07:15:12 +0000
could you change fr.launcher (for x86_64 only) to: 

#!/bin/bash
export GTK_PATH=/usr/lib32/gtk-2.0
export GDK_PIXBUF_MODULE=/usr/lib32/config/gdk/gdk-pixbuf.loaders
export PANGO_RC_FILE=/usr/lib32/config/pango/pangorc
export LD_LIBRARY_PATH=/usr/lib32:$LD_LIBRARY_PATH
exec /usr/lib/foxitreader/FoxitReader $@

This way it'll load the lib32 gtk2 theme to be more attractive.

Thanks.	

Comment by: twa022 on Fri, 06 May 2011 01:37:21 +0000
the changes to the launcher should be for x86_64 only. I was thinking more like something here: http://pastebin.com/4RmY1ge1	

Comment by: craig on Sat, 07 May 2011 02:19:26 +0000
The reader always opens a fixed size window.  Is there any way to change this behavior to full screen height?	

First Submitted: Wed, 21 Jan 2009 18:59:26 +0000	
foxitreader 1.1-5 
( Paquet non supporté : peut être dangereux ! )
==> Éditer PKGBUILD ? [O/n] ("A" pour annuler)
==> ------------------------------------------
==> n

==> Dépendances de foxitreader :
 - desktop-file-utils (déjà installé)
 - lib32-gtk2 (déjà installé)
 - lib32-libxdamage (déjà installé)
 - lib32-sqlite3 (déjà installé)


==> Éditer fr.install ? [O/n] ("A" pour annuler)
==> --------------------------------------------
==> n

==> Lancer la compilation de foxitreader ? [O/n]
==> --------------------------------------------
==> 
==> Construction et installation du paquet
==> Création du paquet foxitreader 1.1-5 (dim. mai 22 15:17:37 CEST 2011)
==> Vérification des dépendances pour l'exécution...
==> Vérification des dépendances pour la compilation...
==> Récupération des sources...
  -> Téléchargement de FoxitReader-1.1.0.tar.bz2...
--2011-05-22 15:17:37--  http://mirrors.foxitsoftware.com/pub/foxit/reader/desktop/linux/1.x/1.1/enu/FoxitReader-1.1.0.tar.bz2
Résolution de mirrors.foxitsoftware.com... échec: Nom ou service inconnu.
wget : impossible de résoudre l'adresse de l'hôte «mirrors.foxitsoftware.com»
==> ERREUR: Erreur lors du téléchargement de FoxitReader-1.1.0.tar.bz2
    Abandon...
==> ERREUR: Makepkg n'a pas pu construire foxitreader.
==> Relancer la compilation de foxitreader ? [o/N]
==> ----------------------------------------------
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17568
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [réseau] problème réseau

Message par benjarobin »

Essaye donc un vrai serveur DNS, par exemple 8.8.8.8
Tu peux réactiver l'ipv6.
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
epos
Daikyu
Messages : 63
Inscription : lun. 09 mai 2011, 20:08

Re: [réseau] problème réseau

Message par epos »

j'ai réactivé l'ipv6 et la connexion fonctionne. Par contre toujours le même problème avec yaourt.
comment on essaye un dns ?
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17568
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [réseau] problème réseau

Message par benjarobin »

Modifie /etc/resolv.conf
Donc en gros pour tester temporairement (Le fichier n'est pas gardé) :

Code : Tout sélectionner

echo "nameserver 8.8.8.8" > /etc/resolv.conf
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [réseau] problème réseau

Message par FoolEcho »

... et si ça marche tu mets le(s) dns dans /etc/resolv.conf.head pour rendre le changement permanent.
«The following statement is not true. The previous statement is true.» :nage:
epos
Daikyu
Messages : 63
Inscription : lun. 09 mai 2011, 20:08

Re: [réseau] problème réseau

Message par epos »

non cela ne change à rien
par exemple si je veux télécharger jdownloader ça me fait ça :

Code : Tout sélectionner

yaourt -S jdownloader

==> Téléchargement du PKGBUILD de jdownloader depuis AUR...
x jdownloader.desktop
x PKGBUILD
x jdownloader.install

Comment by: VuDu on Fri, 09 Jul 2010 09:48:01 +0000
And that's the way it should be.
It's the user's choice to decide if they want to use openjdk or jre/jdk. java-runtime is the metapackage for that.	

Comment by: karol_007 on Fri, 09 Jul 2010 13:32:59 +0000
Ah, OK then.	

Comment by: igallart on Sun, 12 Sep 2010 11:13:29 +0000
¿Why not is in the repos?	

Comment by: karol_007 on Sun, 12 Sep 2010 11:23:24 +0000
@ igallart
https://bbs.archlinux.org/viewtopic.php?id=102356 ?	

Comment by: nico007.ar on Wed, 16 Feb 2011 01:51:17 +0000
Funciona correctamente y lo considero un programa imprescindible. Creo que deberia estar en los repositorios oficiales.	

Comment by: punkrockguy318 on Thu, 21 Apr 2011 02:11:39 +0000
source=('http://212.117.163.148/jd.sh'

:/  Is there a cleaner way to do this than fetching the start-up script from an arbitrary website?

JDownloader should just include the script in their tarbells


First Submitted: Sat, 15 Aug 2009 20:53:58 +0000	
jdownloader latest-14 
( Paquet non supporté : peut être dangereux ! )
==> Éditer PKGBUILD ? [O/n] ("A" pour annuler)
==> ------------------------------------------
==> n

==> Dépendances de jdownloader :
 - java-runtime>=1.5 (déjà installé)
 - wget (déjà installé)
 - bash (déjà installé)


==> Éditer jdownloader.install ? [O/n] ("A" pour annuler)
==> -----------------------------------------------------
==> n

==> Lancer la compilation de jdownloader ? [O/n]
==> --------------------------------------------
==> 
==> Construction et installation du paquet
==> Création du paquet jdownloader latest-14 (lun. mai 23 12:16:29 CEST 2011)
==> Vérification des dépendances pour l'exécution...
==> Vérification des dépendances pour la compilation...
==> Récupération des sources...
  -> Téléchargement de jd.sh...
--2011-05-23 12:16:29--  http://212.117.163.148/jd.sh
Connexion vers 212.117.163.148:80...connecté.
requête HTTP transmise, en attente de la réponse...200 OK
Longueur: 1592 (1,6K) [application/octet-stream]
Sauvegarde en : «jd.sh.part»

100%[=====================================>] 1 592       --.-K/s   ds 0s      

2011-05-23 12:16:30 (177 MB/s) - «jd.sh.part» sauvegardé [1592/1592]

  -> Téléchargement de jdownloader.png...
--2011-05-23 12:16:30--  http://jdownloader.org/_media/knowledge/wiki/jdownloader.png?w=128&h=128
Résolution de jdownloader.org... échec: Nom ou service inconnu.
wget : impossible de résoudre l'adresse de l'hôte «jdownloader.org»
==> ERREUR: Erreur lors du téléchargement de jdownloader.png
    Abandon...
==> ERREUR: Makepkg n'a pas pu construire jdownloader.
==> Relancer la compilation de jdownloader ? [o/N]
==> ----------------------------------------------
==> 
Répondre