diff options
-rw-r--r-- | admin-howtos.org | 18 |
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 + + |