[Pkg-owncloud-commits] [owncloud-doc] 43/71: Backport #1064 to stable7
David Prévot
taffit at moszumanska.debian.org
Sun May 31 01:58:40 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 8e27eb8e60f05c28aa45fb3bb6ea48b0da550ed5
Author: RealRancor <Fisch.666 at gmx.de>
Date: Sun Apr 19 17:44:51 2015 +0200
Backport #1064 to stable7
---
admin_manual/issues/index.rst | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/admin_manual/issues/index.rst b/admin_manual/issues/index.rst
index a7b20dd..1ec95a7 100644
--- a/admin_manual/issues/index.rst
+++ b/admin_manual/issues/index.rst
@@ -88,11 +88,13 @@ Some common problems / error messages found in your logfiles as described above:
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.
+ request takes too long and therefore the MySQL server times out. Its also possible
+ that the server is dropping a too large packet. Please refer to the manual of your
+ database how to raise the config options ``wait_timeout`` and/or ``max_allowed_packet``.
* ``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.
+ Please check the permissions of this folder/file or if it exists at all. If you're
+ using MySQL please start your database.
Troubleshooting Webserver and PHP problems
------------------------------------------
--
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