Re: Help Installing / Upgrading Cron

2004-07-29 Thread Tom Furie
On Wed, Jul 28, 2004 at 10:44:12PM -0700, Roy Pluschke wrote:

 I gather that you are running unstable as I am.  Just wait a day or two and a 
 new fixed cron package will magically appear.  Running unstable will have the 
 odd bump in the road.  If it really has to be fixed right now I would suggest 
 examining the install script and see what its doing wrong (perhaps it should 
 be /etc/crontab rather than /usr/bin/crontab -- just a guess).

/usr/bin/crontab is the program for handling user crontab files. It
appears to have not made it into the 3.0pl1-84 build.

Cheers,
Tom

-- 
Cleaning your house while your kids are still growing is like shoveling
the walk before it stops snowing.
-- Phyllis Diller

There is no need to do any housework at all.  After the first four years
the dirt doesn't get any worse.
-- Quentin Crisp


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



Re: Help Installing / Upgrading Cron

2004-07-29 Thread John Fleming

- Original Message - 
From: Aaron B [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 28, 2004 10:19 PM
Subject: Help Installing / Upgrading Cron


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all. I've recently had problems installing / upgrading cron from 
apt-get. It seemed to be a problem with not being able to 
find /usr/bin/crontab while upgrading - so I removed cron, and then 
attempted to install it. Here is the output:

[EMAIL PROTECTED] apt-get install cron
Reading Package Lists... Done
Building Dependency Tree... Done
Suggested packages:
  anacron logrotate checksecurity
Recommended packages:
  exim4 postfix mail-transport-agent
The following NEW packages will be installed:
  cron
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/34.6kB of archives.
After unpacking 217kB of additional disk space will be used.
Selecting previously deselected package cron.
(Reading database ... 103249 files and directories currently installed.)
Unpacking cron (from .../cron_3.0pl1-84_i386.deb) ...
Setting up cron (3.0pl1-84) ...
chgrp: cannot access `/usr/bin/crontab': No such file or directory
dpkg: error processing cron (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 cron
E: Sub-process /usr/bin/dpkg returned an error code (1)

Thanks in advance for any help. I hope I don't lose too much sleep over 
this.


SAME HERE (Sid)


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



Re: Help Installing / Upgrading Cron

2004-07-29 Thread Aaron Blankstein
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 29 July 2004 01:44 am, Roy Pluschke wrote:
 On July 28, 2004 20:19, Aaron B wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Hi all. I've recently had problems installing / upgrading cron from
  apt-get. It seemed to be a problem with not being able to
  find /usr/bin/crontab while upgrading - so I removed cron, and then
  attempted to install it. Here is the output:

 I gather that you are running unstable as I am.  Just wait a day or
 two and a new fixed cron package will magically appear.  Running
 unstable will have the odd bump in the road.  If it really has to be
 fixed right now I would suggest examining the install script and see
 what its doing wrong (perhaps it should be /etc/crontab rather than
 /usr/bin/crontab -- just a guess).

 RJP

I just installed the stable version, which is fine for the time being.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBCPQ9+AS0YtaPUC8RAv/1AJ9yuvjfM0CiNAnURh2qO+B+hJHt2QCfYW0B
aK9r70UoKBQ07+21i0xG1VY=
=2Wrd
-END PGP SIGNATURE-


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



Re: Help Installing / Upgrading Cron

2004-07-29 Thread Tim Raats
Tim Raats wrote:
John Fleming wrote:
- Original Message - From: Aaron B [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 28, 2004 10:19 PM
Subject: Help Installing / Upgrading Cron
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all. I've recently had problems installing / upgrading cron from 
apt-get. It seemed to be a problem with not being able to find 
/usr/bin/crontab while upgrading - so I removed cron, and then 
attempted to install it. Here is the output:

[EMAIL PROTECTED] apt-get install cron
Reading Package Lists... Done
Building Dependency Tree... Done
Suggested packages:
anacron logrotate checksecurity
Recommended packages:
exim4 postfix mail-transport-agent
The following NEW packages will be installed:
cron
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/34.6kB of archives.
After unpacking 217kB of additional disk space will be used.
Selecting previously deselected package cron.
(Reading database ... 103249 files and directories currently installed.)
Unpacking cron (from .../cron_3.0pl1-84_i386.deb) ...
Setting up cron (3.0pl1-84) ...
chgrp: cannot access `/usr/bin/crontab': No such file or directory
dpkg: error processing cron (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
cron
E: Sub-process /usr/bin/dpkg returned an error code (1)
Thanks in advance for any help. I hope I don't lose too much sleep 
over this.


SAME HERE (Sid)


Im having the same problem with SID. IS this going to be fixed ?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Help Installing / Upgrading Cron

2004-07-29 Thread John Fleming

- Original Message - 
From: Ralph Crongeyer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 29, 2004 11:18 AM
Subject: Re: Help Installing / Upgrading Cron


 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261897
 
 The maintainer fixed it and has posted the fixed package here:
 
 http://incoming.debian.org/cron_3.0pl1-86_i386.deb
 
 Download and install. Worked great on all three of my machines.

That seems to have worked - Thanks!  - John



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



Re: Help Installing / Upgrading Cron

2004-07-29 Thread Micha Feigin
On Thu, Jul 29, 2004 at 04:51:59PM +0200, Tim Raats wrote:
 Tim Raats wrote:
 
 John Fleming wrote:
 
 - Original Message - From: Aaron B [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, July 28, 2004 10:19 PM
 Subject: Help Installing / Upgrading Cron
 
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi all. I've recently had problems installing / upgrading cron from 
 apt-get. It seemed to be a problem with not being able to find 
 /usr/bin/crontab while upgrading - so I removed cron, and then 
 attempted to install it. Here is the output:
 
 [EMAIL PROTECTED] apt-get install cron
 Reading Package Lists... Done
 Building Dependency Tree... Done
 Suggested packages:
 anacron logrotate checksecurity
 Recommended packages:
 exim4 postfix mail-transport-agent
 The following NEW packages will be installed:
 cron
 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
 Need to get 0B/34.6kB of archives.
 After unpacking 217kB of additional disk space will be used.
 Selecting previously deselected package cron.
 (Reading database ... 103249 files and directories currently installed.)
 Unpacking cron (from .../cron_3.0pl1-84_i386.deb) ...
 Setting up cron (3.0pl1-84) ...
 chgrp: cannot access `/usr/bin/crontab': No such file or directory
 dpkg: error processing cron (--configure):
 subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
 cron
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 Thanks in advance for any help. I hope I don't lose too much sleep 
 over this.
 
 
 SAME HERE (Sid)
 
 
 
 
 
 Im having the same problem with SID. IS this going to be fixed ?
 

According to the bug log this was already fix, which means it will
probably be available in a couple of hours if not already (if you are
not using the main site, it may take some time to propagate to your
mirror though).

 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 
 
 +++
 This Mail Was Scanned By Mail-seCure System
 at the Tel-Aviv University CC.
 


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



Help Installing / Upgrading Cron

2004-07-28 Thread Aaron B
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all. I've recently had problems installing / upgrading cron from 
apt-get. It seemed to be a problem with not being able to 
find /usr/bin/crontab while upgrading - so I removed cron, and then 
attempted to install it. Here is the output:

[EMAIL PROTECTED] apt-get install cron
Reading Package Lists... Done
Building Dependency Tree... Done
Suggested packages:
  anacron logrotate checksecurity
Recommended packages:
  exim4 postfix mail-transport-agent
The following NEW packages will be installed:
  cron
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/34.6kB of archives.
After unpacking 217kB of additional disk space will be used.
Selecting previously deselected package cron.
(Reading database ... 103249 files and directories currently installed.)
Unpacking cron (from .../cron_3.0pl1-84_i386.deb) ...
Setting up cron (3.0pl1-84) ...
chgrp: cannot access `/usr/bin/crontab': No such file or directory
dpkg: error processing cron (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 cron
E: Sub-process /usr/bin/dpkg returned an error code (1)

Thanks in advance for any help. I hope I don't lose too much sleep over 
this.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBCGzRrUiuQIv53GARAikLAJsHm5EY9dkZmIco5HfrXV8TU6XvZACeIykJ
ijlGYVVlfNiXu2eezPBBESI=
=8I+D
-END PGP SIGNATURE-



Re: Help Installing / Upgrading Cron

2004-07-28 Thread dircha
Aaron B wrote:
Hi all. I've recently had problems installing / upgrading cron from 
apt-get. It seemed to be a problem with not being able to 
find /usr/bin/crontab while upgrading - so I removed cron, and then 
attempted to install it. Here is the output:
Perhaps the most effective action you can take is to install 
apt-listbugs. Had you, you would have been alerted to this grave bug at 
the time of upgrade and could have elected to hold the package at its 
current version.

When you do encounter bugs, the first, best place to look is usually the 
Debian bug tracking system [1]. There, you can lookup outstanding bugs 
against any package in the official Debian repositories.

The bug you have identified is already reported against the cron package 
[2]. The page for this bug [3] lists an immediate solution. 
Alternatively, you can wait until the corrected package becomes 
available in the main repository or on your local mirror.

[1] http://bugs.debian.org
[2] 
http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkgdata=cronarchive=no
[3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261897

Best of luck then,
--dircha
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Help Installing / Upgrading Cron

2004-07-28 Thread Roy Pluschke
On July 28, 2004 20:19, Aaron B wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi all. I've recently had problems installing / upgrading cron from
 apt-get. It seemed to be a problem with not being able to
 find /usr/bin/crontab while upgrading - so I removed cron, and then
 attempted to install it. Here is the output:


I gather that you are running unstable as I am.  Just wait a day or two and a 
new fixed cron package will magically appear.  Running unstable will have the 
odd bump in the road.  If it really has to be fixed right now I would suggest 
examining the install script and see what its doing wrong (perhaps it should 
be /etc/crontab rather than /usr/bin/crontab -- just a guess).

RJP


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