Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: thorald on June 16, 2017, 03:55:57 AM
-
Hi!
Does anyone know how to compile or to get this working?
I seem not to be able to do it myself.
Wondershaper exists for the raspbian os, so it should be possible.
Well, maybe someone could ad it to the repo if you figure it out?
Thanks !
-
From the github site:
Installation
You can run wondershaper (as any user with sufficient permissions) without installation. However if you want to install the script onto your system you can simply run:
sudo make install
-
I tried both by making an tcz with "installed" files and just a container for the source.
When trying to run either of them it, it reports errors.
With just a copy it reports file not found.
sudo ./wondershare -h reports that it does not exist.
and with a tcz that is installed.
sudo wondershaper -h
sudo: unable to execute /usr/bin/wondershaper: No such file or directory
So, im not shure what im doing wrong
-
I'd guess that wondershaper is a script that is looking for bash, perl or python.
Open wondershare in a text editor and look at the first line to see what it needs in order to execute.
-
...
With just a copy it reports file not found.
sudo ./wondershare -h reports that it does not exist.
...
sudo wondershaper -h
sudo: unable to execute /usr/bin/wondershaper: No such file or directory
Other problems are typo's
is it wondershare or wondershaper?
-
Ah sorry, typo, wondershaper..
I noticed when looking at files on raspbian that it used a file called tc in /sbin
And looking in wondershaper with text editor I can see it uses tc filter..
So could this be the missing part that it needs?
So what is tc?
Googling directs me to believe this is somthing called Traffic Shaping.
So does this come in some package ready to install?
Cant really find the source code for compile..
-
wondershaper is a bash script, tc is part of the iproute2 extension
-
Thanks!
Can any of you install iproute2?
I get this error:
md5sum: netfilter-4.9.22-piCore-v7.tcz.md5.txt: No such file or directory
Error on netfilter-4.9.22-piCore-v7.tcz
Rpi3 with picore9
-
That means that the netfilter-4.9.22-piCore-v7 extension is missing from the repo
-
netfilter-KERNEL posted to piCore-9.x armv7 repo