8 Dec
2011
8 Dec
'11
9:37 a.m.
I don't think I clarified myself well enough, I'm performing:
$ ps ax |grep dpi $ kill [PID's of all *dpi* related processes]
At this point, since no *dpi* processes are remaining when doing ps ax, I safely assume Dillo's cookie dpi is stopped.
OK. I'm now converted to using "dpidc stop" instead of issueing `ps ax |grep dpi && kill [pid's]` I did convert my cookiesrc to use the prefix dot to the domain names. I then renamed the top DEFAULT to DENY. Restarted Dillo and am now finding GMail working, although I *know* I tried the above but using the `kill pid's` method and verifying no *dpi* processes were remaining. Yes, and I double double checked for those *dpi processes!