Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A arch-boxes
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch Linux
  • arch-boxes
  • Issues
  • #79

Closed
Open
Created Jan 29, 2020 by Sven-Hendrik Haase@svenstaroContributor

[Bug] Error configuring network interfaces on vagrant up

Created by: njfox

Describe the bug I'm not sure if this is a vagrant bug or an issue with the base box, but I'm getting an error renaming network interfaces on the Configuring and enabling network interfaces setup of vagrant up:

==> pwnvm-arch: Machine booted and ready!
==> pwnvm-arch: Checking for guest additions in VM...
==> pwnvm-arch: Configuring and enabling network interfaces...
(eval):3: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/opt/vagrant/embedded/gems/gems/vagrant-2.2.7/lib/vagrant/ui.rb:223: warning: The called method `say' is defined here
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

# Configure eth1
mv '/tmp/vagrant-network-eth1-1580325566-0' '/etc/netctl/eth1' &&
ip link set 'eth1' down &&
netctl restart 'eth1' &&
netctl enable 'eth1'

Stdout from the command:



Stderr from the command:

mv: cannot move '/tmp/vagrant-network-eth1-1580325566-0' to '/etc/netctl/eth1': No such file or directory

To Reproduce Run vagrant up using archlinux/archlinux as the base box.

Expected behavior The network interface is correctly renamed and the box continues provisioning.

Host Software (please complete the following information):

  • OS: Linux
  • Distribution: Arch
  • Vagrant Version: 2.2.7
  • Hypervisor: Virtualbox
  • Hypervisor Version: 6.1.2
  • Image Version: Latest (archlinux/archlinux)
  • Host Modules: virtualbox-host-dkms
  • Host Modules Version: 6.1.2-1
  • Output of id command: uid=1000(nick) gid=1000(nick) groups=1000(nick),10(wheel),50(games),108(vboxusers),150(wireshark),986(docker),992(libvirt),993(kvm)
  • Output of uname -a: Linux arch 5.4.15-arch1-1 #1 SMP PREEMPT Sun, 26 Jan 2020 09:48:50 +0000 x86_64 GNU/Linux
  • Vagrant Plugins: None
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking