On Tue, 4 Oct 2022 11:25:22 -0400
wrote:
> As I mentioned, the email which should
> have been generated did finally arrive, 3 hours later.
Actually, no, you didn't mention it in your original post.
--
Does anybody read signatures any more?
https://charlescurley.com
https://charlescurley.com/b
On Tue, 2022-10-04 at 11:25 -0400, pa...@quillandmouse.com wrote:
> Yes, Exim4, properly configured. As I mentioned, the email which should
> have been generated did finally arrive, 3 hours later. Go figure.
Looking at the email headers would help you figure out where on the
delivery route the del
On Tue 04 Oct 2022 at 11:25:22 (-0400), pa...@quillandmouse.com wrote:
> On Tue, 4 Oct 2022 08:21:20 -0600 Charles Curley wrote:
> > On Tue, 4 Oct 2022 09:11:59 -0400 wrote:
> >
> > > Can anyone give me a clue why the output of the script
> > > would fail to generate an email for me?
> >
> > Do
On Tue, 4 Oct 2022 15:25:29 +0100
debian-u...@howorth.org.uk wrote:
> > Folks:
> >
> > I have a Raspberry Pi (Raspberry Pi OS = Debian version 11.5) which
> > runs a backup daily via a file called /etc/cron.daily/backup. This
> > file generates copious output, which should get emailed to root. Th
On Tue, 4 Oct 2022 08:21:20 -0600
Charles Curley wrote:
> On Tue, 4 Oct 2022 09:11:59 -0400
> wrote:
>
> > Can anyone give me a clue why the output of the script
> > would fail to generate an email for me?
>
> Do you have a mail transport agent (MTA) such as postfix or exim
> installed?
>
Ye
> Folks:
>
> I have a Raspberry Pi (Raspberry Pi OS = Debian version 11.5) which
> runs a backup daily via a file called /etc/cron.daily/backup. This
> file generates copious output, which should get emailed to root. The
> backup script ran this morning at 06:25, as predicted. I know this
> becaus
On Tue, 4 Oct 2022 09:11:59 -0400
wrote:
> Can anyone give me a clue why the output of the script
> would fail to generate an email for me?
Do you have a mail transport agent (MTA) such as postfix or exim
installed?
--
Does anybody read signatures any more?
https://charlescurley.com
https://c
On Sun, 6 May 2018 10:14:54 +0100
Jonathan de Boyne Pollard
wrote:
> Michael Lange:
>
> > [...] I discovered that the syslog had become rather huge, so
> > apparently logrotate had not been performed for months.
> >
>
> See the thread started by John Cunningham on this very mailing list on
>
Michael Lange:
[...] I discovered that the syslog had become rather huge, so
apparently logrotate had not been performed for months.
See the thread started by John Cunningham on this very mailing list on
this topic 6 days before you did.
On Friday 05 December 2014 23:44:27 Sven Joachim wrote:
> On 2014-12-05 23:24 +0100, Rainer Dorsch wrote:
> > I have one machine here on which cron.daily is not run reliably with
> > anacron.
> >
> > I see in
> >
> > rd@blackbox:~/Managed/LinuxInst$ grep cron.daily /var/log/syslog
> > Dec 1 22:5
On 2014-12-05 23:24 +0100, Rainer Dorsch wrote:
> I have one machine here on which cron.daily is not run reliably with anacron.
>
> I see in
>
> rd@blackbox:~/Managed/LinuxInst$ grep cron.daily /var/log/syslog
> Dec 1 22:55:11 blackbox anacron[14161]: Job `cron.daily' terminated (mailing
> outp
Am 16.09.2010 15:28, schrieb Sven Joachim:
>
> Indeed you can't, you would have to write the code to insert the
> Content-* headers in the first place. Look at the launch_job function
> in runjob.c in the anacron source.
>
That looks just like the right spot. Thanks, Sven!
I wrote to anacron's
On Thu, 16 Sep 2010 15:11:51 +0200, Malte Forkel wrote:
> Am 16.09.2010 13:00, schrieb Camaleón:
>
>> As per "man 5 crontab":
(...)
>> Which does not comply with your e-mail (provided that there is no
>> "Content-Type:"). So if "anacron" is using the same routine to send e-
>> mails than "cron"
On 2010-09-16 15:11 +0200, Malte Forkel wrote:
> I think I have to convince anacron to use Content-* headers. But I'm not
> sure I can do that with the environment variables that cron uses.
Indeed you can't, you would have to write the code to insert the
Content-* headers in the first place. Loo
Am 16.09.2010 13:00, schrieb Camaleón:
> As per "man 5 crontab":
>
> ***
> (...)
>
> By default, cron will send mail using the mail "Content-Type:" header
> of"text/plain" with the "charset=" parameter set to the charmap /
> codeset ofthe locale in which crond(8) is started up - ie. eith
On Thu, 16 Sep 2010 11:12:33 +0200, Malte Forkel wrote:
> Am 16.09.2010 10:54, schrieb Camaleón:
>>
>> But the interesting part should be in the e-mail "header" not the
>> "body" of the message (I would like to see "Content-Type:" and
>> "Content-Transfer- Encoding:" part). Better if you send (or
Am 16.09.2010 10:54, schrieb Camaleón:
>
> But the interesting part should be in the e-mail "header" not the "body"
> of the message (I would like to see "Content-Type:" and "Content-Transfer-
> Encoding:" part). Better if you send (or upload to pastebin¹) the whole
> message intact, just delete
On Thu, 16 Sep 2010 10:02:14 +0200, Malte Forkel wrote:
> Am 15.09.2010 10:51, schrieb Camaleón:
>>
>> Mmm, can you upload a sample of the e-mail you are getting so we can
>> take a look into the header? Of course, the e-mail sample should not
>> contain private data :-)
>>
> Sure. Here are the
Am 15.09.2010 10:51, schrieb Camaleón:
>
> "Anacron" or "cron"? It seems they are two different packages :-?
>
Yes, they are. As far as I understand it, anacron makes sure that cron
jobs are run even if the machine is not up 24/7.
>
> Those bug reports are for "cron" and should be already fixe
On Wed, 15 Sep 2010 08:51:01 + (UTC)
Camaleón wrote:
Hello Camaleón,
> "Anacron" or "cron"? It seems they are two different packages :-?
They are; Anacron is recommended for machines that aren't up 24/7 so
missed cron jobs (many are run overnight by default) get run as soon a
is convenient
On Tue, 14 Sep 2010 17:54:17 +0200, Malte Forkel wrote:
> I'm using anacron for some tasks on a machine running Lenny. Error
> output from those jobs send by email looks strange in Thunderbird.
"Anacron" or "cron"? It seems they are two different packages :-?
> Mails send by cron supposedly res
On 2010-05-17 20:07 +0200, Rick Thomas wrote:
> On May 16, 2010, at 7:59 AM, Anacron wrote:
>
>> /etc/cron.weekly/apt-xapian-index:
>> Traceback (most recent call last):
>> File "/usr/sbin/update-apt-xapian-index", line 71, in
>>warnings.filterwarnings("ignore","")
>> NameError: name 'warnin
I just installed Sid on this Blue&White PowerMac G3.
This showed up in root's email-box.
Anybody know what it's all about?
Thanks!
Rick
On May 16, 2010, at 7:59 AM, Anacron wrote:
/etc/cron.weekly/apt-xapian-index:
Traceback (most recent call last):
File "/usr/sbin/update-apt-xapian-index
On 08.04.09 10:23, Daniel Dalton wrote:
> Are the following lines in /etc/anacrontab ok? Anyway to verify they
> will work or do I just have to wait?
> 1 20 rsnapshot_day /usr/bin/rsnapshot daily
> 7 35 rsnapshot_weekly /usr/bin/rsnapshot weekly
> @monthly
On 2008-07-08 19:15 +0200, Brian McKee wrote:
> I'm confused about running anacron and cron at the same time. I was
> under the impression that it was either/or, but I see on a server
> running here that it has both cron and anacron.
Just look at anacron's dependencies, it recommends cron.
> I
On Tue, Jul 8, 2008 at 1:15 PM, Brian McKee <[EMAIL PROTECTED]> wrote:
> How does anacron know that
> cron already ran that job and it doesn't need to?
Found my answer - there's a script called 0anacron in /etc/cron.daily
that runs 'anacron -u cron.daily' which updates anacron's time stamps
witho
On Sun, Dec 31, 2006 at 10:06:45AM +0200, Justin Hartman wrote:
> Every day I get an email to my root account with the following error:
>
> /etc/cron.daily/apt-cacher:
> flock() on closed filehandle $lck at
> /usr/share/apt-cacher/apt-cacher-cleanup.pl line 121.
> flock() on closed filehandle $lck
On Friday, 22.07.2005 at 04:06 -0700, Jose Cedeno wrote:
> On 7/21/05, Pascal Hakim <[EMAIL PROTECTED]> wrote:
> >
> > On Wed, Jul 20, 2005 at 12:38:57PM +0800, phyrster wrote:
> > > Hi Debianers,
> >
> > Hi,
> >
> > >
> > > Can anacron run hourly jobs?
> >
> > Nope. The smallest timespan that
On 7/21/05, Pascal Hakim <[EMAIL PROTECTED]> wrote:
On Wed, Jul 20, 2005 at 12:38:57PM +0800, phyrster wrote:> Hi Debianers,Hi,>> Can anacron run hourly jobs?Nope. The smallest timespan that anacron can schedule jobs for is a day.
> My /etc/anacrontab reads like this:>> =>
1
5
On Wed, Jul 20, 2005 at 12:38:57PM +0800, phyrster wrote:
> Hi Debianers,
Hi,
>
> Can anacron run hourly jobs?
Nope. The smallest timespan that anacron can schedule jobs for is a day.
> My /etc/anacrontab reads like this:
>
> =
> 1 5 cron.daily nice run-par
phyrster wrote:
> Can anacron run hourly jobs?
Nope. Isn't that what cron is for?
--
Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
PGP Key: 8B6E99C5 | main connection to the switchboard of souls.
---+---
On 05/01/04 13:20, R. Clayton wrote:
I've discovered that cron.daily isn't being run (the locate database is 8 days
old (I ran updatedb manually at one point), /usr/lib/man-cb/mandb hasn't been
updated since 15 August 2003, and so on). The command for daily in
/etc/crontab is
test -e /usr/sbin/a
On Sunday 02 May 2004 1:05 am, Micha Feigin wrote:
> On Sat, May 01, 2004 at 04:27:01PM -0700, Marc Wilson wrote:
> > On Sat, May 01, 2004 at 07:41:50PM +0100, Geoff Thurman wrote:
> > > Anacron is recommended if your computer is not left on more or
> > > less continuously. I'm not sure why it does
On Sat, May 01, 2004 at 04:27:01PM -0700, Marc Wilson wrote:
> On Sat, May 01, 2004 at 07:41:50PM +0100, Geoff Thurman wrote:
> > Anacron is recommended if your computer is not left on more or less
> > continuously. I'm not sure why it doesn't just supercede cron, or why
> > it isn't pulled in wi
On Sat, May 01, 2004 at 01:13:22PM -0400, R. Clayton wrote:
> I've discovered that cron.daily isn't being run (the locate database is 8 days
I encountered the same symptoms some time ago on my laptop and tracked
down what I thought was a generalized bug. After some discussion on
debian-laptop, it
On Sat, May 01, 2004 at 07:41:50PM +0100, Geoff Thurman wrote:
> Anacron is recommended if your computer is not left on more or less
> continuously. I'm not sure why it doesn't just supercede cron, or why
> it isn't pulled in with it or anything, [1] but I strongly advise you
> to install anacro
On Saturday 01 May 2004 8:18 pm, you wrote:
> Thanks for your reply to my message.
No problem.
>
>> but I strongly advise you to install anacron.
>
> anacron is installed. The problem's with the crontab entries, which
> don't do anything if anacron's installed (see my original message for
> an
On Saturday 01 May 2004 6:13 pm, R. Clayton wrote:
> I've discovered that cron.daily isn't being run (the locate database
> is 8 days old (I ran updatedb manually at one point),
> /usr/lib/man-cb/mandb hasn't been updated since 15 August 2003, and
> so on). The command for daily in /etc/crontab is
On Saturday 01 May 2004 6:13 pm, R. Clayton wrote:
> I've discovered that cron.daily isn't being run (the locate database
> is 8 days old (I ran updatedb manually at one point),
> /usr/lib/man-cb/mandb hasn't been updated since 15 August 2003, and
> so on). The command for daily in /etc/crontab is
Jeffrey L. Taylor wrote:
> Thank you for the information. On investigation, it appears my kernel
> does not have support for APM. It is time to grab another kernel
> image or compile my own. For the moment, I've hardcoded the return
> value and anacron will start. We will see if it actually doe
Quoting Mark Ferlatte <[EMAIL PROTECTED]>:
> Jeffrey L. Taylor said on Tue, Feb 25, 2003 at 04:13:01PM -0600:
> > Or not as the case may be. On my laptop, it insists that that the
> > laptop is on battery power and won't run. The laptop only runs on
> > AC since the battery won't hold a charge.
>
On Tue, 2003-02-25 at 23:13, Jeffrey L. Taylor wrote:
> Or not as the case may be. On my laptop, it insists that that the
> laptop is on battery power and won't run. The laptop only runs on
> AC since the battery won't hold a charge.
Have a look in /etc/init.d/anacron:
case "$1" in
start)
Jeffrey L. Taylor said on Tue, Feb 25, 2003 at 04:13:01PM -0600:
> Or not as the case may be. On my laptop, it insists that that the
> laptop is on battery power and won't run. The laptop only runs on
> AC since the battery won't hold a charge.
on_ac_power is probably broken on your laptop. You
On February 25, 2003 03:58 pm, Mark Ferlatte wrote:
> Just apt-get install anacron. It will Just Work (tm).
Yep, and leave cron in place (don't try to uninstall it). anacron
"recommends" cron.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [E
Quoting Mark Ferlatte <[EMAIL PROTECTED]>:
> Daniel L. Miller said on Tue, Feb 25, 2003 at 12:33:58PM -0800:
> > It looks like Anacron is much better choice vs. cron for system that
> > isn't a dedicated server - either a laptop or a dual-boot system.
> >
> > If this is the case, is there a partic
Daniel L. Miller said on Tue, Feb 25, 2003 at 12:33:58PM -0800:
> It looks like Anacron is much better choice vs. cron for system that
> isn't a dedicated server - either a laptop or a dual-boot system.
>
> If this is the case, is there a particular method I should follow to
> utilize Anacron inst
Am Freitag, 1. März 2002 14:43 schrieb Pietro Cagnoni:
> the problem is disk activity, not cpu load. nice won't help much.
And isn't there something like 'nice' that is capable to reduce disk access
of one process? That would be definetly the best.
> if your machine acts just as a router, maybe
On 01-Mar-2002 Christian Schoenebeck wrote:
> Hi!
>
> I'm using anacron on my router (just an old 486) and everytime anacron is
> running a job, it's hard to do anything else with it (e.g. takes about 5
> seconds or so just to get a login prompt and it takes a minute or more to get
> a small in
Christian Schoenebeck wrote:
>
> Hi!
>
> I'm using anacron on my router (just an old 486) and everytime anacron is
> running a job, it's hard to do anything else with it (e.g. takes about 5
> seconds or so just to get a login prompt and it takes a minute or more to get
> a small internet site). I
on Wed, Aug 08, 2001 at 08:40:35PM -0400, Chun Kit Edwin Lau ([EMAIL
PROTECTED]) wrote:
> Hi everyone,
> I just find out that there is a package called anacron which
> does similar things to cron. I wonder why they are no conflict to
> each other. What happen if both anacron and cron run s
Thanks Jimmy for your extremely detailed answer.
As a matter of fact I don't need any Apache on my LAPTOP; so I simply
dpkg --purge htdig, and now it is all ok.
Anyway I'm sure your answer will be very helpful to other people.
Ciao from Rome
Vittorio
Jimmy Richards [debian-user] <25/06/01 08:
On Mon, Jun 25, 2001 at 09:35:34AM +, Vittorio wrote:
> I regularly receive the following message I can't make head or tail of.
>
> What's htdig for and htmerg?
>
> Could someone tell what should I do?
>
> Ciao
>
> Vittorio
>
> Anacron [25/06/01 09:16 +]:
> > /etc/cron.daily/htdig:
> >
Vittorio <[EMAIL PROTECTED]> wrote:
>I regularly receive the following message I can't make head or tail of.
>
>What's htdig for and htmerg?
>
>Could someone tell what should I do?
If you don't need it, 'dpkg --purge htdig'. Find out whether you do need
it first, though. :)
(Yes, it's a bug that
I regularly receive the following message I can't make head or tail of.
What's htdig for and htmerg?
Could someone tell what should I do?
Ciao
Vittorio
Anacron [25/06/01 09:16 +]:
> /etc/cron.daily/htdig:
> htmerge: Unable to open word list file '/var/spool/htdig/db.wordlist.work'
>
On Thu, May 17, 2001 at 12:04:14PM -0500, Stephen E. Hargrove wrote:
> suddenly i'm getting the following email from anacron:
>
> /etc/cron.daily/logrotate:
> error: wn:32 { expected after log file name(s)
> run-parts: /etc/cron.daily/logrotate exited with return code 1
>
> anybody know what i ne
> On Fri, 25 May 2001 15:12:14 EDT, hall answered my question:
>
> *snip*
> > >
> > > Is it safe to remove /var/lib/slocate/slocate.db ?
> > > and create a new one?
> *snip
>
> with:
> >
> > I've deleted the existing file on more than one occasion
> > and it's been recreated the next time slocate r
On Fri, 25 May 2001 15:12:14 EDT, hall answered my question:
*snip*
> >
> > Is it safe to remove /var/lib/slocate/slocate.db ? and
> > create a new one?
*snip
with:
>
> I've deleted the existing file on more than one occasion and
> it's been recreated the next time slocate runs with no
> problem
> Today I recieved one of those wonderful mails from Anacron
> with thre following content:
>
> /etc/cron.daily/slocate:
> updatedb: this is not a valid slocate database:
> /var/lib/slocate/slocate.db
>
> Is it safe to remove /var/lib/slocate/slocate.db ? and
create
> a new one?
I've deleted the e
Thank you, Erdmut. This is much help -- indeed, the solution!
Many thanks,
judith
On Tue, Mar 06, 2001 at 12:23:27AM +0100, Erdmut Pfeifer wrote:
>
> I think what you are looking for is /etc/cron.d and the files therein.
> Typically, when anacron is installed, there is a file /etc/cron.d/ana
Thanks for solving my problem, Mike!
Change /etc/cron.d/anacron to change when anacron is run regularly.
On Mon, Mar 05, 2001 at 06:01:45PM -0500, mike polniak wrote:
>
> The cron daemon uses the files in /etc/cron.d as an extension of
> /etc/crontab. So /etc/cron.d/anacron runs /usr
To recap, I am trying to find out where anacron is instructed to run
at 7 am(ish) every morning so that i may change it to 5 am.
Thanks for any help,
judith
In response to a listing of suggested places to look, I document the
parts of anacron i now understand:
On Tue, Mar 06, 2001 at 12:50:20
On Mon, Mar 05, 2001 at 11:13:57PM +, Pollywog wrote:
>
> oops, sorry, I guess you already knew that.
> That's what I get for reading too fast.
>
Oops, on my part, too!
judith
On Mon, Mar 05, 2001 at 11:10:56PM +, Pollywog wrote:
>
> On Mon, 5 Mar 2001 15:58:10 -0600, Judith Elaine Bush said:
>
> > On Mon, Mar 05, 2001 at 09:12:33PM +0100, Erdmut Pfeifer wrote:
> > >
> > > as there is /etc/crontab for cron, there is a /etc/anacrontab for
> > anacron.
> >
> >
On Mon, Mar 05, 2001 at 03:58:10PM -0600, Judith Elaine Bush wrote:
> On Mon, Mar 05, 2001 at 09:12:33PM +0100, Erdmut Pfeifer wrote:
> >
> > as there is /etc/crontab for cron, there is a /etc/anacrontab for anacron.
>
> Indeed. Except the /etc/anacron specifies frequency (how many days
> apart s
On Mon, 5 Mar 2001 15:58:10 -0600, Pollywog said:
> /etc/anacrontab
> On Mon, Mar 05, 2001 at 09:12:33PM +0100, Erdmut Pfeifer wrote:
> >
> > as there is /etc/crontab for cron, there is a /etc/anacrontab for anacron.
>
> Indeed. Except the /etc/anacron specifies frequency (how many days
>
On Mon, 5 Mar 2001 15:58:10 -0600, Judith Elaine Bush said:
> On Mon, Mar 05, 2001 at 09:12:33PM +0100, Erdmut Pfeifer wrote:
> >
> > as there is /etc/crontab for cron, there is a /etc/anacrontab for anacron.
>
> Indeed. Except the /etc/anacron specifies frequency (how many days
> apart sh
Judith Elaine Bush wrote:
>
>
> I've edited /etc/crontab to change the time (ana)cron runs its daily,
> weekly, and monthly scripts. They still seem to run after 7 am and not
> at 5:25. The system has been rebooted since the crontab change (not my
> fault!), so any and all daemons have been restr
>
>
> I've edited /etc/crontab to change the time (ana)cron runs its daily,
> weekly, and monthly scripts. They still seem to run after 7 am and not
> at 5:25. The system has been rebooted since the crontab change (not my
> fault!), so any and all daemons have been restrted since the change.
>
>
On Mon, Mar 05, 2001 at 09:12:33PM +0100, Erdmut Pfeifer wrote:
>
> as there is /etc/crontab for cron, there is a /etc/anacrontab for anacron.
Indeed. Except the /etc/anacron specifies frequency (how many days
apart should something be done) and delay (how long after anacron is
invoked shoud some
On Mon, Mar 05, 2001 at 12:19:07PM -0600, Judith Elaine Bush wrote:
>
>
> I've edited /etc/crontab to change the time (ana)cron runs its daily,
> weekly, and monthly scripts. They still seem to run after 7 am and not
> at 5:25. The system has been rebooted since the crontab change (not my
> fault
On Mon, Dec 04, 2000 at 10:57:44PM +0100, Andre Berger wrote:
> I (username: andre) had this in my mail:
>
> The date of the message is:Mon, 28 Jan 1980 05:14:21 +0100
>
> The address to which the message has not yet been delivered is:
>
> [EMAIL PROTECTED]
> /etc/aliases (lsearch look
[2000-10-12] Francois Fayard wrote:
> > Failed to open database file retry: Invalid argument
> Don't be afraid, I have the same problem. Just wait until the bug is fixed,
> or switch back to Potato.
I think you can fix this one by just going into /var/spool/exim/db/ and
just deleting the database
On Thu, Oct 12, 2000 at 12:39:46AM +0200, Kai Weber wrote:
> Hi,
>
> after updating from potato to woody I have these Mails in roots inbox:
>
> --- snip -
>
> /etc/cron.daily/exim:
> Exim retry database in spool /var/spool/exim
> Failed to open database file retry: Invalid argument
>
Philip Lehman <[EMAIL PROTECTED]> writes:
> I have this small backup script for parts of my home directory and I
> want it to run as a daily job. The box is a laptop so cron jobs are
> not quite the way to go, but I'm sure there's a better way than
> putting "sudo -u username myscript" in the syst
On Tue, 11 Jan 2000, Philip Lehman wrote:
> Is there a way to set up anacron jobs as a non-root user? There
> doesn't seem to be an equivalent to the user crontab files and I
> couldn't find any other obvious solution.
$ crontab -e
allows a user to create/edit their own crontab.
---
On 11-Jan-2000 Philip Lehman wrote:
>
> Is there a way to set up anacron jobs as a non-root user? There
> doesn't seem to be an equivalent to the user crontab files and I
> couldn't find any other obvious solution.
>
> I have this small backup script for parts of my home directory and I
> want i
Hi!
I've been getting this on anacron for several days. Tried to re-install htdig
package but still getting this:
> /etc/cron.daily/htdig:
> DB2 problem...: missing or empty key value specified
Since I'm a relative newbie with no programming skills (sigh!) can anyone tell
me of a fix for this
I re-installed fileutils and shellutils since I was getting error messages
about not finding "du" and "id" as well.
Seems to be working just fine.
Thanks for the suggestions.
Eric
>
> On 01-Oct-99 eric k. wolven wrote:
> > Ray:
> >
> > You suggested I didn't have textutils installed: both a
On 01-Oct-99 eric k. wolven wrote:
> Ray:
>
> You suggested I didn't have textutils installed: both apt-get & dselect say
> the "newest version" is installed. (textutils-2.01).
>
> Generally system is ok but the most recent update of gpm, message error says
> "id" not found. Whatever is miss
Ray:
You suggested I didn't have textutils installed: both apt-get & dselect say
the "newest version" is installed. (textutils-2.01).
Generally system is ok but the most recent update of gpm, message error says
"id" not found. Whatever is missing/not linked is elusive.
Eric Wolven
> Hi!
On Fri, Oct 01, 1999 at 05:44:06 -0500, eric k. wolven wrote:
> I'm getting this read-out from my daily cron but haven't a clue what is wrong
> or more importantly, how to fix it. Any ideas?
Your system doesn't have the "textutils" package installed, which is weird
as it's a required/essential p
On 05-Jun-99 Frederic Dumont wrote:
> I'm using anacron to process cron jobs as soon as my computer starts. It used
> to send an email at the end with the output of each job. It doesn't anymore.
> The mail.log shows no sign of it, so it's not related to the mail delivery.
>
> Does anyone have a s
On Sat, Jun 05, 1999 at 12:37:39PM +0200, Frederic Dumont wrote:
> I'm using anacron to process cron jobs as soon as my computer starts. It used
> to send an email at the end with the output of each job. It doesn't anymore.
> The mail.log shows no sign of it, so it's not related to the mail deliver
On Mon, 9 Mar 1998, Bob Hilliard wrote:
> I update my hamm partition from a local mirror every four or five
> days. Since my last update (3/5/98) anacron runs normally every day,
> but there is no entry in /var/log/anacron. I don't know which
> packages were updated on the last run. Which
-BEGIN PGP SIGNED MESSAGE-
On Mon, 14 Jul 1997, Robert D. Hilliard wrote:
> Now that anacron is taking over the daily, weekly and monthly
> cron jobs, can I safely remove cron, or is it required for other
> system functions?
I wouldn't particuarly recomend removing cron. Most of t
anacron came with bo. (the next distribution, currently beta)
search in frozen/binary-i386/admin
I don't verify because I got kernel problems. But you should find it there.
Alexandre
On Tue, 22 Apr 1997, Robert D. Hilliard wrote:
> On Tue, 22 Apr 1997 you wrote:
>
> > This -should- help you
86 matches
Mail list logo