Opened 4 years ago

Last modified 4 years ago

#15762 new bug

media_server don't respond to launch_daemon stop request

Reported by: X512 Owned by: axeld
Priority: normal Milestone: Unscheduled
Component: Servers/launch_daemon Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is hrev53917.

Steps to reproduce:

  1. Run launch_roster stop x-vnd.haiku-media_server.
  2. media_server is still running, but it should be stopped.

Change History (5)

comment:1 by diver, 4 years ago

Component: - GeneralServers/launch_daemon
Owner: changed from nobody to axeld

Confirmed.

comment:2 by korli, 4 years ago

You know that you can add the net_server and the power daemon to the list? These are marked as legacy services.

comment:3 by X512, 4 years ago

It should be possible to stop legacy service by quitting service team. media_server, net_server correctly respond to team quitting (Process Controller -> Quit an application). Team can be found by team_id that is present in service info.

Last edited 4 years ago by X512 (previous) (diff)

comment:4 by X512, 4 years ago

Stopping of Tracker, Deskbar, FirstBootPromt, Installer, Launchbox is working properly, but they are declared as "legacy" and do not use launch_daemon.

Last edited 4 years ago by X512 (previous) (diff)

comment:5 by X512, 4 years ago

I investigated a bit and found that media_server and net_server are derived from BServer, but declared as legacy. This may be the reason that stopping is not working.

Note: See TracTickets for help on using tickets.