similar to: Problem stopping services

Displaying 20 results from an estimated 20000 matches similar to: "Problem stopping services"

2005 May 16
0
ruby services
Hi all, I''ve started a new project in the Win32 Utils CVS repository called "ruby-services" (in the toplevel directory, not under win32utils). The goal is to provide services for some of the more popular Ruby server programs out there. For the first service, I''ve wrapped WEBrick''s HTTPServer. However, I would like to add other popular servers as well.
2004 Jul 14
0
New allocation framework and other stuff
Hi all, To be fully "1.8 compliant" I''ve been updating some of the packages recently as you may have noticed. Mostly this has been a matter of replacing STR2CSTR() with StringValuePtr(). I''d also like to start using the new allocation framework where relevant, too. I didn''t use this for a long time because we were using 1.6.8 at work, but that''s
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
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
2006 Mar 02
5
Instiki and SQL Server??
Hello. I reeeeally want to get Instiki running at my day job, but they are Microsoft-heads. While I can probably sell them on trying Rails, they are definitely going to want the database to sit in our SQL Server instance with our other databases. I can''t get instiki to create the tables in sql server though (I''ve added ADO.rb, and gotten a connection). When I run the
2004 Aug 27
0
smbmount -> Permission denied after upgrade to FC2
Hello all, hopefully someone has run into this before. I was previously running RH9 with Samba 3.0.2a and would normally mount a document folder to a Win2003 server share. Prior to the upgrade, my mount would work fine, but after upgrading to FC2 (Samba 3.0.5) I now receive "Permission denied" when trying to access the succesfully mounted share. In addition, when I try to 'ls
2005 Jan 07
5
Instiki 0.9.2
Instiki 0.9.2 has arrived. * The notorious "rollbacks by crawlers" bug fixed. * Instiki is distributed as a gem (experimental) * New maintainer (yours truly) * Assorted other minor changes Best regards, Alexey Verkhovsky ============= Don''t shoot the pianist, he''s doing his best README Path: README Last Update: Fri Jan 07 10:06:43
2005 Feb 06
7
SHGetFolderPath and stuff
Hi all, I was taking another look at SHGetFolderPath() and related stuff today based on suggestions from Shanko and Zach. I think this would be fairly simple. My main question is, where do we put these values? Under File, Dir, or Shell? Or somewhere else? I vote Dir, since all the special CSIDL seem to be directories. Thus you would have something like: Dir::ADMINTOOLS Dir::BITBUCKET
2005 Feb 22
1
Instiki @ O''Reilly ETech 2005
Hi all, Sorry if I should be posting this elsewhere--I couldn''t find an Instiki specific mailing list, but the Instiki site is down. I wanted to mention that my friend Tim Lauer and I are going to be doing a short "high order bit" talk at the O''Reilly Emerging Technologies conference, describing a particular use of Instiki which we came up with:
2005 Jan 18
2
MFCR2 - LIBUNICALL - Asterisk Problems
Dear Steve and *.* e1r2 developers and users, now MFCR2 is successfully installed! many thanks for your help. I'm living in Argelia (north africa). I have configure my MFCR2 according argentina R2 settigs : the test call run perfectly (only warnings and I think that is just debug). but I have many problems and when I run Asterisk-MFCR2. generally in the begging no errors occur. after
2005 Jan 27
0
Asterisk @ Home & BroadVoice (Outbound) help
Hello, I'm using Asterisk@Home. I'm still new to Asterisk, and trying to grasp it all. I'm wanting to do a simple setup of One SIP provider (Broadvoice) and 3 SIP Software Phones. I'm able to call the VoIP provided line fine and get dropped to the digital receptionist (or mailbox). However, when I try to send outbound calls I get "Error 503 Service Unavailable" and
2005 Oct 21
3
Need feedback on Instiki-AR beta
Hi all, Following the recent release of Instiki-AR beta, I haven''t had a lot of bug reports or other feedback. This could mean one of the two things. Either nobody is using it, or some people are, and have no problems at all. One thing for sure is that it''s certainly getting downloaded (20 times a day, as it were)! I''d like to know which way is it. So, if you are
2005 Aug 04
1
Lighttpd Proxy to Instiki
Hi, Has anyone managed to get lighttpd to proxy requests through to an instiki running on another port? >From my lighttpd configuration: $HTTP["host"] == "wiki.railsapphosting.com" { proxy.balance = "hash" proxy.server = ( "" => ( ("host" => "206.222.22.155", "port" => 50074) )) } Instiki is bound to
2006 Mar 19
20
Instiki 0.11.0 - ActiveRecord Forever
Dear all, If you thought Instiki was a dead project, you were right. Since I''ve got a day job that doesn''t suck (Official Ruby Zealot of ThoughtWorks Canada), my motivation to do open source greatly sufferred :) But... but... but! Here is Instiki 0.11.0, and in this version Instiki is (finally!) moving to ActiveRecord backend and (finally!) has the File Upload feature.
2006 Nov 29
3
Mongrel as Win32 service for a camping app?
As subject line, basically... http://mongrel.rubyforge.org/docs/win32.html describes how to install Service support for Mongrel on Win32. But it seems to be focussed on providing a way of running Rails apps. If it is possible at all, can you provide hints or refer to documentation that explains how to run apps that use other frameworks, like Camping, as Services please? Is it written up online,
2005 Mar 21
3
routes.rb question.
I have a simple program that read all HTML files from a directory and returns parts of the content and the file names which are HREFs to those file. I build the HREF string dynamicaly as PATH_TO_DOC_ROOT + "file_name". My PATH_TO_DOC_ROOT = http://127.0.0.1:3000/docman/public/docs. So, the final link that I am interested in might look like this:
2004 Dec 15
3
Newbie setup (Hardware questions)
Hello, I'm trying to setup an Asterix PBX solution in our office. We plan to have 5 active lines open available at any point in time. We'd like to use VoIP Phones, and possibly Software Based phone (*NIX/Windows enviroment). I was researching the various cards and I think I'd want to go with the Digium TDM40B - 4-port. However, I can't figure the differences between FXS &
2006 Jul 14
0
Instiki and Rails
Am I missing something or is the Rails powered Instiki lacking the ability to actually compare the differences between changes in a page? ie: I want to see what changed between the current revision and the prior one. Instiki http://www.instiki.org/show/HomePage -- Posted via http://www.ruby-forum.com/.
2007 Jan 17
0
instiki markdown vs Redcloth
I installed instiki and it works great. The default setting is to use ''textile'' markup engine and I love it. I love that if I just put google.com then it is convereted into a link. I have another app where I use Redcloth. Here in order to a link I need to do this. "Google.com":http://google.com It''s my understanding that instiki is using Redcloth as
2006 May 24
1
Authentication between Instiki and Mailman Solved!
Basically, we needed to authenticate against the cookie written by Ruby. It turns out that you can write a cookie for the entire TLD of *.example.com from Instiki (Rails). So, I changed the cookie writing code in the wiki_controller to the following. # app/controllers/wiki_controller.rb cookies[''ldap_username_2006''] = {:value =>emailaddress, :expires