From fef06748b7720b281cbf73590b6cf8d3fb6ceb51 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 --- ....-Building-and-Running-the-httpreply-Application.md | 10 ++++++++++ 1 file changed, 10 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..d759febd 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,16 @@ 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: