On Sun, 15 May 2005, Magnus Ottosson wrote: > When I try to connect to my network (wired and wireless) I get this: > May 15 12:55:07 alfons dhcdbd: Unrequested down ?:2 > May 15 12:55:07 alfons dhclient: Internet Systems Consortium DHCP Client > V3.0.1 > May 15 12:55:07 alfons dhclient: Copyright 2004 Internet Systems Consortium. > May 15 12:55:07 alfons dhclient: All rights reserved. > May 15 12:55:07 alfons dhclient: For info, please visit > http://www.isc.org/products/DHCP > May 15 12:55:07 alfons dhclient: Usage: dhclient [-1dqr] [-nw] [-p > <port>] [-s server] > May 15 12:55:07 alfons dhclient: [-cf config-file] [-lf > lease-file][-pf pid-file] [-e VAR=val] > May 15 12:55:07 alfons dhclient: [-sf script-file] > [interface]
What versions of dhcdbd and dhclient are you using? Fedora has a modified dhclient and dhclient-script to pass options back to dhclient. So, Fedora's dhclient now takes a "-x" switch which tells it to dump _all_ DHCP options received from the server the dhclient-script, which then sends the options to dhcdbd. That's present in dhclient-3.0.2-12 and later, and you'll need dhcdbd 1.4 or later. I need to put in a ./configure check for this. Dan _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
