Displaying 20 results from an estimated 4000 matches similar to: "what''s wrong with engines"
2005 Dec 22
2
help me understand migrations movie
I''m somewhat of a newbie - played with recent versions of rails a few
mths ago, but have decided to start from scratch with 1.0.
I want to build my new db as much as possible with migrations, so I
watched DHH''s migrations movie from rubyonrails.org.
A few things confuse me:
1. He generates the model ("post") before running rake db_schema_dump.
Is that necessary or
2006 Mar 28
0
Engines 1.1
Engines 1.1 Release
----------------------------
The Rails Engines plugin has been updated to work with the new Rails
1.1 release. Engines 1.1 is now available via script/plugin, and
through SVN at
http://svn.rails-engines.org/engines/tags/rel_1.1.0
Using SVN is *highly recommended*, and SVN externals are excellent for
keeping your plugins in sync (see http://rails-engines.org/download
for
2014 Jun 26
2
Firewall question
I have a firewall rule to drop packets from certain addresses: (email spam)
my /etc/sysconfig/iptables begins as:
# Generated by iptables-save v1.4.7 on Thu Jun 26 09:11:09 2014
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [1:148]
-A INPUT -m pkttype --pkt-type multicast -j ACCEPT
-A INPUT -s 223.255.229.0/24 -j DROP
-A INPUT -s 218.96.0.0/24 -j DROP
-A INPUT -s
2005 Dec 22
2
Documentation for generate controller
I can find the API documentation, but where is the documentation for the
standard generators. The wiki has 3rd party generators- but I want to
know specifically what generate controller does, and how it differs from
generate scaffold, and what other generators there are.
Where is this succinctly documented?
--
Posted via http://www.ruby-forum.com/.
2006 Feb 13
1
rsync SIGSEGV signal handler in Cygwin.
Hello!
I am using rsync compiled with Cygwin on windows.
I must call rsync from the *.bat script (I don't want to use a bash on Windows)
and I have noticed that in the case when program compiled by Cygwin crashes
via segmentation fault and default SIGSEGV handler is called, then it
terminates process with exit status 0 as I see it from my *.bat script.
(But if I invoke a program from bash
2020 May 12
1
Segfault on read.socket with long message
Thanks for the link.? Somehow the information about how to join the
bugzilla site was not available at bugzilla and buried in the CRAN web
site instructions on reporting bugs (which pointed me at Bugzilla and
not the page you showed me).
The example is pretty minimal.? I left the tracing statements
(flog.trace()) and the toJSON, fromJSON in as I thought they might
provide some context for
2007 Oct 10
0
patch for rsync: provides "nice = N" option
Hi folks,
This is a patch for rsync 2.6.9 - I'm not sure if this is the proper vehicle
for submitting them. It's been working great for us for months, and I hope
it's seen as offering useful utility in general.
Steve (who is not a subscriber to this list)
---
Stephen J Friedl | Security Consultant | UNIX Wizard | +1 714 544-6561
www.unixwiz.net | Tustin, Calif. USA |
2020 May 12
0
Segfault on read.socket with long message
Thanks for the report, but it is unlikely anyone would be able to help
just based on this code fragment. We need a small and minimal but
complete reproducible example. That example should not use any
contributed packages (a contributed package may be corrupting memory,
which may cause R to crash).
It is easy to get a bugzilla account - please see
https://www.r-project.org/bugs.html for more
2020 May 11
2
Segfault on read.socket with long message
I'm trying to implement a connection between two processes using a
simple socket mechanism. The messages are rather long object stored as
JSON.
R is crashing with a segmentation fault when I try to read my test
message (which is 5305 bytes long). I first send the length in bytes
and then I send the actual message.
Here is my R code:
library(jsonlite)
library(futile.logger)
2008 May 21
0
Rsync feature request
I would like to suggest a feature that I believe would help out one
usability aspect of rysnc. The patch I am suggesting will allow the
rysnc module to return 1 of multiple secrets from the password file,
essentially allowing you to check ANY user's (whom belong to a team)
secret to see if it matches.
For example: For 2 users (user1 and user2) belonging to team1, it
would check
2023 Jul 03
0
[PATCH] Add option --log-after to log after moving file into place
This mode is useful when a process is monitoring the log for
post-processing of transferred files.
With --log-after in local mode, both sender and receiver log to
the same log file, so it require --log-file with absolute path.
We add %o to the default log format, so it will be easy to tell
the logs of the sender from the logs of the receiver:
2023/02/14 14:40:25 [559755] building file list
2004 Sep 25
1
Logon Script to go down one folder?
Hi Folks,
Got Samba 3.0.7,1 running on FreeBSD--yippee!
One thing that I noticed is that when a Windows
user clicks on his folder named something like
'username', there are a bunch of files there
that he might 'accidently' delete:
.cshrc
.login
.login_conf
.mail_aliases
.mailrc
.profile
.rhosts
.shrc
Is there some way to automatically log on the
user to folder just below
2019 Jul 18
2
Can't find machine account
On 07/18/2019 11:32 AM, Rowland penny via samba wrote:
> Hurrah and this part is easy ;-)
>
> You are starting the wrong binary, you need to start 'samba-ad-dc' ,
> you may have to unmask it though.
Yippee, that worked!? I was able to unmask (systemctl unmask
samba-ad-dc) and samba started.? wbinfo --ping-dc returns the new DC!?
Also get correct groups and users with wbinfo
2013 Dec 07
0
H.264 engine differences between fermi and tesla cards
On Sat, 30 Nov 2013 12:54:45 -0800
Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> On Thu, Nov 21, 2013 at 5:22 PM, Ilia Mirkin <imirkin at alum.mit.edu>
> wrote:
> > On Thu, Nov 21, 2013 at 5:07 PM, Benjamin Morris
> > <bmorris at nvidia.com> wrote:
> >> On 11/19/2013 08:16 PM, Ilia Mirkin wrote:
> >>> Hello,
> >>>
>
2008 Sep 19
0
metric_fu for use in cc.rb
Hi all,
I looked on the mailing list for metric_fu, but didn''t find it -- so at the
risk of being redundant, it looks really useful.
"Metric_fu is a set of rake tasks that make it easy to generate metrics
reports. It uses Saikuro <http://saikuro.rubyforge.org/>,
Flog<http://ruby.sadi.st/Flog.html>,
Rcov <http://eigenclass.org/hiki.rb?rcov>,
2016 Jan 21
1
[Bug 11683] New: hang on select when send many files
https://bugzilla.samba.org/show_bug.cgi?id=11683
Bug ID: 11683
Summary: hang on select when send many files
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: tom916 at
2004 Jan 18
3
Now: Small Biz Robust Asterisk Solution - SBRAS
> Tilghman Lesher wrote:
>> On Sunday 18 January 2004 12:01, Adthrawn wrote:
>>
>>> Spell out RAID - Redundant Array of Inexpensive Disks. Bingo.
>>
>>
>> That's "Independent Disks". It's the independence of each spindle
>> that
>> is valued, not the cost proposition. If one spindle goes, it's not
>> all
>>
2008 May 26
11
doesn't create my guestbook
Hi,
I''m having some trouble with my realtions (I think). I''m creating a
guestbook with comments in ajax (the structure resembles the structure
of a blog). So I''ve got a "flogs table" which keeps the "user_id" and
the "id" of the flogs. This table. Then I''ve got a "guestbooks table"
containing "id" of the
2006 Mar 02
1
Engines SVN repository move
The rails engines SVN repository has now officially moved from its old
location on the OpenSVN servers to:
http://svn.rails-engines.org/
Please update your SVN externals appropriately, as the continued
existence of the old repository is now NOT guaranteed.
Engines plugin (official): http://svn.rails-engines.org/plugins/engines
Engines plugin (for Edge rails):
2005 Dec 21
1
Engines Generator & Howto Extract an Engine
= Engines Generator =
Now part of the Engines plugin, you can generate your very own engines.
$ script/plugin install engines
$ script/generate engine MyEngine
= Howto Extract an Engine =
I have also written a little documentation on how to extract an engine
out of an existing application:
http://rails-engines.rubyforge.org/wiki/wiki.pl?ExtractAnEngine
= Changelog =