Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Do you have sysdig? If so, run sudo sysdig -p "%proc.pname(%proc.ppid) %proc.name(%proc.pid)" "fd.name contains wget-log" and see what process is poking those files. Commented May 8, 2017 at 19:29
  • 1
    My guess is you have a cron job that runs every day at 0:00 and 20:00 and does some kind of wget. Commented May 8, 2017 at 19:49
  • @thrig: Seems to be a problem with that, I have updated my question to provide more information. Commented May 8, 2017 at 20:02
  • @thrig: It appears as though the sysdig DKMS module now builds successfully so I will try running it and let you know of the results. Commented May 27, 2017 at 9:19
  • @thrig: It's been running now for a few hours and still no output. How long is this command expected to run for? Commented May 29, 2017 at 11:36