MeeGo Media Director TODO: Difference between revisions
Appearance
writing todo. |
Added some bugs. |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
* Make a Setup_MeeGoMD.sh shell script | * Make a Setup_MeeGoMD.sh shell script | ||
** Make sure that the target device has MySQL privileges | ** 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. | |||
Latest revision as of 05: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.