Hello everyone,
There has been a problem with the automated update that happens in the user VMs. It will be fixed automatically by the update script when one of this things happen:
- The VM reboots
- You wait until tomorrow 7:00 UTC
- You run the upgrade process manually
To upgrade manually, just run this:
sudo systemctl start scionupgrade.service
This will not wait until tomorrow 7:00UTC but will run the upgrade process now instead.
To check that the VM was successfully upgraded, you can run:
cat $SC/gen/ia
And you should see the new ISD-AS identifier. Also you need to verify that the code was upgraded properly, by running:
cd $SC
git log |grep a1b413850eda7fa64cd6e34e246dfe1cde2e1a62
And you should see a line like:
commit a1b413850eda7fa64cd6e34e246dfe1cde2e1a62
If you don't see the commit line, and the new ISD-AS ID, please post a message here with the following information:
- Write the output of the following to a file:
git status
git log
ls -ltr $SC
ls -l $SC/gen*
ls -l /tmp
- /var/log/syslog
Many thanks and sorry for the inconvenience.
Best regards,
Juan A.