Differences between revisions 4 and 5
Revision 4 as of 2011-02-24 11:48:08
Size: 1642
Comment:
Revision 5 as of 2011-02-24 11:48:42
Size: 1650
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
 1. {{{sudo apt-get install ubuntu-desktop  1. {{{
sudo apt-get install ubuntu-desktop
Line 25: Line 26:
 1. update software {{{sudo apt-get update  1. update software {{{
sudo apt-get update
Line 27: Line 29:
 1. Install desktop {{{sudo apt-get install ubuntu-desktop  1. Install desktop {{{
sudo apt-get install ubuntu-desktop
Line 29: Line 32:
 1. {{{sudo reboot  1. {{{
sudo reboot

Stand alone File Server

This setup is not for Real-time system but for general Linux supporting the realtime system as file server with application software like MEDM, DTT, dataviewer.

setup ubuntu desktop 1/4/2011 at 40m

  1. Prepare a proper partition on your HDD, recommends to have a new HDD for Ubuntu Linux
  2. Insert Ubuntu 10.4. 64bit CD-ROM and boot
  3. In installation package selection, select 'Ubuntu Server' which proceeds text mode installation
  4. In entering a hostname section, name proper hostname like 'desktop1'
  5. In partitioning section, recommends 'use entire disk' if you will duplicate and use this disk for other PC's setup.
  6. Starts installation process automatically
  7. Type 'controls' as a new username and 'XXXXXX(ask somebody)' as the password
  8. Select 'No' for encrypt the home directory
  9. Select 'No automatic updates' for stable operation
  10. Select
    • DNS server
    • OpenSSH server
    • Print server
    • Samba file server
    • Virtual Machine host
  11. login as controls on CUI
  12. sudo apt-get install ubuntu-desktop
  13. update software

    sudo apt-get update
  14. Install desktop

    sudo apt-get install ubuntu-desktop
  15. sudo reboot 

then booted with GUI login screen.

Trouble shooting

1. If you cannot see past data on diaggui or dataviewer, define daq channel using daqconfig. Be careful that channels are activated. 1. If dmesg says DAQ size is too small, increase sampling rate on DAQ channels 1. If diaggui says test point is not available, suspect awg, and run /opt/rtcds/tst/x1/target/gds/startup_x1x14.cmd

KAGRA/Subgroups/DGS/RTPC/StandAloneFileServer (last edited 2012-06-06 17:55:44 by OsamuMiyakawa)