Page 1 sur 1
[64 bit] pb lenteur chargement page web
Publié : ven. 30 sept. 2011, 21:36
par xyoos
salut à tous,
voila je suis sur archlinux depuis 1 an et j'était sous archlinux 32bit j'ai fait une install en 64 bit mais tout va bien sauf que je ne peut pas acceder a certaines page web comme google reader ou google agenda, et je ne vois pas pk, j'ai flashplugin d'installer multilib mais bon google agenda et reader sont faiten javascript et AKAX donc bon .. je ne vois pas pk en 64 bit je ne peu pas acceder a ces sites alors qu'en 32 bit ca marche nikel, qu'ne jessaye d'acceder par exemple a google reader ou agenda la page charge sans arret sans jamais avoir de résultat voila merci de votre aide.
A bientot
Re: [64 bit] pb lenteur chargement page web
Publié : ven. 30 sept. 2011, 23:36
par Ypnose
Ou sinon il y a le flashplayer en 64 bits sans passer par le multilib:
http://aur.archlinux.org/packages.php?ID=47230
Essaie de voir.
Et puis STP un effort sur l'écriture avec de belles phrases.
Re: [64 bit] pb lenteur chargement page web
Publié : sam. 01 oct. 2011, 08:29
par xyoos
C'est déja fait mais rien n'y fait, cela ne marche pas.
Re: [64 bit] pb lenteur chargement page web
Publié : sam. 01 oct. 2011, 09:31
par FoolEcho
xyoos a écrit :j'ai flashplugin d'installer multilib mais bon google agenda et reader sont faiten javascript et AKAX donc bon .. je ne vois pas pk en 64 bit
Si c'est javascript/Ajax, je ne vois pas pourquoi incriminer Flash.

C'est pareil avec un autre navigateur (on ne sait pas lequel tu utilises ici) ?
Re: [64 bit] pb lenteur chargement page web
Publié : sam. 01 oct. 2011, 10:47
par benjarobin
Cela ressemble au problème de glibc, non ?
Re: [64 bit] pb lenteur chargement page web
Publié : sam. 01 oct. 2011, 12:16
par xyoos
Au niveau des navigateur j'ai testé opera firefox et chromium, et toujours le même résultat. glibc est bien installé.
Re: [64 bit] pb lenteur chargement page web
Publié : sam. 01 oct. 2011, 12:57
par benjarobin
Re: [64 bit] pb lenteur chargement page web
Publié : sam. 01 oct. 2011, 13:46
par xyoos
J'ai downgrader le paquet comme indiquer:
Code : Tout sélectionner
sudo pacman -U http://arm.konnichi.com/core/os/x86_64/glibc-2.14-4-x86_64.pkg.tar.xz
mais rien y fait et avec des versions antérieur firefox ne se lance plus
Re: [64 bit] pb lenteur chargement page web
Publié : sam. 01 oct. 2011, 13:52
par benjarobin
http://forums.archlinux.fr/post78552.html#p78552 Code : Tout sélectionner
sudo pacman -U http://arm.konnichi.com/core/os/x86_64/glibc-2.14-5-x86_64.pkg.tar.xz
Si cela ne résout pas le problème, c'est surement une histoire de site en ipv6.
Tu as quoi en DNS, c'est quoi ton fournisseur d'accès, tu as quoi comme box ? Tu es connecté comment ?
Re: [64 bit] pb lenteur chargement page web
Publié : sam. 01 oct. 2011, 14:00
par xyoos
Alors je suis chez free freebox V6 relier en CPL à la box, et les DNS bizarre dans mon /etc/resolv.conf j'ai ceci(je me connecte via wicd)
Code : Tout sélectionner
# Generated by dhcpcd from eth0
# /etc/resolv.conf.head can replace this line
nameserver 192.168.0.254
# /etc/resolv.conf.tail can replace this line
Re: [64 bit] pb lenteur chargement page web
Publié : sam. 01 oct. 2011, 14:04
par benjarobin
Je ne vois pas en quoi les DNS sont bizarre, tout est bon de ce coté. As tu activé l'IPV6, si non tu peux tenter de le faire
Sinon on peut voir ton rc.conf ainsi que ton /etc/hosts
Re: [64 bit] pb lenteur chargement page web
Publié : sam. 01 oct. 2011, 14:18
par xyoos
ma V6 utilise déja le protocole ipv6, celui-ci est activer et voici mon rc.conf
Code : Tout sélectionner
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# Note: Using "localtime" is discouraged, using "" makes hwclock fall back
# to the value in /var/lib/hwclock/adjfile
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# Note: if unset, the value in /etc/localtime is used unchanged
# 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="fr_FR.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Paris"
KEYMAP="fr-pc"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
# Replace every !module by an entry as on the following line in a file in
# /etc/modprobe.d:
# blacklist module
# See "man modprobe.conf" for details.
#
MODULES=(vboxdrv)
# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30
# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"
# Scan for BTRFS volumes at startup
USEBTRFS="no"
# 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="desktop-xyoos"
# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
#
# Wired network setup
# - interface: name of device (required)
# - address: IP address (leave blank for DHCP)
# - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
# - broadcast: broadcast address (ignored for DHCP) (optional)
# - gateway: default route (ignored for DHCP)
#
# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# broadcast=192.168.0.255
# gateway=192.168.0.1
#
# DHCP example
interface=eth0
address=
# netmask=
# gateway=
interface=
address=
netmask=
broadcast=
gateway=
# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"
# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as 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 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
#
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
#
DAEMONS=(hwclock syslog-ng dbus @iptables @ntpd @wicd @alsa @sshd @httpd @mysqld netfs crond )
et le /etc/hosts
Code : Tout sélectionner
#
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost desktop-xyoos
::1 localhost.localdomain localhost
192.168.0.16 localhost.localdomain localhost desktop-xyoos
# End of file