- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
A simpler solution for preventing a file being created is to create a folder with the exact name as the file, including the extension. Almost every program will fail to recreate the file in this case.
Admin
Also, the batch file isn't much of a solution. The program is still going to be bogging down the system and killing the hard disk.
Admin
Yeah, great idea, install another piece of malware that tries to take over your system with a bunch of pointless services and auto running "helper" applications.
Admin
Admin
Though apparently that was tried too.
and WinDirStat! Best such program I've used. Spacemonger does look really interesting though.(I haven't used Scanner, but nor can I find it. Too many extraneous results. Another indication of why you should take into account how easy your product's name is to google.)
My suspicion: you'd have gotten the same result as when you messed with the ACL.
Admin
They had some good suggestions on this site to get around the problem, although I haven't seen an optimal one, even though I don't have a good suggestion. Would have been nice if you can disable the logging (which might be possible, but you might not be able to find the registry, xml, or ini setting.) Without being able to completely turn it off, even if you change the permissions, you still have this program running out there trying to write a log file all the time (even though you can make it fail). It will continually suck the performance right from your computer.
Admin
The real WTF is that Kim isn't screening phone calls from her relatives.
Admin
40GB worth of games on a computer only used for "email, documents, and photographs"? Yikes.
Admin
Maybe they were for the OTHER photographs...
Admin
I also understand the burden of tech supporting relatives... after uninstalling some crap that one relative's ISP put on there only to find out it was required software I stopped worrying so much about pre-emptive cleanup. Other commenters: if it ain't broke and it's NOT YOURS, DON'T FIX IT!
I guess the only alternative I would propose is flagging the file read-only ;)
Cheers!
Admin
New solution: write a library that intercepts CreateFile and WriteFile calls, passes on most, and turns those referring to the log file into no ops.
Also, on Vista, you might be able to symlink the log file to NUL... I'll have to try that when I get home. (NUL = /dev/null in Windows.)
Addendum (2008-01-14 18:14): First, I should have said "NUL sort of = /dev/null"; the illusion isn't complete.
Secondly, it's unfortunately not complete enough that the above works. So much for that idea.
Admin
Reminds me of the time a typo in my samba configuration caused the smb.log file on my system to grow to over 60 GB.
Admin
Admin
I've seen this on my computer and on those of a few other's, all HP. If anyone runs across it, the easy solution is to uninstall the HP lightscribe software and install the latest software from LightScribe.
Admin
As I do tech support for living, come on! Process Monitor is your friend!
Just capture a log and see with process image produce the log file, and then get rid of it from startup entries.
And yeah, another WTF is to recommend WinPatrol... Why do just use free tools like AutoRuns or HijackThis ?
Admin
gosh, if there's one thing I can't stand, it's the pre-installed "super"software.
Admin
Or an old favorite: less - works on many OSes.
Admin
What Player? Oh, yeah... I remember that dodgy codec with a bloated player that insisted on installing 30,000 other little "utilities".
Thankfully Real Media now only exists as a reminder of what crap software and codecs look like.
Admin
Keep working on it - it could get really enterprisey with the right touches.
Admin
This reminds me of reading about a couple of old school *nixy systems. As per usual, many system events were logged onto disc. This included disk full messages.
So, some process would try write to the full disk, and fail. The system would log this failure, to disk. But, that would fail. That failure would be logged to disk, which of course would fail. The failed logging of the failure would be logged to disk which would......
Admin
Oh yeah! Just downloaded that and now I'm doing a whole bunch of sorting on my HDDs
Admin
cygwin is your only friend.
Admin
It's likely that the program will start to complain (maybe the dialog was exactly from it) in case it can not create the log though, instead of skipping it silently.
On a completely different note, I quite like that dialog. It is so... DOS-ish... brings back memories.
Dear Gen. Failure, Please stop reading my drive. Retry/Fail/Ignore?
Admin
I scanned my system for *.log
Having 1 GB Space more on HD now.
Any other suggestion?
Admin
What I would have done just to peek into it without installing any SW would be "type LSBurnWatcher.log" in a command prompt. And let's not forget about "more". Don't need any notepad or fancy additional SW just to peek into a file.
Text mode age rules!
Admin
Try setting the "read only" attribute on the file...
Admin
My preferred disk space viewer thingy is sequoia view
http://w3.win.tue.nl/nl/onderzoek/onderzoek_informatica/visualization/sequoiaview//
Admin
Wiping out 80+ hours of effort is a good way to have your kids hate you forever. And to start having your important files mysteriously disappear.
In before ignorant posts confirm the new generation gap and before statements like "kids should be outside playing" (apparently in traffic or something).
Admin
Wow. I don't often read something here on the Daily WTF that makes me want to physically hit the programmer responsible, but in this case...
Admin
40GB divided by "a few" hundred (let's say 200) kB/s equals 209715 seconds equals 3495 minutes = 58 hours. Even Windows XP can manage an uptime of two and a half days!
Admin
Admin
Cygwin will do it for you. :)
Admin
Yes, but it wasn't. The disk actually was full. Read OP's follow-up post that clarifies the full-vs-40GB-free confusion. Plus this is Windows XP: we can assume the drive was using NTFS, which is not subject to anything like FAT32's 2GB/32-bit-filesize limits.
Admin
"For those keeping score, that's one reboot a minute for nearly seven centuries."
There is about a 50/50 chance people will get tired of Windows before it comes to that.
Admin
Admin
I thought I was the only one who told the kids to get out when they asked if we were there yet! Now that they're teenagers, it's not an issue, but it sure cut down on the questions when they were little.
Admin
Never assume someone called Kim is female.
Admin
Depends on how often the user reboots.
Admin
I had this exact same problem on a friends computer a few months back.
LSBurnWatcher is some stupid program that sits and runs in the background. It is included with all LightScribe burners I believe. For whatever reason, this program seems to look for iTunes, and I think if you have installed iTunes and removed it, it causes this problem (or something like that).
I fixed it by just finding the LSBurnWatcher.exe file and renameing it to prevent it from being executed in the future (it is not needed, by any means). This solution seems leagues ahead of just deleting the file periodically, as your computer will still be constantly thrashing while continuously writing to the file.
Admin
"I fixed it by just finding the LSBurnWatcher.exe file and renameing it to prevent it from being executed in the future (it is not needed, by any means). This solution seems leagues ahead of just deleting the file periodically, as your computer will still be constantly thrashing while continuously writing to the file."
You could also run msconfig and stop it from being invoked at startup.
Admin
"I fixed it by just finding the LSBurnWatcher.exe file and renameing it to prevent it from being executed in the future (it is not needed, by any means). This solution seems leagues ahead of just deleting the file periodically, as your computer will still be constantly thrashing while continuously writing to the file."
You could also run msconfig and stop LSBurnWatcher from being invoked at startup.
Admin
Actually Kim is a male. Kim is usually a male name in Scandinavian countries. Short for Joakim.
I'm a different Kim than the submitter, but as a man I can tell you that it's very irritating when Americans assume that I'm female. Getting excited posts from horny geeks that think I'm a female geek has lost its humour
Admin
the real wtf is notepad soo crappy can't open a 75 GB file. all the text editors i use can.
Admin
Admin
Admin
Try using Linux practices. With logrotate :).
Admin
The real WTF is the solution ... Isn't putting the file in read-only state too complicated?
Admin
"google "LSBurnWatcher.log" looks like a troyan or virus ,well badly coded yes, but some annoying junk."
You're the real WTF buddy.
Admin
TRWTF is that the person named Kim is a dude.
Admin
This is some really nice Déjà Vu for me. I once made a slight change to a database that a PHP script on my site used, and forgot to test it. Being in 8th grade, I had to get to school, and I thought forgot all about the edit. However, a few days later, the server (also my personal Mac) started giving "low disk space" errors. I figured I'd filled my HDD, and deleted my downloads dir and emptied my trash (cleaned out 80GB [TRWTF]). That cleared it up for the day, but the next day, it was full again! I fired up OmniDiskSweeper and found that my Apache/PHP logs were expanding at a rate of several MB/minute. I checked the PHP script and realized that there was a while() loop that was never completing due to the DB change, and a few people were opening the script from time to time. Eventually, it would hit PHP's maximum runtime, but then the user would refresh the page again after a few minutes. I fixed the DB and deleted the logs. This is why I run ODS every couple months now.