Hi guys, I'm upgrading invenio from 1.0.1 to the recently released 1.1.1 The upgrade instructions say that i have to stop bibsched along with apache, however bibsched continues running regardless of whatever i try (commands in bold)
*$ sudo -u www-data /opt/invenio/bin/bibsched stop* Stopping BibSched if running bibsched seems not to be running. Stopping all running BibTasks Stopped *invenio-1.1.1$ make check-upgrade* /usr/bin/python ./modules/miscutil/lib/inveniocfg_upgrader.py . --upgrade-check >>> Following upgrade(s) have not been applied yet: >>> * invenio_release_1_1_0 (Invenio 1.0.x to 1.1.0 upgrade) >>> * invenio_2012_11_15_hstRECORD_marcxml_longblob (Increase of hstRECORD.marcxml storage to longblob) >>> * invenio_2012_11_01_lower_user_email (Lowering user.email values) >>> * invenio_2012_11_21_aiduserinputlog_userid_check (Check existence of aidUSERINPUTLOG.userid column) >>> * invenio_2012_10_31_tablesorter_location (Standardisation of the jQuery tablesorter location) >>> Running pre-upgrade checks... >>> pre_check_custom_templates: Checking custom templates... >>> pre_check_bibsched: Checking bibsched process... >>> invenio_release_1_1_0: Invenio version v1.0.0 detected. >>> ERROR: Pre-upgrade check for pre_check_bibsched failed with the following errors: (-) Bibsched is running. Please stop bibsched using the command: /opt/invenio/bin/bibsched stop >>> ERROR: Upgrade check failed. Aborting. make: *** [check-upgrade] Error 1 *$ killall python* *$ killall -u www-data* * * All the above commands cant stop bibsched, since *$ sudo -u www-data /opt/invenio/bin/bibsched *always bring up the bibsched interface. ID PROC [PRI] USER RUNTIME SLEEP STATUS PROGRESS ------ --------- ---- ------------------- ----- ----- -------- 19 webcoll admin 2013-01-08 13:14:00 5m WAITING 20 webcoll admin 2013-01-08 13:14:30 5m WAITING 21 bibrank admin 2013-01-08 13:14:33 5m WAITING 17 bibindex admin 2013-01-08 13:14:38 5m WAITING 56 bibupload [3] websubmit.Insert_Record2013-01-08 15:02:22 ERROR Reading XML input 57 bibupload [3] websubmit.Insert_Record2013-01-08 15:36:38 WAITING 24 dbdump admin 2013-01-08 18:00:07 20h WAITING 58 bibupload:C:\fakepatsadmin 2013-01-10 10:14:40 WAITING 59 bibupload [3] 2013-01-10 11:16:03 WAITING 23 inveniogc admin 2013-01-13 01:00:51 7d WAITING 60 bibupload 2013-01-16 16:49:23 ERROR Reading XML input 61 bibupload 2013-01-16 16:51:55 ERROR Reading XML input 62 bibupload 2013-01-18 10:33:59 ERROR Done 675 out of 907. 63 bibupload 2013-01-18 11:10:56 DONE WITH ERRORSDone 0 out of 907. 64 bibupload 2013-01-18 11:12:41 ERROR Done 675 out of 907. 68 bibupload 2013-01-18 15:23:14 ERROR Done 675 out of 907. 22 bibrank admin 2013-01-20 00:00:25 14d WAITING 18 bibreformat admin 2013-01-22 12:13:48 5m WAITING 89 bibupload 2013-01-23 16:29:26 WAITING What would make bibsched so unstoppable ? rebooting makes no difference too, i've tried purging the scheduled tasks to no avail. Regards, Allan.

