[MCOL-4996] ARM remote machine Created: 2022-02-22  Updated: 2022-02-22  Resolved: 2022-02-22

Status: Closed
Project: MariaDB ColumnStore
Component/s: CI
Affects Version/s: None
Fix Version/s: None

Type: New Feature Priority: Major
Reporter: Leonid Fedorov Assignee: Faustin Lammler
Resolution: Fixed Votes: 0
Labels: None


 Description   

I need a remote ARM machine with sudo, to debug some ARM issues.
So I need to compile and install mariadb, and then gdb it



 Comments   
Comment by Faustin Lammler [ 2022-02-22 ]

Hi, the VM is ready (ubuntu 20.04 ARM), it has the IP 192.168.122.10 on the bb-arm.mariadb.org machine.

This needs to be present in your ~/.ssh/config file:

# MariaDB Developers BB workers
host bastion.mariadb.org
user mdborg
port 65001
 
host bb-arm.mariadb.org
user mdborg
hostname bb-arm.mariadb.org
ProxyJump bastion.mariadb.org

Here is how to connect:

ssh mdborg@bb-arm.mariadb.org
ssh 192.168.122.10

login: mdborg
password: mdborg
sudo: allowed

Warning, this VM will be automatically reseted to it's original state every Monday at 00:00 UTC (as bellow).

# destroy and recreate ubuntu20.04 VM
00 00 * * 1 root virsh destroy ubuntu20.04 && rm -f /var/lib/libvirt/images/ubuntu20.04 && cp /var/lib/libvirt/images/ubuntu20.04.bk /var/lib/libvirt/images/ubuntu20.04 && virsh start ubuntu20.04

Generated at Thu Feb 08 02:54:34 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.