Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 129467

Summary: vpnc: typo in script vpnc-connect prevents connection
Product: Gentoo Linux Reporter: Eckhart Guthöhrlein <e_w_g>
Component: Current packagesAssignee: Hanno Böck <hanno>
Status: RESOLVED INVALID    
Severity: normal CC: andremuellerster, e_w_g, florian
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Eckhart Guthöhrlein 2006-04-10 05:13:32 UTC
There is a typo in the vpnc-connect script, resulting in the error
'either "to" is duplicate or "64" is garbage" when trying to connect.

Line 12 of /usr/bin/vpnc-connect should read
sed 's/cache//;s/metric [0-9]\+ [0-9]\+//g'
instead of now
sed 's/cache//;s/metric[0-9]\+ [0-9]\+//g'

See http://lists.unix-ag.uni-kl.de/pipermail/vpnc-devel/2005-May/000657.html
for additional info. As long as unfixed in the sources, this should be included as a gentoo-patch.
Comment 1 Hanno Böck gentoo-dev 2006-04-11 13:15:20 UTC
Which version? vpnc-connect is deprecated and the patch is in, for 0.3.3-r1.
Comment 2 Eckhart Guthöhrlein 2006-04-12 02:06:43 UTC
Indeed, I thought I was using 0.3.3, but indeed it was 0.3.2. I was confused by different versions on different machines I run. Sorry.
Comment 3 Florian Zierer 2006-04-12 02:09:56 UTC
(In reply to comment #2)
> Indeed, I thought I was using 0.3.3, but indeed it was 0.3.2. I was confused by
> different versions on different machines I run. Sorry.

I just saw that vpnc-connect is still in /usr/bin/ but no more used with 0.3.3-r1

Is this a bug in the ebuild?

Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-04-18 07:18:48 UTC
*** Bug 130364 has been marked as a duplicate of this bug. ***