Multiple setting definitions in mythconverg.settings

Bug #802339 reported by Obleak
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mythbuntu
Won't Fix
Undecided
Unassigned

Bug Description

I've noticed some settings are getting duplicated in the settings table.
While most have the same setting, some do not. (SecurityPin, TruncateDeletesSlowly)
I noticed this when auto-enabling a user job (since I can't find the option in settings????)

This is what happens when tables don't have a primary key...

SELECT Count(*) As Number, value,GROUP_CONCAT(data)
FROM settings
GROUP BY value,hostname
HAVING Number > 1

returns

Number value GROUP_CONCAT(data)
2 BackendServerIP 127.0.0.1,127.0.0.1
2 BackendServerPort 6543,6543
2 BackendStatusPort 6544,6544
2 DisableFirewireReset 0,0
2 JobAllowCommFlag 1,1
2 JobAllowTranscode 1,1
2 JobAllowUserJob1 1,1
2 JobAllowUserJob2 0,0
2 JobAllowUserJob3 0,0
2 JobAllowUserJob4 0,0
2 JobQueueCheckFrequency 60,60
2 JobQueueCPU 1,1
2 JobQueueMaxSimultaneousJobs 2,2
2 JobQueueWindowEnd 23:59,23:59
2 JobQueueWindowStart 00:00,00:00
2 MiscStatusScript ,
2 MythFillFixProgramIDsHasRunOnce 1,1
2 SecurityPin 0000,
2 TruncateDeletesSlowly 1,0

description: updated
description: updated
Revision history for this message
Thomas Mashos (tgm4883) wrote :

We really do appreciate you opening this ticket to help improve Mythbuntu, but it needs to be closed for a number of reasons. The biggest one is that upstream believes this to be fixed in the latest version. Could you please verify if this issue still exists in the latest version?

Please do not let the closing of this ticket dissuade you from opening a new ticket if this (or any other) problem occurs with the newer versions.

Changed in mythbuntu:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.