Difference between revisions of "User:Chriss"

From LinuxMCE
Jump to: navigation, search
m (Time to keep some notes about what I'm doing)
 
m (progress with virtualisation)
Line 22: Line 22:
  
 
== LMCE 0810 virtualized on Ubuntu 9.04 and KVM ==
 
== LMCE 0810 virtualized on Ubuntu 9.04 and KVM ==
 +
 +
'''work in progress'''
  
 
* inspired by http://forum.linuxmce.org/index.php?topic=8233.0
 
* inspired by http://forum.linuxmce.org/index.php?topic=8233.0
 
* installed Ubuntu 9.04 alternate amd64, basic text system
 
* installed Ubuntu 9.04 alternate amd64, basic text system
* downloaded kernel 2.6.30.4 from kernel.org, build according to ...
+
* downloaded kernel 2.6.30.4 from kernel.org, build according to https://wiki.ubuntu.com/KernelTeam/GitKernelBuild
 +
* install kvm and stuff: https://help.ubuntu.com/community/KVM/Installation
 +
* install kubuntu 8.10
 +
** download kubuntu 8.10 i386 desktop .iso
 +
** create an image file (<tt>qemu-img create -f qcow lmce0810.img 25G</tt>) or use an empty and unmounted partition (that's what I'm doing in the following)
 +
** create a file (lmce0810.xml) with the description for your domain:
 +
<pre></pre>
 +
** on the shell: <tt>virsh --connect qemu:///system</tt>
 +
** in virsh: <tt>define lmce0810.xml</tt>, <tt>start lmce0810</tt>
 +
** connect via VNC and do the installation
  
 
== Links to keep in mind ==
 
== Links to keep in mind ==

Revision as of 10:03, 2 August 2009

Setup

Core

MDs

Notes to myself

Don't care about the following stuff and beware to use anything if you don't know exactley what you are doing...

proper image support for UpdateMedia

http://svn.linuxmce.org/trac.cgi/ticket/217

Updates to pluto_media.MediaType_AttributeType

  • Added by pos on 2009-07-31:
INSERT INTO `MediaType_AttributeType` (`EK_MediaType`, `FK_AttributeType`, `Identifier`, `CombineAsOne`, `MediaSortOption`) VALUES
(7, 16, 0, 0, NULL),
(7, 29, 0, 0, NULL),
(7, 37, 0, 0, NULL),
(7, 47, 0, 0, NULL),
(7, 48, 0, 0, NULL);

move pluto_media.MediaType_AttributeType

LMCE 0810 virtualized on Ubuntu 9.04 and KVM

work in progress


    • on the shell: virsh --connect qemu:///system
    • in virsh: define lmce0810.xml, start lmce0810
    • connect via VNC and do the installation

Links to keep in mind

Creating_a_Media_Plug-in

http://forum.linuxmce.org/index.php?topic=3433.60

ideas

  • improve media tagging in webadmin
  • picture media player
  • media transcoding plugin