Hi all,

Wishing you all very Happy New Year..!!

Can anyone please help me on this exception while running tests?

connman-1.9/test$ ./set-ipv4-method Wired dhcp
Traceback (most recent call last):
  File "./set-ipv4-method", line 22, in <module>
    properties = service.GetProperties()
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in
__call__
    **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in
call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod:
Method "GetProperties" with signature "" on interface "net.connman.Service"
doesn't exist


Thanks in advance.

~HK




On Fri, Dec 28, 2012 at 12:09 PM, harshal patel <harshal...@gmail.com>wrote:

> Hi,
>
>
>
>>> 'cmcc' is some two years old now and might not be maintained anymore.
>>> Try using the python scripts under './test' or connmanctl command line
>>> client in './client'.
>>>
>>> As you mentioned, I tried to use python scripts under test/, however it
> is giving me DBus Exception:
>
> connman-1.9/test$ ./set-ipv4-method Wired dhcp
> Traceback (most recent call last):
>   File "./set-ipv4-method", line 22, in <module>
>     properties = service.GetProperties()
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in
> __call__
>     return self._proxy_method(*args, **keywords)
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in
> __call__
>     **keywords)
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in
> call_blocking
>     message, timeout)
> dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod:
> Method "GetProperties" with signature "" on interface "net.connman.Service"
> doesn't exist
>
>
> Any idea why this is giving error??
>
> And I am still not able to get DHCPv6 provided IPv6 addres. :(
>
>
> Thanks in advance.
>
>
> ~HK
>
>
>>  I don't think indicator-network will work anymore either.
>>>
>>>
>> Thanks, connmanctl worked for me. :-)
>> Now, I  am able to configure wired interface in dynamic mode properly.
>>
>> However, I want to check DHCPv6 behavior of connman, so I tried to
>> configure Interface in auto mode.
>> It did configured RA based address, but it didn't receive IPv6 address
>> from DHCPv6 server.
>>
>> Any idea, does connman support it??
>> Or am I missing anything, like enabling something to make it work?
>>
>> Thanks in advance.
>>
>> ~HK
>>
>
>
_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to