Re: Issue 147 in memcached: Prepackaged Windows binaries use "runservice" when being installed as a service

2013-04-30 Thread memcached


Comment #3 on issue 147 by skro...@gmail.com: Prepackaged Windows binaries  
use "runservice" when being installed as a service

http://code.google.com/p/memcached/issues/detail?id=147

Use this to install it as a service instead:

http://nssm.cc/

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- 
You received this message because you are subscribed to the Google Groups "memcached" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 147 in memcached: Prepackaged Windows binaries use "runservice" when being installed as a service

2013-04-30 Thread memcached


Comment #2 on issue 147 by goo...@arkadia.com: Prepackaged Windows binaries  
use "runservice" when being installed as a service

http://code.google.com/p/memcached/issues/detail?id=147

yes but sc.exe not work with memcached :(

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- 
You received this message because you are subscribed to the Google Groups "memcached" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 147 in memcached: Prepackaged Windows binaries use "runservice" when being installed as a service

2010-07-04 Thread memcached

Updates:
Status: WontFix

Comment #1 on issue 147 by trond.norbye: Prepackaged Windows binaries  
use "runservice" when being installed as a service

http://code.google.com/p/memcached/issues/detail?id=147

The -d option shouldn't be used to install memcached as a service (or used  
to start it as a windows service). -d means to start it as a daemon (detach  
from the tty etc). This change is already available in the engine branch.


If you want to run memcached as a "Windows service" one can use sc.exe to  
set it up (for more info see: http://support.microsoft.com/kb/251192/en-us )





Issue 147 in memcached: Prepackaged Windows binaries use "runservice" when being installed as a service

2010-06-30 Thread memcached

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 147 by perrykrug: Prepackaged Windows binaries use "runservice"  
when being installed as a service

http://code.google.com/p/memcached/issues/detail?id=147

What steps will reproduce the problem?
1.In Windows: "memcached.exe -d install"
2.Looking at the service executable path, it now reads "memcached.exe -d  
runservice"

3."-d runservice" isn't described in the help, even though it works.

What is the expected output? What do you see instead?
I would expect the service to be install with "-d start"

What version of the product are you using? On what operating system?
Windows, 32 or 64 bit

Please provide any additional information below.