Rawhide NetworkManager

Dan Williams dcbw at redhat.com
Wed Mar 23 17:35:54 UTC 2005


On Wed, 2005-03-23 at 18:32 +0100, Nils Philippsen wrote:
> Traceback (most recent call last):
>   File "./NetworkManagerTinkerer.py", line 18, in ?
>     print dhcpOptions.getType ('NTP Servers')
>   File "/usr/lib/python2.3/site-packages/dbus.py", line 208, in __call__
>     reply_message = self._connection.send_with_reply_and_block(message,
> 5000)
>   File "dbus_bindings.pyx", line 557, in
> dbus_bindings.Connection.send_with_reply_and_block
> dbus_bindings.DBusException: The requested DHCP option does not exist.

Ok, try "getType(41)" instead...  Technically you can pass both the
string or the DHCP Option ID and it should match the string->option ID
internally if you pass a string, but perhaps there's a bug there.

Dan




More information about the devel mailing list