jrmwvu04
Very Senior Member
No, no delay.Any syslog-ng users see such delay by the way?
No, no delay.Any syslog-ng users see such delay by the way?
Add these entries to your adblock script's whitelist
Code:fls-na.amazon.com fls-eu.amazon.co.uk
Restart dnsmasq on your router. Reboot your client PC or smartphone. Issue should be fixed.
Not Working same dog image!
psVersion=$(echo $(pixelserv-tls -v | awk 'NR == 1 {print $2}'))
if [ -z "$psVersion" ]; then
echo "You do not appear to have pixelserv-tls installed or running." && \
exit 1
fi
# [[ "$(/bin/ps | grep -v grep | grep -o pixelserv-tls)" = "" || ! -x /opt/bin/pixelserv-tls ]] && \
# echo "You do not appear to have pixelserv-tls installed or running." && \
# exit 1
Type a+ [ all.dnsomatic.com != ]
+ echo -n , b
, b+ echo -n to proceed or anything else to quit:
to proceed or anything else to quit: + read ans
a
+ echo
+ _domain=
+ [ a = a ]
+ _domain=router.asus.com
+ [ a = b ]
+ [ router.asus.com = ]
config-webgui.sh is not working.
The first error message told me I did not have pixelserv running or not installed. I fixed it by this code:
Code:psVersion=$(echo $(pixelserv-tls -v | awk 'NR == 1 {print $2}')) if [ -z "$psVersion" ]; then echo "You do not appear to have pixelserv-tls installed or running." && \ exit 1 fi # [[ "$(/bin/ps | grep -v grep | grep -o pixelserv-tls)" = "" || ! -x /opt/bin/pixelserv-tls ]] && \ # echo "You do not appear to have pixelserv-tls installed or running." && \ # exit 1
It is not hanging here after I type option "a":
Code:Type a+ [ all.dnsomatic.com != ] + echo -n , b , b+ echo -n to proceed or anything else to quit: to proceed or anything else to quit: + read ans a + echo + _domain= + [ a = a ] + _domain=router.asus.com + [ a = b ] + [ router.asus.com = ]
I used it yesterday, worked fine for me?config-webgui.sh is not working.
I figured as much. Just trying to get past the error quickly. In the log file, I see pixelserv-tls is started successfully.Your change is simply another way to check if pixelserv-tls is installed but then you don't check if pixelserv-tls is running.
What's the original issue that you run into?
/bin/ps | grep -v grep | grep -o pixelserv-tls)" = ""
I add the set -x line to the code to see where it was hanging. So you are seeing the code being "echoed" which is hard to read for interactive scripts.I don't quite get the 2nd issue you run into..
That's perhaps SNBforums truncates code block in desperate and senseless effort to protect it from being hacked. Perhaps you could post it on pastebin..
Egads! I remember double checking that switch value and looking at the options. I need to take a break and get some coffee!.@Xentrk Nice LCD panel and font..and color theme (from Diversion).
Well, I don't know what's the underlying issue here. Many people have run the config-webgui.sh without issue. Recently one guy did run into some issue on option "b" (which I believe is less popular). That bug was a typo and quickly fixed too.
I guess you've to figure out what's happening in your router. That's part of the burden of proof when people start tinkering and I would guess having some bespoke stuff of their own creation
Sep 3 16:53:55 RT-AC88U-8248 pixelserv-tls[18481]: pixelserv-tls: v2.0.1 compiled: Mar 3 2018 11:05:58 options: 192.168.22.2 -l 4
Sep 3 16:53:55 RT-AC88U-8248 pixelserv-tls[18481]: Listening on :192.168.22.2:80
Sep 3 16:53:55 RT-AC88U-8248 pixelserv-tls[18481]: Listening on :192.168.22.2:443
If you see a padlock, congrats or else you may revert the change.
If I recall correctly, I had to restart Firefox after importing the certificate before the padlock was shown. I don't know how other browsers handle this though.If you see a padlock, congrats or else you may revert the change.
Are you running an OpenVPN server on port 443?still aborting and saying address is already in use - crazy
yes of course I am - what a dumbass I am thank you very muchAre you running an OpenVPN server on port 443?
If not wrong, I think openvpn can have custom line.Y
yes of course I am - what a dumbass I am thank you very much
I also had to whitelist mads.amazon.com. Using AMZ app is like a moving target!Not Working same dog image!
Is it the case that port-share only works if OpenVPN is in TCP mode?port-share PixelservPort 443
Sorry. I think I am using the <local ddnsAdress> too..Or put local <ddns address> in the custom config box: pixelserv - A Better One-pixel Webserver for Adblock
OK so I did the easy change to OVPN port - changed to something other than 443. Checked Netstat display all sockets - nothing else listening or establised on port 443. After restarting pixelserv and even reinstalling i still get
Sep 4 09:57:21 Entware (armv7sf-k2.6): Started pixelserv-tls (Diversion) from
Sep 4 09:57:21 pixelserv-tls[31638]: pixelserv-tls 2.1.3-test.4 (compiled: Jul 17 2018 01:44:19) options: 192.168.2.3
Sep 4 09:57:22 pixelserv-tls[31638]: Abort: Address already in use - :192.168.2.3:443
$ opkg install lsof
$ /opt/bin/lsof -nPT|grep :443
Thread starter | Title | Forum | Replies | Date |
---|---|---|---|---|
C | Diversion Pixelserv replacement | Asuswrt-Merlin AddOns | 2 | |
L | Is Diversion better than NextDNS, PiHole or AdGuard Home? | Asuswrt-Merlin AddOns | 10 |
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!