Re: [Koha] cron issue with Koha on Ubuntu

2017-02-23 Thread Tomas Cohen Arazi
Check /etc/defaults/koha-common for the USE_INDEXER option. If you are carrying that file from old upgrades it might be disabled. If it is enabled, service koha-common restart should take care El jue., 23 de feb. de 2017 11:36 AM, Mark Alexander escribió: > Excerpts from Steve Nickerson's messag

Re: [Koha] cron issue with Koha on Ubuntu

2017-02-23 Thread Mark Alexander
Excerpts from Steve Nickerson's message of 2017-02-23 09:15:26 -0500: > OK, so I dug further and do indeed find cron running and can see the > jobs executing via /var/log/syslog. It appears that everything is > working EXCEPT that the zebra indexing updates aren't working > correctly. I see the

Re: [Koha] cron issue with Koha on Ubuntu

2017-02-23 Thread Steve Nickerson
bra rebuild manually. Thanks! Steve -Original Message- From: Mark Alexander [mailto:ma...@pobox.com] Sent: Tuesday, February 21, 2017 1:58 PM To: Steve Nickerson Cc: koha Subject: RE: [Koha] cron issue with Koha on Ubuntu Excerpts from Steve Nickerson's message of 2017-02-21 12:04:10 -

Re: [Koha] cron issue with Koha on Ubuntu

2017-02-21 Thread Mark Alexander
Excerpts from Steve Nickerson's message of 2017-02-21 12:04:10 -0500: > The server on all the time, but the problem was that /usr/sbin/anacron didn't > exist so the jobs were never kicking off because of the "test -x > /usr/sbin/anacron" was of course not finding anacron. That is surprising. If

Re: [Koha] cron issue with Koha on Ubuntu

2017-02-21 Thread Steve Nickerson
esday, February 21, 2017 9:57 AM To: koha Cc: Steve Nickerson Subject: RE: [Koha] cron issue with Koha on Ubuntu I wrote: > I'm not sure I understand why anacron was required. Looking at this some more, could it be that your server isn't running continuously? The reason I ask is t

Re: [Koha] cron issue with Koha on Ubuntu

2017-02-21 Thread Mark Alexander
I wrote: > I'm not sure I understand why anacron was required. Looking at this some more, could it be that your server isn't running continuously? The reason I ask is that the file /etc/crontab on Debian 8 looks like this: 17 ** * * rootcd / && run-parts --report /etc/cron.hourly 25 6

Re: [Koha] cron issue with Koha on Ubuntu

2017-02-21 Thread Mark Alexander
Excerpts from Steve Nickerson's message of 2017-02-20 23:28:51 -0500: > Thank you Mark! As it turns out apparently my issue was that 'cron' was > installed but not 'anacron'. I had those same /etc/cron.d, /etc/cron.daily, > etc. files that you provided, but anacron wasn't installed/running, s

Re: [Koha] cron issue with Koha on Ubuntu

2017-02-20 Thread Steve Nickerson
dded anacron things seem to be working now. Maybe anacron should be one of the dependencies for the koha-common package??? -Original Message- From: Mark Alexander [mailto:ma...@pobox.com] Sent: Saturday, February 18, 2017 3:28 PM To: Steve Nickerson Cc: koha Subject: Re: [Koha]

Re: [Koha] cron issue with Koha on Ubuntu

2017-02-18 Thread Mark Alexander
Excerpts from Steve Nickerson's message of 2017-02-18 13:38:56 -0500: > Can someone tell > me what the crontab(s) should look like and which user they should run > under, please? Anyone have a URL with instructions already? Under my 16.11 installation, I see the following cron files, all owned b

[Koha] cron issue with Koha on Ubuntu

2017-02-18 Thread Steve Nickerson
I seem to recall seeing something about this perhaps but can't find the solution.I have the package version of Koha 16.05.09.000 installed and running on Ubuntu 16.04 LTS using the instructions at https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages#Add_A_Koha_Co mmunity_Repository. Thi