Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80430 - phpnetemgui-0.4.ebuild (New Package)
Summary: phpnetemgui-0.4.ebuild (New Package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Web-apps project
URL: http://www.smyles.plus.com/phpnetemgui/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-02 01:40 UTC by Stephen Earl
Modified: 2005-12-17 12:50 UTC (History)
1 user (show)

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


Attachments
phpnetemgui-0.4.ebuild (phpnetemgui-0.4.ebuild,1.13 KB, text/plain)
2005-02-02 01:42 UTC, Stephen Earl
Details
phpnetemgui-0.6.ebuild (phpnetemgui-0.6.ebuild,1.44 KB, text/plain)
2005-02-23 08:59 UTC, Stephen Earl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Earl 2005-02-02 01:40:31 UTC
This is a php based user interface for the Netem network emulator which is part of the most recent Linux 2.4 and 2.6 kernels.  Netem is a commandline based network impairment emulator which lets you add things like packet delay, packet loss and packet duplication to any network interface.  This user interface makes Netem easier to use by allowing the user to enter values in boxes to create any combination of rules for any number of interfaces, instead of having to type several complex commands.  The interface also makes Netem easier to use on systems with bridges because it can be made to show only the interfaces used in a selected bridge.  The program currently depends on the Apache webserver and Sudo to let apache run the 'tc' command as required by Netem.
Comment 1 Stephen Earl 2005-02-02 01:42:47 UTC
Created attachment 50199 [details]
phpnetemgui-0.4.ebuild
Comment 2 Stephen Earl 2005-02-02 02:00:52 UTC
I would suggest putting it in www-apps as it uses the webapp eclass.
Comment 3 Stephen Earl 2005-02-23 08:59:16 UTC
Created attachment 51954 [details]
phpnetemgui-0.6.ebuild

Latest version of the package.
Comment 4 Renat Lumpau (RETIRED) gentoo-dev 2005-12-17 12:50:18 UTC
Thanks for the ebuild. I'm afraid this is a WONTFIX for the time being, due to this (from INSTALL):

=====
The following line will enable PHPnetemGUI to work:
%apache ALL=NOPASSWD: /<path>/<to>/tc

Note, that this is almost certainly a nasty security hole. 
=====