Privoxy Causing Router Crash

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2
Author Message
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Sun May 31, 2015 6:18    Post subject: Reply with quote
jebise101 wrote:
syslog are saved to a raspberry pi. It is the third time I reconfigured privoxy and same issue. This issue has plagued my network since early January, and since don't know the root cause. My configuration is very simple and there are no scripts or anything special on the router but it still causes it to crash. The router has privoxy, wifi and guest network nothing complex. Was much more complex before but disabled everything but don't really want to disable privoxy.

Is your config similar to mine?

I've been watch the memory and logs daily and no errors are reported in syslog until it decides to crash which is the result above.


You have enabled pipelining and specified max 256 clients, default buffer is 4MB for each client connection. Thus if you max out those connections you will already need 1GB of ram for that. Thus by "design" you will run out of ram unless you have a swap.
Sponsor
kratosvn
DD-WRT Novice


Joined: 24 May 2015
Posts: 42

PostPosted: Sun May 31, 2015 6:45    Post subject: Reply with quote
<Kong> wrote:
jebise101 wrote:
syslog are saved to a raspberry pi. It is the third time I reconfigured privoxy and same issue. This issue has plagued my network since early January, and since don't know the root cause. My configuration is very simple and there are no scripts or anything special on the router but it still causes it to crash. The router has privoxy, wifi and guest network nothing complex. Was much more complex before but disabled everything but don't really want to disable privoxy.

Is your config similar to mine?

I've been watch the memory and logs daily and no errors are reported in syslog until it decides to crash which is the result above.


You have enabled pipelining and specified max 256 clients, default buffer is 4MB for each client connection. Thus if you max out those connections you will already need 1GB of ram for that. Thus by "design" you will run out of ram unless you have a swap.

Woh ... that is the answer Wink) now we need to test it ...if it is correct so it is not memory leak ... it is just configuration Very Happy
jebise101
DD-WRT Guru


Joined: 25 Sep 2009
Posts: 594

PostPosted: Sun May 31, 2015 14:30    Post subject: Reply with quote
Okay, going to leave the connection at 256 for now but disabled pipelining, it makes sense that is using up all the ram and see no use for it.

Turned off swap using "swapoff -a" but sadly will take 15+ days before the router runs out of memory again.

Last thing i need to fix is some ads from adchoice/adsense are getting through all filters.
jebise101
DD-WRT Guru


Joined: 25 Sep 2009
Posts: 594

PostPosted: Tue Jun 09, 2015 1:11    Post subject: Reply with quote
okay so 9 days in and I can see privoxy is crashing the router. I had the swap partition disabled just so I could see, but memory looks fine however buffer is extremely low (0.1 MB/140.1 MB). pipelining has been disabled since my last post. Is this caused by max-client set to 256? I only have 20 devices (wifi AND lan) connected.

Even after enabling the swap using swapon -a /dev/sda3 used buffer is still zero.

Code:

confdir /jffs/etc/privoxy
templdir /jffs/etc/privoxy/templates
logdir /var/log/privoxy
actionsfile match-all.action
actionsfile default.action
actionsfile user.action
filterfile default.filter
actionsfile easyprivacy.script.action
actionsfile malwaredomains_full.script.action
actionsfile easylist.script.action
filterfile easyprivacy.script.filter
filterfile malwaredomains_full.script.filter
filterfile easylist.script.filter
logfile logfile
tolerate-pipelining 0
enable-compression 1
enable-edit-actions 0
accept-intercepted-requests 1
listen-address 192.168.1.1:8118
max-client-connections 256
default-server-timeout 60
keep-alive-timeout 300
socket-timeout 120
toggle 1


before enabling swap
Code:

root@DD-WRT:~# free
             total         used         free       shared      buffers
Mem:        255508       142576       112932            0           48
-/+ buffers:             142528       112980
Swap:            0            0            0


After enabling swap
Code:

root@DD-WRT:~# free
             total         used         free       shared      buffers
Mem:        255508       139804       115704            0           72
-/+ buffers:             139732       115776
Swap:      2341884            0      2341884


Code:

Total Available249.5 MB / 256.0 MB
Free115.1 MB / 249.5 MB
Used134.4 MB / 249.5 MB
Buffers0.1 MB / 134.4 MB
Cached18.8 MB / 134.4 MB
Active24.9 MB / 134.4 MB
Inactive11.1 MB / 134.4 MB


Code:

