Difference between revisions of "MeeGo Media Director TODO"

From LinuxMCE
Jump to: navigation, search
(more notes.)
(Added some bugs.)
 
Line 10: Line 10:
 
right now, uxlaunch MUST run as root. change /etc/sysconfig/uxlaunch appropriately.
 
right now, uxlaunch MUST run as root. change /etc/sysconfig/uxlaunch appropriately.
 
pluto.conf contains mysql connection code as well as device info needed for bootstrap
 
pluto.conf contains mysql connection code as well as device info needed for bootstrap
 +
 +
== Bugs ==
 +
 +
* pluto-boot-scripts package needs LockUtils.sh, right now it gets stripped, re add it.
 +
* Modify /etc/my.cnf to append the following:
 +
  [client]
 +
  host=dcerouter
 +
 +
This will ensure that all database connections will properly default to DCERouter.
 +
 +
* Be sure to blow away the /usr/pluto/locks/pluto_spawned_localdevices.txt at each reboot.

Latest revision as of 07:18, 22 March 2011

Added by --Tschak909 04:35, 12 March 2011 (CET)

  • Make a MeeGo PC As Media Director Template
  • Check it in
  • Make a Setup_MeeGoMD.sh shell script
    • Make sure that the target device has MySQL privileges
    • Generate a pluto.conf for the device.

Notes

right now, uxlaunch MUST run as root. change /etc/sysconfig/uxlaunch appropriately. pluto.conf contains mysql connection code as well as device info needed for bootstrap

Bugs

  • pluto-boot-scripts package needs LockUtils.sh, right now it gets stripped, re add it.
  • Modify /etc/my.cnf to append the following:
 [client]
 host=dcerouter

This will ensure that all database connections will properly default to DCERouter.

  • Be sure to blow away the /usr/pluto/locks/pluto_spawned_localdevices.txt at each reboot.