Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo apt install ubuntu-advantage-pro ubuntu-advantage-tools
sudo pro attach $(vmware-rpctool "info-get guestinfo.ut.vss.ubuntu_pro.token")

  1. Error: Failed to attach machine. See https://ubuntu.com/pro/dashboard" 

    Solution:
    Ensure you can connect to the contract url: https://vss-ubuntu-pro.eis.utoronto.ca

    Try the following command:

    Code Block
    curl https://vss-ubuntu-pro.eis.utoronto.ca

    output:

    Code Block
    404 page not found


    If your output is different, this means that you have a firewall or proxy configuration that is not allowing you to connect to our Ubuntu Pro instance. Feel free to contact us to troubleshoot further this issue.

(question) Questions?

Please feel free to reach out at vss-ubuntu-pub@eis.utoronto.ca

...