Your message dated Mon, 24 Jul 2017 16:20:32 +0000 with message-id <[email protected]> and subject line Bug#867380: fixed in pure-ftpd 1.0.46-1 has caused the Debian Bug report #867380, regarding pure-ftpd-mysql.service: Failed to start pure-ftpd-mysql.service. to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 867380: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867380 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: pure-ftpd-mysql Version: 1.0.43-3 Severity: important Hello, After upgrading Debian 8 to Debian 9 pure-ftpd-mysql package fails with MariaDB. I had previously used MariaDB in Debian 8 enviroment too and package worked fine. Setting up pure-ftpd-mysql (1.0.43-3) ... Job for pure-ftpd-mysql.service failed because the control process exited with error code. See "systemctl status pure-ftpd-mysql.service" and "journalctl -xe" for details. invoke-rc.d: initscript pure-ftpd-mysql, action "start" failed. ● pure-ftpd-mysql.service Loaded: loaded (/etc/init.d/pure-ftpd-mysql; generated; vendor preset: enabled) Active: failed (Result: exit-code) since Thu 2017-07-06 09:42:08 EEST; 36ms ago Docs: man:systemd-sysv-generator(8) Process: 31513 ExecStart=/etc/init.d/pure-ftpd-mysql start (code=exited, status=127) Jul 06 09:42:08 megajorma systemd[1]: Starting pure-ftpd-mysql.service... Jul 06 09:42:08 megajorma pure-ftpd-mysql[31513]: Starting ftp server: Running: /usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l pam -Y 1 -D -b -E -O clf:/var/log/pure-ftpd/…GH -8 UTF-8 -A -B Jul 06 09:42:08 megajorma pure-ftpd-mysql[31513]: /usr/sbin/pure-ftpd-mysql-virtualchroot: /usr/lib/x86_64-linux-gnu/libmariadbclient.so.18: no version information available (required by /usr/sbin/pure-ftp…ql-virtualchroot) Jul 06 09:42:08 megajorma pure-ftpd-mysql[31513]: /usr/sbin/pure-ftpd-mysql-virtualchroot: relocation error: /usr/sbin/pure-ftpd-mysql-virtualchroot: symbol my_make_scrambled_password, version libmariadbcl…nk time reference Jul 06 09:42:08 megajorma systemd[1]: pure-ftpd-mysql.service: Control process exited, code=exited status=127 Jul 06 09:42:08 megajorma systemd[1]: Failed to start pure-ftpd-mysql.service. Jul 06 09:42:08 megajorma systemd[1]: pure-ftpd-mysql.service: Unit entered failed state. Jul 06 09:42:08 megajorma systemd[1]: pure-ftpd-mysql.service: Failed with result 'exit-code'. Hint: Some lines were ellipsized, use -l to show in full. dpkg: error processing package pure-ftpd-mysql (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: pure-ftpd-mysql E: Sub-process /usr/bin/dpkg returned an error code (1) -- System Information: Debian Release: 9.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-3-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) Versions of packages pure-ftpd-mysql depends on: ii libc6 2.24-11+deb9u1 ii libcap2 1:2.25-1 ii libmariadb3 [libmariadbclient18] 10.2.6+maria~stretch ii libmariadbclient18 10.2.6+maria~stretch ii libpam0g 1.1.8-3.6 ii libssl1.1 1.1.0f-3 ii lsb-base 9.20161125 ii openbsd-inetd [inet-superserver] 0.20160825-2 ii pure-ftpd-common 1.0.43-3 ii zlib1g 1:1.2.8.dfsg-5 pure-ftpd-mysql recommends no packages. pure-ftpd-mysql suggests no packages. -- Configuration Files: /etc/pure-ftpd/db/mysql.conf changed: MYSQLServer 127.0.0.1 MYSQLUser IRemovedThese MYSQLPassword IRemovedThese MYSQLDatabase IRemovedThese MYSQLCrypt crypt MYSQLGetPW SELECT password FROM ftp_user WHERE active = 'y' AND server_id = '1' AND username="\L" AND (expires IS NULL OR expires="0000-00-00 00:00:00" OR expires > NOW()) MYSQLGetUID SELECT uid FROM ftp_user WHERE active = 'y' AND server_id = '1' AND username="\L" AND (expires IS NULL OR expires="0000-00-00 00:00:00" OR expires > NOW()) MYSQLGetGID SELECT gid FROM ftp_user WHERE active = 'y' AND server_id = '1' AND username="\L" AND (expires IS NULL OR expires="0000-00-00 00:00:00" OR expires > NOW()) MYSQLGetDir SELECT dir FROM ftp_user WHERE active = 'y' AND server_id = '1' AND username="\L" AND (expires IS NULL OR expires="0000-00-00 00:00:00" OR expires > NOW()) MySQLGetQTAFS SELECT quota_files FROM ftp_user WHERE active = 'y' AND server_id = '1' AND quota_files != '-1' AND username="\L" AND (expires IS NULL OR expires="0000-00-00 00:00:00" OR expires > NOW()) MySQLGetQTASZ SELECT quota_size FROM ftp_user WHERE active = 'y' AND server_id = '1' AND quota_size != '-1' AND username="\L" AND (expires IS NULL OR expires="0000-00-00 00:00:00" OR expires > NOW()) MySQLGetRatioUL SELECT ul_ratio FROM ftp_user WHERE active = 'y' AND server_id = '1' AND ul_ratio != '-1' AND username="\L" AND (expires IS NULL OR expires="0000-00-00 00:00:00" OR expires > NOW()) MySQLGetRatioDL SELECT dl_ratio FROM ftp_user WHERE active = 'y' AND server_id = '1' AND dl_ratio != '-1' AND username="\L" AND (expires IS NULL OR expires="0000-00-00 00:00:00" OR expires > NOW()) MySQLGetBandwidthUL SELECT ul_bandwidth FROM ftp_user WHERE active = 'y' AND server_id = '1' AND ul_bandwidth != '-1' AND username="\L" AND (expires IS NULL OR expires="0000-00-00 00:00:00" OR expires > NOW()) MySQLGetBandwidthDL SELECT dl_bandwidth FROM ftp_user WHERE active = 'y' AND server_id = '1' AND dl_bandwidth != '-1' AND username="\L" AND (expires IS NULL OR expires="0000-00-00 00:00:00" OR expires > NOW()) MySQLTransactions On -- no debconf information
--- End Message ---
--- Begin Message ---Source: pure-ftpd Source-Version: 1.0.46-1 We believe that the bug you reported is fixed in the latest version of pure-ftpd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Stefan Hornburg (Racke) <[email protected]> (supplier of updated pure-ftpd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 24 Jul 2017 17:51:37 +0200 Source: pure-ftpd Binary: pure-ftpd-common pure-ftpd pure-ftpd-mysql pure-ftpd-postgresql pure-ftpd-ldap Architecture: source all amd64 Version: 1.0.46-1 Distribution: unstable Urgency: medium Maintainer: Stefan Hornburg (Racke) <[email protected]> Changed-By: Stefan Hornburg (Racke) <[email protected]> Description: pure-ftpd - Secure and efficient FTP server pure-ftpd-common - Pure-FTPd FTP server (Common Files) pure-ftpd-ldap - Secure and efficient FTP server with LDAP user authentication pure-ftpd-mysql - Secure and efficient FTP server with MySQL user authentication pure-ftpd-postgresql - Secure and efficient FTP server with PostgreSQL user authenticati Closes: 861159 867380 Changes: pure-ftpd (1.0.46-1) unstable; urgency=medium . * New upstream release (Closes: #861159, #867380): - Fixes bug when using MariaDB - Remove patch for OpenSSL 1.1 - Remove example contrib/xml_python_processors.txt * Update debhelper compatibility level * Bump up Standards-Version to 4.0.0. Checksums-Sha1: a05c3f13a7bf4cf0305e3273625eb2dfe0b482dc 2180 pure-ftpd_1.0.46-1.dsc 9e151ee1934d5bfac0ee9943e92ddd26a149e157 586050 pure-ftpd_1.0.46.orig.tar.gz 828455242afee20e23365bfaeb3a9cbb9d885b25 48978 pure-ftpd_1.0.46-1.diff.gz 2b540a57c556ab3348a20cfb49ab6dc7e87382fc 186460 pure-ftpd-common_1.0.46-1_all.deb 08b2a781bbebd9a023fe8bc1608a99241df7078d 18734 pure-ftpd-dbgsym_1.0.46-1_amd64.deb 44f0f2d4f72c375e23196f119adde9de81c5013a 19932 pure-ftpd-ldap-dbgsym_1.0.46-1_amd64.deb f9286425633bfefc417f422f70815502dc2fa705 133630 pure-ftpd-ldap_1.0.46-1_amd64.deb 0f9a312df5b505962edf73173af8343e4f07d12c 19828 pure-ftpd-mysql-dbgsym_1.0.46-1_amd64.deb 06ebb49795120b99c1521a4f018257e6b03fe649 134000 pure-ftpd-mysql_1.0.46-1_amd64.deb e6a04652c2078dc2068176a8ba7dc21320bba682 19598 pure-ftpd-postgresql-dbgsym_1.0.46-1_amd64.deb f923d36b763c0cd8c17966f874d15299a2fb23f3 133458 pure-ftpd-postgresql_1.0.46-1_amd64.deb 96f597c33d76d86f63d863bd73d6a8e643135cbb 8491 pure-ftpd_1.0.46-1_amd64.buildinfo 882288aaf91adc32008f4329c13b298bb40188e5 122500 pure-ftpd_1.0.46-1_amd64.deb Checksums-Sha256: 1aade60e8c82a3c305e6914633fe7b74f8c546f92d52a08e6918a43954c29fc3 2180 pure-ftpd_1.0.46-1.dsc c783c626ee6d263ee4d3d13009353b1773d85760ddc8d143fb8a1c574c3a89f5 586050 pure-ftpd_1.0.46.orig.tar.gz 8217a06458fb51e2646d97df26c2c4bbb9b83edf0b04fd355fae0bcd7087faa8 48978 pure-ftpd_1.0.46-1.diff.gz 2852633fedb16652c765dd443a803549c87c2805fe79178dca34725f35abb8fa 186460 pure-ftpd-common_1.0.46-1_all.deb d898d6929b75e85b31a0069e32e41e495768805d84e6d80c047b602cee570448 18734 pure-ftpd-dbgsym_1.0.46-1_amd64.deb 4cf4858036433fbfeffa16e83a5b31b968c7fe0ee08f09a2808aadbf5be23072 19932 pure-ftpd-ldap-dbgsym_1.0.46-1_amd64.deb 170538b7b7967387f350c7a4844075fa3e385c7a951bb00bc42af111b0ef9cb3 133630 pure-ftpd-ldap_1.0.46-1_amd64.deb d01eaaff232fb85bb5ae0f6b6a7906f56f0c954366de4dc5166dc4f62a8d6007 19828 pure-ftpd-mysql-dbgsym_1.0.46-1_amd64.deb f5655af3ec502d13fa1a2a9e0bfa1b3e3de94621027cae7adfee350e45f555bd 134000 pure-ftpd-mysql_1.0.46-1_amd64.deb a4797fd83b20f58290f7d09e2dba7888967b23e9594f3611daa7b5063971e758 19598 pure-ftpd-postgresql-dbgsym_1.0.46-1_amd64.deb 184aa036dab6ff9b78d7668e9ed930bf487888ec5d12452734cfb7c08f8fb6c1 133458 pure-ftpd-postgresql_1.0.46-1_amd64.deb 5450736615ed4d76830cc648d3c569e30fcefee5722495e98d76518aab0812a8 8491 pure-ftpd_1.0.46-1_amd64.buildinfo 7c2428e6317a449d8928af537c8367966cd3e055c32da4557c8ded8fde98387f 122500 pure-ftpd_1.0.46-1_amd64.deb Files: 1c1e8642e848921621ed08a66cc9752f 2180 net optional pure-ftpd_1.0.46-1.dsc 48b7878361794ce5ccd1de1191c29a12 586050 net optional pure-ftpd_1.0.46.orig.tar.gz 81fafe525898d08385cc3055e63210b5 48978 net optional pure-ftpd_1.0.46-1.diff.gz ddd6eb528bf166d52bd3dfa60bbf4164 186460 net optional pure-ftpd-common_1.0.46-1_all.deb af0051853854de8fa78f3c9f0897d95a 18734 debug extra pure-ftpd-dbgsym_1.0.46-1_amd64.deb 1b56af42643e0fab7a7dac9cb30d2d80 19932 debug extra pure-ftpd-ldap-dbgsym_1.0.46-1_amd64.deb 67fe2aaab1f8f4cbeb8cd5d84ade9023 133630 net optional pure-ftpd-ldap_1.0.46-1_amd64.deb 6682981ffec9f520b06cd0736c4de5cc 19828 debug extra pure-ftpd-mysql-dbgsym_1.0.46-1_amd64.deb 54e94415dcd5f8c788d177c617404bd4 134000 net optional pure-ftpd-mysql_1.0.46-1_amd64.deb 0d174ddd9d4f112b61d4387d6ea0b5b4 19598 debug extra pure-ftpd-postgresql-dbgsym_1.0.46-1_amd64.deb 964d18d81276e9e2331d4f044a7f6b6f 133458 net optional pure-ftpd-postgresql_1.0.46-1_amd64.deb 805a375781effc026366381cb6581f2e 8491 net optional pure-ftpd_1.0.46-1_amd64.buildinfo 7c94c85492cb17fe83faca4d7984563a 122500 net optional pure-ftpd_1.0.46-1_amd64.deb -----BEGIN PGP SIGNATURE----- iQJFBAEBCAAvFiEE1oFJdaJ3d0yY0N/vW5MBW/onIPgFAll2GRoRHHJhY2tlQGxp bnV4aWEuZGUACgkQW5MBW/onIPhm9A/7Bdfr37WhjAytqG9VbtrO4KFd9XMskFzx FZgtBrwaWL19Yul4M1RObRQNiWjqXOIgDjDsc6CtohdaU8Hlpt9Nw0Ed7Nj1p+Kb 1Fm9FDSG2VVplGyPC30AHDliE5wlhqDj6SQ5IaDNq8+iv9bVs5lqtjheLqZGnMqx oDO81XlwK06rSxIalyWiUrU2rYrlL1bF1uGLM/pCmWG/5fwx6n4lvoP7Qj3o8fly U2rByaXgowJLL+vAoRZUKe+UUkwMGiI2YCTUeWDDaNsJapWgoaViaIBDggKXlE/y POTqaJfq2qpvvhrWUOlxFbQ5lNHzqu4N4uUWouJH2ItsrEIeMjAeONx9LFlYn8uw np9K8DV/hvPFBVWtHQee7SO4rSHMe50/Zyn2VjMeunjknB8TIAZbzzP9rYy1+8+Z Omjd4aBM1UZGjP51y/0w1AOiKjNOcXQ96Lqu7dZU5bNs59iEEeH4x40Zdf4RrDcy A3NSz7Wx9kXET9y0zA6h49zRg/NlR+4xxoThajBggTbxzwIv2naAQd9SjgjRunyJ 59m6zm5HG6Mnh8TO3ymsvdThTUjZR+tjJroWIg6syaPQkY/vDWuH7y0Cu1GML89y 9V3yOsdgB6p6/PHb9htj9IESv4VYSZzKC3zf3Ad+E0psDtnn/yGV82DRRX6XBSNZ 3iEtY5F7hxg= =MGZJ -----END PGP SIGNATURE-----
--- End Message ---

