diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-11 13:29:46 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-11 13:29:46 +0000 |
commit | 72b9b48904fb006112256d532445355499a51700 (patch) | |
tree | 01e80fffff3d13aae804cc5f2ce9a9890c441690 /docs/docbook/faq/errors.sgml | |
parent | 4d8d3ce32150eed4005b158c03c21933c52c2181 (diff) | |
download | samba-72b9b48904fb006112256d532445355499a51700.tar.gz samba-72b9b48904fb006112256d532445355499a51700.tar.bz2 samba-72b9b48904fb006112256d532445355499a51700.zip |
Add note about error that happens when the loopback device doesn't work
(This used to be commit 377631b3a07c0fb52e4374cc2484e7852d81a84e)
Diffstat (limited to 'docs/docbook/faq/errors.sgml')
-rw-r--r-- | docs/docbook/faq/errors.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/docbook/faq/errors.sgml b/docs/docbook/faq/errors.sgml index 2f378a3688..819462899e 100644 --- a/docs/docbook/faq/errors.sgml +++ b/docs/docbook/faq/errors.sgml @@ -167,4 +167,10 @@ A domain controller has to announce on the network who it is. This usually takes </para> </sect1> +<sect1> +<title>I'm getting "open_oplock_ipc: Failed to get local UDP socket for address 100007f. Error was Cannot assign requested" in the logs</title> +<para>Your loopback device isn't working correctly. Make sure it's running. +</para> +</sect1> + </chapter> |