What's new

Two Addons tabs

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

gjf

Senior Member
Hi.

After update to Merlin 386.1_2 I can see two Addons tabs in menu with the same content and functionality.

Why and how to fix it?
 

Attachments

  • Безымянный.png
    Безымянный.png
    22.1 KB · Views: 124
Hi.

After update to Merlin 386.1_2 I can see two Addons tabs in menu with the same content and functionality.

Why and how to fix it?
Have you rebooted?
 
So - any more ideas?

Can installed addons affect this behaviour? If so - I have the following ones installed:
Безымянный.png
 
check the contents of /jffs/scripts/services-start and /jffs/scripts/post-mount

Is anything duplicated?

After a reboot, please post a complete copy of your system log so I can check for any of my scripts running twice/concurrently
 
#!/bin/sh

/jffs/scripts/EZprinterRestartLoop.sh &
service stop_lpd

#RC='/opt/etc/init.d/rc.unslung'

#i=30
#until [ -x "$RC" ] ; do
# i=$(($i-1))
# if [ "$i" -lt 1 ] ; then
# logger "Could not start Entware"
# exit
# fi
# sleep 1
#done
#$RC start

/jffs/scripts/YazFi startup & # YazFi
cru a logrotate "5 0 * * * /opt/sbin/logrotate /opt/etc/logrotate.conf >> /opt/>
/jffs/scripts/YazDHCP startup "$@" & # YazDHCP
cru a root_servers "12 4 * * * curl -o \/opt\/var\/lib\/unbound\/root\.hints h>
cru a ytadblock "*/5 * * * * /opt/var/lib/unbound/adblock/gen_ytadblock.sh" >
cru a flexqos "30 3 * * * /jffs/addons/flexqos/flexqos.sh -check" # FlexQoS Add>

#!/bin/sh
swapon /tmp/mnt/swapusb/myswap.swp # Added by amtm
#
# /jffs/scripts/post-mount
#
if [ "$1" = "/tmp/mnt/swapusb" ] ; then
# set up and run Entware
ln -nsf $1/entware /tmp/opt
logger "$0:" "Enabling swap on /tmp/mnt/swapusb/myswap.swp"
logger "$0:" "Running rc.unslung to start Entware services ..."
/opt/etc/init.d/rc.unslung start
#/jffs/scripts/EZprinterRestartLoop.sh &
#service stop_lpd
# Below is the content of services-start file
# In fact services-start is obsolete and could be deleted
# But you should move the content here
#
fi
# This part corresponds to spin down mechanism
# Put it in the very end of your post-mount file
# HDD is the path to HDD disk to be spinned down
HDD=/mnt/HSH_HDD
DISKEXCLUDE=abcdefghijklmnopqrstuvwxyz
DEVICE=$(mount | grep $HDD | cut -f 1 -d " ")
killall -q - sd-idle-2.6
sleep 10
sd-idle-2.6 -i 900 -c 30 -d !${DISKEXCLUDE//${DEVICE:7:1}/}
/jffs/scripts/connmon startup "$@" & # connmon
/jffs/scripts/spdmerlin startup "$@" & # spdMerlin
/jffs/scripts/ntpmerlin startup "$@" & # ntpMerlin
/jffs/scripts/uiScribe startup "$@" & # uiScribe
/jffs/scripts/scmerlin startup "$@" & # scMerlin
cru a logrotate "5 0 * * * /opt/sbin/logrotate /opt/etc/logrotate.conf >> /opt/>
/jffs/addons/unbound/unbound_stats.sh startup # Unbound_Stats.sh

After a reboot, please post a complete copy of your system log so I can check for any of my scripts running twice/concurrently
Here we go.

Also I have to report that during this very reboot no addons were displayed at all.

But after a while I have reloaded the page and one Addons tab appeared.

Seems the situation got to normal, will investigate more.
 
I guess I found the source of the problem: it was an update from amtm. Looks like reboot was necessary to complete those update otherwise two tabs case happens.

So the case's closed.
 

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