Amigo
1) INTERFACES=(lo - петля уже не нужна в rc.conf
2) откати пакеты, которые все или выборочно
В первой редакции rc.conf петли не было, но сетью управлял wicd. Во второй редакции была петля но wicd уже был отключен. Ты имеешь ввиду попробывать rc.conf во второй редакции, но без петли?
Может полное форматирование всего харда и поможет тебе, на некоторое время.
Но судя по всему он очень близок к своей скоропостижной смерти. Как это не печально.
Система i686, стоит KDE.
Ситуация такова:
Интернет получаю через dhcp которым управляет wicd.
вчера после перезагрузки пропал инет. Полез в логи:
Jun  9 11:15:57 chakra dhcpcd: start: interface not found or invalid
Jun  9 11:16:27 chakra dhcpcd: timed out
Jun  9 12:54:37 chakra dhcpcd: dhcpcd not running
на английском форуме встретил упоминание такой проблеммы и некоторые советы (удалить dhcp оставив dhcpcd)
но на ситуацию это не повлияло
Вот фрагменты моего rc.conf имеющие, как думаю, отношение к делу
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="chakra"
# 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
# 
eth0="dhcp"
# Wireless: See network profiles below
#
#lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(!lo !eth0 !eth1 !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=(syslog-ng hal !iptables !network wicd @avahi-daemon @avahi-dnsconfd @cups @openntpd alsa kdm)
Конфиг dhcpcd:
#
# Arguments to be passed to the DHCP client daemon
#
DHCPCD_ARGS="-q"

Что делал:
1.Переустанавливал dhcpcd, dhcp, wicd
2.Приводил конфиг dhcpcd к такому виду
# Arguments to be passed to the DHCP client daemon
#
#DHCPCD_ARGS="-q"
DHCPCD_ARGS="-S -t 30 -h chakra"
3.Правил rc.conf так:
# NETWORKING
# ———————————————————————–
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME=“chakra”

# 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
#
eth0=“dhcp”
# Wireless: See network profiles below
#
lo=“lo 127.0.0.1”
eth0=“dhcp”
INTERFACES=(lo eth0 !eth1 !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=(syslog-ng hal !iptables network !wicd @avahi-daemon @avahi-dnsconfd @cups @openntpd alsa kdm)

В логах та же ошибка.
Как исправить?
Есть идеи?

Кстати, однажды нечто похожее было - быстро исправилось переустановкой DHCP.
Сейчас это решение не работает.
patching file configure
patch: **** malformed patch at line 5: _ACEOF

==> ERROR: Build Failed.
Aborting…
Kopete поддерживает этот протокол, но только, кажись, для текстовых сообщений.
Да…
Надо было создать пользователя перед ребутом.
Как логинишься?
если все таки можешь войти в систему, почему бы не создать пользователя, внести его во все нужные группы, проверить права?
jettie
у меня старенький ноут aser travelmate 2400
вот мой xorg.conf
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
EndSection
Section "Module"
	Load  "glx"
	Load  "extmod"
	Load  "xtrap"
	Load  "dbe"
	Load  "dri"
	Load  "freetype"
EndSection
Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection
Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
	DisplaySize	  410   260	# mm
	Identifier   "Monitor0"
	VendorName   "GSM"
	ModelName    ""
	HorizSync    30.0 - 83.0
	VertRefresh  60.0
	Option	    "DPMS"
EndSection
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Option "AccelMethod" "exa"
	Option "MigrationHeuristic" "greedy"
	Option "ExaNoComposite" "false"
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 915GM/GMS/910GML Express Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection
Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes "1440x900"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
Section "ServerFlags"
	Option "AutoAddDevices" "False"
EndSection
Section "Extensions"
	Option "Composite" "Enable"
EndSection
Section "ServerFlags"
   Option "DontZap" "False"
EndSection

Новые иксы требуют лишь минималистический конфиг иксов или могу работать и без него.
Попробуй убрать xorg.conf и загрузиться без него.
Копай вики на тему hotplugging и xorg+intel
Было бы хорошо если бы ты подробно написал что у тебя за машина, как она себя ведет если используешь хотплагин и как без него, можно еще показать твой конфиг иксов.
Без этого лишь догадки.
И если начать догадываться, то можно предположить что при обновлении иксов чего то не установилось или надо править какие то конфиги или или…
Вообщем сообщи подробности.
Жаль но этот баг все же еще присутствует.
В Version 4.2.87 (KDE 4.2.87 (KDE 4.3 >= 20090519)) (KDEmod) кажись это исправили, во всяком случае вот уже пару дней этого не было.