Skip to content
  1. May 28, 2010
  2. May 27, 2010
  3. May 23, 2010
  4. May 22, 2010
  5. May 21, 2010
  6. May 20, 2010
    • Eelco Dolstra's avatar
      * Make the Bittorrent test more interesting by putting one client · 3c7a6eb5
      Eelco Dolstra authored
        behind a NAT router and verifying that another client can connect to
        it through the NAT (using a UPnP-IGD mapping created automatically
        by miniupnpd).
      
      svn path=/nixos/trunk/; revision=21932
      3c7a6eb5
    • Eelco Dolstra's avatar
      * Allow more complex network topologies in distributed tests. Each · 4dac9e58
      Eelco Dolstra authored
        machine can now declare an option `virtualisation.vlans' that causes
        it to have network interfaces connected to each listed virtual
        network.  For instance,
      
          virtualisation.vlans = [ 1 2 ];
      
        causes the machine to have two interfaces (in addition to eth0, used
        by the test driver to control the machine): eth1 connected to
        network 1 with IP address 192.168.1.<i>, and eth2 connected to
        network 2 with address 192.168.2.<i> (where <i> is the index of the
        machine in the `nodes' attribute set).  On the other hand,
        
          virtualisation.vlans = [ 2 ];
      
        causes the machine to only have an eth1 connected to network 2 with
        address 192.168.2.<i>.  So each virtual network <n> is assigned the
        IP range 192.168.<n>.0/24.
      
        Each virtual network is implemented using a separate multicast
        address on the host, so guests really cannot talk to networks to
        which they are not connected.
      
      * Added a simple NAT test to demonstrate this.
      
      * Added an option `virtualisation.qemu.options' to specify QEMU
        command-line options.  Used to factor out some commonality between
        the test driver script and the interactive test script.
      
      svn path=/nixos/trunk/; revision=21928
      4dac9e58
    • Eelco Dolstra's avatar
      * Another distributed test example: Bittorrent. · 85bd5bad
      Eelco Dolstra authored
      svn path=/nixos/trunk/; revision=21926
      85bd5bad
    • Eelco Dolstra's avatar
      * It should not be necessary to run ntpd in the guest. · ad8ed392
      Eelco Dolstra authored
      svn path=/nixos/trunk/; revision=21925
      ad8ed392
  7. May 19, 2010
  8. May 18, 2010
  9. May 17, 2010
  10. May 16, 2010
  11. May 15, 2010
  12. May 14, 2010
    • Yury G. Kudryashov's avatar
      Get rid of extraSetuidPrograms. · 7ae39fee
      Yury G. Kudryashov authored
      Also state in description that it is obsolete.
      
      svn path=/nixos/trunk/; revision=21777
      7ae39fee
    • Yury G. Kudryashov's avatar
      Enable polkit-1 · 03caab45
      Yury G. Kudryashov authored
      Now both polkit-1 and old policykit are enabled. Packages that can use both will
      be migrated to new polkit-1, than old one can be disabled.
      
      svn path=/nixos/trunk/; revision=21776
      03caab45
  13. May 09, 2010