[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2013-05-08 Thread Bill Sumerlin
*** This bug is a duplicate of bug 36816 ***
https://bugs.launchpad.net/bugs/36816

test -x /usr/sbin/anacron  is returning a result code of 1  whether
anacron is installed or not.

I am running ubuntu 10.04 in an Amazon EC2 instance from an Ubuntu AMI.
anacron is NOT installed on this system, though test -x seems to think
it is.

So cron.daily is never run...

So I have 2 choices...  modify the system script wherever it is, or make
a new entry in crontab for the various scripts installed in cron.daily.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/382315

Title:
  cron.daily doesn't execute scheduled scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/anacron/+bug/382315/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2011-05-17 Thread Kadok0520
*** This bug is a duplicate of bug 36816 ***
https://bugs.launchpad.net/bugs/36816

ubuntu 10.04.2
10.10
11.04

also have this problem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/382315

Title:
  cron.daily doesn't execute scheduled scripts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2011-03-26 Thread Teej
I have sent the bug upstream to Debian, but they may ask to test the
version in Testing or Experimental, which is the version we have in
Maverick and Natty. You can track it and make comments at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619648 Bug set to
Triaged.

** Bug watch added: Debian Bug tracker #619648
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619648

** Also affects: anacron (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619648
   Importance: Unknown
   Status: Unknown

** Changed in: anacron (Ubuntu)
   Status: Incomplete = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/382315

Title:
  cron.daily doesn't execute scheduled scripts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2011-03-26 Thread RĂ¼diger Kupper
*** This bug is a duplicate of bug 36816 ***
https://bugs.launchpad.net/bugs/36816

** This bug has been marked a duplicate of bug 36816
   Anacron doesn't work with suspend/hibernation
 * You can subscribe to bug 36816 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/anacron/+bug/36816/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/382315

Title:
  cron.daily doesn't execute scheduled scripts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2011-03-25 Thread Teej
Hi guys,
There have been a few version changes since the last reported release (Lucid). 
The version in the development release Natty is the same version in Maverick, 
so **if possible** would anyone with this problem be able to test it on there, 
since this problem may be configuration-specific? Thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/382315

Title:
  cron.daily doesn't execute scheduled scripts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2010-12-13 Thread Qianqian Fang
Removing sendmail and related packages made my cron.daily work again! I
did try the approach in Comment #5 by adding exit in the apt cron
script, but it did not work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/382315

Title:
  cron.daily doesn't execute scheduled scripts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2010-12-02 Thread Qianqian Fang
This bug has been bothering me for almost a year. Please investigate. thanks
Ubuntu 10.04.1 LTS x86_64.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/382315

Title:
  cron.daily doesn't execute scheduled scripts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2010-11-09 Thread Frank S.
Bug confirmed on Ubuntu 10.04.1 LTS x86_64.

-- 
cron.daily doesn't execute scheduled scripts
https://bugs.launchpad.net/bugs/382315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2010-06-09 Thread Matt Austin
I am experiencing the same issue with a new Ubuntu 10.04LTS Server
instance.

/var/log/syslog shows that cron.daily is being triggered:
Jun  4 04:57:01 zoidberg CRON[3861]: (root) CMD (test -x /usr/sbin/anacron || ( 
cd /  run-parts --report /etc/cron.daily ))
Jun  5 04:57:01 zoidberg CRON[12269]: (root) CMD (test -x /usr/sbin/anacron || 
( cd /  run-parts --report /etc/cron.daily ))
Jun  6 04:57:01 zoidberg CRON[28089]: (root) CMD (test -x /usr/sbin/anacron || 
( cd /  run-parts --report /etc/cron.daily ))
Jun  7 04:57:01 zoidberg CRON[20047]: (root) CMD (test -x /usr/sbin/anacron || 
( cd /  run-parts --report /etc/cron.daily ))
Jun  8 04:57:01 zoidberg CRON[7968]: (root) CMD (test -x /usr/sbin/anacron || ( 
cd /  run-parts --report /etc/cron.daily ))
Jun  9 04:57:01 zoidberg CRON[23848]: (root) CMD (test -x /usr/sbin/anacron || 
( cd /  run-parts --report /etc/cron.daily ))

and running run-parts manually, executes all cron.daily scripts
correctly:

m...@zoidberg:~$ sudo run-parts -v /etc/cron.daily
run-parts: executing /etc/cron.daily/00logwatch
run-parts: executing /etc/cron.daily/apache2
run-parts: executing /etc/cron.daily/apticron
run-parts: executing /etc/cron.daily/logrotate
run-parts: executing /etc/cron.daily/ntp
run-parts: executing /etc/cron.daily/popularity-contest
run-parts: executing /etc/cron.daily/sysklogd


If it makes any difference, this is on a new Parallels Virtuozzo/OpenVZ virtual 
server from Media Temple.

-- 
cron.daily doesn't execute scheduled scripts
https://bugs.launchpad.net/bugs/382315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2010-04-26 Thread marco.pallotta
I have posted the output of the command strace /usr/sbin/anacron
Launching anacron by hand seems to run, correctly, all the scripts.

** Attachment added: anacron.out
   http://launchpadlibrarian.net/45467827/anacron.out

-- 
cron.daily doesn't execute scheduled scripts
https://bugs.launchpad.net/bugs/382315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2010-04-21 Thread marco.pallotta
The problem is still present on Lucid Beta2.

If  I manually run 
run-parts -v /etc/cron.daily 
(letting apt unmodified) all the scripts are executed correctly.

-- 
cron.daily doesn't execute scheduled scripts
https://bugs.launchpad.net/bugs/382315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2010-04-21 Thread Scott James Remnant
Could you adjust/fiddle with the stamp file then run strace
/usr/sbin/anacron for me

** Changed in: anacron (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: anacron (Ubuntu)
   Importance: Undecided = Medium

-- 
cron.daily doesn't execute scheduled scripts
https://bugs.launchpad.net/bugs/382315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2010-02-23 Thread NeilEvanJensen
I had found this same problem today in karmic 9.10 for cron.daily I got
it to work by editing the /etc/cron.daily/apt script by putting the word
exit at the beginning of the script and problem gone.  You can check the
functioning of the cron.daily running by executing sudo run-parts -v
/etc/cron.daily

I also have noticed that the regular root users crontab has a bug I get
E23 no alternate file and it won't let me add anything there.


Here is the page I referenced for my solution 
https://lists.ubuntu.com/archives/ubuntu-users/2009-February/175422.html

-- 
cron.daily doesn't execute scheduled scripts
https://bugs.launchpad.net/bugs/382315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2010-02-03 Thread Nikolaus Rath
** Changed in: anacron (Ubuntu)
   Status: New = Confirmed

-- 
cron.daily doesn't execute scheduled scripts
https://bugs.launchpad.net/bugs/382315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2009-07-21 Thread marco.pallotta
When I manually run 
run-parts --report /etc/cron.daily

all scripts are executed ok.
As I already told I suspect there is a bug in anacron.

-- 
cron.daily doesn't execute scheduled scripts
https://bugs.launchpad.net/bugs/382315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2009-07-15 Thread Nikolaus Rath
What happens when you run run-parts --report /etc/cron.daily?

-- 
cron.daily doesn't execute scheduled scripts
https://bugs.launchpad.net/bugs/382315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2009-06-11 Thread marco.pallotta
I suspect the problem is in anacron.

-- 
cron.daily doesn't execute scheduled scripts
https://bugs.launchpad.net/bugs/382315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382315] Re: cron.daily doesn't execute scheduled scripts

2009-06-01 Thread marco.pallotta
Some days ago I have started my PC and syslog sayd:

May 14 08:40:56 ramses anacron[6696]: Anacron 2.3 started on 2009-05-14
May 14 08:40:56 ramses anacron[6696]: Will run job `cron.daily' in 5 min.
...
...
May 14 08:45:56 ramses anacron[6696]: Job `cron.daily' started
May 14 08:45:56 ramses anacron[7302]: Updated timestamp for job `cron.daily' to 
2009-05-14

but then it seems that no scripts, in /etc/cron.daily, were executed (I also 
made a script that do a simple touch of a file in a directory but nor this was 
executed). Moreover  my anacrontab has a period of 1 day and my PC was off for 
about 3-4 days, so the jobs weren't executed for more than 1 day (that it seems 
the period after the which anacron starts the job) and they should have been 
run.
If I watched /var/spool/anacron/cron.daily file I could see the timestamp 
updated to 20090514 so anacron assumed that the jobs were executed but this 
wasn't.

-- 
cron.daily doesn't execute scheduled scripts
https://bugs.launchpad.net/bugs/382315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs