Your message dated Sun, 26 Apr 2015 21:32:06 +0000 with message-id <[email protected]> and subject line Bug#778507: fixed in clamav 0.98.6+dfsg-1+deb8u1 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-1+deb8u1 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. Scott Kitterman <[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 14:55:42 -0400 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-1+deb8u1 Distribution: jessie Urgency: medium Maintainer: ClamAV Team <[email protected]> Changed-By: Scott Kitterman <[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: 778507 Changes: clamav (0.98.6+dfsg-1+deb8u1) jessie; urgency=medium . [ Andreas Cadhalpun ] * Fix clamav-daemon installability with custom PidFile. Thanks to Andy Dorman for the bug report and patch. (Closes: #778507) Checksums-Sha1: 730ee4c6b784055057a477bbe289d3a503732e27 3120 clamav_0.98.6+dfsg-1+deb8u1.dsc d19a356476a54ff5e25510bd21c397fa9626bfc6 541648 clamav_0.98.6+dfsg-1+deb8u1.debian.tar.xz e5954501618283a014a9320ced08a41cc00eb23b 280020 clamav-base_0.98.6+dfsg-1+deb8u1_all.deb 2a2de48d36ac37222e550240c49547ccd72dd0ad 916830 clamav-docs_0.98.6+dfsg-1+deb8u1_all.deb 595c048ef78e3715897fb560093691743adf79f1 2424858 clamav-dbg_0.98.6+dfsg-1+deb8u1_amd64.deb 9e00c8e20e98ccc41ea4172043adbafcfa233469 322070 clamav_0.98.6+dfsg-1+deb8u1_amd64.deb 54c89febd3902467204c88f279fbcd41399de761 241840 libclamav-dev_0.98.6+dfsg-1+deb8u1_amd64.deb 1c15d69fe66fbae8473101e343f14156fecdbfd0 921124 libclamav6_0.98.6+dfsg-1+deb8u1_amd64.deb 5b7910539393f5d17145ec501d1254f22d07bf86 418372 clamav-daemon_0.98.6+dfsg-1+deb8u1_amd64.deb eb72faf1ae3b6fe8fcbe582ca48a786f4fd2b8c1 294938 clamdscan_0.98.6+dfsg-1+deb8u1_amd64.deb 636f7baf6c16e611eade79e96acb18bb018af247 3093984 clamav-testfiles_0.98.6+dfsg-1+deb8u1_all.deb 775181ef46a5177f0ea084112c39343c15d295f1 345574 clamav-freshclam_0.98.6+dfsg-1+deb8u1_amd64.deb d73ea0f81477e956e86f1b122f994fbce2984cf1 384516 clamav-milter_0.98.6+dfsg-1+deb8u1_amd64.deb Checksums-Sha256: ac17e07c742dd3f6621387ef3f38a88ce0e6b0e7ba41e2353d5c61624d4714f6 3120 clamav_0.98.6+dfsg-1+deb8u1.dsc 0ab9ba9bf22e686e5618c0de5f940a828f6c9aa316304471207711f46403afe7 541648 clamav_0.98.6+dfsg-1+deb8u1.debian.tar.xz 4d7bf466efbbf07c03732224e7d125af1f9c44dd08bfc4d9bc72172f7fe71bb6 280020 clamav-base_0.98.6+dfsg-1+deb8u1_all.deb a33651a6c16a8db46653e923f48dff7041abbefd502ee6e49cc1a31adc95c183 916830 clamav-docs_0.98.6+dfsg-1+deb8u1_all.deb 49a55ba8acaa1ee966c8ce5a66f787323647b027f7395d623657d57187707b4a 2424858 clamav-dbg_0.98.6+dfsg-1+deb8u1_amd64.deb d843dbbbaf3ffd8c7ba00921149b71fa5b5dbaf39a6805f950002395b610e645 322070 clamav_0.98.6+dfsg-1+deb8u1_amd64.deb f941d8d0f6a41b83810a020afcb7294ebe0ef2f3913a8d9a5e03d97fcc17f1c5 241840 libclamav-dev_0.98.6+dfsg-1+deb8u1_amd64.deb 072d007207a33f5a91e6b9c59dbe53c0f4b1ef17e63187833accc52d30388c2a 921124 libclamav6_0.98.6+dfsg-1+deb8u1_amd64.deb c014a81598576dbecf6695e0cc217c38d50e121d02e70e786e08fff77214aa8a 418372 clamav-daemon_0.98.6+dfsg-1+deb8u1_amd64.deb 604ebf8d21722df595da70f72c68d1467e188edb842726b45f98aafbf7b3bd33 294938 clamdscan_0.98.6+dfsg-1+deb8u1_amd64.deb 6ec6f473f07e43c1f41c7f15ada1f8400b58ede33598a26223e6c20a2e2a6e38 3093984 clamav-testfiles_0.98.6+dfsg-1+deb8u1_all.deb 8a72e26797ac78e1ba5b75c5e1d791f1b4354f54fd1719a6deeca48b835090be 345574 clamav-freshclam_0.98.6+dfsg-1+deb8u1_amd64.deb a6d161523e08bb0a1099627d0a79f6740507381c78655ade340692cb00d7ab73 384516 clamav-milter_0.98.6+dfsg-1+deb8u1_amd64.deb Files: b6f72a2aa78a969c4e781b53fc1e2df3 3120 utils optional clamav_0.98.6+dfsg-1+deb8u1.dsc 6d73f0a110c47f09d61c15df6b37aaea 541648 utils optional clamav_0.98.6+dfsg-1+deb8u1.debian.tar.xz 41597c73aac78d98f4c9fda96b150117 280020 utils optional clamav-base_0.98.6+dfsg-1+deb8u1_all.deb a505c6f54b15b10d74421eb8ecb55112 916830 doc optional clamav-docs_0.98.6+dfsg-1+deb8u1_all.deb d745cd0a2f00ae2bbc2358ebce00ad3c 2424858 debug extra clamav-dbg_0.98.6+dfsg-1+deb8u1_amd64.deb 64410e4e73c1d99dff82eb8578870f57 322070 utils optional clamav_0.98.6+dfsg-1+deb8u1_amd64.deb 2847a98da718b56f11b2c540b7edf08e 241840 libdevel optional libclamav-dev_0.98.6+dfsg-1+deb8u1_amd64.deb d5f42688c862b365f9a1e4c9a0dd962a 921124 libs optional libclamav6_0.98.6+dfsg-1+deb8u1_amd64.deb 660cd2d92df166c8635dbc00ae2be8b4 418372 utils optional clamav-daemon_0.98.6+dfsg-1+deb8u1_amd64.deb 6cfce83af8983d1166fcae6be0b33b36 294938 utils optional clamdscan_0.98.6+dfsg-1+deb8u1_amd64.deb 12031c992b2124ec197a72a80da814e4 3093984 utils optional clamav-testfiles_0.98.6+dfsg-1+deb8u1_all.deb 76e7ea059e004bb82400d1d283c11ad6 345574 utils optional clamav-freshclam_0.98.6+dfsg-1+deb8u1_amd64.deb 09a6594583a1f234831c357b1baf448b 384516 utils extra clamav-milter_0.98.6+dfsg-1+deb8u1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJVO7GXAAoJEHjX3vua1ZrxXZ0P/iktZWeXZ523Yj8AtmOvQXs4 3h06GQbqdRRaZRqngncN3AATQxBtij16A5suhhmTc9pqQSgjARSIKV9waZp1BsPM RhPiYV0bJW0A/1jVtdqiX0U6QHMDej5T6QOt6C5fJgwyDZXsXKt1OruTkc+siM74 gmWDcr9z+DZXEyTGFa3NlSz50ZPeglhE9DXq8+87KqUeHsnxWlTcQ5MEu1hMUU4s BP/hAph6owS7fcvW/5vIed6nMmGBkUSYogu2/PY85XnuBV6qWkXBH/zJO2Decuvs Kll71WBXfM1IZ28HCQU8a40bjEPweRsUx702L4GZqWaV6rOCFXgMJcDeu1vtPjsU 8drXvFBTSzxs1b0GpEw/aOseEE8qusM7eEFPQkGIGKhelYqC5yqEqSwJaqWV+tdO yttcANw7QH7723v5DGKs0avipr32Iu9vqMcz8DSLD8gitBuq1Rk3ygptcFbeuVW5 a1A4ccoCwO4EBOjG9SQnM59bf2vDGActLd/D1YAEtPM7yXoyNMmpsf3ZhgGNqC23 5sb2Gf/cKPlHIJXgRU9kJFZ0Ji5oToKw63U7ac9WVJ4Zf/IJ6qYWhRf7lyfszJ0j LK07zMW3aS/jxyYlF/GvSJ8L41KC1kM60UNeCsUZhoGE/GdtDGFWkQjncO21rK91 TGOIaBRvkAnQC7GS5kLA =Ratk -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Pkg-clamav-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-clamav-devel