Jun 9 00:51:13 DD-WRT kern.warn kernel: privoxy invoked oom-killer: gfp_mask=0x3000d0, order=1, oom_score_adj=0
Jun 9 00:51:13 DD-WRT kern.warn kernel: CPU: 1 PID: 8735 Comm: privoxy Tainted: P 3.10.72 #360
Jun 9 00:51:13 DD-WRT kern.warn kernel: Backtrace:
Jun 9 00:51:13 DD-WRT kern.warn kernel: [] (dump_backtrace+0x0/0x118) from [] (show_stack+0x18/0x1c)
Jun 9 00:51:13 DD-WRT kern.warn kernel: r6:c798f280 r5:00000000 r4:c58c8000 r3:00000000
Jun 9 00:51:13 DD-WRT kern.warn kernel: [] (show_stack+0x0/0x1c) from [] (dump_stack+0x24/0x28)
Jun 9 00:51:13 DD-WRT kern.warn kernel: [] (dump_stack+0x0/0x28) from [] (dump_header.isra.13+0x84/0x194)
Jun 9 00:51:13 DD-WRT kern.warn kernel: [] (dump_header.isra.13+0x0/0x194) from [] (oom_kill_process+0x90/0x3e8)
Jun 9 00:51:13 DD-WRT kern.warn kernel: [] (oom_kill_process+0x0/0x3e8) from [] (out_of_memory+0x2c0/0x304)
Jun 9 00:51:13 DD-WRT kern.warn kernel: [] (out_of_memory+0x0/0x304) from [] (__alloc_pages_nodemask+0x5b0/0x694)
Jun 9 00:51:13 DD-WRT kern.warn kernel: [] (__alloc_pages_nodemask+0x0/0x694) from [] (copy_process.part.68+0xdc/0xe30)
Jun 9 00:51:13 DD-WRT kern.warn kernel: [] (copy_process.part.68+0x0/0xe30) from [] (do_fork+0xe0/0x2bc)
Jun 9 00:51:13 DD-WRT kern.warn kernel: [] (do_fork+0x0/0x2bc) from [] (SyS_clone+0x24/0x2c)
Jun 9 00:51:13 DD-WRT kern.warn kernel: r9:c58c8000 r8:c0008d24 r7:00000078 r6:b6b6cd14 r5:b6fcc164
Jun 9 00:51:13 DD-WRT kern.warn kernel: r4:b6b6cd2c
Jun 9 00:51:13 DD-WRT kern.warn kernel: Mem-info:
Jun 9 00:51:13 DD-WRT kern.warn kernel: Normal per-cpu:
Jun 9 00:51:13 DD-WRT kern.warn kernel: CPU 0: hi: 42, btch: 7 usd: 6
Jun 9 00:51:13 DD-WRT kern.warn kernel: CPU 1: hi: 42, btch: 7 usd: 36
Jun 9 00:51:13 DD-WRT kern.warn kernel: HighMem per-cpu:
Jun 9 00:51:13 DD-WRT kern.warn kernel: CPU 0: hi: 42, btch: 7 usd: 36
Jun 9 00:51:13 DD-WRT kern.warn kernel: CPU 1: hi: 42, btch: 7 usd: 4
Jun 9 00:51:13 DD-WRT kern.warn kernel: active_anon:6834 inactive_anon:0 isolated_anon:0
Jun 9 00:51:13 DD-WRT kern.warn kernel: active_file:1994 inactive_file:2339 isolated_file:0
Jun 9 00:51:13 DD-WRT kern.warn kernel: unevictable:0 dirty:0 writeback:0 unstable:0
Jun 9 00:51:13 DD-WRT kern.warn kernel: free:25599 slab_reclaimable:398 slab_unreclaimable:23094
Jun 9 00:51:13 DD-WRT kern.warn kernel: mapped:469 shmem:0 pagetables:82 bounce:0
Jun 9 00:51:13 DD-WRT kern.warn kernel: free_cma:0
Jun 9 00:51:13 DD-WRT kern.warn kernel: Normal free:16092kB min:16384kB low:20480kB high:24576kB active_anon:0kB inactive_anon:0kB active_file:12kB inactive_file:56kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:131072kB managed:124204kB mlocked:0kB d
Jun 9 00:51:13 DD-WRT kern.warn kernel: lowmem_reserve[]: 0 1024 1024
Jun 9 00:51:13 DD-WRT kern.warn kernel: HighMem free:86216kB min:128kB low:4448kB high:8772kB active_anon:27336kB inactive_anon:0kB active_file:7924kB inactive_file:9328kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:131072kB managed:131072kB mlocked:
Jun 9 00:51:13 DD-WRT kern.warn kernel: lowmem_reserve[]: 0 0 0
Jun 9 00:51:13 DD-WRT kern.warn kernel: Normal: 19*4kB (UEM) 13*8kB (UEM) 9*16kB (UEM) 6*32kB (UM) 8*64kB (UEM) 7*128kB (EM) 9*256kB (UEM) 5*512kB (UEM) 1*1024kB (E) 0*2048kB 2*4096kB (R) = 16004kB
Jun 9 00:51:13 DD-WRT kern.warn kernel: HighMem: 62*4kB (UM) 78*8kB (UM) 18*16kB (UM) 12*32kB (M) 7*64kB (UM) 4*128kB (UM) 3*256kB (UM) 2*512kB (UM) 2*1024kB (U) 3*2048kB (UM) 18*4096kB (MR) = 86216kB
Jun 9 00:51:13 DD-WRT kern.warn kernel: 4334 total pagecache pages
Jun 9 00:51:13 DD-WRT kern.warn kernel: 0 pages in swap cache
Jun 9 00:51:13 DD-WRT kern.warn kernel: Swap cache stats: add 0, delete 0, find 0/0
Jun 9 00:51:13 DD-WRT kern.warn kernel: Free swap = 0kB
Jun 9 00:51:13 DD-WRT kern.warn kernel: Total swap = 0kB
Jun 9 00:51:13 DD-WRT kern.warn kernel: 65536 pages of RAM
Jun 9 00:51:13 DD-WRT kern.warn kernel: 25853 free pages
Jun 9 00:51:13 DD-WRT kern.warn kernel: 1659 reserved pages
Jun 9 00:51:13 DD-WRT kern.warn kernel: 23591 slab pages
Jun 9 00:51:13 DD-WRT kern.warn kernel: 273376 pages shared
Jun 9 00:51:13 DD-WRT kern.warn kernel: 0 pages swap cached
Jun 9 00:51:13 DD-WRT kern.info kernel: [ pid ] uid tgid total_vm rss nr_ptes swapents oom_score_adj name
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 617] 0 617 189 81 3 0 0 hotplug2
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 621] 0 621 209 75 3 0 0 mstpd
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 655] 0 655 343 72 3 0 0 watchdog
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 8685] 0 8685 182 53 3 0 0 cron
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 8704] 0 8704 240 98 3 0 0 dnsmasq
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 8717] 0 8717 217 62 3 0 0 dropbear
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 8735] 0 8735 8366 6483 21 0 0 privoxy
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 9072] 0 9072 313 133 3 0 0 ttraff
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 9275] 0 9275 313 115 3 0 0 process_monitor
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 9495] 0 9495 902 344 5 0 0 httpd
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 9710] 0 9710 332 62 3 0 0 wland
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 9711] 0 9711 291 55 3 0 0 udhcpc
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 9792] 0 9792 332 45 3 0 0 resetbutton
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 9793] 0 9793 291 52 3 0 0 syslogd
Jun 9 00:51:13 DD-WRT kern.info kernel: [ 9796] 0 9796 291 49 3 0 0 klogd
Jun 9 00:51:13 DD-WRT kern.info kernel: [30913] 0 30913 368 107 3 0 0 nas
Jun 9 00:51:13 DD-WRT kern.info kernel: [30914] 0 30914 368 107 4 0 0 nas
Jun 9 00:51:13 DD-WRT kern.info kernel: [30917] 0 30917 368 107 3 0 0 nas
Jun 9 00:51:13 DD-WRT kern.err kernel: Out of memory: Kill process 8735 (privoxy) score 98 or sacrifice child
Jun 9 00:51:13 DD-WRT kern.err kernel: Killed process 8735 (privoxy) total-vm:33464kB, anon-rss:25412kB, file-rss:520kB
Jun 9 00:51:16 DD-WRT kern.warn kernel: br0: received packet on vlan1 with own address as source address
Jun 9 00:51:17 DD-WRT kern.warn kernel: br0: received packet on vlan1 with own address as source address
Jun 9 00:51:32 DD-WRT kern.warn kernel: br0: received packet on vlan1 with own address as source address
Jun 9 00:51:44 DD-WRT kern.warn kernel: br0: received packet on vlan1 with own address as source address
Jun 9 00:51:46 DD-WRT kern.warn kernel: br0: received packet on vlan1 with own address as source address
Jun 9 00:51:47 DD-WRT kern.warn kernel: br0: received packet on vlan1 with own address as source address
Jun 9 00:52:01 DD-WRT user.info : Privoxy : privoxy started


Code:

Jun 9 01:00:20 DD-WRT kern.err kernel: Killed process 29225 (privoxy) total-vm:23688kB, anon-rss:17224kB, file-rss:516kB
Jun 9 01:01:37 DD-WRT kern.info kernel: Adding 2341884k swap on /dev/sda3. Priority:-1 extents:1 across:2341884k
Jun 9 01:02:01 DD-WRT user.info : Privoxy : privoxy started
Jun 9 01:05:33 DD-WRT kern.info kernel: Adding 2341884k swap on /dev/sda3. Priority:-1 extents:1 across:2341884k
jebise101
DD-WRT Guru


Joined: 25 Sep 2009
Posts: 594

PostPosted: Tue Jun 09, 2015 2:18    Post subject: Reply with quote
Also I enabled firewall logging and the below just fills the log, i mean there are hundreds/thousands of these entries. After enabling the firewall log the CPU usage went up really fast and the webui stopped working. I had to reboot the router then disable the firewall logs.
for what it's worth this is the raspberry pi which i'm using as for syslog. I hope syslog is the reason for so many of these entries?
Code:

Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2014 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2015 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2016 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2017 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2018 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2019 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2020 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2021 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2022 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2023 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2024 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2025 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2026 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN=br0 OUT= MAC=xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx SRC=192.168.1.148 DST=192.168.1.1 LEN=70 TOS=0x00 PREC=0x00 TTL=64 ID=31190 DF PROTO=UDP SPT=60577 DPT=53 LEN=50
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2028 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=234 TOS=0x00 PREC=0x00 TTL=64 ID=2029 DF PROTO=UDP SPT=33806 DPT=514 LEN=214
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2030 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2031 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
Jun  9 02:05:13 dd-wrt kernel: ACCEPT IN= OUT=br0 SRC=192.168.1.1 DST=192.168.1.148 LEN=190 TOS=0x00 PREC=0x00 TTL=64 ID=2032 DF PROTO=UDP SPT=33806 DPT=514 LEN=170
jebise101
DD-WRT Guru


Joined: 25 Sep 2009
Posts: 594

PostPosted: Fri Jun 12, 2015 3:22    Post subject: Reply with quote
bump
KALIROB2K6
DD-WRT User


Joined: 29 Sep 2008
Posts: 127

