Skip to content

Commit 291992d

Browse files
author
Uwe Grawert
committed
Add vsyscall problem solution to README.md
1 parent 2b65820 commit 291992d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@ docker run -v "mozilla.cfg:/usr/lib64/firefox/defaults/preferences/all-redhat.js
8989

9090
## Problems
9191

92+
### vsyscall is disabled on some Linux distributions
93+
94+
The glibc version used in the container is utilizing vsyscall. On recent Linux
95+
distributions like Debian, vsyscall is disabled.
96+
97+
To enable vsyscall, add the following parameter to your Kernel parameter list
98+
at `/etc/default/grub.conf`.
99+
100+
```
101+
GRUB_CMDLINE_LINUX_DEFAULT="vsyscall=emulate"
102+
```
103+
92104
### IcedTea cannot run Java application
93105

94106
If you cannot run the Java application from within Firefox, you can still

0 commit comments

Comments
 (0)