AtoMiC-ToolKit icon indicating copy to clipboard operation
AtoMiC-ToolKit copied to clipboard

Lazy Librarian Install broken for OLD init scripts

Open TommyE123 opened this issue 8 years ago • 5 comments

Unfortunately the startup scripts have changed over at LazyLibrarian which has broken the install of this application.

I'll get on this as soon as I can.

TommyE123 avatar Apr 27 '17 15:04 TommyE123

This is partially fixed. However I don't think its working quite right for older Linux versions that don't support systemd. I'll continue to look into this.

TommyE123 avatar May 04 '17 19:05 TommyE123

same problem:

Warning: lazylibrarian.service changed on disk. Run 'systemctl daemon-reload' to reload units. ... Failed at step EXEC spawning /etc/init.d/lazylibrarian: No such file or directory ... Control process exited, code=exited status=203 ....

starmate75 avatar Jul 18 '17 20:07 starmate75

I am having fits getting lazylibrarian running after updating it with AtoMiC-ToolKit. What follows is the output of a systemctl status lazylibrarian: harry@hawk-server:~/AtoMic-ToolKit$ sudo systemctl status lazylibrarian ● lazylibrarian.service - LSB: starts instance of LazyLibrarian Loaded: loaded (/etc/init.d/lazylibrarian; enabled; vendor preset: enabled) Active: active (exited) since Mon 2017-08-28 18:18:04 PDT; 3min 9s ago Process: 4816 ExecStop=/etc/init.d/lazylibrarian stop (code=exited, status=0/SUCCESS) Process: 5604 ExecStart=/etc/init.d/lazylibrarian start (code=exited, status=0/SUCCESS)

Aug 28 18:18:04 hawk-server lazylibrarian[5604]: main() Aug 28 18:18:04 hawk-server lazylibrarian[5604]: File "LazyLibrarian.py", line 105, in main Aug 28 18:18:04 hawk-server systemd[1]: Started LSB: starts instance of LazyLibrarian. Aug 28 18:18:04 hawk-server lazylibrarian[5604]: lazylibrarian.initialize() Aug 28 18:18:04 hawk-server lazylibrarian[5604]: File "/opt/lazylibrarian/lazylibrarian/init.py", line 190, in initialize Aug 28 18:18:04 hawk-server lazylibrarian[5604]: IMP_PREFLANG = check_setting_str(CFG, 'General', 'imp_preflang', IMP_PREFLANG) Aug 28 18:18:04 hawk-server lazylibrarian[5604]: File "/opt/lazylibrarian/lazylibrarian/init.py", line 153, in check_setting_str Aug 28 18:18:04 hawk-server lazylibrarian[5604]: logger.debug(item_name + " -> " + my_val) Aug 28 18:18:04 hawk-server lazylibrarian[5604]: TypeError: cannot concatenate 'str' and 'list' objects Aug 28 18:19:16 hawk-server systemd[1]: Started LSB: starts instance of LazyLibrarian.

This also happened last week and I spent the weekend getting my LazyLibrarian configured again. Before I upgraded LL informed me I was over 2000 commits behind.

Any help would be appreciated.

goldharv avatar Aug 29 '17 01:08 goldharv

Hi @goldharv, Which Linux version are you running?

TommyE123 avatar Aug 29 '17 09:08 TommyE123

This is currently broken due to the LL program its self having issues.

TommyE123 avatar Oct 15 '17 19:10 TommyE123