Bug 127829 - net/asterisk don't keep parent priority/rtpriority at startup
Summary: net/asterisk don't keep parent priority/rtpriority at startup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-03 20:50 UTC by Wojciech Puchar
Modified: 2008-10-20 15:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wojciech Puchar 2008-10-03 20:50:03 UTC
asterisk, no matter what priority it has on start, falls back to default priority

Fix: 

yes.

patchfile attached put into /usr/ports/net/asterisk/files

strip down .txt extension
How-To-Repeat: example:

rtprio 31 asterisk

and look asterisk won't have rtpriority, with H option in top (show every thread) only one thread will.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-10-03 21:43:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sobomax

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-20 14:59:04 UTC
koitsu      2008-10-20 13:58:49 UTC

  FreeBSD ports repository

  Added files:
    net/asterisk/files   patch-main::utils.c 
  Log:
  Fix for asterisk retaining parent process prio/rtprio.
  
  PR:             ports/127829
  Submitted by:   Wojciech Puchar <wojtek@tensor.gdynia.pl>
  
  Revision  Changes    Path
  1.3       +20 -0     ports/net/asterisk/files/patch-main::utils.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jeremy Chadwick freebsd_committer freebsd_triage 2008-10-20 14:59:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!