Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 448054 - net-dialup/accel-ppp - high performance VPN server
Summary: net-dialup/accel-ppp - high performance VPN server
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Sergey Popov
URL: http://sourceforge.net/apps/trac/acce...
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-12-21 07:42 UTC by Andreis Vinogradovs ( slepnoga )
Modified: 2014-05-30 08:33 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
accel-ppp-1.7.3.ebuild (accel-ppp-1.7.3.ebuild,1.64 KB, text/plain)
2012-12-21 07:42 UTC, Andreis Vinogradovs ( slepnoga )
Details
accel-ppp.initd (accel-ppp.initd,433 bytes, text/plain)
2012-12-21 07:44 UTC, Andreis Vinogradovs ( slepnoga )
Details
accel-pppd.confd (accel-pppd.confd,207 bytes, text/plain)
2012-12-21 07:44 UTC, Andreis Vinogradovs ( slepnoga )
Details
accel-ppp-1.7.3.ebuild (accel-ppp-1.7.3.ebuild,1.53 KB, text/plain)
2012-12-27 10:29 UTC, Sergey Popov
Details
accel-ppp-1.7.3.ebuild (accel-ppp-1.7.3.ebuild,1.76 KB, text/plain)
2012-12-27 18:35 UTC, Azamat H. Hackimov
Details
accel-ppp-1.7.3_fix-libnl-lib.patch (accel-ppp-1.7.3_fix-libnl-lib.patch,966 bytes, patch)
2012-12-27 18:36 UTC, Azamat H. Hackimov
Details | Diff
accel-ppp.initd (accel-ppp.initd,638 bytes, text/plain)
2012-12-27 18:36 UTC, Azamat H. Hackimov
Details
accel-ppp-remove_obsolete_tbf_shaper.patch (accel-ppp-remove_obsolete_tbf_shaper.patch,787 bytes, patch)
2012-12-27 20:41 UTC, xeb
Details | Diff
accel-ppp-1.7.3.ebuild (accel-ppp-1.7.3.ebuild,1.76 KB, text/plain)
2012-12-28 08:03 UTC, Sergey Popov
Details
new style init script (pptp-init,433 bytes, text/plain)
2012-12-28 08:20 UTC, Andreis Vinogradovs ( slepnoga )
Details
accel-ppp-1.7.3.ebuild (accel-ppp-1.7.3.ebuild,1.74 KB, text/plain)
2013-01-01 21:16 UTC, Sergey Popov
Details
accel-ppp-remove_obsolete_tbf_shaper.patch (accel-ppp-remove_obsolete_tbf_shaper.patch,761 bytes, patch)
2013-01-01 21:17 UTC, Sergey Popov
Details | Diff
accel-ppp.confd (accel-ppp.confd,221 bytes, text/plain)
2013-01-01 21:17 UTC, Sergey Popov
Details
accel-ppp.initd (accel-ppp.initd,1.19 KB, text/plain)
2013-01-01 21:18 UTC, Sergey Popov
Details

Note You need to log in before you can comment on or make changes to this bug.
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 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 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 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 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 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 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 gentoo-dev 2013-01-01 21:18:04 UTC
Created attachment 333978 [details]
accel-ppp.initd

updated initscript
Comment 17 Sergey Popov 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!