debug-service : Code : openstack-guest-agents

lp://staging/~misheska/openstack-guest-agents/debug-service

Created by Mischa Taylor and last modified
Get this branch:
bzr branch lp://staging/~misheska/openstack-guest-agents/debug-service
Only Mischa Taylor can upload to this branch. If you are Mischa Taylor please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Mischa Taylor
Project:
openstack-guest-agents
Status:
Development

Recent revisions

106. By Mischa Taylor

Change to make services easier to debug. Before, if you tried to run
the service from the Visual Studio debugger or the command line, it
would print the following message:

  Windows Service Start Failure

  Cannot start service from the command line or a debugger. A Windows
Service
  must first be installed (using installutil.exe) and then started with
the
  ServerExplorer, Windows Services Administrative tool or the NET START
  command.

It's a pain to have to debug the service this way. A common pattern is
to change the wizard code generated by Visual Studio to support
launching the service interactively (without disturbing how the service
code behaves when run under the proper service context in production).

-------------- This line and the following will be ignored
--------------

modified:
  windows/xenserver/src/Rackspace.Cloud.Server.Agent.Service/Program.cs
  windows/xenserver/src/Rackspace.Cloud.Server.Agent.Service/Rackspace.Cloud.Server.Agent.Service.csproj
  windows/xenserver/src/Rackspace.Cloud.Server.Agent.UpdaterService/Program.cs
  windows/xenserver/src/Rackspace.Cloud.Server.Agent.UpdaterService/Rackspace.Cloud.Server.Agent.UpdaterService.csproj

104. By Chris Behrens

bump version to 0.0.1.34

99. By Chris Behrens

bump version to 0.0.1.33

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/openstack-guest-agents
This branch contains Public information 
Everyone can see this information.

Subscribers