Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479432 - net-mail/vpopmail-5.4.33 - vmysql:_sql_error[p]:_Unknown_column_'disable_maildrop'_in_'field_list'/
Summary: net-mail/vpopmail-5.4.33 - vmysql:_sql_error[p]:_Unknown_column_'disable_mail...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rolf Eike Beer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2013-08-01 20:25 UTC by Alex Efros
Modified: 2019-09-26 16:00 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Efros 2013-08-01 20:25:25 UTC
After updating from vpopmail-5.4.30-r1 to vpopmail-5.4.33 I got this error in qmail-send log:

delivery 242: success: vmysql:_error_creating_table_'limits':_Table_'limits'_already_exists/vmysql:_sql_error[p]:_Unknown_column_'disable_maildrop'_in_'field_list'/vmysql:_error_creating_table_'limits':_Table_'limits'_already_exists/vmysql:_sql_error[p]:_Unknown_column_'disable_maildrop'_in_'field_list'/user_does_not_exist,_but_will_deliver_to_/var/vpopmail/domains/amarco-intl.com/postmaster//did_0+0+1/

The warn/info messages in elog mention several ALTER TABLE but there are no messages related to this issue and these vpopmail versions. Here is my USE-flags (maildrop flag disabled):

[ebuild   R    ] net-mail/vpopmail-5.4.33  USE="mysql -clearpasswd -ipalias -maildrop -spamassassin" 0 kB

Disgrading back to 5.4.30-r1 fixed this issue.
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2013-11-19 12:48:59 UTC
Upgrade instructions can be found here:

http://sourceforge.net/p/vpopmail/code/1027/
Comment 2 Alex Efros 2013-11-19 23:02:19 UTC
Thanks, looks like it helps.

But elog messages in vpopmail ebuild still doesn't mention these instructions.
Comment 3 Larry the Git Cow gentoo-dev 2019-09-26 16:00:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4c22fc0de9daba8b528c57a7f515a5da7bc332

commit fc4c22fc0de9daba8b528c57a7f515a5da7bc332
Author:     Rolf Eike Beer <eike@sf-mail.de>
AuthorDate: 2019-09-21 18:08:04 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2019-09-26 15:59:56 +0000

    net-mail/vpopmail: add some more patches
    
    I have been running all but the strncat patch on my server for years now. The
    strncat patch was taken from upstream bugtracker and looks sane to me.
    
    While at it also package the upgrade instructions and let the user look them up
    there.
    
    Closes: https://bugs.gentoo.org/472420
    Closes: https://bugs.gentoo.org/479432
    Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
    Closes: https://github.com/gentoo/gentoo/pull/12990
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 ...vpopmail-5.4.33-clean-up-calling-maildrop.patch |  74 ++++++
 ...n-case-spamassassin-changed-the-file-size.patch |  96 ++++++++
 ...se-vfork-instances-that-do-more-than-exec.patch |  77 ++++++
 ....4.33-remove-unneeded-forward-declaration.patch |  24 ++
 .../vpopmail/files/vpopmail-5.4.33-strncat.patch   | 166 +++++++++++++
 .../vpopmail/files/vpopmail-5.4.33-unistd.patch    |   9 +
 .../vpopmail-5.4.33-vdelivermail-add-static.patch  |  34 +++
 net-mail/vpopmail/vpopmail-5.4.33-r4.ebuild        | 266 +++++++++++++++++++++
 8 files changed, 746 insertions(+)