id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
704,after gprs connection is stopped nameservers are set to 127.0.0.1,zoff99,daniel,"using: shr-lite-eglibc-ipk--20091114-om-gta02.rootfs.tar.gz

this old old bug ist still not fixed :-(

to fix you need to run:


{{{
cd /usr/lib/python2.6/site-packages/framework/subsystems/ogsmd/modems/abstract/
rm -f pdp.pyo
cat pdp.py |sed -e 's#echo nameserver 127.0.0.1 > /etc/resolv.conf#echo nameserver 208.67.222.222 \> /etc/resolv.conf\;echo nameserver 208.67.220.220 \>\> /etc/resolv.conf#' > pdp.py_patched
mv pdp.py_patched pdp.py
}}}


this is certainly only a HOT-fix
it should be fixed so that, after shutting down gprs connection the resolv.conf is restored to what it was before.",defect,closed,major,,Frameworkd / FSO,SHR-unstable,invalid,,
