Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
  1. upload  from delatg5 the following files:
    1. scp

...

    1. balewski@deltag5.lns.mit.edu:ec2Build/

...

    1. autoSTAR.sh

...

    1.   /home/star/

...

    1. scp

...

    1. balewski@deltag5.lns.mit.edu:ec2Build/

...

    1. id_dsa-janDeltag5

...

    1.   /home/star/.ssh/

...

  1. Add

...

  1. autoSTAR.sh

...

  1. to

...

  1. the

...

  1. crontab:

...

  1. Code Block

...

  1. 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
    

...

  1. Reboot machine and wait for events to be transferred to data05/ @ RCF
    Instruction how to fix not working ssh
    Code Block
    
    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.
    

...