Re: [arch-general] vagrant/virtualbox archlinux guest private_network

2016-06-23 Thread Óscar García Amor
Hi! If you need a base machine for Vagrant you can use mine: https://vagrantcloud.com/ogarcia/boxes/archlinux-x32 https://vagrantcloud.com/ogarcia/boxes/archlinux-x64 I update it once a month. Greetings. 2016-06-22 21:53 GMT+02:00 Andre "Osku" Schmidt via arch-general < arch-general@archlinux.o

Re: [arch-general] vagrant/virtualbox archlinux guest private_network

2016-06-22 Thread Andre "Osku" Schmidt via arch-general
On Wed, Jun 22, 2016 at 8:40 PM, Ilya Boka via arch-general < arch-general@archlinux.org> wrote: > If it can help you > vagrant@archlinux:~$ ip a > 1: lo: mtu 65536 qdisc noqueue state UNKNOWN > group default qlen 1 > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 > inet 127.0.0.1/

Re: [arch-general] vagrant/virtualbox archlinux guest private_network

2016-06-22 Thread Ilya Boka via arch-general
If it can help you vagrant@archlinux:~$ ip a 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft f

Re: [arch-general] vagrant/virtualbox archlinux guest private_network

2016-06-22 Thread Andre "Osku" Schmidt via arch-general
On Wed, Jun 22, 2016 at 7:18 PM, Jonathan Steel wrote: > On Wed 22 Jun 2016 at 18:06, Andre "Osku" Schmidt wrote: > > [...] I don't do anything special so install netctl on the box and share > > > further errors. > > > > > ​netctl is installed > > > https://github.com/oskude/vagrant-archmini/blob

Re: [arch-general] vagrant/virtualbox archlinux guest private_network

2016-06-22 Thread Jonathan Steel
On Wed 22 Jun 2016 at 18:06, Andre "Osku" Schmidt wrote: > [...] I don't do anything special so install netctl on the box and share > > further errors. > > > ​netctl is installed > https://github.com/oskude/vagrant-archmini/blob/private_network/install.sh#L176 > > care to share your box setup scri

Re: [arch-general] vagrant/virtualbox archlinux guest private_network

2016-06-22 Thread Andre "Osku" Schmidt via arch-general
On Wed, Jun 22, 2016 at 5:38 PM, Jonathan Steel wrote: > On Wed 22 Jun 2016 at 16:37, Andre "Osku" Schmidt via arch-general wrote: > > [...] > > I did not setup netctl on the client yet, cause it fails with the same > > error (and wanted to keep things simple as possible). > > > > - Is this a vag

Re: [arch-general] vagrant/virtualbox archlinux guest private_network

2016-06-22 Thread Jonathan Steel
On Wed 22 Jun 2016 at 16:37, Andre "Osku" Schmidt via arch-general wrote: > [...] > I did not setup netctl on the client yet, cause it fails with the same > error (and wanted to keep things simple as possible). > > - Is this a vagrant bug? > - Did i forget something important in the client? > - Wo

[arch-general] vagrant/virtualbox archlinux guest private_network

2016-06-22 Thread Andre "Osku" Schmidt via arch-general
So i did a minimal archlinux vagrant box[0] and it seems to work. But trying to get private_network[1] working, i get the following error: ``` ERROR vagrant: /opt/vagrant/embedded/gems/gems/vagrant-1.8.4/plugins/communicators/ssh/communicator.rb:236:in `execute' /opt/vagrant/embedded/gems/gems/vag