From f9d24d916a55d803f3ea922e9e05475829f56577 Mon Sep 17 00:00:00 2001 From: Anshul Singh Date: Thu, 19 Jan 2023 10:20:44 +0530 Subject: [PATCH] hack/sessions: Document qemu bridge access denied error Signed-off-by: Anshul Singh --- ..._02.-Building-and-Running-the-httpreply-Application.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/community/hackathons/sessions/baby-steps/content/Demos_02.-Building-and-Running-the-httpreply-Application.md b/content/en/community/hackathons/sessions/baby-steps/content/Demos_02.-Building-and-Running-the-httpreply-Application.md index ce85bd4f..546625c9 100644 --- a/content/en/community/hackathons/sessions/baby-steps/content/Demos_02.-Building-and-Running-the-httpreply-Application.md +++ b/content/en/community/hackathons/sessions/baby-steps/content/Demos_02.-Building-and-Running-the-httpreply-Application.md @@ -99,6 +99,14 @@ oOo oOO| | | | | (| | | (_) | _) :_ Listening on port 8123... ``` +In this step you may face the following error: +```text +access denied by acl file +qemu-system-ppc64: -netdev bridge,br=virbr0,id=net0: bridge helper failed +``` + +To fix this, check if the `/etc/qemu/bridge.conf` file exists. If it doesn't, then create it first.and then add the line `allow virbr0` to it to allow your bridge to run. + The boot message confirms the assigning of the `172.44.0.2/24` IP address to the virtual machine. It's listening on port 8123 for HTTP connections on that IP address. We use `wget` to validate it's working properly and we are able to get the `index.html` file: