search for: runservice

Displaying 7 results from an estimated 7 matches for "runservice".

2005 Aug 19
3
WEBrick OS X StartupItem?
...- execution of Startup script failed Here is /Library/StartupItems/swu/swu... #!/bin/sh . /etc/rc.common StartService () { ConsoleMessage "Starting Rails App from script" cd /Users/salestraining/rails/swu/ ruby script/server -d -e production > log/startupitem.log } RunService "$1" Here is /Library/StartupItems/swu/StartupParameters.plist... { Description = "swu"; Provides = ("swu"); OrderPreference = "Last"; Messages = { start = "Starting SWU Rails App"; stop = "S...
2009 Aug 27
1
Fatal: Dovecot is already running
...Message "dovecot - waiting for MySQL" IS_ALIVE=`/usr/local/mysql/bin/mysqladmin -umysql ping | grep -c 'alive'` done StartService () { ConsoleMessage "Starting dovecot" /usr/local/sbin/dovecot } StopService () { return 0 } RestartService () { return 0 } RunService "$1"
2006 Jun 18
0
[ win32utils-Bugs-4699 ] Service dependencies are not being created properly
...2::Service::VERSION # => 0.5.0 svc = Win32::Service.new() svc.create_service{ |s| s.service_name = "MyApache" s.display_name = "MyApacheSvc" s.service_description = "My Apache Svc Description" s.binary_path_name = "C:\Apache\2.0.52\bin\Apache.exe -k runservice" s.start_type = Win32::Service::AUTO_START s.dependencies = ["Tcpip", "Afd"] # both are valid } svc.close # REG_MULTI_SZ value created for DependOnService at # HKLM\SYSTEM\CurrentControlSet\Services\MyApache: # Tcpip # ? # Expected: # Tcpip # Afd -------------------...
2006 Nov 13
1
Line Breaks in Logon Banner Text
Using poledit and NTCONFIG.POL with Samba3 and XP workstations I was wondering if somebody could tell me how I can get line breaks to appear in the Logon Banner Text. I have tried /n and ~ so far but no luck Thanks, Amir
2000 Jun 10
2
Win95 and Win98 - hanging while shutdown
Hallo! I have a small problem. As I installed a Samba-server at one of our customers (office of foreign affairs, AKA consulate), Win98r2 does not want to shut down, the system hangs. It looks like if Windows "forgets" to disconnect the services before shutdown (at least the system hangs - over night (!!) and according to logfiles the workstation has not made any disconnect). As I
2009 Jan 24
2
nginx and mongrel, more info
Hello, Where I can find more info on how to nginx and mongrel boot when the machine reboots ? In os x, please. In Linux world I found some scripts but they don''t work and don''t go in the same place as OS X. thanks, r. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2008 Jun 04
12
Mongrel as Windows service with normal privileges
I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby 1.8.6 with a "normal" user account, i.e. a user which belongs only to the Windows group "Users". The rationale behind this is that running a web server with full administrative rights (e.g. Local System) is not something that I would like to do. Unfortunately, starting the service from the services control