Comment 9 for bug 1046154

Revision history for this message
Thomas Hood (jdthood) wrote :

@iox: Please do the following to help us debug this.

First, post the output of.

    md5sum /etc/ppp/ip-up.d/000resolvconf

Second, open /etc/ppp/ip-up.d/000resolvconf in an editor and add the following line to the top of the file, just after the comments at the top.

echo "The sixth argument is: $6" | logger -t 000resolvconf

Now deconfigure all interfaces and configure the 3G network interface again. In /var/log/syslog you should see a line that looks like

    Sep 7 20:38:46 tenerife 000resolvconf: The sixth argument is: xyzzy

Please post that line here.