Ok so I don't have a monitor on my backend server but I need to run the setup app so I'm trying to export the display to my windows box upstairs running cygwin (haven't made the frontend box yet). Problem is the setup screen comes up and the closes immediatly with a segmentation fault reported. Here's two runs, it does repeat.
[EMAIL PROTECTED]:/src/.../mythtv/setup# export DISPLAY=192.168.1.102:0.0 [EMAIL PROTECTED]:/src/.../mythtv/setup# ./mythtv-setup 2005-03-29 01:01:08.709 Unable to read configuration file mysql.txt 2005-03-29 01:01:08.717 Writing settings file /root/.mythtv/mysql.txt 2005-03-29 01:01:08.889 New DB connection, total: 1 2005-03-29 01:01:09.100 Using screen 0, 1024x740 at 0,0 2005-03-29 01:01:09.173 Setting Lock for Database Schema upgrade. If you see a long pause here it means the Schema is already locked and is being upgraded by another Myth process. 2005-03-29 01:01:09.176 New DB connection, total: 2 2005-03-29 01:01:09.178 Inserting MythTV initial database information. 2005-03-29 01:01:09.179 New DB connection, total: 3 2005-03-29 01:01:09.180 Upgrading to schema version 1060 2005-03-29 01:01:09.528 New DB connection, total: 4 2005-03-29 01:01:09.539 Upgrading to schema version 1061 2005-03-29 01:01:09.592 Upgrading to schema version 1062 2005-03-29 01:01:09.601 Upgrading to schema version 1063 2005-03-29 01:01:09.708 Upgrading to schema version 1064 2005-03-29 01:01:09.713 Upgrading to schema version 1065 2005-03-29 01:01:09.799 Upgrading to schema version 1066 2005-03-29 01:01:09.834 Upgrading to schema version 1067 2005-03-29 01:01:09.835 Upgrading to schema version 1068 2005-03-29 01:01:09.837 Upgrading to schema version 1069 2005-03-29 01:01:09.845 Upgrading to schema version 1070 2005-03-29 01:01:09.847 Upgrading to schema version 1071 2005-03-29 01:01:09.848 Upgrading to schema version 1072 2005-03-29 01:01:09.901 Upgrading to schema version 1073 2005-03-29 01:01:09.908 Upgrading to schema version 1074 2005-03-29 01:01:09.916 Upgrading to schema version 1075 2005-03-29 01:01:09.918 Upgrading to schema version 1076 2005-03-29 01:01:09.938 Database Schema upgrade complete, unlocking. 2005-03-29 01:01:09.941 Switching to square mode (blue) 2005-03-29 01:01:21.441 Joystick disabled. Segmentation fault [EMAIL PROTECTED]:/src/.../mythtv/setup# ./mythtv-setup 2005-03-29 01:01:40.147 New DB connection, total: 1 2005-03-29 01:01:40.163 Using screen 0, 1024x740 at 0,0 2005-03-29 01:01:40.168 Switching to square mode (blue) 2005-03-29 01:01:46.760 Joystick disabled. Segmentation fault -- Thanks, Devan Lippman <[EMAIL PROTECTED]> _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
