What's new

asuswrt-merlin rebooted itself

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Chrysalis

Senior Member
no error in log other than seeing the boot process and low uptime.

any idea what might be the reason? router was pretty much idle, no torrents etc.

also so I dont make another new thread.

I have a script that is supposed to mount my cifs.

admin@RT-N16:/jffs/scripts# ls -l
-rwxr-xr-x 1 admin root 108 Jan 1 2011 init-start
admin@RT-N16:/jffs/scripts# pwd
/jffs/scripts

then if I run the script manually it works.

admin@RT-N16:/jffs/scripts# ./init-start
admin@RT-N16:/jffs/scripts# mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
proc on /proc type proc (rw)
tmpfs on /tmp type tmpfs (rw)
devfs on /dev type tmpfs (rw,noatime)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw)
/dev/mtdblock4 on /jffs type jffs2 (rw,noatime)
usbfs on /proc/bus/usb type usbfs (rw)
\134\134192.168.1.124\134asusmerlin on /cifs1 type cifs (rw,mand,unc=\\192.168.1.124\asusmerlin,username=Chris,uid=0,gid=0,rsize=16384,wsize=57344)

on boot it does nothing.

any ideas on this also?

thanks
 
Last edited:
We have to guess what firmware version you are running?
 
no error in log other than seeing the boot process and low uptime.

any idea what might be the reason? router was pretty much idle, no torrents etc.

Impossible to tell. The router will reboot itself whenever the kernel or a driver crashes, for instance. Could also be a power fluctuation.

I have a script that is supposed to mount my cifs.

admin@RT-N16:/jffs/scripts# ls -l
-rwxr-xr-x 1 admin root 108 Jan 1 2011 init-start
admin@RT-N16:/jffs/scripts# pwd
/jffs/scripts

init-start is way too early in the boot process, the network isn't configured at that point. Move your command into services-start rather, the LAN should be up and running at that stage.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top