@Mircica
Please put up your post-mount script.
#!/bin/sh
swapon /tmp/mnt/Entware/myswap.swp # Added by Diversion
. /jffs/addons/diversion/mount-entware.div # Added by Diversion
@Mircica
Please put up your post-mount script.
need this one too..... /jffs/addons/diversion/mount-entware.div
SDx="sda1" # Default - Change for sdb1 etc.
to
SDx=`df | grep "tmp/mnt/Data" | cut -d '/' -f 3 | cut -d ' ' -f 1`
need this one too....
Quick fix for your first script.....change it from
Code:SDx="sda1" # Default - Change for sdb1 etc. to [CODE]SDx=`df | grep "tmp/mnt/Data" | cut -d '/' -f 3 | cut -d ' ' -f 1`
and it will always grab the right one
Make sure you take out the extra [ CODE] tag I just edited out
Done it my friend!Make sure you take out the extra [ CODE] tag I just edited out
Now I see log inside ASUS WebUIMake sure you take out the extra [ CODE] tag I just edited out
I can recreate it and see what it's complaining about.....the page calls a javascript function to manage the graph which then calls an svg function to process the data. When the svg tries to return the data to the javascript it dies with a cross domain error when first party isolate is on. Unfortunately, I'm html 'challenged' in this area....is there an html doctor in the house?
BTW....it looks like the same code in Merlin, so I'd expect the Merlin builds to have the same problem.
That's your local IP adres......
Then I suggest that you remove any logging related scripts for the time being so we can see what's going on.I have exactly the same settings in panel but I am using a Martineau script to move log to usb!
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!