DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2008-01-18 11:02:42

trasgu
Member
Registered: 2007-11-22
Posts: 12

nohup for dns-313

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

 

#2 2008-01-18 19:50:16

radir
Member
Registered: 2008-01-03
Posts: 68

Re: nohup for dns-313

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

 

#3 2008-01-19 14:53:57

trasgu
Member
Registered: 2007-11-22
Posts: 12

Re: nohup for dns-313

Thank you radir.

Is there a DNS-313 compiled version of Busybox for downloading somewhere?

Regards,

trasgu

Offline

 

#4 2008-01-19 15:16:30

radir
Member
Registered: 2008-01-03
Posts: 68

Re: nohup for dns-313

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

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB