Hallo,
ich habe aktuell ein Problem mit meinem vdr-plugin epg2vdr und ich weiß nicht mehr so ganz was ich weiter dagegen tun kann.
Hintergrund
Ich habe mein epg2vdr Plugin auf die aktuelle Version aktualisiert. Und seitdem bekomme ich Fehler bei dem Plugin. Mein epg daemon läuft ohne Probleme. Den 'vdrs' Table sehe ich in der DB, aber anhand der Fehlermeldung sieht das nicht nach einem DB Problem aus. Also die Datei epg.dat existiert.
Code
Apr 02 12:01:06 vdbe-home systemd[1]: Started start vdr.
░░ Subject: A start job for unit vdr.service has finished successfully
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ A start job for unit vdr.service has finished successfully.
░░
░░ The job identifier is 14773.
Apr 02 12:01:14 vdbe-home vdr[69617]: [69629] SVDRP vdbe-home < 192.168.10.21:60098 client connection accepted
Apr 02 12:01:14 vdbe-home vdr[69617]: [69629] SVDRP vdbe-home > 192.168.10.21:60098 server created
Apr 02 12:01:14 vdbe-home vdr[69617]: [69629] SVDRP vdbe-home < 192.168.10.21:60098 connection closed
Apr 02 12:01:14 vdbe-home vdr[69617]: [69629] SVDRP vdbe-home < 192.168.10.21:60098 server destroyed
Apr 02 12:01:36 vdbe-home vdr[69617]: epg2vdr: Trying to re-connect to database!
Apr 02 12:01:36 vdbe-home vdr[69617]: epg2vdr: Fatal: Table 'vdrs' missing in dictionary '/etc/vdr/plugins/epg2vdr//epg.dat'!
Apr 02 12:01:36 vdbe-home vdr[69617]: epg2vdr: Retry #1 failed, retrying in 10 seconds!
Apr 02 12:01:46 vdbe-home vdr[69617]: [69623] frontend 0/0 timed out while tuning to channel 28 (arte), tp 11074
Display More
Versionen
Code
vdr (2.6.6/2.6.6) - The Video Disk Recorder
conflictcheckonly (0.0.1) - Direct access to epgsearch's conflict check menu
epg2vdr (1.2.16-GITa9a1bf3) - epg2vdr plugin
epgsearch (2.4.2) - search the EPG for repeats and more
epgsearchonly (0.0.1) - Direct access to epgsearch's search menu
quickepgsearch (0.0.1) - Quick search for broadcasts
vnsiserver (1.8.3) - VDR-Network-Streaming-Interface (VNSI) Server
Konfig vdr
Code
└─># cat setup.conf
#MinUserInactivity = 300
#SVDRPTimeout = 300
AdaptiveSkipAlternate = 0
AdaptiveSkipInitial = 120
AdaptiveSkipPrevNext = 0
AdaptiveSkipTimeout = 3
AlwaysSortFoldersFirst = 1
AntiAlias = 1
AudioLanguages =
ChannelEntryTimeout = 1000
ChannelInfoPos = 0
ChannelInfoTime = 5
ChannelsWrap = 0
ColorKey0 = 0
ColorKey1 = 1
ColorKey2 = 2
ColorKey3 = 3
CurrentChannel = 1
CurrentDolby = 0
CurrentVolume = 255
DefaultLifetime = 99
DefaultPriority = 50
DefaultSortModeRec = 1
DelTimeshiftRec = 0
DeviceBondings =
DiSEqC = 1
DisplaySubtitles = 0
EmergencyExit = 1
EPGBugfixLevel = 3
EPGLanguages =
EPGLinger = 0
EPGScanTimeout = 5
FoldersInTimerMenu = 1
FontFix = Courier:Bold
FontFixSize = 14
FontFixSizeP = 0.030000
FontOsd = Sans Serif:Bold
FontOsdSize = 15
FontOsdSizeP = 0.031000
FontSml = Sans Serif
FontSmlSize = 13
FontSmlSizeP = 0.028000
InitialChannel =
InitialVolume = -1
InstantRecordTime = 180
LnbFrequHi = 10600
LnbFrequLo = 9750
LnbSLOF = 11700
MarginStart = 2
MarginStop = 10
MarkInstantRecord = 1
MaxVideoFileSize = 2000
MenuKeyCloses = 0
MenuScrollPage = 1
MenuScrollWrap = 0
MinEventTimeout = 30
MinUserInactivity = 300
MultiSpeedMode = 0
NameInstantRecord = TITLE EPISODE
NextWakeupTime = 0
NumberKeysForChars = 1
OSDAspect = 1.000000
OSDHeight = 403
OSDHeightP = 0.840000
OSDLanguage =
OSDLeft = 58
OSDLeftP = 0.080000
OSDMessageTime = 1
OSDSkin = lcars
OSDTheme = default
OSDTop = 38
OSDTopP = 0.080000
OSDWidth = 624
OSDWidthP = 0.870000
PauseAtLastMark = 0
PauseKeyHandling = 2
PauseLifetime = 1
PauseOnMarkJump = 1
PauseOnMarkSet = 0
PausePriority = 10
PositionerLastLon = 0
PositionerSpeed = 15
PositionerSwing = 650
PrimaryDVB = 1
ProgressDisplayTime = 0
RcRepeatDelay = 300
RcRepeatDelta = 100
RecordingDirs = 1
RecordKeyHandling = 2
RecSortingDirection = 0
ResumeID = 0
SetSystemTime = 0
ShowChannelNamesWithSource = 0
ShowInfoOnChSwitch = 1
ShowRemainingTime = 0
ShowReplayMode = 0
SiteLat = 0
SiteLon = 0
SkipEdited = 0
SkipSeconds = 60
SkipSecondsRepeat = 60
SplitEditedFiles = 0
StandardCompliance = 0
SubtitleBgTransparency = 0
SubtitleFgTransparency = 0
SubtitleLanguages =
SubtitleOffset = 0
SVDRPDefaultHost =
SVDRPHostName =
SVDRPPeering = 0
SVDRPTimeout = 300
TimeoutRequChInfo = 1
TimeSource =
TimeTransponder = 0
UpdateChannels = 0
UseDolbyDigital = 1
UsePositioner = 0
UseSmallFont = 1
UseSubtitle = 1
UseVps = 0
VideoDisplayFormat = 1
VideoFormat = 0
VolumeLinearize = 0
VolumeSteps = 51
VpsMargin = 120
ZapTimeout = 3
epg2vdr.Blacklist = 1
epg2vdr.DbHost = localhost
epg2vdr.DbName = epg2vdr
epg2vdr.DbPass = epg
epg2vdr.DbUser = epg2vdr
epg2vdr.LogLevel = 1
epg2vdr.ShowInMainMenu = 1
epg2vdr.UpdateTime = 2
epg2vdr.Uuid = B6BA3EB6-2ED1-4F6A-81F7-712511A797E2
Display More
Ich habe die Konfigs in /etc/vdr/ mal komplett neu angelegt und versucht alles neu zu installieren.
Hat jemand noch eine Idee was ich tun könnte ?
Grüße domyy