|  | 120 | 1. Add a symbolic link for lsusb | 
          
            |  | 121 | {{{ | 
          
            |  | 122 | ln -s /usr/bin/lsusb /sbin/lsusb | 
          
            |  | 123 | }}} | 
          
            |  | 124 | 1. Add deb http://pkg.mytestbed.net/ubuntu oneiric/ to /etc/apt/sources.list (aslo check for deb http://pkg.mytestbed.net/ubuntu natty/) | 
          
            |  | 125 | 1. Install omf-resctl-5.4 and omf-resctl-5.3 | 
          
            |  | 126 | {{{ | 
          
            |  | 127 | apt-get install omf-resctl-5.4 | 
          
            |  | 128 | apt-get install omf-resctl-5.3 | 
          
            |  | 129 | }}} | 
          
            |  | 130 | 1. Copy the example winlab yaml file from /usr/share/doc/omf-resctl-5.3/examples/ to /etc/omf-resctl-5.3 and modifiy it to include the lines. | 
          
            |  | 131 | {{{ | 
          
            |  | 132 | control_if: 'eth1' | 
          
            |  | 133 | pubsub_gateway: 'xmpp' | 
          
            |  | 134 | name: '%hostname%' | 
          
            |  | 135 | resizefs: true | 
          
            |  | 136 | }}} |