Comment 45 for bug 132042

Revision history for this message
Dan Buch (meatballhat) wrote :

I'm now running NetworkManager in the foreground with output tee'd to a file on tmpfs with the intent of not slowing things down *too* much while keeping a record of what's going on. This is the command:

    NetworkManager --log-level=DEBUG --log-domains=HW,RFKILL,ETHER,WIFI,BT,MB,DHCP4,DHCP6,PPP,WIFI_SCAN,IP4,IP6,AUTOIP4,DNS,VPN,SHARING,SUPPLICANT,AGENTS,SETTINGS,SUSPEND,CORE,DEVICE,OLPC,WIMAX --no-daemon

pstree is reporting one child process:

    /sbin/dhclient -d -4 -sf /usr/lib/NetworkManager/nm-dhcp-client.action -pf /var/run/dhclient-wlan0.pid -lf /var/lib/dhcp/dhclient-059b0f80-592e-42bd-8b5a-0e947aa8eb0d-wlan0.lease -cf /var/run/nm-dhclient-wlan0.conf wlan0

If I experience anything other than perfect wifi uptime while connected to the current access point, I'll attach the log output.