similar to: Service can not start

Displaying 20 results from an estimated 2000 matches similar to: "Service can not start"

2006 Feb 26
2
Help - WEBrick won''t start - "Bad file descriptor" error
I have been working for a few days on a new (Windows) system, and suddenly WEBrick won''t start. Full error text is at bottom of message. It began after I followed Brian Hogan''s (terrific!) instructions for setting up Eclipse w/Rails in Windows (http://www.napcs.com/howto/railsonwindows.html). The server started fine from w/in Eclipse when I reached that part of the instructions,
2001 Feb 09
0
severe error in SSH session key recovery patch
http://www.core-sdi.com/advisories/ssh1_sessionkey_recovery.htm includes the line of code: kill(SIGALRM, getppid()); This is contained within what is listed as an "unsupported and untested patch" developed by SSH.com. The problem is that the arguments to "kill" are in the wrong order. In other words, to obtain the effect that was apparently intended, the line of code
2011 Oct 18
2
Fried Email Server! Perl Problem
I hate it when I crash my email server. Here's what tailing /var/log/qmail/qmail-smtp/current gives me: [root at toast jack]# tail /var/log/qmail/qmail-smtpd/current @400000004e9ddbd031610f54 tcpserver: status: 0/20 @400000004e9ddbd72c767c04 tcpserver: status: 1/20 @400000004e9ddbd72c7ab60c tcpserver: pid 12039 from 210.76.164.235 @400000004e9ddbd739a20d1c tcpserver: ok 12039
2010 Feb 24
2
tcpserver on port 25
Hi; [root at 13gems beno]# netstat -ltnup Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 24560/mysqld tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 27762/tcpserver tcp 0 0 0.0.0.0:25
2010 May 30
1
upgrading problems, 2.3.5 -> 2.3.8
Ever since I updated rails to 2.3.8, script/server exits right after it starts. Here''s the output => Ctrl-C to shutdown server [2010-05-29 18:14:58] INFO WEBrick 1.3.1 [2010-05-29 18:14:58] INFO ruby 1.9.1 (2009-01-30) [i686-linux] [2010-05-29 18:14:58] WARN TCPServer Error: Address already in use - bind(2) Exiting /usr/local/lib/ruby/1.9.1/webrick/utils.rb:73:in
2011 Sep 08
4
TCPServer in 1.9.2
Hi. First post in this group and I hope someone can help. I am trying to teach myself Ruby with a long-term goal of doing some web development using Ruby on Rails. Note: version C:\rails\hello>ruby -v ruby 1.9.2p290 (2011-07-09) [i386-mingw32] I have been going through Jeremy McAnally''s book "Mr. Neighborly’s Humble Little Ruby Book" and there is a section in chapter 5
2006 Feb 01
1
RAGI Gem - Running an additional server thread
I have RoR running and have configured RAGI (per the new tutorial provided at ETel http://www.snapvine.com/code/ragi) but I get this: --- user# script/server => Booting WEBrick... [2006-01-30 14:20:25] INFO RAGI::CallServer: default-handler= port=4573 [2006-01-30 14:20:25] INFO WEBrick 1.3.1 [2006-01-30 14:20:25] INFO ruby 1.8.2 (2004-12-25) [i586-linux] [2006-01-30 14:20:25] WARN TCPServer
2006 Dec 19
1
mongrel_config has no output
I am not sure what i am doing wrong here, but no matter what i try i get no output from mongrel_config: $ mongrel_rails configtool $ telnet localhost 3001 Trying 127.0.0.1... Connected to localhost. Escape character is ''^]''. GET /config/ HTTP/1.1 HTTP/1.1 200 OK Connection: close Date: Tue, 19 Dec 2006 05:33:16 GMT Content-Type: text/html Content-Length: 0 Connection closed by
2003 Sep 02
2
dovecot, vpopmail and djb's tcpserver
Hello! I've tried to set up dovecot in conjuction with vpopmail, and running it under djb's tcpserver instead of (x)inetd. Btw - there was no reference to setting dovecot up using (x)inetd either in the manuals/faqs i read, though I didn't search all that hard. Anyway, back to my Q: vpopmail uses vchkpw as an authentication mechanism, and with tcpserver I can do relaycontrol (based
2002 Jun 02
0
daemontools supervise and smbd
Hello, I'm trying to run smbd with djb daemontools' supervise. Here's the way I followed: # 2/6/2002 # problem running samba-2.2.4 and supervise problem: run smbd with supervise subproblem 1: smbd & nnmbd with -D option deteach from tty, so supervise cannot control them; solution 1: we can patch smb/server.c (foreground patch) to prevent deteach, but a second
2010 Jun 17
2
Ok, I've given up
Sigh, In the interest of moving forward on this project I've given up trying to get Dovecot to support mailboxes, rather I've tweaked around in qmail and had it deliver into a mail directory on a disk, that isn't NFS mounted. That got me past the various locking complaints and "operation not supported" on home directories that were mounted from the NetApp filer. Going as
2005 Feb 24
9
[0.10.0] Update problem
Upgrading to rails 0.10.0 leads to the following: ----- => Rails application started on http://0.0.0.0:3002 [2005-02-24 16:45:35] INFO WEBrick 1.3.1 [2005-02-24 16:45:35] INFO ruby 1.8.2 (2004-12-25) [powerpc-darwin7.7.0] [2005-02-24 16:45:35] WARN TCPServer Error: Address already in use - bind(2) [2005-02-24 16:45:35] INFO WEBrick::HTTPServer#start: pid=936 port=3002 #<NameError:
2007 Oct 27
8
mongrel 1.0.3
Hello! Run problems after upgrading to mongrel 1.0.3 from 1.0.1: # uname -sr FreeBSD 7.0-BETA1 # mongrel_rails start ** Starting Mongrel listening at :3000 ** Starting Rails with development environment... ** Rails loaded. ** Loading any Rails specific GemPlugins ** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart). ** Rails signals registered. HUP => reload
2006 May 03
2
WEBrick initialisation error
I am new to Ruby so I thought the best way to get into it would be to follow the ONLamp "Rolling with Ruby on Rails" intro. I followed the instructions to the letter and everything work just great, very impressive:-). A couple of days later when I went back to it I got the following message when trying to start the WEBrick server. U:\RoRProjects\cookbook>ruby script\server =>
2013 Jan 29
1
points rejected as lying outside the specified window
Hello, I am using the following code to create ppp files from csv data and map shape files, but I am getting some errors which I have been unable to fix by searching them online: library(spatstat) library(maps) library(maptools) NYC2<-readShapePoly("nybb.shp") # this is a map of the NYC boroughs without waterways and no census tract divisions (but it does include lines separating
2006 Mar 05
5
A nicer and gentler form of spawner
I was working on deploying an app with switchtower, and I really dislike the way spawner is implemented. The way it will relaunch the dispatcher all the time just to let it die if the port is in use is too brute force for my taste. As we''re in a ruby script, why not let ruby find out if the port is in use? Using the TCPServer class we can try and bing to the port. If we succeed, it means
2013 Oct 25
2
[PATCH] support SO_REUSEPORT on new listeners (:reuseport)
This allows users to start an independent instance of unicorn on a the same port as a running unicorn (as long as both instances use :reuseport). ref: https://lwn.net/Articles/542629/ --- lib/unicorn/configurator.rb | 19 +++++++++++++++++++ lib/unicorn/socket_helper.rb | 30 ++++++++++++++++++++++-------- test/unit/test_socket_helper.rb | 8 ++++++++ 3 files changed, 49 insertions(+), 8
2006 May 04
2
WEBrick initialisation problem
I am new to Ruby so I thought the best way to get into it would be to follow the ONLamp "Rolling with Ruby on Rails" intro. I followed the instructions to the letter and everything work just great, very impressive:-). A couple of days later when I went back to it I got the following message when trying to start the WEBrick server. U:\RoRProjects\cookbook>ruby script\server =>
2010 Jun 17
0
Ok with a bit more wiki reading ...
So if I want to run dovecot from tcpserver it seems like I can simply run `pop3-login --ssl` from tcpserver (its sort of like running it from inetd) and it says it will 'talk to dovecot'. Can I disable all listeners in dovecot then? Will is still talk to it? Trying some experiments now ... --Chuck
2004 Feb 10
0
TCPServer failure within daemon
I wanted to see if I could setup a simple echo server to run as a service. So, using daemon_test.rb, I modified the Daemon class to something like this: require "socket" class Daemon def initialize @server = TCPServer.new("localhost",8888) end def service_main while state == RUNNING while session = @server.accept str =