Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

System appears not to be able to run the linux kernel #8

Closed
Maslor opened this issue Feb 25, 2017 · 2 comments
Closed

System appears not to be able to run the linux kernel #8

Maslor opened this issue Feb 25, 2017 · 2 comments

Comments

@Maslor
Copy link

Maslor commented Feb 25, 2017

Even though I have configured the environment variables, I get this error. Where is it coming from? I don't really understand what it means.

./check_configuration.sh
>  Checking path correctness... passed.
>  Checking environment... passed.
>  Checking for availability of man pages... passed.
>  Checking for proper directories in the PATH... passed.
>  Checking for availability of auxiliary tools:
	awk          : ok
	basename     : ok
	date         : ok
	dirname      : ok
	find         : ok
	getopt       : ok
	grep         : ok
	head         : ok
	id           : ok
	kill         : ok
	ls           : ok
	lsof         : ok
	ps           : ok
	readlink     : ok
	wc           : ok
	port-helper  : ok
	tunctl       : ok
	uml_mconsole : ok
	uml_switch   : ok
passed.
>  Checking for availability of terminal emulator applications:
	xterm          : found
	konsole        : not found
	gnome-terminal : found
passed.
>  Checking filesystem type... passed.
>  Checking whether executables can run... failed!

*** Error: Your system appears not to be able to run the linux kernel.


[ ERROR ] Your system is not configured properly. Please correct the
          above errors before starting to use Netkit.


@kartoch
Copy link
Member

kartoch commented Feb 26, 2017

I believe it is because you don't have i386 libs needed by the UML kernel. For instance, please see here for ubuntu 16.04 support for i386: https://blog.teststation.org/ubuntu/2016/05/12/installing-32-bit-software-on-ubuntu-16.04/

@Maslor
Copy link
Author

Maslor commented Feb 26, 2017

@kartoch Thanks, you're a life saver! I'd tried changing directory and partition permissions and I just couldn't fix it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants