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

Bug 448054

Summary: net-dialup/accel-ppp - high performance VPN server
Product: Gentoo Linux Reporter: Andreis Vinogradovs ( slepnoga ) <andreis.vinogradovs>
Component: New packagesAssignee: Sergey Popov (RETIRED) <pinkbyte>
Status: RESOLVED FIXED    
Severity: enhancement CC: azamat.hackimov, net-dialup, xeb
Priority: Normal Keywords: EBUILD, PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://sourceforge.net/apps/trac/accel-ppp/wiki
See Also: https://bugs.gentoo.org/show_bug.cgi?id=154381
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: accel-ppp-1.7.3.ebuild
accel-ppp.initd
accel-pppd.confd
accel-ppp-1.7.3.ebuild
accel-ppp-1.7.3.ebuild
accel-ppp-1.7.3_fix-libnl-lib.patch
accel-ppp.initd
accel-ppp-remove_obsolete_tbf_shaper.patch
accel-ppp-1.7.3.ebuild
new style init script
accel-ppp-1.7.3.ebuild
accel-ppp-remove_obsolete_tbf_shaper.patch
accel-ppp.confd
accel-ppp.initd

Description Andreis Vinogradovs ( slepnoga ) 2012-12-21 07:42:21 UTC
Created attachment 332886 [details]
accel-ppp-1.7.3.ebuild

accel-ppp is pptp, l2tp, ppoe ... ( i.e point to point ) client/server .

This project  is completely diffirent from  accel-pptp  written from scratch.
Not use poptop or pptpclient code, run in multilink  kernel mode, not in userspace, contain more features - shaper, remote telnet based cli command shell,
simple dhcp server and more.

This bug not duplicate from #154381 , аlthough written by the same author.
Ebuild build and work , but until violating Gentoo QA ( strict multilib ) policy 
install files on /usr/lib on 64-bit system.
Also cmake contain automagic definitions. I plan to make patches for this.
Comment 1 Andreis Vinogradovs ( slepnoga ) 2012-12-21 07:44:15 UTC
Created attachment 332888 [details]
accel-ppp.initd
Comment 2 Andreis Vinogradovs ( slepnoga ) 2012-12-21 07:44:32 UTC
Created attachment 332890 [details]
accel-pppd.confd
Comment 3 xeb 2012-12-21 07:45:28 UTC
>accel-ppp is pptp, l2tp, ppoe ... ( i.e point to point ) client/server .
it is server only at present
Comment 4 Sergey Popov (RETIRED) gentoo-dev 2012-12-27 10:29:06 UTC
Created attachment 333458 [details]
accel-ppp-1.7.3.ebuild

Updated ebuild for accel-ppp. Need more love with snmp, dependencies and build system at all
Comment 5 Azamat H. Hackimov 2012-12-27 18:35:20 UTC
Created attachment 333512 [details]
accel-ppp-1.7.3.ebuild

Dependencies, new initd, patches and sed's
Comment 6 Azamat H. Hackimov 2012-12-27 18:36:02 UTC
Created attachment 333514 [details, diff]
accel-ppp-1.7.3_fix-libnl-lib.patch

Patch for correct building with USE=shaper
Comment 7 Azamat H. Hackimov 2012-12-27 18:36:19 UTC
Created attachment 333516 [details]
accel-ppp.initd
Comment 8 xeb 2012-12-27 20:41:52 UTC
Created attachment 333524 [details, diff]
accel-ppp-remove_obsolete_tbf_shaper.patch

this patch removes obsolete tbf shaper, so you may remove libnl dependencies too
Comment 9 Sergey Popov (RETIRED) gentoo-dev 2012-12-28 08:03:33 UTC
Created attachment 333554 [details]
accel-ppp-1.7.3.ebuild

Updated ebuild, some more improvements
Comment 10 Sergey Popov (RETIRED) gentoo-dev 2012-12-28 08:05:50 UTC
Initscript should be changed to create pid directory and keepdir /var/run/* should be removed from ebuild. I will take care of this changes later...
Comment 11 Andreis Vinogradovs ( slepnoga ) 2012-12-28 08:20:10 UTC
Created attachment 333556 [details]
new style  init script
Comment 12 Andreis Vinogradovs ( slepnoga ) 2012-12-30 14:22:21 UTC
Comment on attachment 333556 [details]
new style  init script

Sorry, it's old script
Comment 13 Sergey Popov (RETIRED) gentoo-dev 2013-01-01 21:16:30 UTC
Created attachment 333972 [details]
accel-ppp-1.7.3.ebuild

Updated ebuild: fix issue with keepdirs in /var/run
Comment 14 Sergey Popov (RETIRED) gentoo-dev 2013-01-01 21:17:10 UTC
Created attachment 333974 [details, diff]
accel-ppp-remove_obsolete_tbf_shaper.patch

Little rework of patch
Comment 15 Sergey Popov (RETIRED) gentoo-dev 2013-01-01 21:17:46 UTC
Created attachment 333976 [details]
accel-ppp.confd

updated options in confd file
Comment 16 Sergey Popov (RETIRED) gentoo-dev 2013-01-01 21:18:04 UTC
Created attachment 333978 [details]
accel-ppp.initd

updated initscript
Comment 17 Sergey Popov (RETIRED) gentoo-dev 2013-01-03 21:32:21 UTC
+  03 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> +accel-ppp-1.7.3.ebuild,
+  +files/accel-ppp.confd, +files/accel-ppp.initd,
+  +files/accel-ppp-remove_obsolete_tbf_shaper.patch, +metadata.xml:
+  Initial commit, wrt bug #448054. Thanks to all, who helps writing ebuild and
+  other stuff

Request for proper handling of lib64 is sent to upstream, see http://sourceforge.net/tracker/?func=detail&atid=1622578&aid=3599148&group_id=390718
Comment 18 Vitaly L. Fadeev 2014-05-30 08:33:13 UTC
Please update to latest accel-ppp version 1.8.0
Also there is 1.7.4 released.
Thank you!