Your message dated Tue, 29 Jun 2010 20:54:03 +0200
with message-id <4c2a414b.1050...@kvr.at>
and subject line Re: closing
has caused the Debian Bug report #585644,
regarding postinst exits with error 123, chmod: missing operand after `600'
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.)
--
585644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585644
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cron
Version: 3.0pl1-112
Hi,
Setting up cron (3.0pl1-112) ...
chmod: missing operand after `600'
Try `chmod --help' for more information.
dpkg: error processing cron (--configure):
subprocess installed post-installation script returned error exit status 123
the cause is empty /var/spool/cron directory, so postinst barfs in xargs call:
ls -1 | xargs chmod 600
maybe it should be checked for emptiness:
if [ -f * ]; then ls -1 | xargs chmod 600; fi
thanks
--
pub 4096R/0E4BD0AB <people.fccf.net/danchev/key pgp.mit.edu>
--- End Message ---
--- Begin Message ---
On 06/29/2010 08:53 PM, Christian Kastner wrote:
> I think this has been open long enough now, closing.
this time with the right address
--- End Message ---