[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-07-12 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1916344 Title: User mode

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-06-18 Thread Thomas Huth
** Bug watch removed: trac.macports.org #41875 http://trac.macports.org/ticket/41875 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1916344 Title: User mode networking not working properly on

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-05-13 Thread Thomas Huth
The QEMU project is currently moving its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting the bug state to "Incomplete" now. If the bug has already been fixed in the latest upstream version of QEMU, then

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-04-29 Thread Thomas Huth
** Tags removed: qemu -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1916344 Title: User mode networking not working properly on QEMU on Mac OS X host Status in QEMU: New Bug description:

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-25 Thread Adam Chappell
Different problem here I think John. If you run the following you should the user mode networking that involves Slirp and has the problem. ``` qemu-system-i386 -m 700 -hda -net user -net nic ``` It's worth noting however that the problem most regularly manifest itself when a remote server

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-24 Thread John Arbuckle
I'm on Mac OS 11.1 on an M1 Mac. I did some tests with QEMU 2.10.1 and 5.3 and here are the results: QEMU 2.10.1: - Ran Windows XP as a guest - qemu-system-i386 -m 700 -hda -netdev user,id=n0 -device rtl8139,netdev=n0 - Internet Explorer was able to load a web page. QEMU 5.3.x: - Tried to run

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-22 Thread Ven Karri
Yes, I think it's the same issue. So, are you planning to integrate the following patch into the source code? https://bugs.launchpad.net/qemu/+bug/1914117/comments/10 Or is there a better solution you are working on? -- You received this bug notification because you are a member of qemu-

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-22 Thread Thomas Huth
This is maybe a duplicate of https://bugs.launchpad.net/qemu/+bug/1914117 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1916344 Title: User mode networking not working properly on QEMU on Mac OS X

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-21 Thread Ven Karri
I am not sure if a separate slirp installation via macports is necessary. When you install qemu via homebrew, it's supposed to install any slirp related libarries as part of qemu installation. Having said that, I haven't noticed a slirp package installed on my mac when I did a `brew list`. So, I

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-21 Thread John Arbuckle
I built QEMU from the git repo. My Windows XP and Mac OS 10.4 guests cannot access the internet. I'm on a M1 Mac running Mac OS 11.1. I use qemu-system-i386 and qemu-system-ppc. I tried installing slirp from MacPorts but it is broken. It might have been broken for years. See

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-20 Thread Ven Karri
** Description changed: Steps to reproduce: - 1. Install QEMU using homebrew on Mac OS X (I used Big Sur) + 1. Install QEMU using homebrew on Mac OS X (I tried on Catalina and Big Sur) 2. Spin up a guest VM (say) Cent OS 8 using user mode networking. 3. Install podman inside the guest

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-20 Thread Ven Karri
** Description changed: Steps to reproduce: 1. Install QEMU using homebrew on Mac OS X (I used Big Sur) - 2. Spin up a guest VM (say) Cent OS8 using user mode networking. + 2. Spin up a guest VM (say) Cent OS 8 using user mode networking. 3. Install podman inside the guest 4. Run

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-20 Thread Ven Karri
** Description changed: Steps to reproduce: 1. Install QEMU using homebrew on Mac OS X (I used Big Sur) 2. Spin up a guest VM (say) Cent OS8 using user mode networking. 3. Install podman inside the guest 4. Run podman pull alpine The result is: [root@localhost ~]# podman