[Bug 456176] Re: mythfrontend.real crashed with SIGSEGV in VideoListImp::buildDbList()
Alex Tabisz
alex at tabisz.org
Wed Jan 20 05:56:44 UTC 2010
Since this is now public - to fix this:
$user at mythbackend:~$ mysql --user mythtv -p
Enter password:
Run:
mysql> select * from mythconverg.settings where hostname is null and value="VideoStartupDir";
If the result is "Empty set" then you're missing the setting and the
frontend crashes.
To fix this problem run (replace /var/lib/mythtv/videos with your videos directory):
mysql> insert into mythconverg.settings (value,data,hostname) values ('VideoStartupDir', '/var/lib/mythtv/videos', null);
--
mythfrontend.real crashed with SIGSEGV in VideoListImp::buildDbList()
https://bugs.launchpad.net/bugs/456176
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list