Ticket #491 (assigned defect)
after gprs connection is stopped nameservers are set to 127.0.0.1
| Reported by: | zoff99 | Owned by: | mickey |
|---|---|---|---|
| Priority: | major | Milestone: | fso2-milestone1 |
| Component: | cornucopia/fsonetwork | Version: | milestone5.5 |
| Keywords: | Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.

Thanks for your bug report. After shutting down GPRS, FSO should revert to the resolv.conf as it was before.