Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi All,
Busybox version that comes with the original DLink firmware doesn't come with nohup included.
Has anyone compiled a nohup version for DNS-313?
Is it possible to replace the original Busybox version included with a new one in a safety way? Has anyone done it?
Regards,
Offline
trasgu wrote:
Hi All,
Busybox version that comes with the original DLink firmware doesn't come with nohup included.
Has anyone compiled a nohup version for DNS-313?
Is it possible to replace the original Busybox version included with a new one in a safety way? Has anyone done it?
Regards,
Hi,
Yes, you can compile other busybox version with nohup support. As every reboot overwrites the standard linux files (/bin, /sbin, /etc) the only way it worked for me to use fun_plug to copy and/or re-link new busybox version. Like this:
#!/bin/sh
# -- rename old busybox
/mnt/HD_a2/<your path>/busybox mv /bin/busybox /bin/busybox.old
# -- link new busybox
/mnt/HD_a2/<your path>/busybox ln -sf /mnt/HD_a2/<your path>/busybox /bin/busybox
ln -sf /bin/busybox /bin/nohup
[If anybody has any better solution please let me know too.]
Regards
Offline
Thank you radir.
Is there a DNS-313 compiled version of Busybox for downloading somewhere?
Regards,
trasgu
Offline
Hi,
I compiled mine. If I get a free online store somewhere I will put the version I use. But you can follow the instructions of DNS323 to compile your version too. It is not so hard as no fun_plug/telnet magic is required as on 323, because telnet is working on 313 by default.
Regards.
Offline