LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 09-12-2014, 01:48 PM   #1
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Rep: Reputation: 49
cron.daily missing from webmin's cron listing


Just installed logwatch on a server, and wanted to go into webmin to make sure it was in cron.daily, but webmin isn't showing /etc/cron.daily, although it shows /etc/cron.hourly.

0logwatch does show up in /etc/cron.daily looking on the server, but shouldn't webmin show it too?
 
Old 09-23-2014, 12:24 PM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
webmin version?
 
Old 09-23-2014, 12:40 PM   #3
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
1.700
 
Old 09-23-2014, 01:43 PM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
I have the same version,
and I see them (it, really) under "Scheduled Cron Jobs":
Code:
/etc/cron.daily/man-db
/etc/cron.daily/popularity-contest
/etc/cron.daily/update-notifier-common
/etc/cron.daily/passwd
/etc/cron.daily/bsdmainutils
/etc/cron.daily/standard
/etc/cron.daily/dpkg
/etc/cron.daily/logrotate
/etc/cron.daily/mlocate
/etc/cron.daily/apt
/etc/cron.daily/aptitude
/etc/cron.daily/apport
/etc/cron.daily/apt-show-versions
after I installed the "The Webmin Cron Jobs module".
Are we on the same page so far?
 
1 members found this post helpful.
Old 09-23-2014, 01:46 PM   #5
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
I think we're on the same page :-)

In webmin, when I go under System/Scheduled Cron Jobs, I only see the following stuff show up
root Yes /usr/lib64/sa/sa1 1 1
root No /usr/lib64/sa/sa1 600 6 &
root Yes /usr/lib64/sa/sa2 -A
root Yes /etc/cron.hourly/0anacron
/etc/cron.hourly/mcelog.cron
root Yes /usr/sbin/raid-check

I don't get it. Webmin's the only thing that ever works right out of the box for me hahaha
 
Old 09-23-2014, 02:15 PM   #6
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
and how was it installed and what OS/distro?
 
Old 09-23-2014, 02:45 PM   #7
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
The "installing the rpm" section of this
http://www.webmin.com/rpm.html

CentOS 6.5
 
Old 09-23-2014, 04:08 PM   #8
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
and you've verified the directory /etc/cron.daily on the drive outside of webmin, and its contents?
 
1 members found this post helpful.
Old 09-23-2014, 04:35 PM   #9
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
yup, I can cd to it and ls it and see stuff.
 
Old 09-23-2014, 04:50 PM   #10
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
I'm fresh out of ideas today.
Perhaps a good night's sleep will help?
See you tomorrow.
 
Old 09-23-2014, 04:56 PM   #11
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
I tried sleeping on it a night too, it led to my post haha. ttyl.
 
Old 09-23-2014, 08:10 PM   #12
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
and it came up like an itch, I have to scratch.
Are you logging in as root or with a user that has sudo privs?

Itch scratched, Good Night.
 
Old 09-24-2014, 08:11 AM   #13
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
correct. logging in to webmin as root.
 
Old 09-24-2014, 08:53 AM   #14
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Yeah, I'm not sure. I have the same version on Centos 6.5 that I got from
Code:
wget http://superb-dca2.dl.sourceforge.net/project/webadmin/webmin/1.700/webmin-1.700-1.noarch.rpm
Lacking any real solution, I would remove the rpm by using
Code:
rpm -e --nodeps <package>
where <package> is result of
Code:
rpm -qa | grep webmin
and re-install using the wget link shown.
 
1 members found this post helpful.
Old 09-24-2014, 10:46 AM   #15
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
Yeah, i'm kind of at a loss too. maybe i'll let this one hang in the breeze since it's minor, maybe someone else has seen and conquered this before. Thanks for all the suggestions though.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] /etc/cron.daily/slocate.cron - multiple /usr/bin/updatedb degrades performance ray63 Linux - Server 2 01-05-2012 05:04 PM
cron - how to give priority to a task running in cron.daily? MeeLee Linux - Newbie 3 11-09-2010 08:41 AM
adding a perl script to cron.daily / cron.d to setup a cron job CrontabNewBIE Linux - Software 6 01-14-2008 08:16 AM
cron hourly, daily, cron.d jobs don't execute eggsmartha Linux - General 3 09-17-2007 06:37 PM
Can any one plz explain why/what for cron.d, cron.daily, cron.weekly etc are there. mavinashbabu Linux - Newbie 4 09-21-2006 01:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 08:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration