PDA

View Full Version : [all variants] Wondershaper won't give me my bandwidth back!



Alucard-sama
September 14th, 2008, 04:27 AM
I recently used wondershaper to throttle my network interface down to 10kb/s in order to use a VOIP box while using the net and it worked fine.
The problem is now I can't get it to go back up, "sudo wondershaper clear [interface name]" didn't work and neither did "sudo wondershaper [interface name]" followed by speeds higher than I need.
"sudo aptitude purge wondershaper" didn't help either.

Anybody know how this can be fixed?

Neo_The_User
September 14th, 2008, 04:33 AM
Fix it with destroying the settings you made with the program or keeping the settings / speed you selected while having your bandwidth back?

Alucard-sama
September 14th, 2008, 04:36 AM
Fix it with destroying the settings you made with the program or keeping the settings / speed you selected while having your bandwidth back?

Lolwot?

cariboo
September 14th, 2008, 04:42 AM
I just had a look at the readme file it says:


If you want to remove the shaper from the interface, run 'wshaper stop'. To see status information, run 'wshaper status'

that should solve your problem.

Jim

Neo_The_User
September 14th, 2008, 04:51 AM
Do you care if you lose all your changes you made to Wondershaper or not? If you don't care about that, then I can help you. I spent about 3 days trying to figure out where ubuntu hides all the configuration files for all the applications so if you need to erase the config files for wondershaper (like if you want your computer the same way it was before you even installed wondershaper) I can do help you.

To erase all traces of wondershaper ever being on your computer and getting everything back the way it was then erase the following files from their directories using gksudo nautilus or deleting them via terminal.

/usr/share/doc/wondershaper
/usr/sbin/wondershaper
/usr/share/man/man8/wondershaper.8.gz
/var/lib/dkpkg/info/wondershaper.list
/var/lib/dpkg/info/wondershaper.md5sums

P.S. doing a complete removal of any application via synaptic does not erase the configuration files (at least not once for me)

Alucard-sama
September 14th, 2008, 04:53 AM
I just had a look at the readme file it says:



that should solve your problem.

Jim

"command not found"

Neo_The_User
September 14th, 2008, 04:55 AM
"command not found"

Try this

wondershaper stop

To see status information, run

wondershaper status

Alucard-sama
September 14th, 2008, 05:20 AM
Try this

wondershaper stop

To see status information, run

wondershaper status

"Cannot find device 'stop'"
"Cannot find device 'stop'"

Alucard-sama
September 14th, 2008, 05:22 AM
Do you care if you lose all your changes you made to Wondershaper or not? If you don't care about that, then I can help you. I spent about 3 days trying to figure out where ubuntu hides all the configuration files for all the applications so if you need to erase the config files for wondershaper (like if you want your computer the same way it was before you even installed wondershaper) I can do help you.

To erase all traces of wondershaper ever being on your computer and getting everything back the way it was then erase the following files from their directories using gksudo nautilus or deleting them via terminal.

/usr/share/doc/wondershaper
/usr/sbin/wondershaper
/usr/share/man/man8/wondershaper.8.gz
/var/lib/dkpkg/info/wondershaper.list
/var/lib/dpkg/info/wondershaper.md5sums

P.S. doing a complete removal of any application via synaptic does not erase the configuration files (at least not once for me)

Purge has deleted all these files already and deleting them manually didn't help either.

Neo_The_User
September 14th, 2008, 05:24 AM
AH HA! try this!

wondershaper eth0 stop

if it doesn't work replace eth0 with whatever interface you use for networking (eth1 etc etc)

Alucard-sama
September 14th, 2008, 05:49 AM
AH HA! try this!

wondershaper eth0 stop

if it doesn't work replace eth0 with whatever interface you use for networking (eth1 etc etc)

No luck either... :(

whazooo
September 14th, 2008, 03:42 PM
Dude, Didnt you say you purged wondershaper from your machine?

well if so, wondershaper eth0 stop wont work.


1. type in a terminal;
locate wondershaper

if you find no instance of wondershaper bianary

2. then ps aux |grep wondershaper
kill the process

3 either reboot

3a. or reinstall wondershaper and use the commands that the others gave you

Alucard-sama
September 16th, 2008, 02:10 AM
Still no luck :(
This is driving me nuts.

mazter
January 6th, 2009, 12:51 AM
I don't know if you are still experiencing same crappy situation but I just experienced same issue and resolved it only switching the args.

wondershaper clear eth0

I was doing wondershaper eth0 clear and it was saying 'succesfully cleared' but doing nothing. Now, it is fully cleared.