Displaying 20 results from an estimated 200 matches similar to: "win32-service cvs - potential issue with Service.services"
2005 Feb 28
3
test/unit error report for win32-service
Dan,
I am assuming that the version in CVS is the most current one.
Report follows.
-- shanko
------------------------------------------------------
C:\win32utils\win32-service\test>ruby tc_service.rb
This test will stop and start your Clipboard service, as well as
pause and
resume your Schedule service. This is harmless unless you are actually
using these services at the moment you
2004 Jan 26
1
Re: win32-service ideas
>From: Shashank Date <sdate@everestkc.net>
>To: Daniel Berger <djberg96@hotmail.com>, phasis@nownuri.net
>CC: win32utils-devel@rubyforge.org
>Subject: Re: win32-service ideas
>Date: Sun, 25 Jan 2004 10:49:03 -0600
>
>Dan, Park,
>
> > Still nothing. The svc.log file never gets created. It''s definitely
> > choking on the StartService() call.
2004 Feb 01
2
test_services test case
While working on win32-service-0.3.0 I got hung up trying to resolve that
"RPC server is unavailable" error message that was popping up on some
systems. I couldn''t duplicate this on my XP Pro box, but it does show up on
my Win2k box.
Quick review - this is the test case from tc_service.rb
def test_services
assert_nothing_raised{ Service.services{ } }
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
2004 Jan 26
0
Re: win32-service ideas
Park,
> Oh, you have wrong version of service.c
> I will attach service.c for you.
Sorry again ;-(
This is with the new service.c you attached and
slightly modified test2.rb:
----------------------------------------------------------------------
C:\extract\_ruby\WIN32-~1.2>ruby extconf.rb
creating Makefile
C:\extract\_ruby\WIN32-~1.2>nmake
Microsoft (R) Program Maintenance
2007 Nov 18
4
Need help with win32-service, failure actions
Hi all,
I''m trying to get failure action support working. I''ve modified the
Service.configure method to accept the following options:
failure_reset_period
failure_command
failure_reboot_message
failure_actions
failure_delay
I''ve got the failure_command and failure_reboot message working, but the
rest aren''t working properly. I''m mostly focused on
2004 Aug 06
5
[Interopcast-general] about translatingdocumentation, but not only documentation.
On Thu, 2003-07-31 at 17:07, Dave St John wrote:
> What are the chances of getting ices0.3 and ices2 ported to windows as a
> command line app?
> and be able to run it as a NT serivce?
It's a question of getting the compiler environment setup to do the port. Much
of libshout and ices2 are ready but, certain things like live input are different
from whats in windows.
karl.
2004 Aug 06
2
[Interopcast-general] about translating documentation, but not only documentation.
On Fri, 1 Aug 2003, Arnaud Ebalard wrote:
> The main problem we encountered was the difficulty to find an MP3
> streamer that was
> compatible with Icecast2.
For *nix, ices 0.3 will do the job. It requires libshout2. You can get
them both from http://www.icecast.org/download.html
Geoff.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage:
2005 Sep 08
11
Stopping services
I''m back to getting stuff to run as a Windows service, and am running
in to a problem. My service (a Daemon ruby class) installs and starts
fine, but when I try to stop it, I get:
C:\workspaces\default\tahoe>ruby script\service stop
script/service:77:in `stop'': An exception occurred in the service
when handling
the control request. (Win32::ServiceError)
from
2008 Apr 19
0
[Fwd: win32-service-0.6.1 using a Rails Model]
Any ideas here? Line 911-921 indicates a failure in OpenService:
handle_scs = OpenService(
handle_scm,
service,
SERVICE_QUERY_STATUS
)
if handle_scs == 0
error = get_last_error
CloseServiceHandle(handle_scm)
raise Error, error
end
Something to do with WEBrick perhaps?
Regards,
Dan
-------------- next part --------------
An embedded message was scrubbed...
From: david
2005 May 16
0
Add backtrace info in win32-service
Hi all,
I think it would greatly aid service debugging if we added Ruby''s
backtrace information if a Service.start fails. This would be lines
1251-1255:
if(NULL == hSCService){
strcpy(error,ErrorDescription(GetLastError()));
CloseServiceHandle(hSCManager);
rb_raise(cServiceError,error);
}
I''m not sure exactly how to do it, though.
Or do you think it should just be
2008 Jan 03
1
cluster suite & gfs problem since update
I have a cluster that has been operational for some time and functioning
flawlessly until a recent yum update. The last unflawed working kernel
was 2.6.9-55.0.12.ELsmp. The current kernel is 2.6.9-67ELsmp. The
problem appears to be some type of infinite recovery loop of sorts. It
runs find for a few minutes, then the service restarts itself. What I
am seeing in /var/log/messages is:
Jan 3
2013 Feb 12
1
[SC] EnumQueryServicesStatus:OpenService FAILED 123
*Hi guys!*
*
*
*I''m trying to perform a service creation using SC and if this service is
already created, using an "unless" we can avoid it. *
*Sound very simple, but for any reason, when instructions are called by
puppet they are not working instead you call directly, same instructions,
using DOS, where works sweet.*
*
*
*Here is part of the code:*
$cmd =
2015 May 14
2
Icecast install under Windows
Hi Marvin,
I followed the wiki instructions and they went w/o any issues until
C:\Users\username> nssm start Icecast
Can't open service!
OpenService(): Access is denied!
Probably a good idea to mention that the command window needs to be Run
as administrator. Then it works.
Many thanks!
--
Jack Elliott
On 5/14/2015 10:07 AM, Marvin Scholz wrote:
> On 14 May 2015, at 18:36, Jack
2015 May 21
2
Icecast install under Windows
Ok. I installed icecast win_32 2.4.1 with no problem. The problems arrive when I try changing things...
Why are the folders for icecast write protected? I made changes to the icecast.xml file & tried saving it, but got errors saying the file is read only!
Then, I scanned the sub-folders in the download folder & found another icecast.xml file! I couldn't make changes that either!
2015 May 22
2
Icecast install under Windows
Thanks, Albert, for the help on the IP address!
I'm not sure what you mean about the Windows server. I'm running Windows 8.1 on my PC that runs the radio station...
I figured out that the icecast.xml file in the sub-folder is the one that the icecast GUI uses for configuration.
________________________________________
From: icecast-bounces at xiph.org <icecast-bounces at
2006 May 22
9
win32/service... still with problems.
Hello list,
In my quest to get Mongrel working as service for win32, found some
problems with win32/service that make it impossible to solve.
Attached is the simplest service script I could do with ruby, which
depends on win32/service.
I found that doing anything complex in service_stop (killing threads,
doing file handling, even sleeping for 0.25 seconds). crash the
service with backtraces (of
2005 Nov 23
3
RHEL3 --> CentOS3 HP proliant 380
Hi,
I've got a HP 380 G2 which is running RHEL AS 3 Taroon update 1.
The current smp kernel 2.4.21-9smp is booting with a HPinitrd image.
Mostlikely generated with the HP proliant Service Pack for RHEL 3.
Now if I migrate this system to CentOS 3 and a new kernel will be
installed ,will that work ? Does the new centOS kernel use the same
config as the current RHEL kernel ?
Anyone done this
2015 May 14
3
Icecast install under Windows
Oh dear.
Okay, can anyone suggest how to install Icecast under Windows as a
service, and to be able to bring up some kind of console to start/stop it?
I can launch Icecast using the installed .bat file, but it's clunky.
--
that Jack Elliott
541 848 7021
Producer Wednesday Point, Host, The Sunday Classics
KPOV 88.9, High Desert Radio
Audio geek
On 05/14/2015 09:21 AM, Ross Levis wrote:
2005 Dec 19
1
why does't the printer name direct the serivce to this printer
I have [global section]
[global]
printing = cups
cups server = desktop
printcap name = /etc/printcap
load printers = yes
[HP DeskJet 5700]
comment = HP Deskjet 5700
map to guest = Bad User
browseable = Yes
guest only = Yes
path = /var/spool/samba
guest ok =Yes
public = Yes
printable = Yes
printer name = deskjet-5700-1
use client driver = Yes
yet when I try to add this printer,