Thats OK, thanks.well, i appreciate the work! its just i give a little feedback for future enhancements. thats what this forum is all about btw.
Gesendet von meinem SM-N9005 mit Tapatalk
You will have to wait until I release AB-Solution with "some sort of" pixelserv. There's no such thing as a rudimentary pixelserve solution. It's the real thing or nothing. Serving a pixel involves a webserver to serve the pixel. Thats a lot of work to implement into my script and involves a fair amount of testing. I believe it is well worth the wait.Please release a rudimentary pixelserv version, thanks. It is really annoying when half of the mobile Browser screen is being used by a placeholder.
Gesendet von meinem SM-N9005 mit Tapatalk
Run this in a terminal: cru lI have exactly every hour this error in log.
"crond[750]: user admin: parse error at 7"
Before I had changed to max protection (that one ~ 300k sites) and an update.
Any idea about what it can be?
Run this in a terminal: cru l
(lower case L) and post the output.
The 7 is supposed to be the day the update runs. Sunday is a 0 or a 7, and for some reason the chron is not parsing the 7. If you change that line in the script from 7 to 0, it will work. See TLC's post #97 in this thread.admin@RT-AC87U-FCB8:/tmp/home/root# cru l
00 02 * * 7 /tmp/mnt/ASUS/adblocking/update-hosts.sh #UpdateHosts#
Also before having the error I restarted the router and I saw that the file "ab-solution.sh" has disappeared. I used again the link from first post for installing the ab-solution.
Change this line in /jffs/scripts/services-start fromadmin@RT-AC87U-FCB8:/tmp/home/root# cru l
00 02 * * 7 /tmp/mnt/ASUS/adblocking/update-hosts.sh #UpdateHosts#
cru a UpdateHosts "00 02 * * 0 /tmp/mnt/ASUS/adblocking/update-hosts.sh"
If you downloaded ab-solution.sh with wget it most likely will be stored in the /home/root/ directory on your router. This is a volatile directory and gets wiped and created new at every boot up.Also before having the error I restarted the router and I saw that the file "ab-solution.sh" has disappeared. I used again the link from first post for installing the ab-solution.
You probably don't realize what amount of work this would involve to maintain an integrated Firmware GUI Version of AB-Solution.Maybe it will be an idea to have this solution integrated in FW with that menu options in GUI.
This will avoid usage of FTP or putty by not so advanced users (just for consumers).
Adds are a pain for all but not all consumers will be able to use your this very useful solution.
Probably 80-90% of users are GUI users (including me ).
So, what else do you want from me?
Mar 16 21:07:29 dnsmasq[774]: read /etc/hosts.dnsmasq - 21 addresses
Mar 16 21:07:29 dnsmasq-dhcp[774]: read /etc/ethers - 21 addresses
Mar 16 21:07:29 dnsmasq[774]: using nameserver 75.114.81.2#53 for domain tampabay.rr.com
Mar 16 21:07:29 dnsmasq[774]: using nameserver 75.114.81.1#53 for domain tampabay.rr.com
Mar 16 21:07:29 dnsmasq[774]: using nameserver 75.114.81.1#53
Mar 16 21:07:29 dnsmasq[774]: using nameserver 75.114.81.2#53
Mar 16 21:07:29 disk_monitor: Finish
Mar 16 21:07:29 disk monitor: be idle
Mar 16 20:07:29 FTP Server: daemon is stopped
Mar 16 20:07:29 Samba Server: smb daemon is stopped
Mar 16 21:07:29 mountd[930]: Caught signal 15, un-registering and exiting.
Mar 16 21:07:29 statd[909]: Caught signal 15, un-registering and exiting.
Mar 16 21:07:29 kernel: nfsd: last server has exited
Mar 16 21:07:29 kernel: nfsd: unexporting all filesystems
Mar 16 21:07:30 rc_service: service 1115:notify_rc restart_dnsmasq
Mar 16 21:07:30 rc_service: waitting "restart_nasapps" via hotplug ...
Mar 16 20:07:30 Samba Server: daemon is started
Mar 16 21:07:30 statd[1129]: Version 1.1.6 Starting
Mar 16 21:07:30 statd[1129]: statd running as root. chown /var/lib/nfs/sm to choose different user
Mar 16 21:07:32 dnsmasq[774]: exiting on receipt of SIGTERM
Mar 16 20:07:32 custom config: Appending content of /jffs/configs/dnsmasq.conf.add.
Mar 16 20:07:32 custom script: Running /jffs/scripts/dnsmasq.postconf (args: /etc/dnsmasq.conf)
Mar 16 21:07:32 elorimer: AB-Solution: services-start has restarted dnsmasq
Mar 16 21:07:32 elorimer: AB-Solution added entries via dnsmasq.postconf
Mar 16 21:07:35 hour monitor: daemon is starting
custom config: Those are calls made by the system, and I seem to remember they are not run in a particular order. So it could be they were scheduled to be executed at that time-stamp's time but delayed by other calls. Then daylight savings time kicked in.TLC:
There is something hinky in the timestamps in the logging. See this as part of a boot sequence shortly after the NTP sync resets the clock to 21:07:19:
Code:Mar 16 21:07:29 dnsmasq[774]: read /etc/hosts.dnsmasq - 21 addresses Mar 16 21:07:29 dnsmasq-dhcp[774]: read /etc/ethers - 21 addresses Mar 16 21:07:29 dnsmasq[774]: using nameserver 75.114.81.2#53 for domain tampabay.rr.com Mar 16 21:07:29 dnsmasq[774]: using nameserver 75.114.81.1#53 for domain tampabay.rr.com Mar 16 21:07:29 dnsmasq[774]: using nameserver 75.114.81.1#53 Mar 16 21:07:29 dnsmasq[774]: using nameserver 75.114.81.2#53 Mar 16 21:07:29 disk_monitor: Finish Mar 16 21:07:29 disk monitor: be idle Mar 16 20:07:29 FTP Server: daemon is stopped Mar 16 20:07:29 Samba Server: smb daemon is stopped Mar 16 21:07:29 mountd[930]: Caught signal 15, un-registering and exiting. Mar 16 21:07:29 statd[909]: Caught signal 15, un-registering and exiting. Mar 16 21:07:29 kernel: nfsd: last server has exited Mar 16 21:07:29 kernel: nfsd: unexporting all filesystems Mar 16 21:07:30 rc_service: service 1115:notify_rc restart_dnsmasq Mar 16 21:07:30 rc_service: waitting "restart_nasapps" via hotplug ... Mar 16 20:07:30 Samba Server: daemon is started Mar 16 21:07:30 statd[1129]: Version 1.1.6 Starting Mar 16 21:07:30 statd[1129]: statd running as root. chown /var/lib/nfs/sm to choose different user Mar 16 21:07:32 dnsmasq[774]: exiting on receipt of SIGTERM Mar 16 20:07:32 custom config: Appending content of /jffs/configs/dnsmasq.conf.add. Mar 16 20:07:32 custom script: Running /jffs/scripts/dnsmasq.postconf (args: /etc/dnsmasq.conf) Mar 16 21:07:32 elorimer: AB-Solution: services-start has restarted dnsmasq Mar 16 21:07:32 elorimer: AB-Solution added entries via dnsmasq.postconf Mar 16 21:07:35 hour monitor: daemon is starting
The time stamps are all 21:07, except that the FTP Server and the Samba Server message exactly an hour earlier in two places, and then the custom config and custom script entries the same. Perhaps a daylight savings time thing? Are there two clocks?
N66U with 58 beta 1, otherwise performing normally.
Not sure. You could test it though.Will adblock solution work in conjunction with transparent squid 3.5? Sorry for the noobie question. I just don't want to mess up, and better to ask than take a risk approach.
Why, doesn't it?dump question
anyone succeeded in blocking youtube ads ? is there is a spacific url to blacklist ?
Hi. Is there anyway to make the script capable of bypassing the Adblock detector on Forbes.com?Not sure. You could test it though.
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!