даже если руками пытаюсь к сети подсоединится:

[[email protected](none) ~]$ sudo ifconfig wlan1 up
Пароль: 
[[email protected](none) ~]$ sudo iwconfig wlan1 essid my_wifi
[[email protected](none) ~]$ sudo dhcpcd wlan1
dhcpcd[856]: version 5.2.12 starting
dhcpcd[856]: wlan1: rebinding lease of 192.168.6.97
dhcpcd[856]: wlan1: acknowledged 192.168.6.97 from 192.168.6.1
dhcpcd[856]: wlan1: checking for 192.168.6.97
dhcpcd[856]: wlan1: leased 192.168.6.97 for infinity
dhcpcd[856]: forked to background, child pid 882
[[email protected](none) ~]$ ping google.ru
ping: unknown host google.ru

вроде подсоединяется, но инет не работает…
mango
Что используется в качестве DE ? OpenBox?

Тут читали? Обычно из-за этого проблема

вроде все сделал, как там, но такая же ошибка…
использую xfce
подскажите как решить…
dbus уже есть в демонах, стоит перед wicd…
В общем под windows подключаюсь к wi-fi сети с помощью адаптера, в сеть пускают посредством сверки мака wi-fi адаптера, все работает нормально…
На арче поставил wicd, сеть он видит, но при попытке подключится где то минуту происходит Obtaining IP address и потом Not connect…
В терминале, где запускаю wicd-gtk, пишутся такие ошибки:
ERROR:dbus.connection:Exception in handler for D-Bus signal:Traceback (most recent call last):  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 214, in maybe_handle_message    self._handler(*args, **kwargs)  File "/usr/share/wicd/gtk/gui.py", line 253, in handle_connection_results    error(self.window, language[results], block=False)KeyError: dbus.String(u'failed')
ERROR:dbus.connection:Exception in handler for D-Bus signal:Traceback (most recent call last):  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 214, in maybe_handle_message    self._handler(*args, **kwargs)  File "/usr/share/wicd/gtk/gui.py", line 253, in handle_connection_results
    error(self.window, language[results], block=False)
    KeyError: dbus.String(u'dhcp_failed')
подскажите, как исправить?
sleepycat
да нет вроде так и надо, но опять я просто подметил, что у меня создался и юзер и группа, ия не вносил себя в группу, и как видишь в выводе моем оно завелось….нучтож, как насчет удалить, обновится систему и репы, и поставить версию поближе к моей? 4-4, а то так и будут терзать смутные сомнения , не в этом ли вся разница меж моей попыткой и Вашей…. только после удаления пакета
sudo rm -R /var/lib/postgres

все так сделал и поставилось) спасибо)
сервер стартанул вот что пишет:
sudo /etc/rc.d/postgresql start
Пароль: 
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale C.
The default database encoding has accordingly been set to SQL_ASCII.
The default text search configuration will be set to "english".
fixing permissions on existing directory /var/lib/postgres/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 28MB
creating configuration files ... ok
creating template1 database in /var/lib/postgres/data/base/1 ... ok
initializing pg_authid ... ok
initializing dependencies ... ok
creating system views ... ok
loading system objects' descriptions ... ok
creating conversions ... ok
creating dictionaries ... ok
setting privileges on built-in objects ... ok
creating information schema ... ok
loading PL/pgSQL server-side language ... ok
vacuuming database template1 ... ok
copying template1 to template0 ... ok
copying template1 to postgres ... ok
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the -A option the
next time you run initdb.
Success. You can now start the database server using:
    /usr/bin/postgres -D /var/lib/postgres/data
or
    /usr/bin/pg_ctl -D /var/lib/postgres/data -l logfile start
:: Starting PostgreSQL                                                   [DONE] 

если пишу postgres, то выдает:
postgres does not know where to find the server configuration file.
You must specify the --config-file or -D invocation option or set the PGDATA environment variable.

надо сделать:
sudo  /usr/bin/postgres -D /var/lib/postgres/data
?

если так делаю, то пишет:
"root" execution of the PostgreSQL server is not permitted.
The server must be started under an unprivileged user ID to prevent
possible system security compromise.  See the documentation for
more information on how to properly start the server.
а если без sudo, то
FATAL:  could not open configuration file "/var/lib/postgres/data/postgresql.conf": Отказано в доступе
хотя я добавил своего пользователя в группу postgres в файле /etc/group
sleepycat
он должен сам создать конфиг, если видишь такое то конфиг должен быть на месте
sudo /etc/rc.d/postgresql start
Пароль: 
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale C.
The default database encoding has accordingly been set to SQL_ASCII.
The default text search configuration will be set to "english".
fixing permissions on existing directory /var/lib/postgres/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 28MB
creating configuration files ... ok
creating template1 database in /var/lib/postgres/data/base/1 ... ok
initializing pg_authid ... ok
initializing dependencies ... ok
creating system views ... ok
loading system objects' descriptions ... ok
creating conversions ... ok
creating dictionaries ... ok
setting privileges on built-in objects ... ok
creating information schema ... ok
loading PL/pgSQL server-side language ... ok
vacuuming database template1 ... ok
copying template1 to template0 ... ok
copying template1 to postgres ... ok
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the -A option the
next time you run initdb.
Success. You can now start the database server using:
    /usr/bin/postgres -D /var/lib/postgres/data
or
    /usr/bin/pg_ctl -D /var/lib/postgres/data -l logfile start
:: Starting PostgreSQL    

у меня такого не появляется…
а обязательно пользователя postgres создавать? при установке postgresql появляется группа postgres и я туда заношу своего пользователя(blackbanny) в файле /etc/group так делаю:
postgres:x:88:blackbanny
или я что то не так делаю?
sleepycat
дай мне название пакета, с postgeSQL… если не трудно.
postgresql 9.0.4
sleepycat
попробуй шлюз убрать на 7, на проводной, оставь поле пустое. и прочекай, сто пудов из коробки фаервол (брандмауэр активен), выруби его,ну или создай правило,если оного нет. Я просто параноик =))) по этим вопросам… хотя поидее оно должно само создаваться при включении волшебных галочек для расшаривания инета другим….

убрал на 7 шлюз, брандмауэр был отключен полностью, но все равно инета нет…