Skip to content

Commit 1481383

Browse files
Adds initial documentation for virtual bridge error
1 parent ab22ca1 commit 1481383

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

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

102+
In this step you may face an error :
103+
```
104+
access denied by acl file
105+
qemu-system-ppc64: -netdev bridge,br=virbr0,id=net0: bridge helper failed
106+
```
107+
For resolving this, check if `/etc/qemu/bridge.conf` exists and if it does add the line `allow virbr0` to it to allow your bridge to run.
108+
102109
The boot message confirms the assigning of the `172.44.0.2/24` IP address to the virtual machine.
103110
It's listening on port 8123 for HTTP connections on that IP address.
104111
We use `wget` to validate it's working properly and we are able to get the `index.html` file:

0 commit comments

Comments
 (0)