[Bug 1414466] Re: -net user,hostfwd=... is not working

2021-05-30 Thread Apteryx
That's rather embarrassing, but the problem with my VM was that it was lacking networking support. I turned this (too) minimal example of a Guix System: ;;; file: os.scm (use-modules (gnu services ssh) (gnu system) (gnu tests)) (simple-operating-system (service

[Bug 1414466] Re: -net user,hostfwd=... is not working

2021-05-30 Thread Apteryx
Here's what `tcpdump -i lo` reports during attempting the SSH access: 17:09:30.573545 IP localhost.55526 > localhost.: Flags [S], seq 1198531632, win 65495, options [mss 65495,sackOK,TS val 1662149852 ecr 0,nop,wscale 7], length 0 17:09:30.573569 IP localhost. > localhost.55526: Flags

[Bug 1414466] Re: -net user,hostfwd=... is not working

2021-05-30 Thread Apteryx
Hello, I'm also experiencing such a problem, using qemu-system-x86_64 (hence the retitling of this issue). More information and output is available at http://issues.guix.gnu.org/48739, but basically with the following QEMU command used to run a VM:

[Bug 1414466] Re: -net user,hostfwd=... is not working

2021-05-30 Thread Apteryx
** Summary changed: - -net user,hostfwd=... is not working(qemu-system-aarch64) + -net user,hostfwd=... is not working -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1414466 Title: -net

[Bug 1919253] Re: QEMU doesn't build reproducibly anymore in 5.2.0

2021-03-16 Thread Apteryx
Hello, this problem is resolved when using Meson 0.57.1, as suggested by bonzini on #qemu (OFTC). -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1919253 Title: QEMU doesn't build reproducibly

[Bug 1919253] [NEW] QEMU doesn't build reproducibly anymore in 5.2.0

2021-03-15 Thread Apteryx
Public bug reported: It used to be that building QEMU 5.1.0 twice in a row, using Guix, would result in bit-for-bit identical results. Starting with 5.2.0, this is no longer true. Here's a summary of which files have non-determinism: Here's a summary of the differing files: $ diff -r

[Bug 1896263] [NEW] The bios-tables-test test causes QEMU to crash (Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed) on AMD processors

2020-09-18 Thread Apteryx
Public bug reported: QEMU release version: Any recent version (5.0.0, 5.1.0, git master) Host CPU: AMD Ryzen 3900X The following backtrace is from commit e883b492c221241d28aaa322c61536436090538a. QTEST_QEMU_BINARY=./build/qemu-system-x86_64 gdb ./build/tests/qtest/bios-tables-test GNU gdb