PostPosted: Fri Jun 12, 2015 21:18    Post subject: Reply with quote
<Kong> wrote:
It says it ran out of memory, thus privoxy issue.

The question is why. I have never seen this and I have been using it daily since I added it:-)

Do you use a custom config?

Did you enable logging?

If you enabled logging, did you make sure it logs to usb disk and not ram?

It is either a config problem or memory leak.
Also adding a usb stick with swap partition would help to avoid the out of memory.


this is a good suggestion, this happened to ours and my husband did this and no more crashes!

off-topic - i sooooo wish you did atheros models too Kong! our wndr4500 and wzr-hp-ag300h both had software bricks (?) amd the forums there are totally dead so the topic sits there with no one helping us... well me now since i get to finish maternity leave hehe. Rolling Eyes

- jenn
jebise101
DD-WRT Guru


Joined: 25 Sep 2009
Posts: 594

PostPosted: Sat Jun 13, 2015 17:03    Post subject: Reply with quote
as i started I don't have logging enabled and even if I do its on the usb stick. I changed my config recently but it's been crashing well before it. [/list]
jebise101
DD-WRT Guru


Joined: 25 Sep 2009
Posts: 594

PostPosted: Sat Jun 20, 2015 20:50    Post subject: Reply with quote
crashed again even with 2GB swap file, the swap does not seem to be getting used.

Please can anyone assist why it keeps happening? It's been 6 months with this constant crashing. Does not matter which build and my config is really simple I don't have anything extra running on the router. It's privoxy but my config is no different than others on here.

Yes i have wiped and configured from scratch many times. Could it be the usb where everything is stored?
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Sat Jun 20, 2015 21:31    Post subject: Reply with quote
jebise101 wrote:
crashed again even with 2GB swap file, the swap does not seem to be getting used.

Please can anyone assist why it keeps happening? It's been 6 months with this constant crashing. Does not matter which build and my config is really simple I don't have anything extra running on the router. It's privoxy but my config is no different than others on here.

Yes i have wiped and configured from scratch many times. Could it be the usb where everything is stored?


Provide message log from crash if swap was enabled, your last log shows, that there was no swap.
jebise101
DD-WRT Guru


Joined: 25 Sep 2009
Posts: 594

PostPosted: Sun Jun 21, 2015 2:41    Post subject: Reply with quote
I didn't think i'd need to keep the log again so I cleared the log file on the raspi since it was taking up allot of space.

Will have to wait for the next crash
jebise101
DD-WRT Guru


Joined: 25 Sep 2009
Posts: 594

PostPosted: Mon Jun 29, 2015 19:45    Post subject: Reply with quote
Kong see logs below, this is extremely frustrating. At this point i'm just going to stop using Privoxy. As you can see swap is loaded but not cached, the router hasn't restarted but the internet is basically unusable.

Code:

