You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

  1. upload  from delatg5 the following files:
    1. scp balewski@deltag5.lns.mit.edu:ec2Build/autoSTAR.sh  /home/star/
    2. scp balewski@deltag5.lns.mit.edu:ec2Build/id_dsa-janDeltag5  /home/star/.ssh/
  2. Add autoSTAR.sh to the crontab:
    sudo crontab -e
    add line: @reboot /usr/bin/sudo su star -c /home/star/autoSTAR.sh  2>&1 >/home/star/autoSTAR.log
    check it : sudo crontab -l
    
  3. Reboot machine and wait for events to be transferred to data05/ @ RCF
    Instruction how to fix not working ssh
    On your Mac look for a file called Ubuntu\ 32bit\ server.vmx in the VM folder. In that file there should be a line like
    ethernet0.generatedAddress = "00:0c:29:b2:f1:a0"
    
    Remember that number.
    
    Now log into the VM and look in this file:
    /etc/udev/rules.d/70-persistent-net.rules
    
    There should be some entries that look like:
    # PCI device 14xx:16xx (tg3)
    ACTION=="add", SUBSYSTEM=="net", DRIVERS=="?*", SYSFS{address}=="00:11:xx:xx:xx:xx", NAME="eth0"
    
    look for the one that has SYSFS{address}== your number. Change the NAME to "eth0" on that one, and delete the rest of them. Then restart the virtual machine.
    
  • No labels