Package: cron-apt
Version: 0.6.0
Severity: normal

I have block size of 4096, and the calculation of tmpdir size overflows, giving 
a negative value

    if [ "$(( $(stat --file-system --format=%S $TMPDIR) * $(stat --file-system 
--format=%a $TMPDIR) / 1024 ))" -lt "$MINTMPDIRSIZE" ];

the 1st. element, stat --format=%S, gives 4096, the 2nd, stat --format=%S, 
gives 1963117, the product gives -549019648 !

So cron-apt is unusable: never runs because of this incorrect calculation of 
disk space.

Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=es_DO.UTF-8, LC_CTYPE=es_DO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cron-apt depends on:
ii  apt                           0.7.6      Advanced front-end for dpkg
ii  debianutils                   2.23.1     Miscellaneous utilities specific t

Versions of packages cron-apt recommends:
ii  cron             3.0pl1-100              management of regular background p
ii  liblockfile1     1.06.2                  NFS-safe locking library, includes
ii  mailx            1:8.1.2-0.20070424cvs-1 A simple mail user agent

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to