Skip to content

Commit cfcec47

Browse files
hack/sessions: Document qemu bridge access denied error
Signed-off-by: Anshul Singh <anshulspidy@gmail.com> Update content/en/community/hackathons/sessions/baby-steps/content/Demos_02.-Building-and-Running-the-httpreply-Application.md Co-authored-by: Razvan Deaconescu <razvan@rosedu.org> Signed-off-by: Anshul Singh <77113867+levihackerman-102@users.noreply.github.com> Added newline Signed-off-by: Anshul Singh <anshulspidy@gmail.com>
1 parent ab22ca1 commit cfcec47

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/en/community/hackathons/sessions/baby-steps/content/Demos_02.-Building-and-Running-the-httpreply-Application.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@ oOo oOO| | | | | (| | | (_) | _) :_
9999
Listening on port 8123...
100100
```
101101

102+
In this step you may face the following error:
103+
104+
```text
105+
access denied by acl file
106+
qemu-system-ppc64: -netdev bridge,br=virbr0,id=net0: bridge helper failed
107+
```
108+
109+
To fix this, check if the `/etc/qemu/bridge.conf` file exists.
110+
If it doesn't, then create it first and then add the line `allow virbr0` to it to allow your bridge to run.
111+
102112
The boot message confirms the assigning of the `172.44.0.2/24` IP address to the virtual machine.
103113
It's listening on port 8123 for HTTP connections on that IP address.
104114
We use `wget` to validate it's working properly and we are able to get the `index.html` file:

0 commit comments

Comments
 (0)