[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#340479: marked as done (noffle: problems with largefile limit)



Your message dated Mon, 12 Mar 2018 11:19:37 +0000
with message-id <E1evLUP-000EaF-Cr@fasolo.debian.org>
and subject line Bug#340479: fixed in gdbm 1.14.1-5
has caused the Debian Bug report #340479,
regarding noffle: problems with largefile limit
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 owner@bugs.debian.org
immediately.)


-- 
340479: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340479
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: noffle
Version: 1.1.5-8
Severity: important

Hi, I have quite a large archive of articles, and something
breaks on 2GB - 1 file limit, not sure whether it's gdbm
or noffle's fault.

[19:20] ~ => sudo ls -l /var/spool/noffle/data/*gdbm
-rw-r--r--  1 news news 2147483647 Nov 23 19:09 articles.gdbm
-rw-r--r--  1 news news    3825741 Nov 23 19:09 groupinfo.gdbm

syslog:

/var/log/news/OLD/news.err.3.gz:Nov 20 21:10:31 burek noffle[21936]: gdbm: write error
/var/log/news/OLD/news.err.3.gz:Nov 20 21:39:14 burek noffle[23512]: gdbm: write error
/var/log/news/OLD/news.err.3.gz:Nov 20 22:09:03 burek noffle[25088]: gdbm: write error
/var/log/news/OLD/news.err.3.gz:Nov 20 22:39:07 burek noffle[26691]: gdbm: write error
/var/log/news/OLD/news.err.3.gz:Nov 20 23:09:04 burek noffle[28272]: gdbm: write error
/var/log/news/OLD/news.err.3.gz:Nov 20 23:39:03 burek noffle[29856]: gdbm: write error
/var/log/news/OLD/news.err.3.gz:Nov 21 00:09:03 burek noffle[31437]: gdbm: write error

Regards,
Zoran

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'stable'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13.4
Locale: LANG=C, LC_CTYPE=hr_HR (charmap=ISO-8859-2)

Versions of packages noffle depends on:
ii  exim4                         4.54-1     metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.54-1     lightweight exim MTA (v4) daemon
ii  libc6                         2.3.5-7    GNU C Library: Shared libraries an
ii  libgdbm3                      1.8.3-2    GNU dbm database routines (runtime
ii  netbase                       4.23       Basic TCP/IP networking system
ii  ucf                           2.003      Update Configuration File: preserv

Versions of packages noffle recommends:
ii  debconf [debconf-2.0]         1.4.58     Debian configuration management sy
ii  sysklogd [system-log-daemon]  1.4.1-17   System Logging Daemon

-- debconf information:
* noffle/server: news.iskon.hr
* noffle/fetchmode: cron
* noffle/username:
* noffle/port: 119
  noffle/default-expire: 14
* noffle/maxfetch: 1000


--- End Message ---
--- Begin Message ---
Source: gdbm
Source-Version: 1.14.1-5

We believe that the bug you reported is fixed in the latest version of
gdbm, 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 340479@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Bogatov <KAction@gnu.org> (supplier of updated gdbm 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 01 Mar 2018 22:09:44 +0300
Source: gdbm
Binary: libgdbm5 gdbm-l10n libgdbm-dev gdbmtool libgdbm-compat4 libgdbm-compat-dev
Architecture: source
Version: 1.14.1-5
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Bogatov <KAction@gnu.org>
Changed-By: Dmitry Bogatov <KAction@gnu.org>
Description:
 gdbm-l10n  - ${S:X-Short-Desc} (translation files) ${S:X-Long-Desc}
 gdbmtool   - ${S:X-Short-Desc} (command line tools) ${S:X-Long-Desc}
 libgdbm-compat-dev - ${S:X-Short-Desc} (legacy support development files) ${S:X-Long-D
 libgdbm-compat4 - ${X-Short-Desc} (legacy support runtime version) ${S:X-Long-Desc}
 libgdbm-dev - ${S:X-Short-Desc} (development files) ${S:X-Long-Desc}
 libgdbm5   - ${S:X-Short-Desc} (runtime version) ${S:X-Long-Desc}
Closes: 340479 891376
Changes:
 gdbm (1.14.1-5) unstable; urgency=medium
 .
   * Update Vcs-* fields in debian/control.
   * Bump compat version to 11 (no changes needed)
   * Enable dietlibc build, unless pkg.gdbm.nodietlibc profile is in effect.
   * Change section of bin:gdbm-l10n to 'localization'
   * Fix spelling error on manpage
   * Enable large file support (Closes: #340479)
   * Reduce repetition in debian/control with ${S:fieldname}.
     See deb-substvars(5)
   * Note about legacy applications and bin:libgdbm-compat in
     description of libgdbm-dev. (Closes: #891376)
   * New autopkgtest: libgdbm successfully links and works with dietlibc.
   * Temporary disable mmap IO when linking with dietlibc (otherwise
     weird undefined reference errors to __divmoddi4 appear)
   * Disable building with dietlibc on Ubuntu
       + Suggested: Gianfranco Costamagna
Checksums-Sha1:
 b16ff1dbcdd0fdb4becc0bd77364946794319874 2293 gdbm_1.14.1-5.dsc
 464532d73b8fef25f601fc786709cd2996c5e1f6 27408 gdbm_1.14.1-5.debian.tar.xz
 ccb810fe186b6d83ae845d81f9edaa6373e40df0 6341 gdbm_1.14.1-5_source.buildinfo
Checksums-Sha256:
 870e2a7400249ea01632792cebb7deaa93aba918974152da46b3b1e3d3eca525 2293 gdbm_1.14.1-5.dsc
 42ca825499b2fcbf025c3a2b8bea52dfea8ba82f66079f873486637cbc6186d9 27408 gdbm_1.14.1-5.debian.tar.xz
 78320c57a87280e88f7484d78cccb2b9dc3c68d26064e6c89c83facb4e11eac7 6341 gdbm_1.14.1-5_source.buildinfo
Files:
 b9c77e36c416af1da0e0be5fdce8d919 2293 libs optional gdbm_1.14.1-5.dsc
 241d2ca89832e6bb2e53f69edd495af1 27408 libs optional gdbm_1.14.1-5.debian.tar.xz
 dd65e8e87a142c53a7943fc30f7b5186 6341 libs optional gdbm_1.14.1-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJapl4tAAoJEPNPCXROn13ZHr4P/25ZJPQbqnhkwtRtiWqDobfD
usoKraCbS/qePRjk13gkq1xI9xb+t/KM2jYVZ0Ez2ZU1TjMAKCt0a1J05okCOwYo
dR+x72J3nW6f8q2fZsFthTccJKlTlCagTIAr/DB38STFP9aAgcwNdo1jpxnf8MSb
q0DbMJbHcq3TzA78Tb3Fbm1X5hpumPT6N7AiiG27rd0sJRmNjfIvFHqpmELBvwTU
VaPnYmiQTyS50oLUXVkejChorl7inXj3+H/hgjLXR670RoCaAsEn9PZmFzvgovsZ
m5mA5Rew3ReR35RZHpM4iaNspKjAaZ+od7ljUeUjK5WdVLXeNQyxVoUhnqoMaELS
Qj6W6P3U6XcLm12/B4U4u5ONTO7kVT55tiLYSs8DZLtCE0a8I9+80K7zP8wHus1M
4liq0RGwF0hz2ipmhDu4sHYcrMLPquJgsLaQprfuI0r/CV2WCKmLZVN896uMCPSF
G+UdUQ6N763mEPczBYvZrrHTE8kq02AJAg7opz6WLU8oeUZYq7RmoIPkPFekQBrn
5D5D2AkJXjXgywRexJ724FH6Ng3alTym8j+FLglOMnUeJ4FJDkHkDIji5OapRW1B
A4NTCBhzqnU0lzUEhC9TdF6nI+H2T6G01ASFpVhdj9QMQpAT41KqhseGPaeSZ+Q7
139SDXTys8HsMqp20A8U
=0BI1
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: