[Pkg-owncloud-commits] [owncloud-doc] 33/71: Backport #1033 to stable7

David Prévot taffit at moszumanska.debian.org
Sun May 31 01:58:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 4e5267f3ea60d6e60f5973ba884c4967057c650b
Author: RealRancor <Fisch.666 at gmx.de>
Date:   Sun Apr 5 18:49:58 2015 +0200

    Backport #1033 to stable7
---
 admin_manual/issues/index.rst | 27 ++++++++++++++++++++++++---
 1 file changed, 24 insertions(+), 3 deletions(-)

diff --git a/admin_manual/issues/index.rst b/admin_manual/issues/index.rst
index e9bb837..a7b20dd 100644
--- a/admin_manual/issues/index.rst
+++ b/admin_manual/issues/index.rst
@@ -41,8 +41,8 @@ General Troubleshooting
 Debugging the issue
 ~~~~~~~~~~~~~~~~~~~
 
-In a standard ownCloud installation the log level is set to "Normal". to find any issues
-you need to raise the log level to "All" from the Admin page. Please see :doc:`../configuration/logging_configuration`
+In a standard ownCloud installation the log level is set to ``Normal``. To find any issues
+you need to raise the log level to ``All`` from the Admin page. Please see :doc:`../configuration/logging_configuration`
 for more informations on this log levels.
 
 Some logging - for example JavaScript console logging - needs manually editing the
@@ -72,10 +72,28 @@ Disregarding this can lead to unwanted behaviours like:
 * Undetected changes due to caching in the database
 
 If you need to directly upload files from the same server please use a WebDAV command
-line client like `cadaver` to upload files to the WebDAV interface at:
+line client like ``cadaver`` to upload files to the WebDAV interface at:
 
   https://example.org/owncloud/remote.php/webdav
 
+Common problems / error messages
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Some common problems / error messages found in your logfiles as described above:
+
+* ``SQLSTATE[HY000] [1040] Too many connections`` -> You need to increase the
+  connection limit of your database, please refer to the manual of your database
+  for more informations.
+* ``SQLSTATE[HY000]: General error: 5 database is locked`` -> You're using ``SQLite``
+  which can't handle a lot of parallel requests. Please consider converting to
+  another database like described in :doc:`../maintenance/convert_db`.
+* ``SQLSTATE[HY000]: General error: 2006 MySQL server has gone away`` -> The database
+  request takes too long and therefore the MySQL server times out. Please refer
+  to the manual of your database how to raise the configured timeouts.
+* ``SQLSTATE[HY000] [2002] No such file or directory`` -> There is a problem
+  accessing your SQLite database file in your datadirectory (``data/owncloud.db``).
+  Please check the permissions of this folder/file or if it exists at all.
+
 Troubleshooting Webserver and PHP problems
 ------------------------------------------
 
@@ -153,6 +171,9 @@ helpful. See:
   <http://sabre.io/dav/clients/finder/>`_ 
   (Describes problems with Finder on various webservers)
 
+There is also a well maintained FAQ thread available at the `ownCloud Forums <https://forum.owncloud.org/viewtopic.php?f=17&t=7536>`_
+which contains various additional informations about WebDAV problems.
+
 Troubleshooting Contacts & Calendar
 -----------------------------------
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list