Ticket #491 (assigned defect)

Opened 2 years ago

Last modified 8 weeks ago

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

comment:1 Changed 2 years 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.

comment:3 Changed 19 months ago by mickey

  • Component changed from framework/ogsmd to cornucopia/fsonetwork

comment:4 Changed 8 weeks ago by morphis

  • Milestone set to fso2-milestone1
Note: See TracTickets for help on using tickets.