aboutsummaryrefslogtreecommitdiffstats
path: root/admin-howtos.org
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@proceranetworks.com>2012-03-01 16:39:53 +0100
committerGustav Eek <gustav.eek@proceranetworks.com>2012-03-01 16:39:53 +0100
commit6983604921811dbc888b20e946484879a16deb71 (patch)
treea160f6319ff0d28c9d1ceae9340a3760b7d84927 /admin-howtos.org
parentbe3e8b6c7dfac30d866109352e649a33b5907a9b (diff)
Questions added to howto.
Diffstat (limited to 'admin-howtos.org')
-rw-r--r--admin-howtos.org18
1 files changed, 18 insertions, 0 deletions
diff --git a/admin-howtos.org b/admin-howtos.org
index 9723e98..fe7e093 100644
--- a/admin-howtos.org
+++ b/admin-howtos.org
@@ -20,3 +20,21 @@
: > describe <table>;
+
+* FAQ about fripost tools
+
+ *Q:* Error:
+
+ : DBIx::Class::Row::insert(): DBI Exception: DBD::mysql::st execute failed: Thread stack overrun: 6244 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack. [for Statement "INSERT INTO mailbox (active, domain, maildir, password, username) VALUES ( ?, ?, ?, ?, ? )" with ParamValues: 0=1, 1='fripost.org', 2='fripost.org/avtobiff/Maildir/', 3='{SMD5}gz2tMgYla0HxIOs9dyJsIxUar093sHG01K7Ekwo=', 4='avtobiff@fripost.org'] at ./fripost-adduser line 82
+
+ *A:* Increase stack on the main MySQL server: write "thread_stackII= 192K" i /etc/mysql/my.cnf/
+
+ *Q:* Error
+
+ : DBIx::Class::ResultSet::find(): DBI Connection failed: DBI connect('mail;host=127.0.0.1;port=3306','root',...) failed: Lost connection to MySQL server at 'reading initial communication packet', system error: 0 at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1248 at ./fripost-passwd line 45
+
+ *A:* Use the -N flag wich can not be configured in /~/.ssh/config/
+
+ : $ ssh -NfL 3306:localhost:3306 imap.fripost.org
+
+