F-Droid Devs

99 Members
F-Droid development discussion only | Use #fdroid:f-droid.org for general, app- and repo-related matters | Meeting every Thursday at 11:30 UTC | This channel is publicly logged at https://view.matrix.org/alias/%23fdroid-dev:f-droid.org17 Servers

Load older messages


SenderMessageTime
22 Jan 2019
@uniq:matrix.orguniqow sry i meant to don't have to do a fork when you're not planning on customizing the bootstrapping process15:50:07
@uniq:matrix.orguniqthat code folder should reflect gitlab urls thou15:50:25
@uniq:matrix.orguniqso that we don't lose track15:50:31
@bubu:bubu1.euBubuah! misread fork as clone.15:51:16
@bubu:bubu1.euBubumakes sense15:51:18
@uniq:matrix.orguniq next just run vagrant up in a screen session 15:51:39
@uniq:matrix.orguniqoh wait no screen required15:51:52
@uniq:matrix.orguniqit'll run forever15:52:06
@bubu:bubu1.euBubu Bringing machine 'default' up with 'libvirt' provider...
Name fdroid-bootstrap-buildserver_default of domain about to create is already taken. Please try to run
vagrant up command again.
15:52:28
@bubu:bubu1.euBubuI guess I need to customize something?15:53:05
@uniq:matrix.orguniqow right didn't think that throu entirely15:52:55
@uniq:matrix.orguniqvagrant uses folder names as vm names15:53:23
@uniq:matrix.orguniqso that clashes15:53:27
@uniq:matrix.orguniq:(15:53:34
@uniq:matrix.orguniqso basically rename you ceckout folder to something like bububox :D15:54:08
@uniq:matrix.orguniqor whatever you're comfortable with15:54:49
@bubu:bubu1.euBubu
root@gcc137:~/code/Bubu/fdroid-bububox# vagrant up
Bringing machine 'default' up with 'libvirt' provider...
==> default: Creating image (snapshot of base box volume).
==> default: Creating domain with the following settings...
==> default:  -- Name:              fdroid-bububox_default
==> default:  -- Domain type:       kvm
==> default:  -- Cpus:              2
==> default:  -- Memory:            4608M
==> default:  -- Management MAC:    
==> default:  -- Loader:            
==> default:  -- Base box:          fdroid/basebox-stretch64
==> default:  -- Storage pool:      default
==> default:  -- Image:             /var/lib/libvirt/images/fdroid-bububox_default.img (1000G)
==> default:  -- Volume Cache:      default
==> default:  -- Kernel:            
==> default:  -- Initrd:            
==> default:  -- Graphics Type:     vnc
==> default:  -- Graphics Port:     5900
==> default:  -- Graphics IP:       127.0.0.1
==> default:  -- Graphics Password: Not defined
==> default:  -- Video Type:        cirrus
==> default:  -- Video VRAM:        9216
==> default:  -- Keymap:            en-us
==> default:  -- TPM Path:          
==> default:  -- INPUT:             type=mouse, bus=ps2
==> default:  -- Command line : 
==> default: Creating shared folders metadata...
Address 192.168.77.0 does not match with network name fdroid-libvirt-vagrant.
Please fix your configuration and run vagrant again.
15:55:00
@uniq:matrix.orguniqah, right15:57:23
@uniq:matrix.orguniqyou need to edit Vagrantfile and add this to the libvirt config block:15:57:39
@uniq:matrix.orguniq
    libvirt.management_network_address = "192.168.117.0/24"
    libvirt.management_network_name = "fdroid-bububox"
15:57:45
@bubu:bubu1.euBubu

it's now here, for a few minutes:

Bringing machine 'default' up with 'libvirt' provider...
==> default: Starting domain.
==> default: Waiting for domain to get an IP address...
16:00:09
@bubu:bubu1.euBubudo I need to clean something from the previous failed run?16:01:32
@uniq:matrix.orguniqnot sure16:01:43
@uniq:matrix.orguniq you could try vagrant destroy and start from there 16:02:44
@bubu:bubu1.euBuburm'ed the .vagrant dir, it's continuing now16:03:27
@uniq:matrix.orguniqnice16:03:43
@uniq:matrix.orguniqsorry it's not more streamlined16:03:50
@uniq:matrix.orguniq when vagrant up finished you can use vagrant ssh -c 'tail -f /home/fdroid/makebuildserver.log' to follow the bootstrap process 16:05:01
@uniq:matrix.orguniqwill take several hours16:05:09
@bubu:bubu1.euBubu ah, just noticed, you said add libvirt.management_network_address = "192.168.117.0/24"
I just edited the network name but stayed on 192.168.77.0 is that a problem?
16:05:31

Show newer messages


Back to Room ListRoom Version: 1