Displaying 20 results from an estimated 500 matches similar to: "Ruby 192\lib malware"
2011 Jan 28
3
trojan at current development version?
Hi,
is it possible, that the current development version for Windows (
http://cran.at.r-project.org/bin/windows/base/R-2.13.0dev-win.exe) is
infected by a trojan/virus. My antivir-program (www.avira.com) seems to find
a trojan in open.exe at bin\i386.
Best regards,
Andreas
[[alternative HTML version deleted]]
2011 Apr 09
2
Frustration: rails server not responding
I deleted to app folders, Hello and Blog, which I had created per
instructions of Beginning Rails 3. Thought I would start over again.
Now when I start the command line window on my Ruby192 folder and type
in "rails server", I only get the list of options for the command. I
can get the version, but not the server.
Do I need to reinstall rails?
Bruce
--
You received this message
2011 Oct 17
1
Trojan in setup file
Hello,
I have the following problem:
I successfully installed R (Version 2.1.3.0 for Windows) on my Notebook
(Windows 7) in June. Now I used the same setup file for a PC (Windows XP)
and got a message from the anti virus software (Avira), that the setup file
contains the Trojan "TR/ATRAPS.Gen". The PC is never connected to the
internet, this is why the anti virus software has
2007 Jun 16
5
antivirus
Hey Guys,
We have a central server which runs centos, most of the client machines run
on windows.
Does anybody know of a solution whereby we can manage antivirus for all the
clients from the centos server?
I know there are management consoles for managing antivirus on windows but
we dont want to run a windows server..
Anybody have any ideas? Or are we just screwed and need to have a windows
2013 Jun 25
8
Syslinux 6.00 released
On Tue, 25 Jun, at 01:09:47PM, H. Peter Anvin wrote:
> Not really... let's just document "make bios".
There's preliminary documentation in doc/building.txt.
--
Matt Fleming, Intel Open Source Technology Center
2013 Jun 26
0
Syslinux 6.00 released
Hallo, Matt,
Du meintest am 25.06.13:
>> Not really... let's just document "make bios".
> There's preliminary documentation in doc/building.txt.
(sent to you and to the mailing list; some robot blocks the list ...)
Additionally:
Compiling (with "make bios") worked.
Running "pxelinux": more problems than with 5.10.
5.00-pre6: all worked fine
2014 Jan 16
1
Mounting Snapshots
Hello
I am doing a research project (http://www.ites-project.org/) and want to
be able to mount VM images (all kinds of VMs, starting with VirtualBox).
For that libguestfs seems perfect. I am already able to mount the base
HD, but I was not able to additionally mount the overlaying Snapshot files.
Is there a way to mount several HD files onto each other ?
Thanks
Thorsten Sick
--
Thorsten Sick
2013 Jun 26
1
Syslinux 6.00 released
> Hallo, Matt,
>
> Du meintest am 25.06.13:
>
> >> Not really... let's just document "make bios".
>
> > There's preliminary documentation in doc/building.txt.
>
> (sent to you and to the mailing list; some robot blocks the list ...)
>
> Additionally:
>
> Compiling (with "make bios") worked.
>
> Running
2010 Jul 27
13
3.0.0rc ActionController::RoutingError No route matches
Have been developing on 3.0.0beta4 and just updated to 3.0.0.rc.
When I try to link_to() a User object that previously had worked, I
get the following:
ActionView::Template::Error (No route matches
{:action=>"destroy", :controller=>"games", :id=>#<User ..... >
Yet I have in my routes.rb file has resources :users and my "rake
routes" shows:
2010 Dec 10
0
Encoding issues when uploading files
Hello everybody,
I have some troubles with uploading files in my Rails project.
I use Rails 3, Ruby 1.9.2, rack 1.2.1, and both webrick / passenger on
apache
I was investigating and have isolated the strange behaviour on a
simple empty project:
view:
<% form_tag({:action => ''upload''}, :multipart => true) do %>
<%=text_field_tag :desc %>
2006 Dec 11
1
dovecot disconnect(s) / new facts
Hi,
I just tried the below with the current version 1.0 RC15 (from the
dovecot website) and I still got the Problem:
telnet gives me the following output:
-----8<-----8<-----8<-----SNIP-----8<-----8<-----8<-----
+OK dovecot ready.u-ERR invalid command u
s-ERR invalid command s
e-ERR invalid command e
r-ERR invalid command r
-ERR invalid command
u-ERR invalid command u
s-ERR
2012 Jun 26
2
Error with rake command
I am using Rails 2.3.8 application and when I enter rake command it
gives following error :
ms@ms-HP:~/OpenStreetView$ rake
WARNING: ''require ''rake/rdoctask'''' is deprecated. Please use ''require
''rdoc/task'' (in RDoc 2.4.2+)'' instead.
at /home/ms/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/rdoctask.rb
rake
2011 May 21
4
request.format = :mobile causes error "undefined method `ref' for nil:NilClass"
I have a strange problem with setting request.format = :mobile
I can reproduce this problem on a completely fresh Rails 3.0.7 app
with no special gems. This seemed to work well in Rails 2 but for some
reason is hiccuping here, not sure what''s different in Rails 3 that
makes this hiccup. If you look at the stack track, it doesn''t even
pass through my app stack once -- weird --
2010 Aug 18
6
undefined method `eq' for nil:NilClass
I''m walking through an example in the "Head First Rails" book, but,
instead doing the examples using Rails3.0.0.rc.
But, I''m getting this error when browsing for example:
http://localhost:3000/advs/1
undefined method `eq'' for nil:NilClass
Provided that my advs_controller.rb is as follows:
http://pastie.org/private/cd9zntg2ite57ept288kfa
Any ideas why
2006 Dec 11
1
Disconnects with proxies / new facts
Hi,
I just tried the below with the current version 1.0 RC15 and I still got
the Problem:
telnet gives me the following output:
-----8<-----8<-----8<-----SNIP-----8<-----8<-----8<-----
+OK dovecot ready.u-ERR invalid command u
s-ERR invalid command s
e-ERR invalid command e
r-ERR invalid command r
-ERR invalid command
u-ERR invalid command u
s-ERR invalid command s
e-ERR
2012 Feb 26
15
ActiveRecord::ConnectionNotEstablished
Hi,
I am trying the tutorial in:
http://guides.rubyonrails.org/getting_started.html
when I try to navigate to http://localhost:3000 after the 4.3 change
I get the error : ActiveRecord::ConnectionNotEstablished
and I don''t know how to solve it
the database.yml file is:
adapter => mysql
host => 127.0.0.1
database => blog
username => root
password => *****
my
2013 Feb 10
0
Nested attributes doesnt get updated
Hi
Am building a nested form and my code works fine with sqlite3 but throws
errors when using Oracle during update action.
Am getting the following error:
ActiveRecord::RecordNotFound in AWRequestsController#update
Couldn''t find WADetail with ID=5000000015 for AWRequest with ID=5000000022.0
Request
*Parameters*:
{"utf8"=>"✓",
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
Hi Guys,
Facing a weird error .
Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
It seems to be happening with mail sending mail . I am using AUTHSMTP to
send mails . Unable to send mail and the app breaks .
Any help will be appreciated . Same code worked with ruby 1.8 and rails
2.3.x .
*Configuration*
Rails 3.2
Ruby 1.9
Engineyard , Linux Instance
*Backtrace :*
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
Hi Guys,
Facing a weird error .
Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
It seems to be happening with mail sending mail . I am using AUTHSMTP to
send mails . Unable to send mail and the app breaks .
Any help will be appreciated . Same code worked with ruby 1.8 and rails
2.3.x .
*Configuration*
Rails 3.2
Ruby 1.9
Engineyard , Linux Instance
*Backtrace :*
2013 Mar 24
5
Rails 4.0 has_many_through and fields_for
Hi all, I am trying to reproduce rails 3.2 behaviour with fields_for and
nested attributes.
class ControllerAction < ActiveRecord::Base
has_many :interactions, dependent: :destroy
has_many :roles, through: :interactions
scope :controllers, lambda {|name| where("controller_name_id = ?",
name)}
scope :actions, lambda {|name| where("action_name_id =