Displaying 10 results from an estimated 10 matches similar to: "Forward of moderated message"
2006 Aug 21
3
strange problem with system call
Hi,
I am using backgroundrb to create a automated system of typo blogs.So, users
can create new typo applications using web interface and all that jazz.
Now..its working perfectly except one minor glitch. Since latest version of
typo has a command called "typo", i simply use that command to install new
typo app.And it works.
def do_work(args)
    DIR =
2006 Aug 16
1
newbie needs help
I''m sure this is the billionth newbie help request on here, but I sure  
am hitting my head against the wall on this.
I''ve tried numberous of Ezra''s examples that I was able to find  
online.  The best I''m able to get is nothing happens and development  
log says:
NoMethodError (undefined method `progress'' for #<PingWorker:0x3a786c0>):
    
2002 Nov 11
3
Wind roses
Are there any R function or packages that generate wind roses?  These are 
``star''-like plots that summarize the frequency, direction and magnigude 
of windspeeds.
Thanks,
Matt 
-- 
Matt Pocernich
University of Colorado - Denver
Department of Mathematics
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2003 Mar 22
22
SecuRemote and Shorewall Problem
Sat Mar 22 14:16:55 CST 2003
This post is a bit long, but I want to make sure
I am providing the information up front that can
help in others helping me solve this mystery.
I am having a bit of difficulty getting Shorewall
to work with SecuRemote and its FW-1 server. I
have attached the "rules" file I am using and the
output of "shorewall show nat". The diagram below
2008 Mar 18
1
Polling is REALLY slow
I''m having some trouble with using brb for polling for work. Basically, what
I want to do is update the state of a record and have brb notice and start a
process. I do not want to call ask_work for each process because there may
be several places where the object''s state is changed, and I only want to
process once.  Plus, I can schedule things better this way.  My first
thought
2014 Jul 17
1
syslog-ng 2.1.4 - file sources are read only when reload or restart is performed?
Hi All ;)
I am using a virtual machine with:
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
Linux logserver01 2.6.18-274.el5 #1 SMP Fri Jul 8 17:36:59 EDT 2011 x86_64
x86_64 x86_64 GNU/Linux
syslog-ng 2.1.4
I have following configuration:
...
  9 options {
 10         create_dirs (yes);
 11         dir_group (root);
 12         dir_owner (root);
 13         dir_perm (0700);
 14        
2006 Nov 16
12
OSX requires sudo for using ports < 1024
I assume some of you have run into this error before when trying to run
mongrel on port 80 (or another port < 1024) in OSX:
$ mongrel_rails start -p 80
** Starting Mongrel listening at 0.0.0.0:80
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel/tcphack.rb:12:in
`initialize_without_backlog'': Permission denied - bind(2) (Errno::EACCES)
        from
2006 Oct 04
0
do_work and long running rails tasks?
Hi there
I have some long running queries against a nice litte database (20  
million new records per day) that I have offloaded to backgroundRB.  
The trouble is, that backgroundrb seems to be blockin on Model.find  
calls.
Here''s the code
--- worker.rb --
   def do_work(args)
     @rows = []
     @percent = 0
     @host = Host.find( args[:id])
     ips = @host.ipaddresses
     step
2004 Sep 18
2
3.0.7: PANIC: deferred_open_entries_identical: logic error
After upgrading to 3.0.7 we've had 4 panics, all within seconds of each other.
Unfortunately I'm not sure what users were doing at that time.  I didn't
notice this until reviewing the logs later.  From the time, I would guess this
happened as people were logging in.
Here's a copy of one of the logs.  The other three are identical except for the
time and PID.
Sep 17 08:52:45 c
2006 Sep 06
0
rescue?
Probably a simple question, but humor me:
Let''s say I have a page (in Rails) that lets a user type a shell  
command (say, ''ping blah.com'') into a form and it fires off a worker  
that then updates that page using AJAX (all of this is working so far).
How would I correctly wrap the worker in a begin..rescue so that it  
spits out ''invalid command''