Your message dated Fri, 08 Jan 2021 09:36:41 +0000 with message-id <e1kxoch-000dsz...@fasolo.debian.org> and subject line Bug#979232: fixed in lighttpd 1.4.58-1 has caused the Debian Bug report #979232, regarding lighttpd: does not start with media-types 1.1.0 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 ow...@bugs.debian.org immediately.) -- 979232: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979232 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: lighttpd Version: 1.4.57-1 Severity: grave Justification: renders package unusable Dear Maintainer, After media-types has been upgraded to 1.1.0, lighttpd fails to start, complaining about duplicated media types. jan 04 11:17:27 lemur systemd[1]: Starting Lighttpd Daemon... jan 04 11:17:27 lemur lighttpd[22434]: Duplicate mimetype: '.png' => 'image/vnd.mozilla.apng' (already have 'image/png'), merging to 'application/octet-stream' jan 04 11:17:27 lemur lighttpd[22434]: Duplicate mimetype: '.pcx' => 'image/vnd.zbrush.pcx' (already have 'image/pcx'), merging to 'application/octet-stream' jan 04 11:17:28 lemur lighttpd[22430]: Error: duplicate array-key: .pgb. Please get rid of the duplicate entry. jan 04 11:17:28 lemur lighttpd[22430]: 2021-01-04 11:17:27: (configfile.c.1966) source: /usr/share/lighttpd/create-mime.conf.pl line: 495 pos: 8 parser failed somehow near here: (COMMA) jan 04 11:17:28 lemur lighttpd[22430]: 2021-01-04 11:17:27: (configfile.c.1966) source: /etc/lighttpd/lighttpd.conf line: 48 pos: 8 parser failed somehow near here: (EOL) jan 04 11:17:28 lemur systemd[1]: lighttpd.service: Control process exited, code=exited, status=255/EXCEPTION jan 04 11:17:28 lemur systemd[1]: lighttpd.service: Failed with result 'exit-code'. jan 04 11:17:28 lemur systemd[1]: Failed to start Lighttpd Daemon. jan 04 11:17:28 lemur systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 5. jan 04 11:17:28 lemur systemd[1]: Stopped Lighttpd Daemon. jan 04 11:17:28 lemur systemd[1]: lighttpd.service: Start request repeated too quickly. jan 04 11:17:28 lemur systemd[1]: lighttpd.service: Failed with result 'exit-code'. jan 04 11:17:28 lemur systemd[1]: Failed to start Lighttpd Daemon. The new /etc/mime.types has both lowercase and uppercase file extensions for the same mime type: $ grep pgb /etc/mime.types image/vnd.globalgraphics.pgb PGB pgb I'm copying the media-types maintainers just so that they know about this, but it seems to me that this should be handled properly in lighttpd. -- System Information: Debian Release: bullseye/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable'), (500, 'testing'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 5.10.0-1-amd64 (SMP w/4 CPU threads) Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), LANGUAGE=pt_BR:pt:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages lighttpd depends on: ii init-system-helpers 1.60 ii libc6 2.31-7 ii libcrypt1 1:4.4.17-1 ii libnettle8 3.6-2 ii libpcre3 2:8.39-13 ii libxxhash0 0.8.0-1 ii lsb-base 11.1.0 ii mime-support 3.66 Versions of packages lighttpd recommends: ii lighttpd-mod-deflate 1.4.57-1 ii lighttpd-mod-openssl 1.4.57-1 ii perl 5.32.0-6 ii spawn-fcgi 1.6.4-2 Versions of packages lighttpd suggests: ii apache2-utils 2.4.46-2 pn lighttpd-doc <none> pn lighttpd-mod-authn-gssapi <none> pn lighttpd-mod-authn-pam <none> pn lighttpd-mod-authn-sasl <none> pn lighttpd-mod-geoip <none> pn lighttpd-mod-maxminddb <none> pn lighttpd-mod-trigger-b4-dl <none> pn lighttpd-mod-vhostdb-pgsql <none> pn lighttpd-mod-webdav <none> pn lighttpd-modules-dbi <none> ii lighttpd-modules-ldap 1.4.57-1 pn lighttpd-modules-lua <none> ii lighttpd-modules-mysql 1.4.57-1 ii openssl 1.1.1i-1 pn php-cgi <none> pn php-fpm <none> pn rrdtool <none> -- no debconf information
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: lighttpd Source-Version: 1.4.58-1 Done: Helmut Grohne <helmut.gro...@intenta.de> We believe that the bug you reported is fixed in the latest version of lighttpd, 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 979...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Helmut Grohne <helmut.gro...@intenta.de> (supplier of updated lighttpd 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 ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 08 Jan 2021 10:16:33 +0100 Source: lighttpd Architecture: source Version: 1.4.58-1 Distribution: unstable Urgency: medium Maintainer: Debian lighttpd maintainers <team+light...@tracker.debian.org> Changed-By: Helmut Grohne <helmut.gro...@intenta.de> Closes: 979232 Changes: lighttpd (1.4.58-1) unstable; urgency=medium . [ Glenn Strauss ] * [patch] create-mime.conf.pl improve case handling (Closes: #979232) * [patch] mod_extforward fix extforward.headers defaults . [ Helmut Grohne ] * New upstream version 1.4.58 . [ Glenn Strauss ] * remove dependencies on libfcgi-dev, php-cgi * adjust vers deps for TLS libs . [ Helmut Grohne ] * drop php and libfcgi from autopkgtest deps * autopkgtest: explicitly depend on media-types Checksums-Sha1: 5f40f9748f724b941ba0d67fa4e62df635f9a1f8 4349 lighttpd_1.4.58-1.dsc b7415dde6a3ef4d99a48f61bef78625c79838891 956828 lighttpd_1.4.58.orig.tar.xz 63e7b98048eed75e0e5c3c2fd6684a102a59abc9 833 lighttpd_1.4.58.orig.tar.xz.asc 6869f91cfe88f01913afdf8002c1136071f3aefa 47056 lighttpd_1.4.58-1.debian.tar.xz 8eb6a2eba356406c68256b521255116e46db859a 20096 lighttpd_1.4.58-1_amd64.buildinfo Checksums-Sha256: 3a653d8adb9042b84307fa4dc891fdf8bf33b72d78be236cf7d14b2122a36ac6 4349 lighttpd_1.4.58-1.dsc 267feffda13a190ebdce7b15172d8be16da98008457f30fddecd72832d126d0e 956828 lighttpd_1.4.58.orig.tar.xz 7dfdacfe79edfc83128bbf1f48b606985fd1a0c51136d7563d6b4e2db9616f4d 833 lighttpd_1.4.58.orig.tar.xz.asc 2c826f5668dcfabaa57ffb19eac18664abf7314764e4dab498c51a0230105604 47056 lighttpd_1.4.58-1.debian.tar.xz 7d57a005cbf2917fe1dab61da1111bf48d949ad90d9322288b03b60150e58083 20096 lighttpd_1.4.58-1_amd64.buildinfo Files: 441c7ee80339c018410bf5b61c043989 4349 httpd optional lighttpd_1.4.58-1.dsc 8d12a31bd3fdd7eab85cf9a6d2cfa92e 956828 httpd optional lighttpd_1.4.58.orig.tar.xz 27f739618272505d6e37c47c2a0b5a43 833 httpd optional lighttpd_1.4.58.orig.tar.xz.asc 2b44326489255582cedc1fcd3827c137 47056 httpd optional lighttpd_1.4.58-1.debian.tar.xz 746064725f20c6484b354388285f662b 20096 httpd optional lighttpd_1.4.58-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEETMLS2QqNFlTb+HOqLRqqzyREREIFAl/4JDUACgkQLRqqzyRE REKPSA/7Bk9DjaxNUmyTw+3ACIkHxWqc0qBttJC0MLVAAELyOTl2QzEvj000Txmp YlWBHwulEMNw3uRCECjCGVDRIQ+K326RoYnIwi8fKs84A3lJDJMGDuNWfuhOzf61 TUJBCGOTmN2q5alloKrYNNTMIxNp/DT+Z/39XAXX4mBcIjkpV0q3F2bhBIkFAoCF VquV2xi9jBDu2JIRirdLy8m3OFgZG5ogMuiqS3s1ov12LK7S+rYZII35RuRQ2BDP e6BT8CHgGgdHRkiv3bC9Vrx8X8M6JaUJeRujf7DWeCODkVXwGZwa6np5BNzeLiQU Zc+gaXiOvi3a/yD85i660HfFwaId+adtf0GwAJb236egjDD+OxQIzDTUurwlrdzc QnudI4nUiRN7j+Sw7EAFdWCUAgZea9D+LexpJ/u76vZCYBD1X05OQQn2k5J+o9t6 cuNwDlP+kgdM0F4bJueUNUsXGJgq2GHWg7XjFurPGndLHzLeNgSGBEkmMhUgjLHi Whu3nNBWmx1Ce9iGaTdN553vNDCoV4OMDlaxfpbWJ4xhkYUFjpwR3Y3l3eZy8KyS 0NP/6DX/mH47HMj0fqabKjPWzAFTUQkUoaGm0yrvq055CLjVBJif335rlu1TvQ7c N2xtDj1T1gi+mCJ+sEY7URNIgg9/ljj1ddlF81HsE4+HuKujLP8= =LQ56 -----END PGP SIGNATURE-----
--- End Message ---