SliTaz SliTaz Forum

You are not logged in.

#1 2015-07-05 13:54:11

Saipul
Member
Registered: 2011-06-28
Posts: 87

Busybox-1.23.2 missing files

Try running pptpclient-1.80. Configuring done and running on terminal.

# pppd call freevpn (/etc/ppp/peers/freevpn)

To see where is my connection is ?.

# route

And route all my connection trough ppp0.

# route add default dev ppp0

And i can't surf to internet, so i check my configuration again.

But I found files at /etc/ppp named by connect-errors and see what I found...

This files is log from /usr/bin/pptp.

....

sh: /bin/ip: not found

sh: /bin/ip: not found

sh: /bin/ip: not found

anon fatal[get_ip_address:pptp.c:453]: gethostbyname 'uspptp.hotfreevpn.com': name server error

sh: /bin/ip: not found

sh: /bin/ip: not found

sh: /bin/ip: not found

....

So I check running on terminal.

# ip

sh: ip: not found

# busybox ip

Command line: busybox ip

BusyBox v1.23.2 (2015-06-02 23:13:43 UTC) multi-call binary.

Usage: ip [OPTIONS] {address | route | link | tunnel | rule} {COMMAND}

ip [OPTIONS] OBJECT {COMMAND}

where OBJECT := {address | route | link | tunnel | rule}

OPTIONS := { -f[amily] { inet | inet6 | link } | -o[neline] }

#_

Offline

#2 2015-07-05 14:56:48

bellard
Administrator
Registered: 2011-03-28
Posts: 657

Re: Busybox-1.23.2 missing files

Try this:

# which ip

# ln /sbin/ip /bin/ip

# pppd call freevpn

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]