Displaying 3 results from an estimated 3 matches for "akonniemi".
2001 Mar 06
8
OpenSSH/scp ->> F-Secure SSH server Problems
Hi,
Is there some know problem between the 'scp' client in OpenSSH 2.5.1p1 and
F-Secure's SSH 2.4.0 server? The client is running on a Linux (2.2.17) box
and server is running on Win2K. When I try to transfer files it asks me for
the password (which I provide) then it hangs. Using 'scp -v' didn't provide
any helpful info; it's as though the problem happened before
2007 May 08
2
Limit + Conditions = Confusion
Hi,
Could you please explain the :limit to me? I thought I knew what it was
but now it seems I''ve misunderstood something.
>> Fooditem.find_by_contents("*quark*", {:limit => 10}, {:conditions => ["origin = ?", "fda"]}).length
=> 1
>> Fooditem.find_by_contents("*quark*", {:limit => 2000000}, {:conditions => ["origin
2007 May 02
2
Index update - problems
Hi,
Rails 1.2.2
Ruby 1.8.5
Ferret 0.11.4
I have pretty big forum that has 2 columns that are indexed, in addition
to this couple more tables with far less data are indexed.
It seems that first index update works. Mysqld process takes the idle
CPU time, but behaves nicely.. until at some point it takes 99% and
doesn''t let other processes use it :) I''m forced to restart mysqld.