I did do the "Generate new MAC addresses for all network adapters" both times I imported the .ova, so unless there's another place I have to do it, I don't think that's the issue.
I was able to ssh into the VM with this tutorial, although it has the wrong menu paths in a few places (like every VirtualBox tutorial, it seems!): https://code-maven.com/virtualbox-host-only-network-ssh-to-remote-machine which is good, because localhost:5000/rstudio doesn't work either.
I don't think of my computer as having a particularly unusual or restrictive setup, but I guess that just means I haven't hit a wall yet ¯_(ツ)_/¯
Here are the requested outputs:
cat /etc/rstudio-quickstart/version
20190209-111823
ifconfig -a (this is going to be "wrong" because I modified it for the ssh setup - I'd start again but I can't cut and paste)
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255
inet6 fe80::a00:27ff:fe11:659 prefixlen 64 scopeid 0x20
ether 08:00:27:11:06:59 txqueuelen 1000 (Ethernet)
RX packets 26652 bytes 38271506 (38.2 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2659 bytes 708752 (708.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp0s8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.56.10 netmask 255.255.255.0 broadcast 192.168.56.255
inet6 fe80::a00:27ff:fe0d:a093 prefixlen 64 scopeid 0x20
ether 08:00:27:0d:a0:93 txqueuelen 1000 (Ethernet)
RX packets 49 bytes 8136 (8.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 53 bytes 14952 (14.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 1507 bytes 190353 (190.3 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1507 bytes 190353 (190.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
sudo /usr/lib/rstudio-server/bin/license-manager status
RStudio License Manager 1.2.1114-1
-- Local license status --
Trial-Type: Verified
Status: Expired
Has-Key: No
Has-Trial: No
License-Scope: System
-- Floating license status --
License server not in use.
sudo /opt/rstudio-connect/bin/license-manager status
RStudio License Manager 1.2.502-1
-- Local license status --
Trial-Type: Verified
Status: Expired
Has-Key: No
Has-Trial: No
License-Scope: System
-- Floating license status --
License server not in use.
sudo /opt/rstudio-pm/bin/license-manager status
RStudio License Manager 1.2.1191-1
-- Local license status --
Trial-Type: Verified
Status: Expired
Has-Key: No
Has-Trial: No
License-Scope: System
-- Floating license status --
License server not in use.