Suite a une mise a jour ( yaourt -Syu ), j'ai souci (enfin plusieurs),lorsque j'arrive sur le bureau gnome j'ai cette erreur dans une fenetre Bug Buddy:
(Pour info au demarrage de mon ordi j'observe que j'ai des erreurs qui sont l'echec du demarrage de Hardware Abstraction Layer (HAL ?) et dbus)
Code : Tout sélectionner
Les informations sur l'arrêt brutal de l'application Poste de travail ont été collectées avec succès. Veuillez fournir quelques précisions sur ce que vous étiez en train de faire lorsque l'application s'est arrêtée brutalement.
Code : Tout sélectionner
Distribution: Unknown
Gnome Release: 2.24.3 2009-01-20 (Archlinux)
BugBuddy Version: 2.24.2
System: Linux 2.6.28-ARCH #1 SMP PREEMPT Wed Feb 18 21:27:38 UTC 2009 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10503000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Glossy
Icon Theme: OxygenRefit2
Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0
----------- .xsession-errors ---------------------
** (nautilus:3392): WARNING **: Failed to initialize hal : (null)
process 3392: Attempt to remove filter function 0xb65ac250 user data 0xa0617b0, but no such filter has been added
D-Bus not built with -rdynamic so unable to print a backtrace
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
(gnome-panel:3377): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.HalVolumeMonitor is not supported
(gnome-panel:3377): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.GPhoto2VolumeMonitor is not supported
--------------------------------------------------
Je n'est plus accés a nautilus ( heureuse le terminal marche

Code : Tout sélectionner
sudo ifconfig eth0 up
sudo ifonfig wlan0 up
sudo /etc/rc.d/dbus restart
sudo /etc/rc.d/network restart
sudo /etc/rc.d/networkmanager restart
J'ai sur regardé le forum et le wiki aussi de le web, mais rien trouver qui ai resolu mon bug ( je suis bien entendu aller voir http://wiki.archlinux.fr/howto:reseau:networkmanager, http://wiki.archlinux.org/index.php/Net ... se:rc.conf .............................)
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
# 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="fr_FR.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Europe/Paris"
KEYMAP="fr-latin9"
CONSOLEFONT="lat9w-16"
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=(r8169 iwl3945 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore fglrx)
#ipw3945 evdev psmouse
# 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="myhost"
# 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
#
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
#INTERFACES=(eth0)
lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(lo eth0 wlan0)
ROUTES=(!gateway)
# 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=(syslog-ng hal dbus !network crond @alsa dhcdbd networkmanager gdm)
# @gdm dbus hal @gdm )
J'ai chercher dans ce sens mais .....
J'ai essayer de faire un downgrade mais aucun resultat
Je vous remerci d'avance pour votre aide.
Bonne journée