blackbanny |
|
Темы:
27
Сообщения:
167
Участник с: 29 марта 2011
|
даже если руками пытаюсь к сети подсоединится:[[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 вроде подсоединяется, но инет не работает… |
blackbanny |
|
Темы:
27
Сообщения:
167
Участник с: 29 марта 2011
|
mango вроде все сделал, как там, но такая же ошибка… |
blackbanny |
|
Темы:
27
Сообщения:
167
Участник с: 29 марта 2011
|
использую xfce |
blackbanny |
|
Темы:
27
Сообщения:
167
Участник с: 29 марта 2011
|
подскажите как решить… |
blackbanny |
|
Темы:
27
Сообщения:
167
Участник с: 29 марта 2011
|
dbus уже есть в демонах, стоит перед wicd… |
blackbanny |
|
Темы:
27
Сообщения:
167
Участник с: 29 марта 2011
|
В общем под 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') |
blackbanny |
|
Темы:
27
Сообщения:
167
Участник с: 29 марта 2011
|
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 [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. FATAL: could not open configuration file "/var/lib/postgres/data/postgresql.conf": Отказано в доступе |
blackbanny |
|
Темы:
27
Сообщения:
167
Участник с: 29 марта 2011
|
sleepycatу меня такого не появляется…он должен сам создать конфиг, если видишь такое то конфиг должен быть на месте а обязательно пользователя postgres создавать? при установке postgresql появляется группа postgres и я туда заношу своего пользователя(blackbanny) в файле /etc/group так делаю: postgres:x:88:blackbanny |
blackbanny |
|
Темы:
27
Сообщения:
167
Участник с: 29 марта 2011
|
sleepycatpostgresql 9.0.4 |
blackbanny |
|
Темы:
27
Сообщения:
167
Участник с: 29 марта 2011
|
sleepycat убрал на 7 шлюз, брандмауэр был отключен полностью, но все равно инета нет… |