Your message dated Wed, 22 Feb 2017 00:13:44 +0100
with message-id <[email protected]>
and subject line Re: NM: switching off wireless sets MAC back to permanent one
has caused the Debian Bug report #686505,
regarding macchanger: network-manager always resets mac adress to permanent.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
686505: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686505
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: macchanger
Version: 1.7.0-5.3
Severity: important
Hello, network-manager always resets mac address to permanent. I've tried to
set it manually by macchanger +A wlan0. It works, but during making conection
network-manager resets address to permanent from /var/log/syslog
NetworkManager[6630]: <info> (wlan0): reset MAC address to xxx Automatic
changing by macchanger doesnt work as well. I've patched ifupdown.sh, but it
brought no success. I always have permanent mac adress. Any solutions? Thank
you in advance. Kind regards
network-manage 0.9.10.0-7
network-manage-gnome 0.9.10.0-2
network-manager-openvpn 0.9.10.0-1
-- System Information:
Debian Release: 8.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages macchanger depends on:
ii debconf [debconf-2.0] 1.5.56
ii dpkg 1.17.26
ii libc6 2.19-18+deb8u1
macchanger recommends no packages.
macchanger suggests no packages.
-- Configuration Files:
/etc/default/macchanger changed:
ENABLE_ON_POST_UP_DOWN=true
ENABLE_INTERFACES="wlan0 eth0"
/etc/macchanger/ifupdown.sh changed:
package=macchanger
.. /etc/default/${package}
LOGFILE=/var/log/${package}.log
if [ "$ENABLE_ON_POST_UP_DOWN" != "true" ]; then
echo "disabled in /etc/default/${package}" >> $LOGFILE
exit
fi
echo "IFACE = $IFACE" >> $LOGFILE
if [ "$IFACE" = lo ]; then
echo "ignoring loopback" >> $LOGFILE
exit 0
fi
if [ ! -z "$ENABLE_INTERFACES" ]; then
if [[ ! "$ENABLE_INTERFACES" =~ "$IFACE" ]]; then
echo "ignoring $IFACE" >> $LOGFILE
exit 0
fi
fi
/usr/bin/${package} -A $IFACE >> $LOGFILE 2>&1
-- debconf information:
* macchanger/automatically_run: false
--- End Message ---
--- Begin Message ---
Version: 1.4.0-1
On Sun, 02 Sep 2012 15:59:35 +0200 colliar <[email protected]> wrote:
> Package: network-manager
> Version: 0.9.4.0-5
> Severity: important
>
> Hi
>
> Setting a MAC with macchanger, I noticed loosing the new MAC in favour of the
> permanent one. This is caused by NM when switching off the device its MAC is
> silently changed to the permanent one and when reactivating the interface the
> permanent MAC is used.
>
> This is in no way acceptable as there might be several reason to hide your
> permanent MAC.
>
> This happens only with wireless interfaces. No problem with wired interfaces.
This should be fixed in 1.4.0.
Closing accordingly.
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---