Home Tools Task Scheduler
Hi All, When clicking on Home Tools Task Scheduler Koha gives the following error. Any help is apreciated regards Liny Koha error The following fatal error has occurred: Schedule::At: Can't exec getJobs command: No such file or directory Apache Server version: Apache/2.2.3 Server built: Jul 29 2009 09:49:56 Koha 3.00.00.107 Koha DB 3.0000107 MySQL mysql Ver 14.12 Distrib 5.0.32, for pc-linux-gnu (i486) using readline 5.2 OS Linux unionopac 2.6.18-6-686 #1 SMP Sat Dec 27 09:31:05 UTC 2008 i686 GNU/Linux Perl 5.008008
The task scheduler hasn't worked for several versions now. See http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=1993 I really wish the links/references would get commented out until someone does come up with a fix. Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of liny@cusat.ac.in Sent: Tuesday, March 09, 2010 4:36 AM To: koha@lists.katipo.co.nz Subject: [Koha] Home > Tools > Task Scheduler Hi All, When clicking on Home > Tools > Task Scheduler Koha gives the following error. Any help is apreciated regards Liny Koha error The following fatal error has occurred: Schedule::At: Can't exec getJobs command: No such file or directory Apache Server version: Apache/2.2.3 Server built: Jul 29 2009 09:49:56 Koha 3.00.00.107 Koha DB 3.0000107 MySQL mysql Ver 14.12 Distrib 5.0.32, for pc-linux-gnu (i486) using readline 5.2 OS Linux unionopac 2.6.18-6-686 #1 SMP Sat Dec 27 09:31:05 UTC 2008 i686 GNU/Linux Perl 5.008008 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
On 12 March 2010 03:37, Wagner, Jane <jwagner@ptfs.com> wrote:
The task scheduler hasn't worked for several versions now. See
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=1993
I really wish the links/references would get commented out until someone does come up with a fix.
Yay, I get to pull out my, "Send a patch and the links will disappear" response. Thats the beauty of Koha, you can be the someone who makes the links disappear. Chris
Perhaps the 'at' command is missing? Seems unlikely, another possibility is the path of the user this runs as doesn't include it. If you run 'which at' at the command line, do you get something meaningful? -reed On Tue, Mar 9, 2010 at 10:36 PM, <liny@cusat.ac.in> wrote:
Hi All,
When clicking on Home › Tools › Task Scheduler Koha gives the following error. Any help is apreciated
regards
Liny
Koha error
The following fatal error has occurred:
Schedule::At: Can't exec getJobs command: No such file or directory
Apache Server version: Apache/2.2.3 Server built: Jul 29 2009 09:49:56 Koha 3.00.00.107 Koha DB 3.0000107 MySQL mysql Ver 14.12 Distrib 5.0.32, for pc-linux-gnu (i486) using readline 5.2 OS Linux unionopac 2.6.18-6-686 #1 SMP Sat Dec 27 09:31:05 UTC 2008 i686 GNU/Linux Perl 5.008008
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Liny, 'at' was the problem with my configuration. It had me scratching my head for a day or two. Make sure that you have the Perl module Schedule::At installed and that your web server has permission to use the 'at' system command. On my system (Ubuntu) access to 'at' is configured with /etc/at.allow and etc/at.deny. I had to remove my web-server user (www-data in my case) from the deny list. I found the documentation for configuring 'at' on my system in the man pages for my linux distro http://manpages.ubuntu.com/manpages/lucid/man1/at.1.html A quick search of the PCLinux documentation didn't turn anything up, so you may need to do a 'man at' on your server to find the specifics for your system. I hope this helps! On Tue, Mar 9, 2010 at 4:36 AM, <liny@cusat.ac.in> wrote:
Hi All,
When clicking on Home › Tools › Task Scheduler Koha gives the following error. Any help is apreciated
regards
Liny
Koha error
The following fatal error has occurred:
Schedule::At: Can't exec getJobs command: No such file or directory
Apache Server version: Apache/2.2.3 Server built: Jul 29 2009 09:49:56 Koha 3.00.00.107 Koha DB 3.0000107 MySQL mysql Ver 14.12 Distrib 5.0.32, for pc-linux-gnu (i486) using readline 5.2 OS Linux unionopac 2.6.18-6-686 #1 SMP Sat Dec 27 09:31:05 UTC 2008 i686 GNU/Linux Perl 5.008008
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Jason Sherman
participants (5)
-
Chris Cormack -
jason sherman -
liny@cusat.ac.in -
Reed Wade -
Wagner, Jane