Jun 29 03:27:56 dd-wrt kernel: mstpd invoked oom-killer: gfp_mask=0x80d0, order=0, oom_score_adj=0
Jun 29 03:27:56 dd-wrt kernel: CPU: 0 PID: 621 Comm: mstpd Tainted: P             3.10.72 #360
Jun 29 03:27:56 dd-wrt kernel: Backtrace:
Jun 29 03:27:56 dd-wrt kernel: [<c0015cb8>] (dump_backtrace+0x0/0x118) from [<c0015ec0>] (show_stack+0x18/0x1c)
Jun 29 03:27:56 dd-wrt kernel:  r6:c7a4c940 r5:00000000 r4:c72c0000 r3:00000000
Jun 29 03:27:56 dd-wrt kernel: [<c0015ea8>] (show_stack+0x0/0x1c) from [<c012e2c4>] (dump_stack+0x24/0x28)
Jun 29 03:27:56 dd-wrt kernel: [<c012e2a0>] (dump_stack+0x0/0x28) from [<c007c454>] (dump_header.isra.13+0x84/0x194)
Jun 29 03:27:56 dd-wrt kernel: [<c007c3d0>] (dump_header.isra.13+0x0/0x194) from [<c007c7e0>] (oom_kill_process+0x90/0x3e8)
Jun 29 03:27:56 dd-wrt kernel: [<c007c750>] (oom_kill_process+0x0/0x3e8) from [<c007d004>] (out_of_memory+0x2c0/0x304)
Jun 29 03:27:56 dd-wrt kernel: [<c007cd44>] (out_of_memory+0x0/0x304) from [<c007fb44>] (__alloc_pages_nodemask+0x5b0/0x694)
Jun 29 03:27:56 dd-wrt kernel: [<c007f594>] (__alloc_pages_nodemask+0x0/0x694) from [<c007fc40>] (__get_free_pages+0x18/0x34)
Jun 29 03:27:56 dd-wrt kernel: [<c007fc28>] (__get_free_pages+0x0/0x34) from [<c007fc74>] (get_zeroed_page+0x18/0x1c)
Jun 29 03:27:56 dd-wrt kernel: [<c007fc5c>] (get_zeroed_page+0x0/0x1c) from [<c00f50fc>] (sysfs_follow_link+0x1c/0x198)
Jun 29 03:27:56 dd-wrt kernel: [<c00f50e0>] (sysfs_follow_link+0x0/0x198) from [<c00b0464>] (link_path_walk+0x408/0x854)
Jun 29 03:27:56 dd-wrt kernel: [<c00b005c>] (link_path_walk+0x0/0x854) from [<c00b0ff0>] (path_lookupat+0x5c/0x7a0)
Jun 29 03:27:56 dd-wrt kernel: [<c00b0f94>] (path_lookupat+0x0/0x7a0) from [<c00b175c>] (filename_lookup.isra.48+0x28/0x64)
Jun 29 03:27:57 dd-wrt kernel: [<c00b1734>] (filename_lookup.isra.48+0x0/0x64) from [<c00b37a0>] (user_path_at_empty+0x54/0x78)
Jun 29 03:27:57 dd-wrt kernel:  r7:c72c1f60 r6:00000001 r5:c72c1eb8 r4:c1ba6000
Jun 29 03:27:57 dd-wrt kernel: [<c00b374c>] (user_path_at_empty+0x0/0x78) from [<c00b37e0>] (user_path_at+0x1c/0x24)
Jun 29 03:27:57 dd-wrt kernel:  r8:bec16cd0 r7:ffffff9c r6:00000001 r5:bec16dc8 r4:00000001
Jun 29 03:27:57 dd-wrt kernel: [<c00b37c4>] (user_path_at+0x0/0x24) from [<c00a493c>] (SyS_faccessat+0xc4/0x1e0)
Jun 29 03:27:57 dd-wrt kernel: [<c00a4878>] (SyS_faccessat+0x0/0x1e0) from [<c00a4a74>] (SyS_access+0x1c/0x20)
Jun 29 03:27:57 dd-wrt kernel: [<c00a4a58>] (SyS_access+0x0/0x20) from [<c0008ba0>] (ret_fast_syscall+0x0/0x30)
Jun 29 03:27:57 dd-wrt kernel: Mem-info:
Jun 29 03:27:57 dd-wrt kernel: Normal per-cpu:
Jun 29 03:27:57 dd-wrt kernel: CPU    0: hi:   42, btch:   7 usd:   5
Jun 29 03:27:57 dd-wrt kernel: CPU    1: hi:   42, btch:   7 usd:   0
Jun 29 03:27:57 dd-wrt kernel: HighMem per-cpu:
Jun 29 03:27:57 dd-wrt kernel: CPU    0: hi:   42, btch:   7 usd:   0
Jun 29 03:27:57 dd-wrt kernel: CPU    1: hi:   42, btch:   7 usd:   0
Jun 29 03:27:57 dd-wrt kernel: active_anon:3124 inactive_anon:3311 isolated_anon:0
Jun 29 03:27:57 dd-wrt kernel:  active_file:1986 inactive_file:2241 isolated_file:0
Jun 29 03:27:57 dd-wrt kernel:  unevictable:0 dirty:0 writeback:0 unstable:0
Jun 29 03:27:57 dd-wrt kernel:  free:26009 slab_reclaimable:415 slab_unreclaimable:21468
Jun 29 03:27:57 dd-wrt kernel:  mapped:454 shmem:0 pagetables:77 bounce:0
Jun 29 03:27:57 dd-wrt kernel:  free_cma:0
Jun 29 03:27:57 dd-wrt kernel: Normal free:16296kB min:16384kB low:20480kB high:24576kB active_anon:0kB inactive_anon:0kB active_file:40kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:131072kB managed:124204kB mlocked:0kB di
Jun 29 03:27:57 dd-wrt kernel: lowmem_reserve[]: 0 1024 1024
Jun 29 03:27:57 dd-wrt kernel: HighMem free:87740kB min:128kB low:4448kB high:8772kB active_anon:12496kB inactive_anon:13244kB active_file:7904kB inactive_file:8964kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:131072kB managed:131072kB mloc
Jun 29 03:27:57 dd-wrt kernel: lowmem_reserve[]: 0 0 0
Jun 29 03:27:57 dd-wrt kernel: Normal: 12*4kB (M) 50*8kB (UM) 77*16kB (UM) 6*32kB (UM) 4*64kB (UM) 6*128kB (UM) 8*256kB (UM) 6*512kB (UM) 0*1024kB 0*2048kB 2*4096kB (R) = 16208kB
Jun 29 03:27:57 dd-wrt kernel: HighMem: 20*4kB (UM) 20*8kB (UM) 4*16kB (U) 18*32kB (UM) 8*64kB (M) 3*128kB (M) 2*256kB (UM) 1*512kB (M) 3*1024kB (UM) 2*2048kB (U) 19*4096kB (MR) = 87792kB
Jun 29 03:27:57 dd-wrt kernel: 4231 total pagecache pages
Jun 29 03:27:57 dd-wrt kernel: 0 pages in swap cache
Jun 29 03:27:57 dd-wrt kernel: Swap cache stats: add 0, delete 0, find 0/0
Jun 29 03:27:57 dd-wrt kernel: Free swap  = 2341884kB
Jun 29 03:27:57 dd-wrt kernel: Total swap = 2341884kB
Jun 29 03:27:57 dd-wrt kernel: 65536 pages of RAM
Jun 29 03:27:57 dd-wrt kernel: 26176 free pages
Jun 29 03:27:57 dd-wrt kernel: 1659 reserved pages
Jun 29 03:27:57 dd-wrt kernel: 21902 slab pages
Jun 29 03:27:57 dd-wrt kernel: 544045 pages shared
Jun 29 03:27:57 dd-wrt kernel: 0 pages swap cached
Jun 29 03:27:57 dd-wrt kernel: [ pid ]   uid  tgid total_vm      rss nr_ptes swapents oom_score_adj name
Jun 29 03:27:57 dd-wrt kernel: [  617]     0   617      202       94       3        0             0 hotplug2
Jun 29 03:27:57 dd-wrt kernel: [  621]     0   621      209       75       3        0             0 mstpd
Jun 29 03:27:57 dd-wrt kernel: [  655]     0   655      343       72       3        0             0 watchdog
Jun 29 03:27:57 dd-wrt kernel: [ 2077]     0  2077      182       53       3        0             0 cron
Jun 29 03:27:57 dd-wrt kernel: [ 2095]     0  2095      217       62       3        0             0 dropbear
Jun 29 03:27:57 dd-wrt kernel: [ 2096]     0  2096      240       98       3        0             0 dnsmasq
Jun 29 03:27:57 dd-wrt kernel: [ 2119]     0  2119     7105     6073      17        0             0 privoxy
Jun 29 03:27:57 dd-wrt kernel: [ 2444]     0  2444      313      133       3        0             0 ttraff
Jun 29 03:27:57 dd-wrt kernel: [ 2493]     0  2493      856      325       4        0             0 httpd
Jun 29 03:27:57 dd-wrt kernel: [ 2651]     0  2651      313      115       3        0             0 process_monitor
Jun 29 03:27:57 dd-wrt kernel: [ 3084]     0  3084      332       62       4        0             0 wland
Jun 29 03:27:57 dd-wrt kernel: [ 3085]     0  3085      291       55       3        0             0 udhcpc
Jun 29 03:27:57 dd-wrt kernel: [ 3099]     0  3099      368      107       3        0             0 nas
Jun 29 03:27:57 dd-wrt kernel: [ 3098]     0  3098      368      107       3        0             0 nas
Jun 29 03:27:57 dd-wrt kernel: [ 3103]     0  3103      368      107       3        0             0 nas
Jun 29 03:27:57 dd-wrt kernel: [ 3105]     0  3105      368       97       4        0             0 nas
Jun 29 03:27:57 dd-wrt kernel: [ 3160]     0  3160      332       45       3        0             0 resetbutton
Jun 29 03:27:57 dd-wrt kernel: [ 3162]     0  3162      291       52       3        0             0 syslogd
Jun 29 03:27:57 dd-wrt kernel: [ 3164]     0  3164      291       49       3        0             0 klogd
Jun 29 03:27:57 dd-wrt kernel: Out of memory: Kill process 2119 (privoxy) score 9 or sacrifice child
Jun 29 03:27:57 dd-wrt kernel: Killed process 2119 (privoxy) total-vm:28420kB, anon-rss:23772kB, file-rss:520kB
Jun 29 03:27:57 dd-wrt kernel: mstpd invoked oom-killer: gfp_mask=0x80d0, order=0, oom_score_adj=0
Jun 29 03:27:57 dd-wrt kernel: CPU: 0 PID: 621 Comm: mstpd Tainted: P             3.10.72 #360
Jun 29 03:27:57 dd-wrt kernel: Backtrace:
Jun 29 03:27:57 dd-wrt kernel: [<c0015cb8>] (dump_backtrace+0x0/0x118) from [<c0015ec0>] (show_stack+0x18/0x1c)
Jun 29 03:27:57 dd-wrt kernel:  r6:c7a4c940 r5:00000000 r4:c72c0000 r3:00000000
Jun 29 03:27:57 dd-wrt kernel: [<c0015ea8>] (show_stack+0x0/0x1c) from [<c012e2c4>] (dump_stack+0x24/0x28)
Jun 29 03:27:57 dd-wrt kernel: [<c012e2a0>] (dump_stack+0x0/0x28) from [<c007c454>] (dump_header.isra.13+0x84/0x194)
Jun 29 03:27:57 dd-wrt kernel: [<c007c3d0>] (dump_header.isra.13+0x0/0x194) from [<c007c7e0>] (oom_kill_process+0x90/0x3e8)
Jun 29 03:27:57 dd-wrt kernel: [<c007c750>] (oom_kill_process+0x0/0x3e8) from [<c007d004>] (out_of_memory+0x2c0/0x304)
Jun 29 03:27:57 dd-wrt kernel: [<c007cd44>] (out_of_memory+0x0/0x304) from [<c007fb44>] (__alloc_pages_nodemask+0x5b0/0x694)
Jun 29 03:27:57 dd-wrt kernel: [<c007f594>] (__alloc_pages_nodemask+0x0/0x694) from [<c007fc40>] (__get_free_pages+0x18/0x34)
Jun 29 03:27:57 dd-wrt kernel: [<c007fc28>] (__get_free_pages+0x0/0x34) from [<c007fc74>] (get_zeroed_page+0x18/0x1c)
Jun 29 03:27:57 dd-wrt kernel: [<c007fc5c>] (get_zeroed_page+0x0/0x1c) from [<c00f50fc>] (sysfs_follow_link+0x1c/0x198)
Jun 29 03:27:57 dd-wrt kernel: [<c00f50e0>] (sysfs_follow_link+0x0/0x198) from [<c00b0464>] (link_path_walk+0x408/0x854)
Jun 29 03:27:57 dd-wrt kernel: [<c00b005c>] (link_path_walk+0x0/0x854) from [<c00b0ff0>] (path_lookupat+0x5c/0x7a0)
Jun 29 03:27:57 dd-wrt kernel: [<c00b0f94>] (path_lookupat+0x0/0x7a0) from [<c00b175c>] (filename_lookup.isra.48+0x28/0x64)
Jun 29 03:27:57 dd-wrt kernel: [<c00b1734>] (filename_lookup.isra.48+0x0/0x64) from [<c00b37a0>] (user_path_at_empty+0x54/0x78)
Jun 29 03:27:57 dd-wrt kernel:  r7:c72c1f60 r6:00000001 r5:c72c1eb8 r4:c1ba6000
Jun 29 03:27:57 dd-wrt kernel: [<c00b374c>] (user_path_at_empty+0x0/0x78) from [<c00b37e0>] (user_path_at+0x1c/0x24)
Jun 29 03:27:57 dd-wrt kernel:  r8:bec16cd0 r7:ffffff9c r6:00000001 r5:bec16dc8 r4:00000001
Jun 29 03:27:57 dd-wrt kernel: [<c00b37c4>] (user_path_at+0x0/0x24) from [<c00a493c>] (SyS_faccessat+0xc4/0x1e0)
Jun 29 03:27:57 dd-wrt kernel: [<c00a4878>] (SyS_faccessat+0x0/0x1e0) from [<c00a4a74>] (SyS_access+0x1c/0x20)
Jun 29 03:27:57 dd-wrt kernel: [<c00a4a58>] (SyS_access+0x0/0x20) from [<c0008ba0>] (ret_fast_syscall+0x0/0x30)
Jun 29 03:27:57 dd-wrt kernel: Mem-info:
Jun 29 03:27:57 dd-wrt kernel: Normal per-cpu:
Jun 29 03:27:57 dd-wrt kernel: CPU    0: hi:   42, btch:   7 usd:   0
Jun 29 03:27:57 dd-wrt kernel: CPU    1: hi:   42, btch:   7 usd:   0
Jun 29 03:27:57 dd-wrt kernel: HighMem per-cpu:
Jun 29 03:27:57 dd-wrt kernel: CPU    0: hi:   42, btch:   7 usd:   0
Jun 29 03:27:57 dd-wrt kernel: CPU    1: hi:   42, btch:   7 usd:   0
Jun 29 03:27:57 dd-wrt kernel: active_anon:3124 inactive_anon:3311 isolated_anon:0
Jun 29 03:27:57 dd-wrt kernel:  active_file:1986 inactive_file:2241 isolated_file:0
Jun 29 03:27:57 dd-wrt kernel:  unevictable:0 dirty:0 writeback:0 unstable:0
Jun 29 03:27:57 dd-wrt kernel:  free:25987 slab_reclaimable:415 slab_unreclaimable:21491
Jun 29 03:27:57 dd-wrt kernel:  mapped:454 shmem:0 pagetables:77 bounce:0
Jun 29 03:27:57 dd-wrt kernel:  free_cma:0
Jun 29 03:27:57 dd-wrt kernel: Normal free:16184kB min:16384kB low:20480kB high:24576kB active_anon:0kB inactive_anon:0kB active_file:40kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:131072kB managed:124204kB mlocked:0kB di
Jun 29 03:27:57 dd-wrt kernel: lowmem_reserve[]: 0 1024 1024
Jun 29 03:27:57 dd-wrt kernel: HighMem free:87764kB min:128kB low:4448kB high:8772kB active_anon:12496kB inactive_anon:13244kB active_file:7904kB inactive_file:8964kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:131072kB managed:131072kB mloc
Jun 29 03:27:57 dd-wrt kernel: lowmem_reserve[]: 0 0 0
Jun 29 03:27:57 dd-wrt kernel: Normal: 12*4kB (M) 51*8kB (UM) 77*16kB (UM) 5*32kB (UM) 4*64kB (UM) 6*128kB (UM) 8*256kB (UM) 6*512kB (UM) 0*1024kB 0*2048kB 2*4096kB (R) = 16184kB
Jun 29 03:27:57 dd-wrt kernel: HighMem: 20*4kB (UM) 20*8kB (UM) 4*16kB (U) 18*32kB (UM) 8*64kB (M) 3*128kB (M) 2*256kB (UM) 1*512kB (M) 3*1024kB (UM) 2*2048kB (U) 19*4096kB (MR) = 87792kB
Jun 29 03:27:57 dd-wrt kernel: 4231 total pagecache pages
Jun 29 03:27:57 dd-wrt kernel: 0 pages in swap cache
Jun 29 03:27:57 dd-wrt kernel: Swap cache stats: add 0, delete 0, find 0/0
Jun 29 03:27:57 dd-wrt kernel: Free swap  = 2341884kB
Jun 29 03:27:57 dd-wrt kernel: Total swap = 2341884kB
Jun 29 03:27:57 dd-wrt kernel: 65536 pages of RAM
Jun 29 03:27:57 dd-wrt kernel: 26164 free pages
Jun 29 03:27:57 dd-wrt kernel: 1659 reserved pages
Jun 29 03:27:57 dd-wrt kernel: 21906 slab pages
Jun 29 03:27:57 dd-wrt kernel: 543909 pages shared
Jun 29 03:27:57 dd-wrt kernel: 0 pages swap cached
Jun 29 03:27:57 dd-wrt kernel: [ pid ]   uid  tgid total_vm      rss nr_ptes swapents oom_score_adj name
Jun 29 03:27:57 dd-wrt kernel: [  617]     0   617      202       94       3        0             0 hotplug2
Jun 29 03:27:57 dd-wrt kernel: [  621]     0   621      209       75       3        0             0 mstpd
Jun 29 03:27:57 dd-wrt kernel: [  655]     0   655      343       72       3        0             0 watchdog
Jun 29 03:27:57 dd-wrt kernel: [ 2077]     0  2077      182       53       3        0             0 cron
Jun 29 03:27:57 dd-wrt kernel: [ 2095]     0  2095      217       62       3        0             0 dropbear
Jun 29 03:27:57 dd-wrt kernel: [ 2096]     0  2096      240       98       3        0             0 dnsmasq
Jun 29 03:27:57 dd-wrt kernel: [23674]     0  2119     7105     6073      17        0             0 privoxy
Jun 29 03:27:57 dd-wrt kernel: [ 2444]     0  2444      313      133       3        0             0 ttraff
Jun 29 03:27:57 dd-wrt kernel: [ 2493]     0  2493      856      325       4        0             0 httpd
Jun 29 03:27:57 dd-wrt kernel: [ 2651]     0  2651      313      115       3        0             0 process_monitor
Jun 29 03:27:57 dd-wrt kernel: [ 3084]     0  3084      332       62       4        0             0 wland
Jun 29 03:27:57 dd-wrt kernel: [ 3085]     0  3085      291       55       3        0             0 udhcpc
Jun 29 03:27:57 dd-wrt kernel: [ 3099]     0  3099      368      107       3        0             0 nas
Jun 29 03:27:57 dd-wrt kernel: [ 3098]     0  3098      368      107       3        0             0 nas
Jun 29 03:27:57 dd-wrt kernel: [ 3103]     0  3103      368      107       3        0             0 nas
Jun 29 03:27:57 dd-wrt kernel: [ 3105]     0  3105      368       97       4        0             0 nas
Jun 29 03:27:57 dd-wrt kernel: [ 3160]     0  3160      332       45       3        0             0 resetbutton
Jun 29 03:27:57 dd-wrt kernel: [ 3162]     0  3162      291       52       3        0             0 syslogd
Jun 29 03:27:57 dd-wrt kernel: [ 3164]     0  3164      291       49       3        0             0 klogd
Jun 29 03:27:57 dd-wrt kernel: Out of memory: Kill process 23674 (privoxy) score 9 or sacrifice child
Jun 29 03:27:57 dd-wrt kernel: Killed process 23674 (privoxy) total-vm:28420kB, anon-rss:23772kB, file-rss:520kB
Jun 29 03:28:01 dd-wrt : Privoxy : privoxy started
Jun 28 23:28:31 dd-wrt dnsmasq-dhcp[2096]: DHCPREQUEST(br0) 192.168.1.102 e8:50:8b:81:0d:20
Jun 28 23:28:31 dd-wrt dnsmasq-dhcp[2096]: DHCPACK(br0) 192.168.1.102 e8:50:8b:81:0d:20 android-98f90042fa347889
Jun 28 23:49:58 dd-wrt dnsmasq-dhcp[2096]: DHCPREQUEST(br0) 192.168.1.102 e8:50:8b:81:0d:20
Jun 28 23:49:58 dd-wrt dnsmasq-dhcp[2096]: DHCPACK(br0) 192.168.1.102 e8:50:8b:81:0d:20 android-98f90042fa347889
Jun 29 04:00:59 dd-wrt kernel: privoxy invoked oom-killer: gfp_mask=0x2102d0, order=0, oom_score_adj=0
Jun 29 04:00:59 dd-wrt kernel: CPU: 1 PID: 27855 Comm: privoxy Tainted: P             3.10.72 #360
Jun 29 04:00:59 dd-wrt kernel: Backtrace:
Jun 29 04:00:59 dd-wrt kernel: [<c0015cb8>] (dump_backtrace+0x0/0x118) from [<c0015ec0>] (show_stack+0x18/0x1c)
Jun 29 04:00:59 dd-wrt kernel:  r6:c7869b80 r5:00000000 r4:c27c4000 r3:00000000
Jun 29 04:00:59 dd-wrt kernel: [<c0015ea8>] (show_stack+0x0/0x1c) from [<c012e2c4>] (dump_stack+0x24/0x28)
Jun 29 04:00:59 dd-wrt kernel: [<c012e2a0>] (dump_stack+0x0/0x28) from [<c007c454>] (dump_header.isra.13+0x84/0x194)
Jun 29 04:00:59 dd-wrt kernel: [<c007c3d0>] (dump_header.isra.13+0x0/0x194) from [<c007c7e0>] (oom_kill_process+0x90/0x3e8)
Jun 29 04:00:59 dd-wrt kernel: [<c007c750>] (oom_kill_process+0x0/0x3e8) from [<c007d004>] (out_of_memory+0x2c0/0x304)
Jun 29 04:00:59 dd-wrt kernel: [<c007cd44>] (out_of_memory+0x0/0x304) from [<c007fb44>] (__alloc_pages_nodemask+0x5b0/0x694)
Jun 29 04:00:59 dd-wrt kernel: [<c007f594>] (__alloc_pages_nodemask+0x0/0x694) from [<c00a22dc>] (cache_alloc_refill+0x2c8/0x600)
Jun 29 04:00:59 dd-wrt kernel: [<c00a2014>] (cache_alloc_refill+0x0/0x600) from [<c00a26ac>] (__kmalloc+0x98/0xf4)
Jun 29 04:00:59 dd-wrt kernel: [<c00a2614>] (__kmalloc+0x0/0xf4) from [<c01ec5c8>] (__kmalloc_reserve.isra.46+0x24/0x68)
Jun 29 04:00:59 dd-wrt kernel:  r7:000007c0 r6:c78149c0 r5:000000d0 r4:c27c5d57
Jun 29 04:00:59 dd-wrt kernel: [<c01ec5a4>] (__kmalloc_reserve.isra.46+0x0/0x68) from [<c01ec66c>] (__alloc_skb+0x60/0x12c)
Jun 29 04:00:59 dd-wrt kernel:  r7:00000717 r6:c78149c0 r5:000000d0 r4:c76a13c0
Jun 29 04:00:59 dd-wrt kernel: [<c01ec60c>] (__alloc_skb+0x0/0x12c) from [<c0285ad4>] (sk_stream_alloc_skb+0x34/0xf4)
Jun 29 04:00:59 dd-wrt kernel:  r8:b6df11f8 r7:c1b86900 r6:000005a8 r5:c2e09180 r4:c2e09180
Jun 29 04:00:59 dd-wrt kernel: [<c0285aa0>] (sk_stream_alloc_skb+0x0/0xf4) from [<c028650c>] (tcp_sendmsg+0x2f8/0xd54)
Jun 29 04:00:59 dd-wrt kernel:  r6:000005a8 r5:000005a8 r4:c2e09180 r3:00000000
Jun 29 04:00:59 dd-wrt kernel: [<c0286214>] (tcp_sendmsg+0x0/0xd54) from [<c02a8e74>] (inet_sendmsg+0xa8/0xb4)
Jun 29 04:00:59 dd-wrt kernel: [<c02a8dcc>] (inet_sendmsg+0x0/0xb4) from [<c01e40f0>] (sock_aio_write+0x114/0x12c)
Jun 29 04:00:59 dd-wrt kernel:  r7:c27c5ec0 r6:00000001 r5:c7582380 r4:000005a8
Jun 29 04:00:59 dd-wrt kernel: [<c01e3fdc>] (sock_aio_write+0x0/0x12c) from [<c00a5424>] (do_sync_write+0x80/0x9c)
Jun 29 04:00:59 dd-wrt kernel:  r9:c798b040 r8:c274a380 r7:c27c5f78 r6:000005a8 r5:00000000
Jun 29 04:00:59 dd-wrt kernel: r4:00000000
Jun 29 04:00:59 dd-wrt kernel: [<c00a53a4>] (do_sync_write+0x0/0x9c) from [<c00a5ca8>] (vfs_write+0xe4/0x190)
Jun 29 04:00:59 dd-wrt kernel:  r9:b6df11f8 r8:000005a8 r7:000005a8 r6:c27c5f78 r5:b6df11f8
Jun 29 04:00:59 dd-wrt kernel: r4:c274a380
Jun 29 04:00:59 dd-wrt kernel: [<c00a5bc4>] (vfs_write+0x0/0x190) from [<c00a61e4>] (SyS_write+0x44/0x74)
Jun 29 04:01:00 dd-wrt kernel:  r9:b6df11f8 r8:000005a8 r7:00000001 r6:c274a380 r5:00000000
Jun 29 04:01:00 dd-wrt kernel: r4:00000000
Jun 29 04:01:00 dd-wrt kernel: [<c00a61a0>] (SyS_write+0x0/0x74) from [<c0008ba0>] (ret_fast_syscall+0x0/0x30)
Jun 29 04:01:00 dd-wrt kernel:  r9:c27c4000 r8:c0008d24 r7:00000004 r6:0000000f r5:00000000
Jun 29 04:01:00 dd-wrt kernel: r4:00000000
Jun 29 04:01:00 dd-wrt kernel: Mem-info:
Jun 29 04:01:00 dd-wrt kernel: Normal per-cpu:
Jun 29 04:01:00 dd-wrt kernel: CPU    0: hi:   42, btch:   7 usd:  12
Jun 29 04:01:00 dd-wrt kernel: CPU    1: hi:   42, btch:   7 usd:  15
Jun 29 04:01:00 dd-wrt kernel: HighMem per-cpu:
Jun 29 04:01:00 dd-wrt kernel: CPU    0: hi:   42, btch:   7 usd:  26
Jun 29 04:01:00 dd-wrt kernel: CPU    1: hi:   42, btch:   7 usd:  20
Jun 29 04:01:00 dd-wrt kernel: active_anon:1975 inactive_anon:2439 isolated_anon:0
Jun 29 04:01:00 dd-wrt kernel:  active_file:2075 inactive_file:2193 isolated_file:0
Jun 29 04:01:00 dd-wrt kernel:  unevictable:0 dirty:0 writeback:0 unstable:0
Jun 29 04:01:00 dd-wrt kernel:  free:27923 slab_reclaimable:412 slab_unreclaimable:20940
Jun 29 04:01:00 dd-wrt kernel:  mapped:436 shmem:0 pagetables:70 bounce:0
Jun 29 04:01:00 dd-wrt kernel:  free_cma:0
Jun 29 04:01:00 dd-wrt kernel: Normal free:16112kB min:16384kB low:20480kB high:24576kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:64kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:131072kB managed:124204kB mlocked:0kB di
Jun 29 04:01:00 dd-wrt kernel: lowmem_reserve[]: 0 1024 1024
Jun 29 04:01:00 dd-wrt kernel: HighMem free:95548kB min:128kB low:4448kB high:8772kB active_anon:7900kB inactive_anon:9756kB active_file:8300kB inactive_file:8708kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:131072kB managed:131072kB mlocke
Jun 29 04:01:00 dd-wrt kernel: lowmem_reserve[]: 0 0 0
Jun 29 04:01:00 dd-wrt kernel: Normal: 304*4kB (UEM) 218*8kB (UEM) 92*16kB (UE) 4*32kB (E) 2*64kB (UE) 3*128kB (EM) 3*256kB (E) 2*512kB (UE) 1*1024kB (E) 0*2048kB 2*4096kB (R) = 16080kB
Jun 29 04:01:00 dd-wrt kernel: HighMem: 49*4kB (M) 37*8kB (UM) 15*16kB (UM) 15*32kB (UM) 8*64kB (M) 3*128kB (M) 11*256kB (UM) 7*512kB (M) 5*1024kB (UM) 2*2048kB (U) 19*4096kB (MR) = 95548kB
Jun 29 04:01:00 dd-wrt kernel: 4268 total pagecache pages
Jun 29 04:01:00 dd-wrt kernel: 0 pages in swap cache
Jun 29 04:01:00 dd-wrt kernel: Swap cache stats: add 0, delete 0, find 0/0
Jun 29 04:01:00 dd-wrt kernel: Free swap  = 2341884kB
Jun 29 04:01:00 dd-wrt kernel: Total swap = 2341884kB
Jun 29 04:01:00 dd-wrt kernel: 65536 pages of RAM
Jun 29 04:01:00 dd-wrt kernel: 28110 free pages
Jun 29 04:01:00 dd-wrt kernel: 1659 reserved pages
Jun 29 04:01:00 dd-wrt kernel: 21356 slab pages
Jun 29 04:01:00 dd-wrt kernel: 548773 pages shared
Jun 29 04:01:00 dd-wrt kernel: 0 pages swap cached
Jun 29 04:01:00 dd-wrt kernel: [ pid ]   uid  tgid total_vm      rss nr_ptes swapents oom_score_adj name
Jun 29 04:01:00 dd-wrt kernel: [  617]     0   617      202       94       3        0             0 hotplug2
Jun 29 04:01:00 dd-wrt kernel: [  655]     0   655      343       72       3        0             0 watchdog
Jun 29 04:01:00 dd-wrt kernel: [ 2077]     0  2077      182       53       3        0             0 cron
Jun 29 04:01:00 dd-wrt kernel: [ 2095]     0  2095      217       62       3        0             0 dropbear
Jun 29 04:01:00 dd-wrt kernel: [ 2096]     0  2096      240       98       3        0             0 dnsmasq
Jun 29 04:01:00 dd-wrt kernel: [ 2444]     0  2444      313      133       3        0             0 ttraff
Jun 29 04:01:00 dd-wrt kernel: [ 2493]     0  2493      856      325       4        0             0 httpd
Jun 29 04:01:00 dd-wrt kernel: [ 2651]     0  2651      313      115       3        0             0 process_monitor
Jun 29 04:01:00 dd-wrt kernel: [ 3084]     0  3084      332       62       4        0             0 wland
Jun 29 04:01:00 dd-wrt kernel: [ 3085]     0  3085      291       55       3        0             0 udhcpc
Jun 29 04:01:00 dd-wrt kernel: [ 3099]     0  3099      368      107       3        0             0 nas
Jun 29 04:01:00 dd-wrt kernel: [ 3098]     0  3098      368      107       3        0             0 nas
Jun 29 04:01:00 dd-wrt kernel: [ 3103]     0  3103      368      107       3        0             0 nas
Jun 29 04:01:00 dd-wrt kernel: [ 3105]     0  3105      368       97       4        0             0 nas
Jun 29 04:01:00 dd-wrt kernel: [ 3160]     0  3160      332       45       3        0             0 resetbutton
Jun 29 04:01:00 dd-wrt kernel: [ 3162]     0  3162      291       53       3        0             0 syslogd
Jun 29 04:01:00 dd-wrt kernel: [ 3164]     0  3164      291       49       3        0             0 klogd
Jun 29 04:01:00 dd-wrt kernel: [23747]     0 23747     4852     4067      13        0             0 privoxy
Jun 29 04:01:00 dd-wrt kernel: Out of memory: Kill process 23747 (privoxy) score 6 or sacrifice child
Jun 29 04:01:00 dd-wrt kernel: Killed process 23747 (privoxy) total-vm:19408kB, anon-rss:15756kB, file-rss:512kB
Jun 29 04:01:00 dd-wrt kernel: resetbutton invoked oom-killer: gfp_mask=0x2000d0, order=0, oom_score_adj=0
Jun 29 04:01:00 dd-wrt kernel: CPU: 0 PID: 3160 Comm: resetbutton Tainted: P             3.10.72 #360
Jun 29 04:01:00 dd-wrt kernel: Backtrace:
Jun 29 04:01:00 dd-wrt kernel: [<c0015cb8>] (dump_backtrace+0x0/0x118) from [<c0015ec0>] (show_stack+0x18/0x1c)
Jun 29 04:01:00 dd-wrt kernel:  r6:c7a92940 r5:00000000 r4:c34e2000 r3:00000000
Jun 29 04:01:00 dd-wrt kernel: [<c0015ea8>] (show_stack+0x0/0x1c) from [<c012e2c4>] (dump_stack+0x24/0x28)
Jun 29 04:01:00 dd-wrt kernel: [<c012e2a0>] (dump_stack+0x0/0x28) from [<c007c454>] (dump_header.isra.13+0x84/0x194)
Jun 29 04:01:00 dd-wrt kernel: [<c007c3d0>] (dump_header.isra.13+0x0/0x194) from [<c007c7e0>] (oom_kill_process+0x90/0x3e8)
Jun 29 04:01:00 dd-wrt kernel: [<c007c750>] (oom_kill_process+0x0/0x3e8) from [<c007d004>] (out_of_memory+0x2c0/0x304)
Jun 29 04:01:00 dd-wrt kernel: [<c007cd44>] (out_of_memory+0x0/0x304) from [<c007fb44>] (__alloc_pages_nodemask+0x5b0/0x694)
Jun 29 04:01:00 dd-wrt kernel: [<c007f594>] (__alloc_pages_nodemask+0x0/0x694) from [<c00a22dc>] (cache_alloc_refill+0x2c8/0x600)
Jun 29 04:01:00 dd-wrt kernel: [<c00a2014>] (cache_alloc_refill+0x0/0x600) from [<c00a1fc4>] (kmem_cache_alloc+0x88/0xd8)
Jun 29 04:01:00 dd-wrt kernel: [<c00a1f3c>] (kmem_cache_alloc+0x0/0xd8) from [<c00afc4c>] (getname_flags+0x2c/0x104)
Jun 29 04:01:00 dd-wrt kernel:  r7:b6f58064 r6:00000000 r5:00000000 r4:00020000
Jun 29 04:01:00 dd-wrt kernel: [<c00afc20>] (getname_flags+0x0/0x104) from [<c00afd3c>] (getname+0x18/0x1c)
Jun 29 04:01:00 dd-wrt kernel: [<c00afd24>] (getname+0x0/0x1c) from [<c00a50e8>] (do_sys_open+0xbc/0x178)
Jun 29 04:01:00 dd-wrt kernel: [<c00a502c>] (do_sys_open+0x0/0x178) from [<c00a51c8>] (SyS_open+0x24/0x28)
Jun 29 04:01:00 dd-wrt kernel:  r9:c34e2000 r8:c0008d24 r7:00000005 r6:00000000 r5:00000000
Jun 29 04:01:00 dd-wrt kernel: r4:00000000
Jun 29 04:01:00 dd-wrt kernel: [<c00a51a4>] (SyS_open+0x0/0x28) from [<c0008ba0>] (ret_fast_syscall+0x0/0x30)
Jun 29 04:01:00 dd-wrt kernel: Mem-info:
Jun 29 04:01:00 dd-wrt kernel: Normal per-cpu:
Jun 29 04:01:00 dd-wrt kernel: CPU    0: hi:   42, btch:   7 usd:   0
Jun 29 04:01:00 dd-wrt kernel: CPU    1: hi:   42, btch:   7 usd:   0
Jun 29 04:01:00 dd-wrt kernel: HighMem per-cpu:
Jun 29 04:01:00 dd-wrt kernel: CPU    0: hi:   42, btch:   7 usd:   0
Jun 29 04:01:00 dd-wrt kernel: CPU    1: hi:   42, btch:   7 usd:   0
Jun 29 04:01:00 dd-wrt kernel: active_anon:1975 inactive_anon:2439 isolated_anon:0
Jun 29 04:01:00 dd-wrt kernel:  active_file:2091 inactive_file:2177 isolated_file:0
Jun 29 04:01:00 dd-wrt kernel:  unevictable:0 dirty:0 writeback:0 unstable:0
Jun 29 04:01:00 dd-wrt kernel:  free:27942 slab_reclaimable:412 slab_unreclaimable:20947
Jun 29 04:01:00 dd-wrt kernel:  mapped:436 shmem:0 pagetables:70 bounce:0
Jun 29 04:01:00 dd-wrt kernel:  free_cma:0
Jun 29 04:01:00 dd-wrt kernel: Normal free:16036kB min:16384kB low:20480kB high:24576kB active_anon:0kB inactive_anon:0kB active_file:64kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:131072kB managed:124204kB mlocked:0kB di
Jun 29 04:01:00 dd-wrt kernel: lowmem_reserve[]: 0 1024 1024
Jun 29 04:01:00 dd-wrt kernel: HighMem free:95700kB min:128kB low:4448kB high:8772kB active_anon:7900kB inactive_anon:9756kB active_file:8300kB inactive_file:8708kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:131072kB managed:131072kB mlocke
Jun 29 04:01:00 dd-wrt kernel: lowmem_reserve[]: 0 0 0
Jun 29 04:01:00 dd-wrt kernel: Normal: 305*4kB (UEM) 220*8kB (UEM) 94*16kB (UEM) 7*32kB (UEM) 1*64kB (E) 4*128kB (UEM) 4*256kB (UE) 1*512kB (E) 1*1024kB (E) 0*2048kB 2*4096kB (R) = 16036kB
Jun 29 04:01:00 dd-wrt kernel: HighMem: 51*4kB (UM) 37*8kB (UM) 26*16kB (UM) 15*32kB (UM) 8*64kB (M) 3*128kB (M) 11*256kB (UM) 7*512kB (M) 5*1024kB (UM) 2*2048kB (U) 19*4096kB (MR) = 95732kB
Jun 29 04:01:00 dd-wrt kernel: 4268 total pagecache pages
Jun 29 04:01:00 dd-wrt kernel: 0 pages in swap cache
Jun 29 04:01:00 dd-wrt kernel: Swap cache stats: add 0, delete 0, find 0/0
Jun 29 04:01:00 dd-wrt kernel: Free swap  = 2341884kB
Jun 29 04:01:00 dd-wrt kernel: Total swap = 2341884kB
Jun 29 04:01:00 dd-wrt kernel: 65536 pages of RAM
Jun 29 04:01:00 dd-wrt kernel: 28072 free pages
Jun 29 04:01:00 dd-wrt kernel: 1659 reserved pages
Jun 29 04:01:00 dd-wrt kernel: 21362 slab pages
Jun 29 04:01:00 dd-wrt kernel: 549092 pages shared
Jun 29 04:01:00 dd-wrt kernel: 0 pages swap cached
Jun 29 04:01:00 dd-wrt kernel: [ pid ]   uid  tgid total_vm      rss nr_ptes swapents oom_score_adj name
Jun 29 04:01:00 dd-wrt kernel: [  617]     0   617      202       94       3        0             0 hotplug2
Jun 29 04:01:00 dd-wrt kernel: [  655]     0   655      343       72       3        0             0 watchdog
Jun 29 04:01:00 dd-wrt kernel: [ 2077]     0  2077      182       53       3        0             0 cron
Jun 29 04:01:00 dd-wrt kernel: [ 2095]     0  2095      217       62       3        0             0 dropbear
Jun 29 04:01:00 dd-wrt kernel: [ 2096]     0  2096      240       98       3        0             0 dnsmasq
Jun 29 04:01:00 dd-wrt kernel: [ 2444]     0  2444      313      133       3        0             0 ttraff
Jun 29 04:01:00 dd-wrt kernel: [ 2493]     0  2493      856      325       4        0             0 httpd
Jun 29 04:01:00 dd-wrt kernel: [ 2651]     0  2651      313      115       3        0             0 process_monitor
Jun 29 04:01:00 dd-wrt kernel: [ 3084]     0  3084      332       62       4        0             0 wland
Jun 29 04:01:00 dd-wrt kernel: [ 3085]     0  3085      291       55       3        0             0 udhcpc
Jun 29 04:01:00 dd-wrt kernel: [ 3099]     0  3099      368      107       3        0             0 nas
Jun 29 04:01:00 dd-wrt kernel: [ 3098]     0  3098      368      107       3        0             0 nas
Jun 29 04:01:00 dd-wrt kernel: [ 3103]     0  3103      368      107       3        0             0 nas
Jun 29 04:01:00 dd-wrt kernel: [ 3105]     0  3105      368       97       4        0             0 nas
Jun 29 04:01:00 dd-wrt kernel: [ 3160]     0  3160      332       45       3        0             0 resetbutton
Jun 29 04:01:00 dd-wrt kernel: [ 3162]     0  3162      291       53       3        0             0 syslogd
Jun 29 04:01:00 dd-wrt kernel: [ 3164]     0  3164      291       49       3        0             0 klogd
Jun 29 04:01:00 dd-wrt kernel: [27855]     0 23747     4852     4067      13        0             0 privoxy
Jun 29 04:01:00 dd-wrt kernel: Out of memory: Kill process 27855 (privoxy) score 6 or sacrifice child
Jun 29 04:01:00 dd-wrt kernel: Killed process 27855 (privoxy) total-vm:19408kB, anon-rss:15756kB, file-rss:512kB
Jun 29 04:02:01 dd-wrt : Privoxy : privoxy started


Current Privoxy config

Quote:

confdir /jffs/etc/privoxy
templdir /jffs/etc/privoxy/templates
logdir /var/log/privoxy
actionsfile match-all.action
actionsfile default.action
actionsfile user.action
filterfile default.filter
actionsfile easyprivacy.script.action
actionsfile malwaredomains_full.script.action
actionsfile easylist.script.action
filterfile easyprivacy.script.filter
filterfile malwaredomains_full.script.filter
filterfile easylist.script.filter
logfile logfile
tolerate-pipelining 0
enable-compression 1
enable-edit-actions 0
accept-intercepted-requests 1
listen-address 192.168.1.1:8118
default-server-timeout 60
keep-alive-timeout 300
socket-timeout 120
toggle 1
Goto page Previous  1, 2 Display posts from previous:    Page 2 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum