kisslinux / kiss

KISS Linux - Package Manager
https://kisslinux.github.io
MIT License
465 stars 62 forks source link

Unable to build on virtualbox #122

Closed mmatongo closed 4 years ago

mmatongo commented 4 years ago

I've been trying to build KISS on a virtual machine without any success, I keep getting the same error on multiple machines running different operating systems. I wanted to find out if this was a vbox specific problem?

VirtualBox_ll_09_03_2020_10_48_02

This happens irrespective of what command is run.

dylanaraps commented 4 years ago

Your image link doesn't load for me!

mmatongo commented 4 years ago

Your image link doesn't load for me!

Fixed it. By any command, I mean any build commands. i.e kiss build gnupg1

dylanaraps commented 4 years ago

That's a network issue though I can't reproduce it for the same URL. I assume you have working internet in the virtual machine?

dylanaraps commented 4 years ago

Does: wget https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.xz work?

mmatongo commented 4 years ago

VirtualBox_Linux _11_03_2020_18_46_33 No, that's the response I get, I've tried different links.

dylanaraps commented 4 years ago

Yes. You don't have working network. ie, there's no internet in your virtual machine. This isn't a bug so I'm going to close this. Check your kernel drivers, check your kernel config and check your virtualbox settings.

If you require further help, ask around in #kisslinux on Freenode.net

konimex commented 4 years ago

I'd suggest you copy /etc/resolv.conf from your VBox OS to the chroot.

mmatongo commented 4 years ago

I'd suggest you copy /etc/resolv.conf from your VBox OS to the chroot.

This worked beautifully. Thank you @konimex and @dylanaraps