Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#12172 closed Bug Report - General (fixed)

Videos belonging to the SB have been removed from the db

Reported by: yiannividalis@… Owned by: JYA
Priority: minor Milestone: 0.27.4
Component: MythTV - Video Library Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Hi,

I just realised that all my videos belonging to the SBE storage group are no longer in the database. They were definitely gone by 07183b9 (I zcat'ed the backups) but they were present in 0b64f62 - although I can't remember how long (in days) I scanned before 0b64f62. Checking for changes doesn't bring them back.

Maybe it's something similar to #12166 (which I was suffering from before applying the patch from Gregorio Gervasio -- THANKS).

No error is reported either on the SBE, the MBE, or their frontends during scanning for changes.

2014-06-13 18:21:01.994630 I  Beginning Video Scan.
2014-06-13 18:21:01.994665 I  buildFileList directory = myth://Videos@al2kpro/myth/video/al2kpro/
2014-06-13 18:21:01.994792 I  MythVideo::ScanVideoDirectory Scanning Group (myth://Videos@al2kpro/myth/video/al2kpro/)
2014-06-13 18:21:01.997670 I  buildFileList directory = myth://Videos@storage/home/yianni/Videos/
2014-06-13 18:21:01.997720 I  MythVideo::ScanVideoDirectory Scanning Group (myth://Videos@storage/home/yianni/Videos/)
2014-06-13 18:21:02.039614 I  buildFileList directory = myth://Videos@storage/mnt/test/Videos3/
2014-06-13 18:21:02.039804 I  MythVideo::ScanVideoDirectory Scanning Group (myth://Videos@storage/mnt/test/Videos3/)
2014-06-13 18:21:06.356881 I  buildFileList directory = myth://Videos@storage/myth2/Videos2/
2014-06-13 18:21:06.357038 I  MythVideo::ScanVideoDirectory Scanning Group (myth://Videos@storage/myth2/Videos2/)
2014-06-13 18:21:06.547396 I  buildFileList directory = myth://Videos@storage/store/newstore/readonly/Videos/
2014-06-13 18:21:06.547521 I  MythVideo::ScanVideoDirectory Scanning Group (myth://Videos@storage/store/newstore/readonly/Videos/)


Please attach all output as a file in bug reports.
MythTV Version : v0.28-pre-1593-g54931f1-dirty
MythTV Branch : (detached from 54931f1)
Network Protocol : 82
Library API : 0.28.20140601-2
QT Version : 4.8.5
Options compiled in:
 linux profile use_hidesyms using_alsa using_jack using_oss using_pulse using_pulseoutput using_backend using_bindings_perl using_bindings_python using_bindings_php using_dvb using_frontend using_ceton using_hdpvr using_libcrypto using_libfftw3 using_libxml2 using_libudf using_lirc using_mheg using_opengl using_opengl_video using_qtwebkit using_qtscript using_qtdbus using_taglib using_v4l2 using_x11 using_xrandr using_xv using_profiletype using_bindings_perl using_bindings_python using_bindings_php using_mythtranscode using_opengl using_vaapi using_vdpau using_ffmpeg_threads using_mheg using_libass using_libxml2 using_libudf

Change History (4)

comment:1 Changed 10 years ago by JYA

following your comment on the user list: you can run configure with:

'--extra-cxxflags=-DIGNORE_SCHEMA_VER_MISMATCH=1 -DIGNORE_PROTO_VER_MISMATCH=1'

this will allow you to bisect without having to worry about the db schema version

comment:2 Changed 10 years ago by Jean-Yves Avenard <jyavenard@…>

Resolution: fixed
Status: newclosed

In de991d98754bd50045d65080592828631786e161/mythtv:

Ignore IPv6 settings value if it’s invalid

This would otherwise cause the backend to always believe the requested host was local

Fixes #12172

comment:3 Changed 10 years ago by Jean-Yves Avenard <jyavenard@…>

In 418deb69b5f299f18840d55be878714bcefb57a0/mythtv:

Ignore IPv6 settings value if it’s invalid

This would otherwise cause the backend to always believe the requested host was local

Fixes #12172

(cherry picked from commit de991d98754bd50045d65080592828631786e161)

comment:4 Changed 10 years ago by paulh

Milestone: unknown0.27.4
Note: See TracTickets for help on using tickets.