What's new

services-start.sh empty

  • 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!

lhoekenga

Occasional Visitor
The addons tab isn't showing up when I reboot my router. I'm pretty sure this problem showed up when I upgraded to 386.

This topic from last year (384.17 Addons-Menu) suggests that the presence of the addon tab is managed by /jffs/scripts/services-start.sh
services-start.sh appears to be empty..

Code:
router@RT-AC88U-88E0:/jffs/scripts# cat services-start
#!/bin/sh

router@RT-AC88U-88E0:/jffs/scripts#

Should it be? Rebooting doesn't help. Uninstalling and re-installing the add-ons help occasionally.

Liam
 
The addons tab isn't showing up when I reboot my router. I'm pretty sure this problem showed up when I upgraded to 386.

presence of the addon tab is managed by /jffs/scripts/services-start.sh <<<=== here is the problem
services-start.sh appears to be empty..

Code:
router@RT-AC88U-88E0:/jffs/scripts# cat services-start
#!/bin/sh
 
I've never looked at the directory before. Should all of those scripts have a .sh extension?
Code:
router @RT-AC88U-88E0:/jffs/scripts# ls -la
drwxr-xr-x    2 router   root             0 Jun 17 19:38 .
drwxr-xr-x   14 router   root             0 Jun 22 11:50 ..
-rwxr-xr-x    1 router   root         71139 Jun 22 11:37 connmon
-rwxr-xr-x    1 router   root           156 Jun 17 19:38 post-mount
-rwxr-xr-x    1 router   root           121 Jun 17 19:38 service-event
-rwxr-xr-x    1 router   root            11 Mar 31 14:12 services-start
-rwxr-xr-x    1 router   root        117419 Jun 22 11:39 spdmerlin
 
I've never looked at the directory before. Should all of those scripts have a .sh extension?
Code:
router @RT-AC88U-88E0:/jffs/scripts# ls -la
drwxr-xr-x    2 router   root             0 Jun 17 19:38 .
drwxr-xr-x   14 router   root             0 Jun 22 11:50 ..
-rwxr-xr-x    1 router   root         71139 Jun 22 11:37 connmon
-rwxr-xr-x    1 router   root           156 Jun 17 19:38 post-mount
-rwxr-xr-x    1 router   root           121 Jun 17 19:38 service-event
-rwxr-xr-x    1 router   root            11 Mar 31 14:12 services-start
-rwxr-xr-x    1 router   root        117419 Jun 22 11:39 spdmerlin
No
 
The Addons tab comes from Jack Yaz’s scripts, or the Unbound Stats GUI. Make sure all of them are up-to-date, especially Unbound if you have it installed. Most will now be mounted via the post-mount script now instead of services-start.
 
They are all up to date. I just did a factory reset of my router and re-installed both connman and spdmerlin and will see if they remain visible.
Thanks!
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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