LINUX.ORG.RU

Сообщения glestwid

 

Не запускается OpenVPN server на Ubuntu 22.04 - в чем причина?

Форум — Admin

Вопрос такой - по инструкции отсюда https://www.rosehosting.com/blog/how-to-install-openvpn-on-ubuntu-22-04/ ставлю на VPS сервер OpenVPN, но при выполнении их же команд верификации статуса установленного OpenVPN вижу расхождение:

root@ubuntu:/var/log# systemctl status openvpn
● openvpn.service - OpenVPN service
     Loaded: loaded (/lib/systemd/system/openvpn.service; enabled; vendor preset: enabled)
     Active: active (exited) since Thu 2024-05-09 22:21:56 CEST; 1 day 11h ago
   Main PID: 5006 (code=exited, status=0/SUCCESS)
        CPU: 1ms

May 09 22:21:56 ubuntu systemd[1]: Starting OpenVPN service...
May 09 22:21:56 ubuntu systemd[1]: Finished OpenVPN service.
root@ubuntu:/var/log# systemctl status openvpn@server.service
● openvpn@server.service - OpenVPN connection to server
     Loaded: loaded (/lib/systemd/system/openvpn@.service; disabled; vendor preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Sat 2024-05-11 10:03:42 CEST; 2s ago
       Docs: man:openvpn(8)
             https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage
             https://community.openvpn.net/openvpn/wiki/HOWTO
    Process: 93268 ExecStart=/usr/sbin/openvpn --daemon ovpn-server --status /run/openvpn/server.status 10 --cd /etc/openvpn --script-security 2 --config /etc/openvpn/server.conf --writepi>
   Main PID: 93268 (code=exited, status=1/FAILURE)
        CPU: 9ms
lines 1-9/9 (END)
root@ubuntu:/var/log# ^C
root@ubuntu:/var/log#


root@ubuntu:/var/log# tail -f /run/openvpn-server/status-server.log
TITLE,OpenVPN 2.5.9 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Sep 29 2023 TIME,2024-05-11 09:36:27,1715412987
HEADER,CLIENT_LIST,Common Name,Real Address,Virtual Address,Virtual IPv6 Address,Bytes Received,Bytes Sent,Connected Since,Connected Since (time_t),Username,Client ID,Peer ID,Data Channel Cipher
HEADER,ROUTING_TABLE,Virtual Address,Common Name,Real Address,Last Ref,Last Ref (time_t)
GLOBAL_STATS,Max bcast/mcast queue length,0
END

Ну и коннекта от клиента по сформированному .ovpn файлу не происходит. Что нужно исправить чтобы OpenVPN начал работать на этом VPS сервере? И VPS и я за пределами РФ, если что

 ,

glestwid
()

Подскажите почему траффик не идет через VPN?

Форум — Admin

Цепанулся к OpenVPN серверу, получил новый интерфейс tun0, но через него ни фига не идет траффик:

root@porteus:/home/guest# route -n

Kernel IP routing table

Destination Gateway Genmask Flags Metric Ref Use Iface

0.0.0.0 192.168.1.1 0.0.0.0 UG 100 0 0 eth0

10.8.0.1 10.8.0.5 255.255.255.255 UGH 1000 0 0 tun0

10.8.0.5 0.0.0.0 255.255.255.255 UH 0 0 0 tun0

127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo

192.168.0.0 10.8.0.5 255.255.255.0 UG 1000 0 0 tun0

192.168.1.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0

root@porteus:/home/guest# traceroute www.whatismyipaddress.com

*traceroute to www.whatismyipaddress.com (104.16.155.36), 30 hops max, 60 byte packets

1 home (192.168.1.1) 1.719 ms 3.817 ms 3.892 ms

2 172.17.1.50 (172.17.1.50) 6.225 ms 6.078 ms 6.031 ms

В OVPN файле пробовал прописать route-metric 0 - пофигу. Как мне завернуть весь IP траффик на новый VPN интерфейс?

 ,

glestwid
()

Почему GPG не хочет импортировать public PGP key?

Форум — General

Вот, дал мне чел свой public PGP key и попросил шифрануть им сообщение. А импорт мне вот что выдает на этот ключ:

root@mediaserver:/mnt/sda1# gpg –import dude1.asc
gpg: key ********: no valid user IDs
gpg: this may be caused by a missing self-signature
gpg: Total number processed: 1
gpg: w/o user IDs: 1

Сигнатуры ключа в файле точно есть. Что нужно сделать GPG на моей стороне или как нужно перегенерировать public key чтобы он импортнулся ?

 ,

glestwid
()

Как по VNC или SSH подключиться к X Window на Ubuntu?

Форум — General

Захожу, вбиваю startx - и вот что вижу . Или так.Подскажите плиз что делать?

 , , ,

glestwid
()

Telegram (desktop client) - где он хранит кеш и настройки ?

Форум — Desktop

В фолдере с самим приложением ничего нет. Где их искать? OS - Slackware и Porteus

 , ,

glestwid
()

Porteus (Slackware) - не могу собрать GTK+ XML viewer

Форум — Development

Ищу опенсорсный XML viewer. Наткнулся на https://sourceforge.net/projects/gxmlviewer/files/gxmlviewer/. Запускаю configure, получаю:

root@porteus:/tmp/gxmlviewer-1.3.3# ./configure loading cache ./config.cache checking for a BSD compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gnome-config... no checking for gnomeConf.sh file in /usr/local/lib... not found configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install

libgtk и libgtk2 добавлены. Что ему еще надо добавить?

 , , ,

glestwid
()

PORTEUS v4 i586 не хочет цепляться к Wifi

Форум — Admin

Wifi адаптеры видны:

root@porteus:/home/guest# iwconfig

eth0 no wireless extensions.

wlan1 IEEE 802.11 ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off

lo no wireless extensions.

wlan2 IEEE 802.11 ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off

И даже сетки они видят:

root@porteus:/home/guest# iwlist wlan1 scan|grep -i essid
ESSID:«sweet_home»
ESSID:«TP-LINK_4F5642»
ESSID:«Keenetic-0050»
ESSID:«Daniel»
ESSID:«Pifagor_2016»
ESSID:«ml448»
ESSID:«TP-Link_5590»
ESSID:«ZyXEL_kat»
ESSID:«Ne»
ESSID:«Redmi»

Сгенерил .conf файл для своей сети, но когда запустил wpa_supplicant, то он просто тупо завис, и так на обоих адаптерах:

root@porteus:/home/guest# wpa_supplicant -i wlan2 -c /mnt/sdb1/dump/sweet_home.conf
Successfully initialized wpa_supplicant
^Cnl80211: deinit ifname=wlan2 disabled_11b_rates=0 wlan2: CTRL-EVENT-TERMINATING

root@porteus:/home/guest# wpa_supplicant -i wlan1 -c /mnt/sdb1/dump/sweet_home.conf
Successfully initialized wpa_supplicant

Что я делаю неправильно? И как вообще его заставить коннектиться к wifi? Если что - версия MATE вполне себе нормально цеплялась на этом же ноуте с этими же адаптерами.

 , ,

glestwid
()

Slackware 14.2 - как в IWCONFIG узнать соответствие wlanX?

Форум — Admin

У меня на ноуте есть 1 внеутренний wifi адаптер и 2 USB внешних. Оба внешних используют один и тот же тип драйвера. Как мне узнать, какой из нах какому wlanX соответствует? IWCONFIG такой инфы не дает. Подскажите, плиз.

 , , ,

glestwid
()

Porteus x86 v3.2 - не могу стартовать wifi спот

Форум — Admin

Пытаюсь поднять wifi spot на Porteus 3.2. Вот что IW LIST выводит:

001 Wiphy phy1 002 max # scan SSIDs: 4 003 max scan IEs length: 2257 bytes 004 max # sched scan SSIDs: 0 005 max # match sets: 0 006 max # scan plans: 1 007 max scan plan interval: -1 008 max scan plan iterations: 0 009 Retry short limit: 7 010 Retry long limit: 4 011 Coverage class: 0 (up to 0m) 012 Device supports RSN-IBSS. 013 Device supports T-DLS. 014 Supported Ciphers: 015 * WEP40 (00-0f-ac:1) 016 * WEP104 (00-0f-ac:5) 017 * TKIP (00-0f-ac:2) 018 * CCMP-128 (00-0f-ac:4) 019 * CCMP-256 (00-0f-ac:10) 020 * GCMP-128 (00-0f-ac:8) 021 * GCMP-256 (00-0f-ac:9) 022 * CMAC (00-0f-ac:6) 023 * CMAC-256 (00-0f-ac:13) 024 * GMAC-128 (00-0f-ac:11) 025 * GMAC-256 (00-0f-ac:12) 026 Available Antennas: TX 0x1 RX 0x1 027 Configured Antennas: TX 0x1 RX 0x1 028 Supported interface modes: 029 * IBSS 030 * managed 031 * AP 032 * AP/VLAN 033 * monitor 034 * P2P-client 035 * P2P-GO 036 * outside context of a BSS 037 Band 1: 038 Capabilities: 0x116e 039 HT20/HT40 040 SM Power Save disabled 041 RX HT20 SGI 042 RX HT40 SGI 043 RX STBC 1-stream 044 Max AMSDU length: 3839 bytes 045 DSSS/CCK HT40 046 Maximum RX AMPDU length 65535 bytes (exponent: 0x003) 047 Minimum RX AMPDU time spacing: 8 usec (0x06) 048 HT TX/RX MCS rate indexes supported: 0-7 049 Bitrates (non-HT): 050 * 1.0 Mbps 051 * 2.0 Mbps (short preamble supported) 052 * 5.5 Mbps (short preamble supported) 053 * 11.0 Mbps (short preamble supported) 054 * 6.0 Mbps 055 * 9.0 Mbps 056 * 12.0 Mbps 057 * 18.0 Mbps 058 * 24.0 Mbps 059 * 36.0 Mbps 060 * 48.0 Mbps 061 * 54.0 Mbps 062 Frequencies: 063 * 2412 MHz [1] (20.0 dBm) 064 * 2417 MHz [2] (20.0 dBm) 065 * 2422 MHz [3] (20.0 dBm) 066 * 2427 MHz [4] (20.0 dBm) 067 * 2432 MHz [5] (20.0 dBm) 068 * 2437 MHz [6] (20.0 dBm) 069 * 2442 MHz [7] (20.0 dBm) 070 * 2447 MHz [8] (20.0 dBm) 071 * 2452 MHz [9] (20.0 dBm) 072 * 2457 MHz [10] (20.0 dBm) 073 * 2462 MHz [11] (20.0 dBm) 074 * 2467 MHz [12] (20.0 dBm) 075 * 2472 MHz [13] (20.0 dBm) 076 * 2484 MHz [14] (disabled) 077 Supported commands: 078 * new_interface 079 * set_interface 080 * new_key 081 * start_ap 082 * new_station 083 * set_bss 084 * authenticate 085 * associate 086 * deauthenticate 087 * disassociate 088 * join_ibss 089 * remain_on_channel 090 * set_tx_bitrate_mask 091 * frame 092 * frame_wait_cancel 093 * set_wiphy_netns 094 * set_channel 095 * set_wds_peer 096 * tdls_mgmt 097 * tdls_oper 098 * probe_client 099 * set_noack_map 100 * register_beacons 101 * start_p2p_device 102 * set_mcast_rate 103 * connect 104 * disconnect 105 * channel_switch 106 * set_qos_map 107 * set_multicast_to_unicast 108 Supported TX frame types: 109 * IBSS: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 110 * managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 111 * AP: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 112 * AP/VLAN: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 113 * mesh point: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 114 * P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 115 * P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 116 * P2P-device: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 117 Supported RX frame types: 118 * IBSS: 0x40 0xb0 0xc0 0xd0 119 * managed: 0x40 0xd0 120 * AP: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 121 * AP/VLAN: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 122 * mesh point: 0xb0 0xc0 0xd0 123 * P2P-client: 0x40 0xd0 124 * P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 125 * P2P-device: 0x40 0xd0 126 software interface modes (can always be added): 127 * AP/VLAN 128 * monitor 129 valid interface combinations: 130 * #{ managed, P2P-client } <= 2, #{ AP, P2P-GO } <= 2, 131 total <= 2, #channels <= 1 132 HT Capability overrides: 133 * MCS: ff ff ff ff ff ff ff ff ff ff 134 * maximum A-MSDU length 135 * supported channel width 136 * short GI for 40 MHz 137 * max A-MPDU length exponent 138 * min MPDU start spacing 139 Device supports TX status socket option. 140 Device supports HT-IBSS. 141 Device supports SAE with AUTHENTICATE command 142 Device supports low priority scan. 143 Device supports scan flush. 144 Device supports AP scan. 145 Device supports per-vif TX power setting 146 Driver supports full state transitions for AP/GO clients 147 Driver supports a userspace MPM 148 Device supports configuring vdev MAC-addr on create. 149 Wiphy phy0 150 max # scan SSIDs: 4 151 max scan IEs length: 2285 bytes 152 max # sched scan SSIDs: 0 153 max # match sets: 0 154 max # scan plans: 1 155 max scan plan interval: -1 156 max scan plan iterations: 0 157 Retry short limit: 7 158 Retry long limit: 4 159 Coverage class: 0 (up to 0m) 160 Device supports RSN-IBSS. 161 Supported Ciphers: 162 * WEP40 (00-0f-ac:1) 163 * WEP104 (00-0f-ac:5) 164 * TKIP (00-0f-ac:2) 165 * CCMP-128 (00-0f-ac:4) 166 * CCMP-256 (00-0f-ac:10) 167 * GCMP-128 (00-0f-ac:8) 168 * GCMP-256 (00-0f-ac:9) 169 * CMAC (00-0f-ac:6) 170 * CMAC-256 (00-0f-ac:13) 171 * GMAC-128 (00-0f-ac:11) 172 * GMAC-256 (00-0f-ac:12) 173 Available Antennas: TX 0x3 RX 0x3 174 Configured Antennas: TX 0x3 RX 0x3 175 Supported interface modes: 176 * IBSS 177 * managed 178 * AP 179 * AP/VLAN 180 * monitor 181 Band 1: 182 Bitrates (non-HT): 183 * 1.0 Mbps 184 * 2.0 Mbps (short preamble supported) 185 * 5.5 Mbps (short preamble supported) 186 * 11.0 Mbps (short preamble supported) 187 * 6.0 Mbps 188 * 9.0 Mbps 189 * 12.0 Mbps 190 * 18.0 Mbps 191 * 24.0 Mbps 192 * 36.0 Mbps 193 * 48.0 Mbps 194 * 54.0 Mbps 195 Frequencies: 196 * 2412 MHz [1] (20.0 dBm) 197 * 2417 MHz [2] (20.0 dBm) 198 * 2422 MHz [3] (20.0 dBm) 199 * 2427 MHz [4] (20.0 dBm) 200 * 2432 MHz [5] (20.0 dBm) 201 * 2437 MHz [6] (20.0 dBm) 202 * 2442 MHz [7] (20.0 dBm) 203 * 2447 MHz [8] (20.0 dBm) 204 * 2452 MHz [9] (20.0 dBm) 205 * 2457 MHz [10] (20.0 dBm) 206 * 2462 MHz [11] (20.0 dBm) 207 * 2467 MHz [12] (20.0 dBm) (no IR) 208 * 2472 MHz [13] (20.0 dBm) (no IR) 209 * 2484 MHz [14] (disabled) 210 Supported commands: 211 * new_interface 212 * set_interface 213 * new_key 214 * start_ap 215 * new_station 216 * set_bss 217 * authenticate 218 * associate 219 * deauthenticate 220 * disassociate 221 * join_ibss 222 * set_tx_bitrate_mask 223 * frame 224 * frame_wait_cancel 225 * set_wiphy_netns 226 * set_channel 227 * set_wds_peer 228 * probe_client 229 * set_noack_map 230 * register_beacons 231 * start_p2p_device 232 * set_mcast_rate 233 * connect 234 * disconnect 235 * set_qos_map 236 * set_multicast_to_unicast 237 Supported TX frame types: 238 * IBSS: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 239 * managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 240 * AP: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 241 * AP/VLAN: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 242 * mesh point: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 243 * P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 244 * P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 245 * P2P-device: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 246 Supported RX frame types: 247 * IBSS: 0x40 0xb0 0xc0 0xd0 248 * managed: 0x40 0xd0 249 * AP: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 250 * AP/VLAN: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 251 * mesh point: 0xb0 0xc0 0xd0 252 * P2P-client: 0x40 0xd0 253 * P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 254 * P2P-device: 0x40 0xd0 255 software interface modes (can always be added): 256 * AP/VLAN 257 * monitor 258 valid interface combinations: 259 * #{ managed } <= 2048, #{ AP } <= 4, 260 total <= 2048, #channels <= 1 261 HT Capability overrides: 262 * MCS: ff ff ff ff ff ff ff ff ff ff 263 * maximum A-MSDU length 264 * supported channel width 265 * short GI for 40 MHz 266 * max A-MPDU length exponent 267 * min MPDU start spacing 268 Device supports TX status socket option. 269 Device supports HT-IBSS. 270 Device supports SAE with AUTHENTICATE command 271 Device supports low priority scan. 272 Device supports scan flush. 273 Device supports AP scan. 274 Device supports per-vif TX power setting 275 Driver supports full state transitions for AP/GO clients 276 Driver supports a userspace MPM 277 Device supports configuring vdev MAC-addr on create.

Вот мой hostapd.conf:

interface=wlan2 2 ssid=PANADOL 3 hw_mode=g 4 channel=6

Но когда я запускаю hostapd , то ловлю такую хрень вместо точки: 01 random: Trying to read entropy from /dev/random 02 Configuration file: /dev/stdin 03 nl80211: Supported cipher 00-0f-ac:1 04 nl80211: Supported cipher 00-0f-ac:5 05 nl80211: Supported cipher 00-0f-ac:2 06 nl80211: Supported cipher 00-0f-ac:4 07 nl80211: Supported cipher 00-0f-ac:10 08 nl80211: Supported cipher 00-0f-ac:8 09 nl80211: Supported cipher 00-0f-ac:9 10 nl80211: Supported cipher 00-0f-ac:6 11 nl80211: Supported cipher 00-0f-ac:13 12 nl80211: Supported cipher 00-0f-ac:11 13 nl80211: Supported cipher 00-0f-ac:12 14 nl80211: Using driver-based off-channel TX 15 nl80211: Driver-advertised extended capabilities (default) - hexdump(len=8): 00 00 00 00 00 00 00 40 16 nl80211: Driver-advertised extended capabilities mask (default) - hexdump(len=8): 00 00 00 00 00 00 00 40 17 nl80211: interface wlan2 in phy phy0 18 nl80211: Set mode ifindex 3 iftype 3 (AP) 19 nl80211: Failed to set interface 3 to mode 3: -16 (Device or resource busy) 20 nl80211: Try mode change after setting interface down 21 nl80211: Set mode ifindex 3 iftype 3 (AP) 22 nl80211: Mode change succeeded while interface is down 23 nl80211: Setup AP(wlan2) - device_ap_sme=0 use_monitor=0 24 nl80211: Subscribe to mgmt frames with AP handle 0x89fadd0 25 nl80211: Register frame type=0xb0 (WLAN_FC_STYPE_AUTH) nl_handle=0x89fadd0 match= 26 nl80211: Register frame type=0x0 (WLAN_FC_STYPE_ASSOC_REQ) nl_handle=0x89fadd0 match= 27 nl80211: Register frame type=0x20 (WLAN_FC_STYPE_REASSOC_REQ) nl_handle=0x89fadd0 match= 28 nl80211: Register frame type=0xa0 (WLAN_FC_STYPE_DISASSOC) nl_handle=0x89fadd0 match= 29 nl80211: Register frame type=0xc0 (WLAN_FC_STYPE_DEAUTH) nl_handle=0x89fadd0 match= 30 nl80211: Register frame type=0x40 (WLAN_FC_STYPE_PROBE_REQ) nl_handle=0x89fadd0 match= 31 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x89fadd0 match=04 32 nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress) 33 nl80211: Register frame match - hexdump(len=1): 04 34 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x89fadd0 match=0501 35 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x89fadd0 match=0504 36 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x89fadd0 match=06 37 nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress) 38 nl80211: Register frame match - hexdump(len=1): 06 39 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x89fadd0 match=08 40 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x89fadd0 match=09 41 nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress) 42 nl80211: Register frame match - hexdump(len=1): 09 43 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x89fadd0 match=0a 44 nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress) 45 nl80211: Register frame match - hexdump(len=1): 0a 46 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x89fadd0 match=11 47 nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress) 48 nl80211: Register frame match - hexdump(len=1): 11 49 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x89fadd0 match=7f 50 nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress) 51 nl80211: Register frame match - hexdump(len=1): 7f 52 nl80211: Could not configure driver mode 53 nl80211: deinit ifname=wlan2 disabled_11b_rates=0 54 nl80211: Remove monitor interface: refcount=0 55 nl80211: Remove beacon (ifindex=3) 56 netlink: Operstate: ifindex=3 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP) 57 nl80211: Set mode ifindex 3 iftype 2 (STATION) 58 nl80211: Failed to set interface 3 to mode 2: -16 (Device or resource busy) 59 nl80211: Try mode change after setting interface down 60 nl80211: Set mode ifindex 3 iftype 2 (STATION) 61 nl80211: Mode change succeeded while interface is down 62 nl80211: Teardown AP(wlan2) - device_ap_sme=0 use_monitor=0 63 nl80211 driver initialization failed. 64 hostapd_interface_deinit_free(0x89f95d8) 65 hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1 66 hostapd_interface_deinit(0x89f95d8) 67 wlan2: interface state UNINITIALIZED->DISABLED 68 hostapd_bss_deinit: deinit bss wlan2 69 wlan2: AP-DISABLED 70 hostapd_cleanup(hapd=0x89fa250 (wlan2)) 71 hostapd_free_hapd_data: Interface wlan2 wasn't started 72 hostapd_interface_deinit_free: driver=(nil) drv_priv=(nil) -> hapd_deinit 73 hostapd_interface_free(0x89f95d8) 74 hostapd_interface_free: free hapd 0x89fa250 75 hostapd_cleanup_iface(0x89f95d8) 76 hostapd_cleanup_iface_partial(0x89f95d8) 77 hostapd_cleanup_iface: free iface=0x89f95d8

В упор не пойму что ему не нравится. Согласно IW LIST карточка поддерживает AP mode.

 ,

glestwid
()

Когда начинается передача MAC адреса в WIFI в Slackware?

Форум — Security

Дистрибутив - Slackware. Ничего дополнительно с настройками Wifi не мутил. В какой момент времени начинается передача МАС в эфир? Когда я цепляюсь к нужной сети? Когда я запускаю поиск доступных для подключения сетей? Или когда уже десктоп показался, то она уже транслирует себя в эфир?

 ,

glestwid
()

RSS подписка на новые темы