Ticket #491 (assigned defect)

Opened 10 months ago

Last modified 7 weeks ago

after gprs connection is stopped nameservers are set to 127.0.0.1

Reported by: zoff99 Owned by: mickey
Priority: major Milestone:
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

Changed 9 months ago by mickey

  • status changed from new to assigned

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

Changed 7 months ago by sim

decoration Changed 1 year ago by admin

bathtub Changed 1 year ago by admin

solar system Changed 1 year ago by admin

stair parts Changed 1 year ago by admin

solar supply Changed 1 year ago by admin

Changed 7 weeks ago by mickey

  • component changed from framework/ogsmd to cornucopia/fsonetwork
Note: See TracTickets for help on using tickets.