![]() |
2010-01-15
, 01:13
|
Posts: 14 |
Thanked: 0 times |
Joined on Dec 2009
@ Denver
|
#82
|
![]() |
2010-01-15
, 01:15
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#83
|
![]() |
2010-01-15
, 01:25
|
Posts: 56 |
Thanked: 17 times |
Joined on Dec 2009
@ Carlisle, PA
|
#84
|
sure have. each time i typed the command line 'mv /etc/udhcpc/libicd_network_ipv4.script.dpkg-dist /etc/udhcpc/libicd_network_ipv4.script' with out the ' and the first time it looked to of have accepted the command as nothing came up after. but the second and third time it asked me if i want to replace the file. each time i typed the command in i restarted the phone..
![]() |
2010-01-15
, 01:32
|
Posts: 13 |
Thanked: 1 time |
Joined on Jan 2010
@ Melbourne
|
#85
|
Can you do this:
cd /etc/udhcpc
and then do
ls
and see what files are in there? if they are both in there then open the libicd_network_ipv4.script file with an editor and see what is in there?
![]() |
2010-01-15
, 01:36
|
Posts: 56 |
Thanked: 17 times |
Joined on Dec 2009
@ Carlisle, PA
|
#86
|
thanks for the help.
heres what im looking at.
/etc/udhcpc $ ls
default.bound
default.deconfig
default.leasefail
default.nak
default.renew
default.script
libicd_network_ipv4.script
libicd_network_ipv4script
![]() |
2010-01-15
, 01:39
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#87
|
mv libicd_network_ipv4script libicd_network_ipv4.script
![]() |
2010-01-15
, 01:43
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#88
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
2010-01-15
, 01:47
|
Posts: 56 |
Thanked: 17 times |
Joined on Dec 2009
@ Carlisle, PA
|
#89
|
Egoshin - the file won't be missing. My guess is that vpnc modifies that network_ipv4.script file (which is supposed to be there).. because that file is modified.. when you updated today with the push from Nokia - dpkg refuses to replace files that were modified by the user (which it was, when you installed the application that modified it). It instead puts the file it WOULD have overwritten it with, as a .dpkg-dist file instead in order to extract the file to where it WOULD have gone, but not overwrite the modified file.
You then have to move the file yourself to make it active.
Nokiabuf: This is not a problem with Nokia anymore than installing a random EXE off the internet breaks your desktop is a problem for Microsoft. This was a third party application installed, modified a system file, and is now incompatible with the new firmware. This is a bug in the software.. not in Nokia's firmware or Nokia's default behavior. Nokia cannot possibly be assumed to make sure every possible update will not interfere with every package in Extras-testing and Extras-devel. It is the package maintainers of those packages that must update their applications to work with the new firmware.
![]() |
2010-01-15
, 01:50
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#90
|
Egoshin - the file won't be missing. My guess is that vpnc modifies that network_ipv4.script file (which is supposed to be there)..
because that file is modified.. when you updated today with the push from Nokia - dpkg refuses to replace files that were modified by the user (which it was, when you installed the application that modified it). It instead puts the file it WOULD have overwritten it with, as a .dpkg-dist file instead in order to extract the file to where it WOULD have gone, but not overwrite the modified file
vpnc installation creates a script which runs all time then you connect to WLAN. And that script has (had? - I still on 44.1) a bug - it doesn't recognize Maemo5 (fremantle) properly. And it may under some conditions go to wrong file loop. So, simple fix (until this bug is fixed) -
1. go to X-Term
2 became root (via 'root' command but you need rootsh package installed)
3. execute commands
echo "nameserver 127.0.0.1">/etc/resolv.conf
echo "nameserver 127.0.0.1">/etc/vpnc/resolv.conf-backup
4. switch OFF-ON
Disclaimer: I don't upgrade to 52.1 yet and I don't know if dhcp client is changed, so I can't judge about /etc/maemo-dhcp.d/50_ipv4_network_setup, in my N900 directory /etc/maemo-dhcp.d is ABSENT.
2 disclaimer: I never had a problem with /etc/udhcpc/libicd_network_ipv4.script but it has sense to check it's absence (ls -l /etc/udhcpc/libicd_network_ipv4.script) and if it is absent, then copy it from distributive file as jsbigs and other advice:
4B. mv /etc/udhcpc/libicd_network_ipv4.script.dpkg-dist /etc/udhcpc/libicd_network_ipv4.script