Your message dated Fri, 24 Apr 2015 18:03:53 +0000 with message-id <[email protected]> and subject line Bug#778507: fixed in clamav 0.98.6+dfsg-2 has caused the Debian Bug report #778507, regarding clamav: aptitude error: /var/lib/dpkg/info/clamav-daemon.postinst: cannot create : Directory nonexistent 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.) -- 778507: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778507 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: clamav-daemon Version: 0.98.6+dfsg-1 Severity: normal File: clamav Tags: patch Dear Maintainer, Testing install of clamav reports the subject error with the postinst script. The problem is really simple, line 626 of clamav-daemon.postinst has a typo: [ -n "$PidFile" ] && echo "PidFile $PidFile" >> $DEBCONFILE should actually be [ -n "$PidFile" ] && echo "PidFile $PidFile" >> $DEBCONFFILE Thank you for your excellent work on packaging ClamAV. -- Package-specific info: --- configuration --- Checking configuration files in /etc/clamav Config file: clamd.conf ----------------------- LogFile disabled StatsHostID = "auto" StatsEnabled disabled StatsPEDisabled = "yes" StatsTimeout = "10" LogFileUnlock disabled LogFileMaxSize = "1048576" LogTime disabled LogClean disabled LogSyslog = "yes" LogFacility = "LOG_LOCAL6" LogVerbose disabled LogRotate disabled ExtendedDetectionInfo = "yes" PidFile = "/var/run/antespam/clamd.pid" TemporaryDirectory disabled DatabaseDirectory = "/var/lib/clamav" OfficialDatabaseOnly disabled LocalSocket = "/var/run/antespam/clamd" LocalSocketGroup = "antespam" LocalSocketMode = "660" FixStaleSocket = "yes" TCPSocket disabled TCPAddr disabled MaxConnectionQueueLength = "200" StreamMaxLength = "36700160" StreamMinPort = "1024" StreamMaxPort = "2048" MaxThreads = "10" ReadTimeout = "120" CommandReadTimeout = "5" SendBufTimeout = "500" MaxQueue = "100" IdleTimeout = "30" ExcludePath disabled MaxDirectoryRecursion = "15" FollowDirectorySymlinks disabled FollowFileSymlinks disabled CrossFilesystems = "yes" SelfCheck = "3600" DisableCache disabled VirusEvent disabled ExitOnOOM = "yes" AllowAllMatchScan = "yes" Foreground disabled Debug disabled LeaveTemporaryFiles disabled User = "antespam" AllowSupplementaryGroups = "yes" Bytecode = "yes" BytecodeSecurity = "TrustSigned" BytecodeTimeout = "60000" BytecodeUnsigned disabled BytecodeMode = "Auto" DetectPUA disabled ExcludePUA disabled IncludePUA disabled AlgorithmicDetection = "yes" ScanPE = "yes" ScanELF = "yes" DetectBrokenExecutables disabled ScanMail = "yes" ScanPartialMessages disabled PhishingSignatures = "yes" PhishingScanURLs = "yes" PhishingAlwaysBlockCloak disabled PhishingAlwaysBlockSSLMismatch disabled PartitionIntersection disabled HeuristicScanPrecedence disabled StructuredDataDetection disabled StructuredMinCreditCardCount = "3" StructuredMinSSNCount = "3" StructuredSSNFormatNormal = "yes" StructuredSSNFormatStripped disabled ScanHTML = "yes" ScanOLE2 = "yes" OLE2BlockMacros disabled ScanPDF = "yes" ScanSWF = "yes" ScanArchive = "yes" ArchiveBlockEncrypted disabled ForceToDisk disabled MaxScanSize = "104857600" MaxFileSize = "26214400" MaxRecursion = "16" MaxFiles = "10000" MaxEmbeddedPE = "10485760" MaxHTMLNormalize = "10485760" MaxHTMLNoTags = "2097152" MaxScriptNormalize = "5242880" MaxZipTypeRcg = "1048576" MaxPartitions = "50" MaxIconsPE = "100" ScanOnAccess disabled OnAccessIncludePath disabled OnAccessExcludePath disabled OnAccessExcludeUID disabled OnAccessMaxFileSize = "5242880" DevACOnly disabled DevACDepth disabled DevPerformance disabled DevLiblog disabled DisableCertCheck disabled Config file: freshclam.conf --------------------------- StatsHostID disabled StatsEnabled disabled StatsTimeout disabled LogFileMaxSize = "1048576" LogTime disabled LogSyslog = "yes" LogFacility = "LOG_LOCAL6" LogVerbose disabled LogRotate disabled PidFile disabled DatabaseDirectory = "/var/lib/clamav" Foreground disabled Debug disabled AllowSupplementaryGroups = "yes" UpdateLogFile disabled DatabaseOwner = "antespam" Checks = "48" DNSDatabaseInfo = "current.cvd.clamav.net" DatabaseMirror = "db.local.clamav.net", "database.clamav.net" PrivateMirror disabled MaxAttempts = "5" ScriptedUpdates = "yes" TestDatabases = "yes" CompressLocalDatabase disabled ExtraDatabase disabled DatabaseCustomURL disabled HTTPProxyServer = "cache.ironicdesign.com" HTTPProxyPort = "3128" HTTPProxyUsername disabled HTTPProxyPassword disabled HTTPUserAgent disabled NotifyClamd = "/etc/clamav/clamd.conf" OnUpdateExecute disabled OnErrorExecute disabled OnOutdatedExecute disabled LocalIPAddress disabled ConnectTimeout = "30" ReceiveTimeout = "30" SubmitDetectionStats disabled DetectionStatsCountry disabled DetectionStatsHostID disabled SafeBrowsing disabled Bytecode = "yes" clamav-milter.conf not found Software settings ----------------- Version: 0.98.6 Optional features supported: MEMPOOL IPv6 FRESHCLAM_DNS_FIX AUTOIT_EA06 BZIP2 LIBXML2 JSON JIT Database information -------------------- Database directory: /var/lib/clamav main.cld: version 55, sigs: 2424225, built on Tue Sep 17 09:57:28 2013 bytecode.cld: version 246, sigs: 42, built on Thu Feb 12 15:13:36 2015 daily.cld: version 20064, sigs: 1324983, built on Sat Feb 14 23:54:22 2015 Total number of signatures: 3749250 Platform information -------------------- uname: Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.63-2 x86_64 OS: linux-gnu, ARCH: x86_64, CPU: x86_64 Full OS version: Debian GNU/Linux 8.0 (jessie) zlib version: 1.2.8 (1.2.8), compile flags: a9 Triple: x86_64-pc-linux-gnu CPU: k8-sse3, Little-endian platform id: 0x0a214f4f0804090201040902 Build information ----------------- GNU C: 4.9.2 (4.9.2) GNU C++: 4.9.2 (4.9.2) CPPFLAGS: -D_FORTIFY_SOURCE=2 CFLAGS: -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE CXXFLAGS: LDFLAGS: -Wl,-z,relro Configure: '--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=/usr/include' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--disable-silent-rules' '--libexecdir=/usr/lib/clamav' '--disable-maintainer-mode' '--disable-dependency-tracking' 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64' 'LDFLAGS=-Wl,-z,relro' '--with-dbdir=/var/lib/clamav' '--sysconfdir=/etc/clamav' '--disable-clamav' '--disable-unrar' '--enable-milter' '--enable-dns-fix' '--with-libjson' '--with-gnu-ld' '-with-system-llvm=/usr/bin/llvm-config' '--with-systemdsystemunitdir=/lib/systemd/system' 'build_alias=x86_64-linux-gnu' sizeof(void*) = 8 Engine flevel: 79, dconf: 79 --- data dir --- total 242764 -rw-r--r-- 1 antespam antespam 356352 Feb 12 15:47 bytecode.cld -rw-r--r-- 1 antespam antespam 84762624 Feb 15 00:24 daily.cld -rw-r--r-- 1 antespam antespam 163468288 Sep 18 2013 main.cld -- System Information: Debian Release: 8.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages clamav-daemon depends on: ii adduser 3.113+nmu3 ii clamav-base 0.98.6+dfsg-1 ii clamav-freshclam [clamav-data] 0.98.6+dfsg-1 ii debconf [debconf-2.0] 1.5.55 ii dpkg 1.17.23 ii init-system-helpers 1.22 ii libbz2-1.0 1.0.6-7+b2 ii libc6 2.19-13 ii libclamav6 0.98.6+dfsg-1 ii libjson-c2 0.11-4 ii libncurses5 5.9+20140913-1+b1 ii libssl1.0.0 1.0.1k-1 ii libsystemd0 215-11 ii libtinfo5 5.9+20140913-1+b1 ii lsb-base 4.1+Debian13+nmu1 ii procps 2:3.3.9-8 ii ucf 3.0030 ii zlib1g 1:1.2.8.dfsg-2+b1 Versions of packages clamav-daemon recommends: ii clamdscan 0.98.6+dfsg-1 Versions of packages clamav-daemon suggests: pn apparmor <none> pn clamav-docs <none> pn daemon <none> -- Configuration Files: /etc/default/clamav-daemon 254bc6d2779795cbaf2d15597f4ddd0b [Errno 2] No such file or directory: u'/etc/default/clamav-daemon 254bc6d2779795cbaf2d15597f4ddd0b' -- debconf information excluded
--- End Message ---
--- Begin Message ---Source: clamav Source-Version: 0.98.6+dfsg-2 We believe that the bug you reported is fixed in the latest version of clamav, 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. Andreas Cadhalpun <[email protected]> (supplier of updated clamav 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: Fri, 24 Apr 2015 18:38:50 +0200 Source: clamav Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav6 clamav-daemon clamdscan clamav-testfiles clamav-freshclam clamav-milter Architecture: source all amd64 Version: 0.98.6+dfsg-2 Distribution: unstable Urgency: medium Maintainer: ClamAV Team <[email protected]> Changed-By: Andreas Cadhalpun <[email protected]> Description: clamav - anti-virus utility for Unix - command-line interface clamav-base - anti-virus utility for Unix - base package clamav-daemon - anti-virus utility for Unix - scanner daemon clamav-dbg - debug symbols for ClamAV clamav-docs - anti-virus utility for Unix - documentation clamav-freshclam - anti-virus utility for Unix - virus database update utility clamav-milter - anti-virus utility for Unix - sendmail integration clamav-testfiles - anti-virus utility for Unix - test files clamdscan - anti-virus utility for Unix - scanner client libclamav-dev - anti-virus utility for Unix - development files libclamav6 - anti-virus utility for Unix - library Closes: 778445 778507 779758 781088 Changes: clamav (0.98.6+dfsg-2) unstable; urgency=medium . [ Andreas Cadhalpun ] * Fix variable name mismatch in clamav-milter.postinst in order to make preseeding work correctly. (Closes: #778445) * Fix clamav-daemon installability with custom PidFile. Thanks to Andy Dorman for the bug report and patch. (Closes: #778507) * Rename DEBCONFILE to DEBCONFFILE in clamav-freshclam.postinst making it consistent with the other postinst scripts. * Build against libsystemd-dev. (Closes: #779758) * Drop 'XS-Testsuite: autopkgtest' from debian/control. Debhelper automatically adds the Testsuite field. This fixes the lintian warning xs-testsuite-header-in-debian-control. * Shorten debian/copyright. This fixes some lintian warnings: - dep5-copyright-license-name-not-unique - wildcard-matches-nothing-in-dep5-copyright - unused-file-paragraph-in-dep5-copyright * Use pathfind to avoid hardcoding paths. This fixes command-with-path-in-maintainer-script lintian warnings. . [ Sebastian Andrzej Siewior ] * Replace ” with " in debian/common_functions (Closes: #781088) * Drop __DATE__ from tfm to make the package build reproducible with -Werror=date-time. With this change faketime is no longer required. Checksums-Sha1: a5eec054b8670183cec10af2a2136407852f78fd 3075 clamav_0.98.6+dfsg-2.dsc 975356ffb5f3dc806263742a67ab8d2956e5bb18 242884 clamav_0.98.6+dfsg-2.debian.tar.xz 772b6e39d90dab6da10d5818eade203129d6fc7b 279748 clamav-base_0.98.6+dfsg-2_all.deb 7bdfa07bac526cfc7a9e8899991cfa907ed81031 916592 clamav-docs_0.98.6+dfsg-2_all.deb 9720d7ce3ce581b1df5a8f5a8fb832805352be36 2422904 clamav-dbg_0.98.6+dfsg-2_amd64.deb b5089e09a960c0e6b6f2423dd4c1478bf799e1d9 321996 clamav_0.98.6+dfsg-2_amd64.deb ad5dad7d006165d04597cdd996cef49a57750888 241574 libclamav-dev_0.98.6+dfsg-2_amd64.deb 816f86f4ea6dc06f83f04ad814cd8383ea653846 920406 libclamav6_0.98.6+dfsg-2_amd64.deb 4767b476c21c60785c5c2ec1252b04acc98affa8 418096 clamav-daemon_0.98.6+dfsg-2_amd64.deb ded22d7084c58bc74a8f20e1c66e8f2fab730542 295004 clamdscan_0.98.6+dfsg-2_amd64.deb 106caccf881380ff9bb1932a77cf5d837e809682 3093596 clamav-testfiles_0.98.6+dfsg-2_all.deb acd19038ebb6f79890a71c82e81e4e2a35ecf003 345640 clamav-freshclam_0.98.6+dfsg-2_amd64.deb 77096e9a3ffd70fdc19d7ca5d9dd4787155696f6 384108 clamav-milter_0.98.6+dfsg-2_amd64.deb Checksums-Sha256: 0eabdc831a7a725a1d88d43fb37c8c5352fe2fd55ffed8d24217d57682cb31cd 3075 clamav_0.98.6+dfsg-2.dsc ee8aaaaae9e5ab5878b95f371e15f9836278ad31f032bc48bfa65d3b0fc6476f 242884 clamav_0.98.6+dfsg-2.debian.tar.xz 35b1c3342dc2feda6ed7c7a5ad6f4f675cdb40ab079a2430b61048e1feb401e5 279748 clamav-base_0.98.6+dfsg-2_all.deb 5c54dffad52b6573e490d777c9c31dd0a1e6fd5089ff0ca68db0e8e1b628516f 916592 clamav-docs_0.98.6+dfsg-2_all.deb 4c985f1db5da303dc31e52941c83eec1fb08327a1742a5b3691a51785cbce600 2422904 clamav-dbg_0.98.6+dfsg-2_amd64.deb 6b15d3ddb15df0feea52509cddb18de65d047e35e80a917aeb044500d415841a 321996 clamav_0.98.6+dfsg-2_amd64.deb 6ae02f0f44ec022ffade50a7b0b4cee751bab87d80c2dee7ef27044116c2c68c 241574 libclamav-dev_0.98.6+dfsg-2_amd64.deb 634e9037df45a04c4eebfd12556ccf3a249f5e58111cba9d147369e02b38d394 920406 libclamav6_0.98.6+dfsg-2_amd64.deb 305e25800b049310a9c3bc0fbf0669a8fb7d99cfb7e0832f6df1d116c890f6a8 418096 clamav-daemon_0.98.6+dfsg-2_amd64.deb 585433f75b14584c07201f5a6aafb65c396a4ecf44b189c9ac7cba56fcd7aade 295004 clamdscan_0.98.6+dfsg-2_amd64.deb 6d2932ed829d43de6e86a1dfa68d943d6cc3d478393920efc3caab8dfdeb26a8 3093596 clamav-testfiles_0.98.6+dfsg-2_all.deb 8e3007905faff51d14e796b1962d88512f441fc025e695c25b518a582890d4d2 345640 clamav-freshclam_0.98.6+dfsg-2_amd64.deb 04be07b1f48cfc622e1232b3d8d6eb200a1f7fe106c8ae3700573a58bace9ad7 384108 clamav-milter_0.98.6+dfsg-2_amd64.deb Files: cca70693d7d3bce7905bc08b8af84263 3075 utils optional clamav_0.98.6+dfsg-2.dsc 421360cf916e7476644f1366554515d1 242884 utils optional clamav_0.98.6+dfsg-2.debian.tar.xz 4d335f5f6b464953ec2f30b8e7f54f67 279748 utils optional clamav-base_0.98.6+dfsg-2_all.deb 222f05c1c594bf05d3a8e53ba2081ddf 916592 doc optional clamav-docs_0.98.6+dfsg-2_all.deb 924f610de197cdd346cc2ebb369fda4c 2422904 debug extra clamav-dbg_0.98.6+dfsg-2_amd64.deb 256b795f47e8e43537d2aeb125fb1bd4 321996 utils optional clamav_0.98.6+dfsg-2_amd64.deb b4a5746818e50da6e813660ebb4c555f 241574 libdevel optional libclamav-dev_0.98.6+dfsg-2_amd64.deb 33979d0793a6e002486a119d707d0a20 920406 libs optional libclamav6_0.98.6+dfsg-2_amd64.deb ecee7093e79f3325687afd4bd5587065 418096 utils optional clamav-daemon_0.98.6+dfsg-2_amd64.deb 85dd4e3416fa8181a91c2adbb4b3cc4a 295004 utils optional clamdscan_0.98.6+dfsg-2_amd64.deb b3aab155825ff7a687165ef074ba0dfe 3093596 utils optional clamav-testfiles_0.98.6+dfsg-2_all.deb 7b620bbc6d9131d146b12787668994a0 345640 utils optional clamav-freshclam_0.98.6+dfsg-2_amd64.deb 6e7249ea97391a96a9fd2d28af8095ce 384108 utils extra clamav-milter_0.98.6+dfsg-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJVOoJ4AAoJEHjX3vua1ZrxzEkP/3yjvBAyj+m2/f56dHuL/6jL ldCaafrb9nyYkD5cFluFsNo1ePXSEYxyWpvFIQNdjY8YM3RoFQ8aFOKrwqe+Mvrl xwcMgK4R+mIwoblQpC6nQ3d/G19zDBIunjZEyf3eBQQ8QDM5afjHq2SPn3LoQGdS Nvefbkg/jaUgbKuTJke/Ug9HAdtmjM7bAyc8jw0NEo3R8Kn7ThBB3+59BE+JLIY2 5jo97h1QpLB6S9zfBuX60doGQZRyMAPoyNiujMcLDJS+sm+Oqxw0hFKF+xOfCV6J LnKNtiMjPo+weRC/2mji2td7MheHQIfPTRN2skUHytFA96ousg8XbOITkRifssOk RuZLBEdR6quAiOhggvTcNM/f5xPpAkSxz+khvqkADMGeX1N2PbYHGznDGH3k8aUd MeI0ql6/GaHaCYADtgzVfh0Kl2TB5m2H/rvOE/GxkmSDTjv3gAFPztyN/kUwd8pI kRg7CDm8PDE3nQV1FluJIL98ERHZeBLrPK/1I6X3wQd898hQ6Rv3mTllR755uf/z o/ecavm+5DLqV5g8ZxQgPG4/UshgwtSbZtLWDQ5LkmGRg+zS4+ppXBCpVbFSKZ1Q tjSdaw+0Ib1vX33wqnL5M8AhAdlmltWpULKpi5Z6ymXyFqkSELFfuisqcusX14jP 1A+MGpi3pdSBbcYsoKf3 =lfBI -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Pkg-clamav-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-clamav-devel
