From matt at iamcode.net Wed Jun 7 07:01:46 2006 From: matt at iamcode.net (Matt Lewandowsky) Date: Wed, 07 Jun 2006 04:01:46 -0700 Subject: [Rubyinstaller-users] Virus or false alarm? Message-ID: <20060607040146.x0daiw06808w00os@webmail.tuffmail.net> Hello, I've been running Installer Version 184-16-RC2 for almost a month now. I just updated my Windows Live OneCare antivirus definitions and now WLOC is complaining that uninstall.exe is infected with TrojanDownloader:Win32/Agent!DE3E . Is this a known false-positive, or should I be worried? I'm not trying to uninstall Ruby, but anytime a process gets file information for that folder's contents, I get a virus warning as my foreground window. The MD5 of my uninstall.exe is D41D8CD98F00B204E9800998ECF8427E . Is this the proper checksum? Or did a virus actually infect my uninstaller? I saw nothing on the wiki regarding this, and I couldn't find a good channel on freenode to ask. Thanks, --Matt -- /* * Matt Lewandowsky matt at iamcode.net * Random Geek http://www.iamcode.net/ * +1 (866) 606-9696 +44 (0) 844 484 8254 */ From curt.hibbs at gmail.com Wed Jun 7 10:40:05 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Wed, 7 Jun 2006 09:40:05 -0500 Subject: [Rubyinstaller-users] Virus or false alarm? In-Reply-To: <20060607040146.x0daiw06808w00os@webmail.tuffmail.net> References: <20060607040146.x0daiw06808w00os@webmail.tuffmail.net> Message-ID: <31d15f490606070740h4c70eb06x37d2559553cbfbe3@mail.gmail.com> On 6/7/06, Matt Lewandowsky wrote: > > Hello, > > I've been running Installer Version 184-16-RC2 for almost a month now. > I just updated my Windows Live OneCare antivirus definitions and now > WLOC is complaining that uninstall.exe is infected with > TrojanDownloader:Win32/Agent!DE3E . > > Is this a known false-positive, or should I be worried? I'm not trying > to uninstall Ruby, but anytime a process gets file information for that > folder's contents, I get a virus warning as my foreground window. > > The MD5 of my uninstall.exe is D41D8CD98F00B204E9800998ECF8427E . Is > this the proper checksum? Or did a virus actually infect my uninstaller? > > I saw nothing on the wiki regarding this, and I couldn't find a good > channel on freenode to ask. > My checksum is for the uninstall.exe is 45bd1df7777952903d912b7bae251021, so I think there is something wrong with yours. I have attached my copy of the uninstaller so that you can replace yours. I had to rename the extension from exe to dat because gmail wouldn't let me attach an exe file. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rubyinstaller-users/attachments/20060607/4567631f/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: uninstall.dat Type: application/octet-stream Size: 0 bytes Desc: not available Url : http://rubyforge.org/pipermail/rubyinstaller-users/attachments/20060607/4567631f/attachment.obj From fattchee at gmail.com Fri Jun 16 10:15:36 2006 From: fattchee at gmail.com (fattchee fong) Date: Fri, 16 Jun 2006 22:15:36 +0800 Subject: [Rubyinstaller-users] gem install failure: Zlib::buffer Message-ID: <8e88f4b10606160715o72389584g5eed2f3b05be4fe0@mail.gmail.com> Hi, I am getting a Zlib buffer (Zlib::BUFError) error when trying to install rspec on a freshly installed Ruby in C:\Ruby. ruby -e "require 'zlib'; p Zlib::ZLIB_VERSION" returns 1.2.3 os: windows2000 ruby:184-17 gem: 0.8.11 I am new to ruby - there was also a support request logged by another user. on 6 june '06 Your advice will be much appreciated. TIA