Bug 5590 - Possibly incorrect version of rsvps patch applied
Summary: Possibly incorrect version of rsvps patch applied
Status: RESOLVED OLD
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Anssi Hannula
QA Contact:
URL:
Whiteboard:
Keywords: NEEDINFO
Depends on:
Blocks:
 
Reported: 2012-04-24 15:51 CEST by dave pickles
Modified: 2015-02-11 05:14 CET (History)
1 user (show)

See Also:
Source RPM: vdr-1.7.25-1.mga2.src.rpm
CVE:
Status comment:


Attachments

Description dave pickles 2012-04-24 15:51:12 CEST
Description of problem:
VDR is built with a number of additional patches, one of which is vdr-1.6.0-rsvps.patch. This patch has been around for some years, however the version applied here is missing some functionality. It is only possible to invoke the 'VPS Fallback' capability via VDR's on-screen menu system, not from the config file; this makes it useless for users with 'headless' VDR setups.

This is the section missing from the patch (line numbers may be wrong):

--- vdr-1.7.22/config.c	2011-12-03 15:21:30.000000000 +0000
+++ vdr-1.7/config.c	2011-12-14 15:19:34.000000000 +0000
@@ -611,6 +612,7 @@
   else if (!strcasecmp(Name, "UseSubtitle"))         UseSubtitle        = atoi(Value);
   else if (!strcasecmp(Name, "UseVps"))              UseVps             = atoi(Value);
   else if (!strcasecmp(Name, "VpsMargin"))           VpsMargin          = atoi(Value);
+  else if (!strcasecmp(Name, "VpsFallback"))         VpsFallback      = atoi(Value);
   else if (!strcasecmp(Name, "RecordingDirs"))       RecordingDirs      = atoi(Value);
   else if (!strcasecmp(Name, "FoldersInTimerMenu"))  FoldersInTimerMenu = atoi(Value);
   else if (!strcasecmp(Name, "NumberKeysForChars"))  NumberKeysForChars = atoi(Value);
@@ -708,6 +710,7 @@
   Store("UseSubtitle",        UseSubtitle);
   Store("UseVps",             UseVps);
   Store("VpsMargin",          VpsMargin);
+  Store("VpsFallback",        VpsFallback);
   Store("RecordingDirs",      RecordingDirs);
   Store("FoldersInTimerMenu", FoldersInTimerMenu);
   Store("NumberKeysForChars", NumberKeysForChars);


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
Manuel Hiebel 2012-04-25 00:29:08 CEST

Assignee: bugsquad => anssi.hannula

Comment 1 Marja Van Waes 2012-05-26 13:03:17 CEST
Hi,

This bug was filed against cauldron, but we do not have cauldron at the moment.

Please report whether this bug is still valid for Mageia 2.

Thanks :)

Cheers,
marja

Keywords: (none) => NEEDINFO

Comment 2 Marja Van Waes 2012-07-06 15:04:29 CEST
Please look at the bottom of this mail to see whether you're the assignee of this  bug, if you don't already know whether you are.


If you're the assignee:

We'd like to know for sure whether this bug was assigned correctly. Please change status to ASSIGNED if it is, or put OK on the whiteboard instead.

If you don't have a clue and don't see a way to find out, then please put NEEDHELP on the whiteboard.

Please assign back to Bug Squad or to the correct person to solve this bug if we were wrong to assign it to you, and explain why.

Thanks :)

**************************** 

@ the reporter and persons in the cc of this bug:

If you have any new information that wasn't given before (like this bug being valid for another version of Mageia, too, or it being solved) please tell us.

@ the reporter of this bug

If you didn't reply yet to a request for more information, please do so within two weeks from now.

Thanks all :-D
Comment 3 Nic Baxter 2015-02-11 05:14:26 CET
No new information. Very old report. Closed

Resolution: (none) => OLD
CC: (none) => nic
Status: NEW => RESOLVED


Note You need to log in before you can comment on or make changes to this bug.