We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b65820 commit 291992dCopy full SHA for 291992d
1 file changed
README.md
@@ -89,6 +89,18 @@ docker run -v "mozilla.cfg:/usr/lib64/firefox/defaults/preferences/all-redhat.js
89
90
## Problems
91
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
104
### IcedTea cannot run Java application
105
106
If you cannot run the Java application from within Firefox, you can still
0 commit comments