• weird file created every 15 mins

    From pweck@21:3/113 to All on Sun Oct 11 21:43:30 2020
    hey,

    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.

    thanks.

    --- Mystic BBS v1.12 A46 2020/08/24 (Raspberry Pi/32)
    * Origin: Pweck's Retreat BBS (21:3/113)
  • From Warpslide@21:3/110 to pweck on Mon Oct 12 13:06:04 2020
    Re: weird file created every 15 mins
    By: pweck to All on Sun Oct 11 2020 09:43 pm


    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.

    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

    ... Why did the gym close down? It just didn't work out
    --- SBBSecho 3.11-Linux
    * Origin: Northern Realms (21:3/110)
  • From pweck@21:3/113 to Warpslide on Mon Oct 12 12:37:37 2020
    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


    thanks jay. i researched more and think it might have something to do with
    the vnc server.i looked in /var/log/ and found the line above in the vncserver-x11.log - probably harmless but with over 3600 files created it
    would eventually get out of hand .

    --- Mystic BBS v1.12 A46 2020/08/24 (Raspberry Pi/32)
    * Origin: Pweck's Retreat BBS (21:3/113)