![]() |
2012-12-01
, 17:22
|
Posts: 92 |
Thanked: 19 times |
Joined on Apr 2012
@ China
|
#3
|
![]() |
2012-12-01
, 17:24
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#4
|
thanks very much.
tar is work
but when i use dpkg
it said tar is "Operation not permitted"
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-12-01
, 23:30
|
Posts: 1,067 |
Thanked: 2,383 times |
Joined on Jan 2012
@ Finland
|
#5
|
![]() |
2012-12-02
, 00:19
|
Posts: 92 |
Thanked: 19 times |
Joined on Apr 2012
@ China
|
#6
|
you can just do "ln -s busybox /bin/tar" and recreate the link back to busybox ;-)
Atleast worked for me when I did:
# rm /bin/tar
# ln -s busybox /bin/tar
![]() |
2012-12-02
, 00:20
|
Posts: 92 |
Thanked: 19 times |
Joined on Apr 2012
@ China
|
#7
|
Did you do the chmod 775?
Also maybe do apt-get install tar-gnu --reinstall?
Edit: You can also try doing apt-get install busybox --reinstall
If the above still doesn't work you need someone whose tar isn't modified to help you out; I have binutils installed so i gave you the tar from there that I had backed up some time ago; on top of that i have buysybox-power which again would be different from your set-up...
![]() |
2012-12-02
, 00:27
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#8
|
![]() |
2012-12-02
, 00:57
|
Posts: 92 |
Thanked: 19 times |
Joined on Apr 2012
@ China
|
#9
|
Stupid question. How does busybox understand how it is invoked? argv[0] gives away the symlink name?
I mean how does it know if I called tar or ping or whatever if it's only one binary?
![]() |
2012-12-02
, 11:54
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#10
|
Stupid question. How does busybox understand how it is invoked? argv[0] gives away the symlink name?
I mean how does it know if I called tar or ping or whatever if it's only one binary?
now i can't install anything
world any way to fixed it?
or
i must update my system?
Last edited by mdbxh; 2012-12-02 at 00:22.