Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown host "qemu.mon" #2

Open
nikhilhassija opened this issue Jan 22, 2018 · 0 comments
Open

Unknown host "qemu.mon" #2

nikhilhassija opened this issue Jan 22, 2018 · 0 comments

Comments

@nikhilhassija
Copy link

make boot after compiling the kernel throws following error.

make: Circular /home/nikhil/github/linux/arch/x86/boot/bzImage <- /home/nikhil/github/linux/arch/x86/boot/bzImage dependency dropped.
qemu/create_net.sh tap0
ARCH=x86_64 qemu/qemu.sh -kernel /home/nikhil/github/linux/arch/x86/boot/bzImage -enable-kvm -device virtio-serial -chardev pty,id=virtiocon0 -device virtconsole,chardev=virtiocon0 -net nic,model=virtio,vlan=0 -net tap,ifname=tap0,vlan=0,script=no,downscript=no -drive file=core-image-minimal-qemux86-64.ext4,if=virtio,format=raw --append "root=/dev/vda console=hvc0" --display none -m 512M -s 
Error: Couldn't resolve host "qemu.mon"
qemu-system-x86_64: -chardev pty,id=virtiocon0: char device redirected to /dev/pts/1 (label virtiocon0)
qemu-system-x86_64: -monitor unix:qemu.mon: Failed to connect socket qemu.mon: No such file or directory
rm: cannot remove 'qemu.mon': No such file or directory
rm: cannot remove 'serial.pts': No such file or directory
make: *** [Makefile:46: boot] Error 1

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

No branches or pull requests

1 participant