Displaying 20 results from an estimated 400 matches similar to: "Some code change suggestions of thenwin32-service package"
2005 Nov 26
1
Another patch of win32-service for nice startup.
Hi,
I believe this patch would be a perfect solution for a lengthy
initialization application.
Added hStartEvent, service_init, checkpoint increments.
============================================================
--- temp/service.c 2005-11-27 00:03:30.000000000 +0900
+++ service.c 2005-11-27 00:01:58.000000000 +0900
@@ -14,6 +14,7 @@
static VALUE cDaemonError;
static VALUE rbServiceStruct,
2006 Dec 07
0
Fwd: win32-service problems with patch
Got this today. Please take a look and let me know what you think.
- Dan
---------- Forwarded message ----------
From: Kevin Burge <kevin.burge at systemware.com>
Date: Dec 7, 2006 6:45 AM
Subject: win32-service problems with patch
To: djberg96 at gmail.com
Hi Daniel,
Thanks for win32-service. In the process of using it for running a
reliable-msg (drb) server and clients, I had some
2013 Aug 21
2
[PATCH 1/3] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of
4. This commit rationalises the whitespace to use only 4 space indentation, and
removes trailing whitespace.
---
RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++--------------------------
RHSrvAny/RHSrvAny.h | 1 -
RHSrvAny/resource.h | 2 +-
3 files changed, 269 insertions(+), 271 deletions(-)
diff --git
2013 Aug 29
5
[PATCH 1/6] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of
4. This commit rationalises the whitespace to use only 4 space indentation, and
removes trailing whitespace.
---
RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++--------------------------
RHSrvAny/RHSrvAny.h | 1 -
RHSrvAny/resource.h | 2 +-
3 files changed, 269 insertions(+), 271 deletions(-)
diff --git
2005 Nov 11
1
[Fwd: Thanks for win32-service]
Nice. :)
-------------- next part --------------
An embedded message was scrubbed...
From: Jamey Cribbs <cribbsj at oakwood.org>
Subject: Thanks for win32-service
Date: Fri, 11 Nov 2005 11:33:13 -0500
Size: 2505
Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20051111/5b46cd4f/Thanksforwin32-service.eml
2005 Nov 22
1
Win32 Service Timeout command
> -----Original Message-----
> From: Jamey Cribbs [mailto:cribbsj at oakwood.org]
> Sent: Tuesday, November 22, 2005 2:44 PM
> To: Berger, Daniel
> Subject: Win32 Service Timeout command
>
>
> Hi, Dan. I have a quick question. Is there a way to set a timeout
> variable when starting/creating a win32 service using your package?
> When I attempt to start a
2007 Jun 28
0
[1092] trunk/wxruby2/swig/classes/App.i: Pass correctly typed Events into filter_event, if defined (bug 10797);
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2008 Feb 06
0
[ wxruby-Bugs-17827 ] Crash when closing Dialog in bigdemo.rb
Bugs item #17827, was opened at 2008-02-06 11:50
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=17827&group_id=35
Category: Incorrect behavior
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: Crash when closing Dialog in bigdemo.rb
Initial Comment:
Segfault
2014 Sep 21
1
error receiving a fax ... but with a fax that was received without problems
Dear all,
When receiving a fax, the extension is "spawned", despite nothing but
positive messages (see below)
The sending fax considers it a success & the verbose output of asterisk
gives a "FAX_SUCCESS" and a "NO_ERROR" error in the ReceiveFax command.
The problem is that all the next steps (conversion of the fax to pdf &
sending it to a mailbox) are never
2010 Jul 12
1
Fax for Asterisk, capable of receiving from website but not from fax machine !!
Hi Guys,
i am using the latest version of asterisk 1.4 (1.4.33.1), dahdi (2.3.0.1)
and FFA (Applications: 1.4_1.2.0, Digium FAX Driver: 1.4_1.2.0). the issue
i'm having is that i'm able to receive faxes from a website (that offer this
service) but not able to receive from a regular fax machine (that is working
perfect).
[fax-rx]
exten => receive,1,NoOp(**** FAX RECEIVE ****) exten
2011 Feb 21
1
Dialplan execution stops on app call even with TryExec (Am I missing something simple?)
We're having an issue where we call ReceiveFax in a context that
includes a hangup extension and half the time dialplan execution doesn't
continue after the fax is received successfully. Am I missing something
simple here? Below is a sample call where this happened:
The last log line for this channel/call is:
[Feb 21 09:10:53] VERBOSE[13730] res_fax_digium.c: -- Channel
2007 Nov 09
0
[Fwd: win32-service problems with patch]
All,
I''ve been tinkering with Kevin''s patch. Seems to work much better as far
as service control goes. The only thing that initially concerned me was
the service_init code, but doing a 10 second sleep caused no problems in
testing.
Unless there are any objections, I''m going to put out win32-service
0.5.3 this weekend. This will be the last C version I put out. The
2010 Apr 09
2
res fax help
I have res_fax setup and working for the most part. However, I'm seeing
some fax machines drop the connection on me -
Apr 9 17:33:11] NOTICE[30809]: res_fax.c:906 generic_fax_exec: Channel
'DAHDI/1-1' did not return a frame; probably hung up.
-- Channel 0/1, span 1 got hangup, cause 102
-- Channel 'DAHDI/1-1' FAX session '20' is complete, result:
2006 Oct 20
6
win32-service weirdness
I''ve got my application running under Windows with mongrel perfectly,
so it was time to convert it to a service. service::install works
fine, but service:start gives me some "One moment, start pending" and
then lots of "One moment, stopped".
After a bit of digging I found this in the service.log:
** Starting Mongrel in production mode at :3000
** Starting Rails in
2009 Jul 09
3
Re: Install LiveZilla In wine
OK thanks - I see how to do that now.
I'm still unable to compile the patched wine. I think the problem is that I'm not sure exactly what the patch should contain. I have tried the below patch but the compile barfs:
>
> diff --git a/dlls/iphlpapi/iphlpapi_main.c b/dlls/iphlpapi/iphlpapi_main.c
> index 547b666..d19bff7 100644
> --- a/dlls/iphlpapi/iphlpapi_main.c
> +++
2011 Jun 29
1
dialplan execution stops after ReceiveFax
Hello,
I have a noticed strange behavior in Asterisk 1.6.18.2 with ReceiveFax
Digium FAX Driver: 1.6.2.0_1.3.0 (optimized for i686_32).
I use a context [capi-in] for icoming ISDN calls:
======
[capi-in]
; Faxe fuer Ruben
exten => 12345,1,Macro(faxin,ruben.roegels at jumping-frog.org,${EXTEN})
======
My macro for the fax receiving looks like that:
======
[macro-faxin]
; Faxe
; ARG1 =
2018 May 17
2
AMI status events with res_fax_spandsp.so
Is anyone else using the AMI with res_fax_spandsp.so for real-time status?
I am working on migrating a FAX application from res_fax_digium.so to res_fax_spandsp.so. I have noticed that the spandsp module generates far fewer AMI status events than the Digium module and the generated events contain less information. For example when sending a fax there is no longer an event for every page. There
2012 Apr 27
1
hardware compatibility list
Hi,
i dont have technical information about ups so much. so i send hardware compatibility list to my friend who worked at ups manufacturer factory.
his commet :
"ups at the list are, one phase support,not 3 phase. there are 3 phase support ups at market" and "ups in the list are not very big, maximum 6 kva. there are bigger ups at market."
are there any limitation about 3
2008 Jan 21
0
Wx::GenericDirCtrl Segfault Crash
Hey Alex,
Found another GC bug in wxRuby. I ran into this problem, when trying to
implement Wx::GenericDirCtrl into wxRuby. The specific case in which this
is occuring, is when I attach the two event handlers for
evt_tree_item_expanding() and evt_tree_item_activated() when grabbing the
Wx::GenericDirCtrl#get_tree_ctrl(). All I have it doing, is attempting to
catch these events (Which I really
2012 Jun 19
2
Puppet Versioning
Hello everyone,
everytime I run on a puppet host:
#puppet agent --test
I see this commet:
info: Applying configuration version ''000001''
then lets say I deploy a new package from my local repository, from
which I would get a different configuration version.
#puppet agent --test
info: Applying configuration version ''000002''
...question: is there a way to