Personal tools
You are here: Home / OBSVM / OBSVM9arm (For Mac users with the M1 series of chips)

OBSVM9arm (For Mac users with the M1 series of chips)

There is now a version of Linux (Rocky LInux 9) that runs under the ARM64-based M1 (aka Apple Silicon) chip. Instead of VirtualBox, this solution uses another emulator called UTM.

Installation

  1. Download/install UTM (Note that it is free to download from the website, but costs ~$10 on the Apple store).
  2. Download the OBSVM9arm virtual machine (18 Gbytes, md5sum = f61b003c7048f3f9e2bffe142d208af3)
  3. Unzip OBSVM9arm-1.3.utm.zip (double-click the file icon). You will get a folder:  OBSVM9arm.utm. You can delete the zip file.
  4. Run UTM. From the File menu, select "Open..." and open the OBSVM9arm-1.0.utm
  5. You should now see "Rocky Linux 9" in the list of VMs (see figure at right).
  6. Click the settings icon (see red arrow in figure). Click the "System" tab at left and edit the resources you want to allow the VM to use.

 

Running the VM

Click the "play" button and this will boot up the VM. Shortly, you will get a login screen. Use the Observatory User (obsuser) account. The password is the same as the old Carnegie Observatories VISITOR WiFi password (A813A813B1).

Unlike previous versions of OBSVM, the obsuser now has administrator privileges, so you can more fully customize the operating system. Just be forewarned that if you break something, or introduce inconsistencies that render the software unusable, it will be your responsibility to fix it or re-download the entire VM.  

Getting Your Data Into the VM

The drawback of using a VM, rather than installing natively on your computer, is that it only comes with a few GBytes of free virtual disk space. What you really want is to have the VM mount your local disks so that you can access your data directly as a mounted filesystem. With UTM, the easiest way to do this is using sshfs, a virtual filesystem that works over SSH. In fact, you can use sshfs to mount a virtual filesystem to any remote computer you have SSH access to, but here we will be connecting to the host computer.

  1. Spin up your VM and login using the obsuser account.
  2. Create a folder in your home directory (or anywhere else you have write access to). For example:
    mkdir $HOME/mydata
  3. Use the convenience command "mountsf":
    mountsf [-u user] host-path guest-path
    Where user is the user account on the host OS, host-path is the folder on the host OS to mount, and guest-path is the mount point in the guest OS. For example, to mount my external hard disk on my MacOS computer inside the guest OS:
    mountsf -u cburns /Volumes/DATA ${HOME}/mydata
  4. You should now be able to access /Volumes/DATA within $HOME/mydata
  5. To unmount the filesystem, simply use 'umount':
    umount $HOME/mydata

Keeping Up to Date

From time to time, we will upgrade the software in the VM. There is an 'update' command that obsuser can run in a terminal. It will check a repository and look for updates. If it finds one, it will be downloaded and installed. No need to re-download the entire VM as we used to do. Not only will this save time in downloads, it also means your local settings (shared folders, system settings, login scripts, etc) won't be overridden by an upgrade. You can run upgrade as often as you like.

Software Installed in the VM:

  1. Carnegie Python Distribution (CarPy3). This includes:
    1. MIKE Pipeline
    2. MagE Pipeline
    3. DPE Pipeline
    4. Miscellaneous python-based algorithms
  2. COSMOS2 and COSMOS3 reduction pipelines. NOTE:  the python tools in COSMOS3 currently do not work as they need to be ported to python3.
  3. FSRED, the FourStar reduction pipeline (read /usr/local/FSRED/README for documentation). This includes as well:
    1. Source Extractor
    2. Swarp
    3. PSFEx
    4. SCAMP
  4. IRAF (Note:  This is the iraf-community version, which is currently lacking several packages due to licensing issues).
  5. Maskgen v2.14 mask design software
  6. VPFIT and VPGUESS