Package: dnsmasq-base
Version: 2.57
Severity: important
I'm using Debian Testing, up-to-date.
I've noticed that Network-manager cannot create Adhoc wifi anymore since the
update of dnsmasq-base (2.55 to 2.57).
When i create an adhoc, network-manager try to create it then say it's
done...
and disconnect with no message.
In the background, syslog output that:
Mar 3 14:45:56 H-Debian-Portable kernel: [ 6761.820025] wlan0: Trigger new
scan to find an IBSS to join
Mar 3 14:46:00 H-Debian-Portable kernel: [ 6765.820017] wlan0: Trigger new
scan to find an IBSS to join
Mar 3 14:46:00 H-Debian-Portable kernel: [ 6765.824057] wlan0: Creating new
IBSS network, BSSID b2:ec:87:7a:52:95
Mar 3 14:46:00 H-Debian-Portable wpa_supplicant[1454]: Associated with
b2:ec:87:7a:52:95
Mar 3 14:46:00 H-Debian-Portable wpa_supplicant[1454]:
CTRL-EVENT-CONNECTED -
Connection to b2:ec:87:7a:52:95 completed (reauth) [id=0 id_str=]
Mar 3 14:46:00 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
supplicant connection state: associating -> associated
Mar 3 14:46:00 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
supplicant connection state: associated -> completed
Mar 3 14:46:00 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to
wireless network 'WifiH'.
Mar 3 14:46:00 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
Mar 3 14:46:00 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 3 of 5 (IP Configure Start) started...
Mar 3 14:46:00 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
device
state change: 5 -> 7 (reason 0)
Mar 3 14:46:00 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 4 of 5 (IP4 Configure Get) scheduled...
Mar 3 14:46:00 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 3 of 5 (IP Configure Start) complete.
Mar 3 14:46:00 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 4 of 5 (IP4 Configure Get) started...
Mar 3 14:46:00 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 5 of 5 (IP Configure Commit) scheduled...
Mar 3 14:46:00 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 4 of 5 (IP4 Configure Get) complete.
Mar 3 14:46:00 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 5 of 5 (IP Configure Commit) started...
Mar 3 14:46:00 H-Debian-Portable avahi-daemon[1528]: Joining mDNS multicast
group on interface wlan0.IPv4 with address 10.42.43.1.
Mar 3 14:46:00 H-Debian-Portable avahi-daemon[1528]: New relevant interface
wlan0.IPv4 for mDNS.
Mar 3 14:46:00 H-Debian-Portable avahi-daemon[1528]: Registering new
address
record for 10.42.43.1 on wlan0.IPv4.
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Policy set
'Connexion filaire' (eth0) as default for IPv4 routing and DNS.
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol
tcp --destination-port 53 --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol
udp --destination-port 53 --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol
tcp --destination-port 67 --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol
udp --destination-port 67 --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert FORWARD --in-interface wlan0 --jump
REJECT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert FORWARD --out-interface wlan0 --jump
REJECT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert FORWARD --in-interface wlan0 --out-
interface wlan0 --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert FORWARD --source
10.42.43.0/255.255.255.0 --in-interface wlan0 --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert FORWARD --destination
10.42.43.0/255.255.255.0 --out-interface wlan0 --match state --state
ESTABLISHED,RELATED --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table nat --insert POSTROUTING --source
10.42.43.0/255.255.255.0 --destination ! 10.42.43.0/255.255.255.0 --jump
MASQUERADE
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <error>
[1299159961.870001] [nm-device.c:2470] start_sharing(): (wlan0/wlan0):
failed
to start dnsmasq: Could not find dnsmasq binary.
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table nat --delete POSTROUTING --source
10.42.43.0/255.255.255.0 --destination ! 10.42.43.0/255.255.255.0 --jump
MASQUERADE
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --delete FORWARD --destination
10.42.43.0/255.255.255.0 --out-interface wlan0 --match state --state
ESTABLISHED,RELATED --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --delete FORWARD --source
10.42.43.0/255.255.255.0 --in-interface wlan0 --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --delete FORWARD --in-interface wlan0 --out-
interface wlan0 --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --delete FORWARD --out-interface wlan0 --jump
REJECT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --delete FORWARD --in-interface wlan0 --jump
REJECT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --delete INPUT --in-interface wlan0 --protocol
udp --destination-port 67 --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --delete INPUT --in-interface wlan0 --protocol
tcp --destination-port 67 --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --delete INPUT --in-interface wlan0 --protocol
udp --destination-port 53 --jump ACCEPT
Mar 3 14:46:01 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --delete INPUT --in-interface wlan0 --protocol
tcp --destination-port 53 --jump ACCEPT
Mar 3 14:46:02 H-Debian-Portable NetworkManager[9273]: <warn> Activation
(wlan0) Stage 5 of 5 (IP Configure Commit) start sharing failed.
Mar 3 14:46:02 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
device
state change: 7 -> 9 (reason 18)
Mar 3 14:46:02 H-Debian-Portable NetworkManager[9273]: <warn> Activation
(wlan0) failed for access point (WifiH)
Mar 3 14:46:02 H-Debian-Portable NetworkManager[9273]: <info> Marking
connection 'WifiH' invalid.
Mar 3 14:46:02 H-Debian-Portable NetworkManager[9273]: <warn> Activation
(wlan0) failed.
Mar 3 14:46:02 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 5 of 5 (IP Configure Commit) complete.
Mar 3 14:46:02 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
device
state change: 9 -> 3 (reason 0)
Mar 3 14:46:02 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
deactivating device (reason: 0).
Mar 3 14:46:02 H-Debian-Portable avahi-daemon[1528]: Withdrawing address
record for 10.42.43.1 on wlan0.
Mar 3 14:46:02 H-Debian-Portable avahi-daemon[1528]: Leaving mDNS multicast
group on interface wlan0.IPv4 with address 10.42.43.1.
Mar 3 14:46:02 H-Debian-Portable avahi-daemon[1528]: Interface
wlan0.IPv4 no
longer relevant for mDNS.
Mar 3 14:46:02 H-Debian-Portable NetworkManager[9273]: <info> Policy set
'Connexion filaire' (eth0) as default for IPv4 routing and DNS.
Mar 3 14:46:02 H-Debian-Portable NetworkManager[9273]: <info> Policy set
'Connexion filaire' (eth0) as default for IPv4 routing and DNS.
Mar 3 14:46:02 H-Debian-Portable NetworkManager[9273]: <error>
[1299159962.24531] [nm-device-wifi.c:1544] nm_device_wifi_set_mode():
(wlan0):
error setting mode 2
I've manually install dnsmasq-base from squeeze (v2.55) and it worked again.
The output is:
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) starting connection 'WifiH'
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
device
state change: 3 -> 4 (reason 0)
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 1 of 5 (Device Prepare) started...
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 2 of 5 (Device Configure) scheduled...
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 1 of 5 (Device Prepare) complete.
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 2 of 5 (Device Configure) starting...
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
device
state change: 4 -> 5 (reason 0)
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0/wireless): access point 'WifiH' has security, but secrets are
required.
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
device
state change: 5 -> 6 (reason 0)
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 2 of 5 (Device Configure) complete.
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 1 of 5 (Device Prepare) started...
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
device
state change: 6 -> 4 (reason 0)
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 2 of 5 (Device Configure) scheduled...
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 1 of 5 (Device Prepare) complete.
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 2 of 5 (Device Configure) starting...
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
device
state change: 4 -> 5 (reason 0)
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0/wireless): connection 'WifiH' has security, and secrets exist.
No new
secrets needed.
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Config: added
'ssid' value 'WifiH'
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Config: added
'mode' value '1'
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Config: added
'frequency' value '2412'
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Config: added
'key_mgmt' value 'NONE'
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Config: added
'auth_alg' value 'OPEN'
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Config: added
'wep_key0' value '<omitted>'
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Config: added
'wep_tx_keyidx' value '0'
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 2 of 5 (Device Configure) complete.
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> Config: set
interface ap_scan to 2
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
supplicant connection state: scanning -> disconnected
Mar 3 14:47:48 H-Debian-Portable wpa_supplicant[1454]: Trying to associate
with SSID 'WifiH'
Mar 3 14:47:48 H-Debian-Portable wpa_supplicant[1454]: Association
request to
the driver failed
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
supplicant connection state: disconnected -> scanning
Mar 3 14:47:48 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
supplicant connection state: scanning -> associating
Mar 3 14:47:48 H-Debian-Portable kernel: [ 6873.977184] wlan0: Trigger new
scan to find an IBSS to join
Mar 3 14:47:52 H-Debian-Portable kernel: [ 6877.820022] wlan0: Trigger new
scan to find an IBSS to join
Mar 3 14:47:56 H-Debian-Portable kernel: [ 6881.820026] wlan0: Trigger new
scan to find an IBSS to join
Mar 3 14:47:56 H-Debian-Portable kernel: [ 6881.824055] wlan0: Creating new
IBSS network, BSSID f6:14:e6:46:28:24
Mar 3 14:47:56 H-Debian-Portable wpa_supplicant[1454]: Associated with
f6:14:e6:46:28:24
Mar 3 14:47:56 H-Debian-Portable wpa_supplicant[1454]:
CTRL-EVENT-CONNECTED -
Connection to f6:14:e6:46:28:24 completed (reauth) [id=0 id_str=]
Mar 3 14:47:56 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
supplicant connection state: associating -> associated
Mar 3 14:47:56 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
supplicant connection state: associated -> completed
Mar 3 14:47:56 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to
wireless network 'WifiH'.
Mar 3 14:47:56 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
Mar 3 14:47:56 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 3 of 5 (IP Configure Start) started...
Mar 3 14:47:56 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
device
state change: 5 -> 7 (reason 0)
Mar 3 14:47:56 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 4 of 5 (IP4 Configure Get) scheduled...
Mar 3 14:47:56 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 3 of 5 (IP Configure Start) complete.
Mar 3 14:47:56 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 4 of 5 (IP4 Configure Get) started...
Mar 3 14:47:56 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 5 of 5 (IP Configure Commit) scheduled...
Mar 3 14:47:56 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 4 of 5 (IP4 Configure Get) complete.
Mar 3 14:47:56 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 5 of 5 (IP Configure Commit) started...
Mar 3 14:47:56 H-Debian-Portable avahi-daemon[1528]: Joining mDNS multicast
group on interface wlan0.IPv4 with address 10.42.43.1.
Mar 3 14:47:56 H-Debian-Portable avahi-daemon[1528]: New relevant interface
wlan0.IPv4 for mDNS.
Mar 3 14:47:56 H-Debian-Portable avahi-daemon[1528]: Registering new
address
record for 10.42.43.1 on wlan0.IPv4.
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Policy set
'Connexion filaire' (eth0) as default for IPv4 routing and DNS.
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol
tcp --destination-port 53 --jump ACCEPT
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol
udp --destination-port 53 --jump ACCEPT
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol
tcp --destination-port 67 --jump ACCEPT
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol
udp --destination-port 67 --jump ACCEPT
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert FORWARD --in-interface wlan0 --jump
REJECT
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert FORWARD --out-interface wlan0 --jump
REJECT
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert FORWARD --in-interface wlan0 --out-
interface wlan0 --jump ACCEPT
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert FORWARD --source
10.42.43.0/255.255.255.0 --in-interface wlan0 --jump ACCEPT
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table filter --insert FORWARD --destination
10.42.43.0/255.255.255.0 --out-interface wlan0 --match state --state
ESTABLISHED,RELATED --jump ACCEPT
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Executing:
/sbin/iptables --table nat --insert POSTROUTING --source
10.42.43.0/255.255.255.0 --destination ! 10.42.43.0/255.255.255.0 --jump
MASQUERADE
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Starting
dnsmasq...
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> (wlan0):
device
state change: 7 -> 8 (reason 0)
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) successful, device activated.
Mar 3 14:47:57 H-Debian-Portable NetworkManager[9273]: <info> Activation
(wlan0) Stage 5 of 5 (IP Configure Commit) complete.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dnsmasq-base depends on:
ii libc6 2.11.2-11 Embedded GNU C Library:
Shared lib
ii libdbus-1-3 1.4.6-1 simple interprocess
messaging syst
ii libidn11 1.18-1 GNU Libidn library,
implementation
dnsmasq-base recommends no packages.
dnsmasq-base suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org