Your message dated Sun, 17 Jun 2012 23:38:53 +0000
with message-id <e1sgp3v-0003xw...@franck.debian.org>
and subject line Bug#676161: fixed in sogo 1.3.15a-2
has caused the Debian Bug report #676161,
regarding sogo: cronjob removes /var/spool/sogo and even worse trys removing 
/var/spool
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.)


-- 
676161: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676161
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sogo
Version: 1.3.15a-1
Severity: grave
Tags: patch
Justification: renders package unusable

Dear Maintainer,

the packages cronjob at /etc/cron.daily/sogo implements a really
bad find statement to clean up empty directory beneath /var/spool/sogo.

find /var/spool/sogo -mindepth 1 -type d -empty -exec /bin/rmdir -p {} \;

The 'rmdir -p' command results in the attempt to remove /var/spool/sogo,
/var/spool (this is not going to happen because /var/spool is not empty)
and if the removal of /var/spool did´t fail even /var would have been tried
to remove.

Nevertheless the directory /var/spool/sogo gets removed an renders sogo unusable
because sogo fails to store its temporary mail and you are unable to send
any mail written until the folder is recreated.

The following find statement will do the job right:

find /var/spool/sogo -depth -mindepth 1 -type d -empty -exec /bin/rmdir {} \;

regards,

ingo

*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4-0.towo.3-siduction-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sogo depends on:
ii  adduser               3.113+nmu2
ii  gnustep-base-runtime  1.22.1-2+b1
ii  libc6                 2.13-32
ii  libcurl3-gnutls       7.26.0-1
ii  libgcc1               1:4.7.0-8
ii  libgnustep-base1.22   1.22.1-2+b1
ii  libgnutls26           2.12.19-1
ii  libmemcached10        1.0.6-1
ii  libobjc4              4.7.0-8
ii  libsbjson2.3          2.3.2-1
ii  libsope1              1.3.15-1
ii  sogo-common           1.3.15a-1
ii  tmpreaper             1.6.13+nmu1
ii  zip                   3.0-5

sogo recommends no packages.

sogo suggests no packages.

-- Configuration Files:
/etc/cron.d/sogo changed [not included]
/etc/cron.daily/sogo changed [not included]
/etc/sogo/sogo.conf changed [not included]

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: sogo
Source-Version: 1.3.15a-2

We believe that the bug you reported is fixed in the latest version of
sogo, which is due to be installed in the Debian FTP archive:

sogo-common_1.3.15a-2_all.deb
  to main/s/sogo/sogo-common_1.3.15a-2_all.deb
sogo-dbg_1.3.15a-2_amd64.deb
  to main/s/sogo/sogo-dbg_1.3.15a-2_amd64.deb
sogo_1.3.15a-2.debian.tar.gz
  to main/s/sogo/sogo_1.3.15a-2.debian.tar.gz
sogo_1.3.15a-2.dsc
  to main/s/sogo/sogo_1.3.15a-2.dsc
sogo_1.3.15a-2_amd64.deb
  to main/s/sogo/sogo_1.3.15a-2_amd64.deb



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 676...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeroen Dekkers <jer...@dekkers.ch> (supplier of updated sogo 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 14 Jun 2012 14:28:31 +0200
Source: sogo
Binary: sogo sogo-common sogo-dbg
Architecture: source amd64 all
Version: 1.3.15a-2
Distribution: unstable
Urgency: low
Maintainer: Jeroen Dekkers <jer...@dekkers.ch>
Changed-By: Jeroen Dekkers <jer...@dekkers.ch>
Description: 
 sogo       - Scalable groupware server
 sogo-common - Scalable groupware server - common files
 sogo-dbg   - Scalable groupware server - debugging symbols
Closes: 675201 675238 676161
Changes: 
 sogo (1.3.15a-2) unstable; urgency=low
 .
   * 0007-GNUstep-1.24-fix.patch:
     - Fix to cope with changes in GNUstep 1.24. (Closes: #675201)
   * Fix the cron.daily job:
     - Delete the directories in a proper way. (Closes: #676161)
     - Test whether tmpreaper is still installed before executing it.
       (Closes: #675238)
Checksums-Sha1: 
 bcf15930adabee0f12e1aba0069f3ea1238ebd4c 1355 sogo_1.3.15a-2.dsc
 82e0860899e976363e539f7dc65c419a3a5fc77a 19160 sogo_1.3.15a-2.debian.tar.gz
 8dc1f47bc475e18862cd27b31ab57312e0e85dfe 1516616 sogo_1.3.15a-2_amd64.deb
 b4188c3d67309fdd5be56a045ff27742f6cbe3b6 1544382 sogo-common_1.3.15a-2_all.deb
 11979d21da9b1a726ff1070f36749d14759acfaa 1515292 sogo-dbg_1.3.15a-2_amd64.deb
Checksums-Sha256: 
 236bc1415ef5b7b36fc528ce820cf72ebff0bfc9dd08361a4f581dc5123cc30f 1355 
sogo_1.3.15a-2.dsc
 b7105aee4e8d632f32b18510df5ede52cf242fb3878040150b132c9b2af22dcb 19160 
sogo_1.3.15a-2.debian.tar.gz
 fb952584ec19fde4d1b3de035637940ffdecf62fb7c011ee55f4e0bf6a2cdd19 1516616 
sogo_1.3.15a-2_amd64.deb
 8a1b27a095680ab7e6a6b0c9df5f0bc7a7c81d0a5820d9a6f033b57b2590b53a 1544382 
sogo-common_1.3.15a-2_all.deb
 5ec1160710a62c9b033271715c21e46b8cc87246d646ac30cd8ddee1e4cc4240 1515292 
sogo-dbg_1.3.15a-2_amd64.deb
Files: 
 45e9fb41c679594e7e001601b77e7e1d 1355 mail optional sogo_1.3.15a-2.dsc
 6af28c0c22defc45734f61ac53811a9d 19160 mail optional 
sogo_1.3.15a-2.debian.tar.gz
 cc060fb7d7c96094938ca8194d88cac1 1516616 mail optional sogo_1.3.15a-2_amd64.deb
 c342f2b89100e54871ec448414319284 1544382 mail optional 
sogo-common_1.3.15a-2_all.deb
 ae2a1041aca30819d7b8e913e030b7d6 1515292 debug extra 
sogo-dbg_1.3.15a-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk/eZ6EACgkQPa9Uoh7vUnZ85gCfepdou2Lmkj+oTNT473SFMr0h
dO4AnjpK4QVHWTV/QITntvBOeoMFF9yR
=KxHS
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to