I am trying to use the Tor Browser Bundle in Slitaz 4.0 without success.
The installation of the bundle is without problems (only extract the archive and keep the folder stucture).
After starting the script (start-tor-browser), I receive 2 errors:
line 210: SYSARCHITECTURE=$(getconf LONG_BIT)
command getconf not found
line 211: TORARCHITECTURE=$(expr "$(file Tor/tor)" : '.*ELF \([[:digit:]]*\)')
command file not found
Both commands (file and getconf) are indeed not available in Slitaz but since my system is 32 bit it is easy to bypass these commands by changing line 210 and 211 and filling in 32 in both cases.
However this doesn't solve the problem because after starting the script and filling in that I need obfs3 bridge support I receive the error that the bridges are not correctly configured.
I use the TBB a lot because in China it is difficult to reach a lot of sites and by using Tor I successfully bypass the Wall.
Does anybody have these problems and found a solution for it?