- March 26, 2007
- 3,715
- 180
- Home Country
- Germany
seems the scheduler can get kicked by a timeshifting session, which must never happen.
eg. -->
2011-02-06 00:44:30.739449 [(5)]: Controller: kicking leech user scheduler325 off card USB 2.0 BDA DVB-S Tuner on channel XYZ (subchannel 0000001) since owner Home (subchannel #0) changed transponder and there are no more cards available
the issue is the remove method in class "TvCardContext".
when removing a user it sets card ownership to the 1st item of the user list, which can be any user.
ownership should not be changed if currently removed user is not also the current owner as the current owner could in fact be a scheduler user.
http://mantis.team-mediaportal.com/view.php?id=3391
Open the issue in Mantis...
eg. -->
2011-02-06 00:44:30.739449 [(5)]: Controller: kicking leech user scheduler325 off card USB 2.0 BDA DVB-S Tuner on channel XYZ (subchannel 0000001) since owner Home (subchannel #0) changed transponder and there are no more cards available
the issue is the remove method in class "TvCardContext".
when removing a user it sets card ownership to the 1st item of the user list, which can be any user.
ownership should not be changed if currently removed user is not also the current owner as the current owner could in fact be a scheduler user.
http://mantis.team-mediaportal.com/view.php?id=3391
Open the issue in Mantis...