Re: [Tails-dev] MAC spoofing: current status?

Delete this message

Reply to this message
Author: anonym
Date:  
To: The Tails public development discussion list
Subject: Re: [Tails-dev] MAC spoofing: current status?
22/02/14 11:09, intrigeri wrote:
> intrigeri wrote (21 Feb 2014 19:11:38 GMT) :
>> I've merged feature/spoof-mac into devel. The only remaining bits are
>> the end-user documentation revamp, that's on sajolida's plate.
>
> ... and then I've merged the greeter's master branch into its wheezy
> one, resolved all conflicts, uploaded t-g 0.7.25+wheezy1 to our
> feature-wheezy suite, and scheduled a build on Jenkins.
>
> anonym, please have a look to see if I didn't mess up something when
> merging, and if it works in an ISO built from feature/wheezy.


I tried the nightly build, and the Greeter doesn't start. I found some
migration errors, which I corrected in commit d04240d, but that there's
something else wrong as well. The Greeter segfaults, possibly due to
something going on in GTK (see log below [1]). I have no idea how to fix
this, and I'd be surprised if feature/spoof-mac introduced this.

Any ideas, you all who have worked more with the wheezy branch than me?

Cheers!

[1] Relevant parts of `/var/log/gdm3/:0-greeter.log`:

[...]
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning:
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0'
failed
import gobject._gobject
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning:
specified class size for type `PyGtkGenericCellRenderer' is smaller than
the parent type's `GtkCellRenderer' class size
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning:
g_type_get_qdata: assertion `node != NULL' failed
from gtk import _gtk
gnome-session[4577]: DEBUG(+): GsmDBusClient:
obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus
method=NameOwnerChanged
gnome-session[4577]: DEBUG(+): GsmDBusClient:
obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus
method=NameOwnerChanged
/usr/bin/tails-greeter: line 4: 4595 Segmentation fault
/usr/bin/python ./tails-greeter.py
[...]