Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kopiluwak [2009/06/26 15:11] 194.78.198.202kopiluwak [2010/10/02 17:26] (current) – external edit 127.0.0.1
Line 15: Line 15:
 ^ software    ^ version      ^ website                            ^ ^ software    ^ version      ^ website                            ^
 | Lunar Linux | 1.6.4 x86_64 | [[http://lunar-linux.org]]         | | Lunar Linux | 1.6.4 x86_64 | [[http://lunar-linux.org]]         |
-| Linux       | 2.6.29.    |                                    | +| Linux       | 2.6.30.    |                                    | 
-| kvm         84           | [[http://kvm.qumranet.com]]        |+| kvm         88           | [[http://kvm.qumranet.com]]        |
 | vde         | 2.2.2        | [[http://vde.sourceforge.net]]     | | vde         | 2.2.2        | [[http://vde.sourceforge.net]]     |
 | lvm2        | 2.02.45      | [[http://sources.redhat.com/lvm2]] | | lvm2        | 2.02.45      | [[http://sources.redhat.com/lvm2]] |
Line 35: Line 35:
 <code bash> <code bash>
 #!/bin/bash #!/bin/bash
 +if [ $TERM == screen ]; then
 /usr/bin/killall dhcpcd /usr/bin/killall dhcpcd
 /bin/rm -fr /var/db/dhcpcd* /bin/rm -fr /var/db/dhcpcd*
Line 65: Line 66:
 echo "reboot" echo "reboot"
 /sbin/reboot /sbin/reboot
 +else
 +echo "USE SCREEN";
 +fi
 </code> </code>
   * vde_switch: Switch that the virtual machines (buildslaves) will use to communicate with the buildmaster.   * vde_switch: Switch that the virtual machines (buildslaves) will use to communicate with the buildmaster.
Line 105: Line 109:
   * reread the config in the current instance:   * reread the config in the current instance:
 <code bash> <code bash>
-buildbot reconfig master.cfg+buildbot reconfig /home/buildmaster/xfce
 </code> </code>
   * master.cfg:   * master.cfg:
Line 111: Line 115:
 </code> </code>
  
 +==== Guest 2: buildslave ====
  
- +lunar 
-==== Guest 2: buildslave ====+ip 10.0.0.3 
 +  vdeq qemu-system-x86_64 -vnc :-hda /dev/vg/lunar -m 512 -net vde,vlan=1 -net nic,vlan=1 -daemonize