![]() |
2010-01-15
, 01:52
|
Posts: 56 |
Thanked: 17 times |
Joined on Dec 2009
@ Carlisle, PA
|
#91
|
![]() |
2010-01-15
, 01:53
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#92
|
You absolutely right here - it modifies it during installation.
Will it restore the original if I uninstall vpnc? (I am not very familiar with debian package processing).
![]() |
2010-01-15
, 01:54
|
Posts: 13 |
Thanked: 1 time |
Joined on Jan 2010
@ Melbourne
|
#93
|
What happened is when you ran the first mv command beeman you forgot a period.. and thus renamed the dist-pkg file with ipv4script.
Now you need to:
Code:mv libicd_network_ipv4script libicd_network_ipv4.script
![]() |
2010-01-15
, 01:56
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#94
|
cat /etc/udhcpc/libicd_network_ipv4.script
mv /etc/udhcpc/libicd_network_ipv4script /etc/udhcpc/libicd_network_ipv4.script
![]() |
2010-01-15
, 01:59
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#95
|
![]() |
2010-01-15
, 01:59
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#96
|
Not if the package wasn't built to do so. From what I'm reading.. no, it wasn't. Many people have said they installed vpnc, and uninstalled it, and the problem persists. I'm thinking the package probably uses a sed or some kind of CLI replace in the file (or just completely replaces the file with one of it's own).. and removing it does not restore the original file.
I personally haven't extracted the vpnc deb to see how it handles the modification.. but the result is self-evident: The problem exists until the user fixes it.
![]() |
2010-01-15
, 02:00
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#97
|
ls /etc/udhcpc/libicd_network*
![]() |
2010-01-15
, 02:00
|
Posts: 23 |
Thanked: 5 times |
Joined on Jan 2010
@ bay area ca
|
#98
|
![]() |
2010-01-15
, 02:01
|
Posts: 13 |
Thanked: 1 time |
Joined on Jan 2010
@ Melbourne
|
#99
|
You may be permanently broke if the file is empty and there is no replacement. Somewhere in the running of all these commands something was mistyped that cleared the file...
Run this:
There should be a whole script outputted. just to make sure - you are running these commands as root?Code:cat /etc/udhcpc/libicd_network_ipv4.script
If you see output.. run:
Copy and paste is best.Code:mv /etc/udhcpc/libicd_network_ipv4script /etc/udhcpc/libicd_network_ipv4.script
![]() |
2010-01-15
, 02:02
|
Posts: 23 |
Thanked: 5 times |
Joined on Jan 2010
@ bay area ca
|
#100
|