Changes between Version 64 and Version 65 of VmServer


Ignore:
Timestamp:
Aug 1, 2012, 3:23:48 AM (12 years ago)
Author:
Christian Beer
Comment:

I forgot to add the update_latest.sh but added two new one

Legend:

Unmodified
Added
Removed
Modified
  • VmServer

    v64 v65  
    22
    33This VM is for use as a BOINC server.
    4 It has all the BOINC prerequisites installed, the BOINC software installed and compiled,
     4It has all the BOINC server prerequisites installed, the BOINC software installed and compiled,
    55and user accounts and permissions set up.
    6 It's ready to run [MakeProject make_project] and go.
     6It's ready to run ~/boinc-trunk/tools/[MakeProject make_project] and go.
    77
    88The VM image is for [http://www.virtualbox.org/ VirtualBox], an open-source VM system.
    99It is a 64-bit image; you need a 64-bit processor to run it.
    1010
    11 The OS is Debian 6 64-bit.
     11The OS is Debian 6 "Squeeze" (64-bit).
    1212
    13 The BOINC software version is 25900.
     13The BOINC software version is 25883.
    1414
    1515[http://boinc.berkeley.edu/dl/debian-6-boinc-server-120720.7z Download (366 MB)]
     
    1818
    1919 * The passwords can be found in the file {{{README-vmware-image}}} that is part of the zip file.
    20   The `root` (or sudo) password is 'rootpw'.
     20  The `root` (or su) password is 'rootpw'.
    2121  There is a user account 'boincadm' with password 'boincadmpw'; build software under this account.
    2222  '''Change these passwords immediately.'''
    2323
    2424 * The BOINC software on this VM is not necessarily the latest version.
    25   If you want the latest version, run {{{update_latest.sh}}} and then `configure`/`make`.
     25  If you want the latest version, run
     26{{{
     27$ cd ~/boinc-trunk
     28$ svn update
     29$ cd ..
     30$ ~/configure_server.sh
     31$ ~/make_server.sh
     32}}}
    2633
    2734 * The Linux/PHP/MySQL/Apache software on this VM is not necessarily the latest version.
    2835  If you want the latest version, use 'apt-get update' and 'apt-get upgrade'.
    2936
     37 * The "sudo" command is available as user "boincadm" and there is an OpenSSH server running by default.
    3038
    3139=== Network Access === #server-network
     
    131139In the NAT tab: VMnet host: VMnet8
    132140}}}
    133 
    134 === SSH ===
    135 
    136 The VMware player provides only a 24x80 non-scrolling console window.
    137 Once you have networking, it's much handier to SSH into the server.
    138 To enable the SSH daemon:
    139 {{{
    140 su -c '/usr/sbin/sshd'
    141 }}}