could anyone hint me in how/where i may temporary enable the access logging on Vera’s web service ?
i made a cool sript whch populates a Multiswitch with status informations (binary) … which i want to change now, but i forgot which machine actually does the job …
so a grep on the access log would probably solve this mistery
Just had a quick look on my Vera. It looks like the module that enables access logs is not present in /usr/lib/lighttpd/. So enabling access logs is Hard. Darn.
Could you run tcpdump or Wireshark on a nearby machine and listen in on the request?
Could you turn off your always-on servers one at a time and see which day the action stops running?
and the scripts i made pretty self sustaining … so i guess the only way to get a total recall is really to shut down the targets one by one … (it ain’t that many anyway)
@futzle gave a good suggestion in running tcpdump to track it down. This can be done on Vera itself. They’ve put [tt]tcpdump[/tt] into download.mios.com, so it’s easier than it was before.
Now you run the following on Vera:
opkg update
opkg install tcpdump
tcpdump -i eth0.2 port 80
i made a cool sript whch populates a Multiswitch with status informations (binary) ... which i want to change now, but i forgot which machine actually does the job ...
If you went through port IPAddress:3480 this will not be in the web server logs ... Port 3480 goes to the LuaUPnP program.
If you went though IPAddress/port_3280 you will find the redirect.