Ladar Levison
Ladar Levison
@gildas can you help us get the Parallel tools installed on the various guests? Just let me know what commands need to be added to the `parallels.sh` script.
@gildas if you run: ``` git clone https://github.com/lavabit/robox/ && cd robox ./robox.sh box generic-centos7-parallels ``` With the following added to the `scripts/centos7/parallels.sh` script: ```bash mount -o loop "/root/parallels-tools-linux.iso" /mnt VER="$(cat...
@gildas random failures are a sad fact. I blame the cosmic rays. If you run it again, does it hang at the same point? On some of the platforms, connecting...
@gildas there were a couple of typos in the `parallels.sh` script above. Namely the path needs to be `/mnt/` and not `/mnt/parallels/` and it's `--install-unattended-with-deps ` not `--install-unatttended-with-deps` ... Long...
Yes, the Debian/Ubuntu installers, (and possibly older apt versions) wouldn't work if the IPv6 stack is enabled. The only builds which require IPv6 to remain disabled after setup are the...
Once I get the new servers setup, it will be easier to enable IPv6 and then quickly test what it breaks. The problem was that enabling it broke the install...
@mcandre I'd love to add MacOS and/or Windows variants to the build pipeline. But they both would involve a significant amount of time to a) get up and running, because...
> I'm dumb and still can't get the main robox.sh script to work in my environment What is your environment, and what can't you get to work? I've used the...
@MikePadge did you ever create a MacOS packer config which fits into the Robox layoiut/workflow?
@saamalik when you posted this, I did some research to understand things a little better. Last I checked the stream repos were nearly identical to the release repos. It looks...