Opened 5 years ago
Last modified 5 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:
- Run
launch_roster stop x-vnd.haiku-media_server
. media_server
is still running, but it should be stopped.
Change History (5)
comment:1 by , 5 years ago
Component: | - General → Servers/launch_daemon |
---|---|
Owner: | changed from | to
comment:2 by , 5 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 , 5 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.
comment:4 by , 5 years ago
Stopping of Tracker
, Deskbar
, FirstBootPromt
, Installer
, Launchbox
is working properly, but they are declared as "legacy" and do not use launch_daemon
.
comment:5 by , 5 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.
Confirmed.