i have this file created every 15 minutes, looks like this:
index.html?q=Mjk0NDg1MzoyMTA1OTE4MTc6ZDllM2M0NDUzMzliMDVhNTcxN cont'd mJlZTA1MGY3MzI2YjIxZGI2N2Y5ZDIxNzhmNGQwNTU5ZjEwZjc4ZDQ4ZWJmMA.4929
looking into the file it is either:
'Ok'
or more recently,
'The record's key is wrong!'
Any ideas? I am using Pi/Linux and most current mystic software. it seems strange that it is an html file that is created.
i have this file created every 15 minutes, looks like this:
index.html?q=Mjk0NDg1MzoyMTA1OTE4MTc6ZDllM2M0NDUzMzliMDVhNTcxN cont'd mJlZTA1MGY3MzI2YjIxZGI2N2Y5ZDIxNzhmNGQwNTU5ZjEwZjc4ZDQ4ZWJmMA.4929
looking into the file it is either:
'Ok'
or more recently,
'The record's key is wrong!'
Any ideas? I am using Pi/Linux and most current mystic software. it s strange that it is an html file that is created.
It alsmost looks like this is being created from a dynamic DNS script which may be running wget or curl.
I have something similar running but I just send the output to STDOUT
and then send everying to NULL:
wget -O - https://(dynamic dns stuff) > /dev/null
Jay
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 118 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 04:09:27 |
| Calls: | 7,280 |
| Calls today: | 11 |
| Files: | 9,238 |
| D/L today: |
238 files (46,430K bytes) |
| Messages: | 383,337 |
| Posted today: | 10 |