On Fri, 2017-04-14 at 11:23 +0200, Gilles wrote: > On 14/04/2017 05:36, Dan Williams wrote: > > sudo dbus-send --system --print-reply --dest=fi.w1.wpa_supplicant1 > > /fi/w1/wpa_supplicant1 org.freedesktop.DBus.Properties.Set > > string:fi.w1.wpa_supplicant1 string:DebugTimestamp > > variant:boolean:true > > > > sudo dbus-send --system --print-reply --dest=fi.w1.wpa_supplicant1 > > /fi/w1/wpa_supplicant1 org.freedesktop.DBus.Properties.Set > > string:fi.w1.wpa_supplicant1 string:DebugLevel > > variant:string:"msgdump" > > It fails running the first command: > > mint ~ # dbus-send --system --print-reply -- > dest=fi.w1.wpa_supplicant1 > /fi/w1/wpa_supplicant1 > org.freedesktop.DBus.Properties.Setstring:fi.w1.wpa_supplicant1 > string:DebugTimestamp variant:boolean:true Ah sorry, looks like the linewrapping made things fail. Should be: sudo dbus-send --system --print-reply --dest=fi.w1.wpa_supplicant1 \ /fi/w1/wpa_supplicant1 org.freedesktop.DBus.Properties.Set \ string:fi.w1.wpa_supplicant1 string:DebugTimestamp \ variant:boolean:true sudo dbus-send --system --print-reply --dest=fi.w1.wpa_supplicant1 \ /fi/w1/wpa_supplicant1 org.freedesktop.DBus.Properties.Set \ string:fi.w1.wpa_supplicant1 string:DebugLevel \ variant:string:"msgdump" Dan > process 4403: arguments to dbus_message_new_method_call() were > incorrect, assertion "iface == NULL || > _dbus_check_is_valid_interface > (iface)" failed in file ../../dbus/dbus-message.c line 1346. > This is normally a bug in some application using the D-Bus library. > process 4403: arguments to dbus_message_set_auto_start() were > incorrect, > assertion "message != NULL" failed in file ../../dbus/dbus-message.c > line 3065. > This is normally a bug in some application using the D-Bus library. > Couldn't allocate D-Bus message > > _______________________________________________ > Hostap mailing list > Hostap@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/hostap _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap