Stefan Sayer writes: > > actually sems is not hanging, but prints configuration again and dies. > is there an exception loading a certain python script? I think I once > had something similar, where embedded python wasn't logging errors but > simply died.
i don't currently have import(mod_py); statement in any of my dsm diags. i had it in one, but then got an error message telling that mod_py needs to be preloaded. i then removed the import and added mod_py to preload_mods in dsm.conf. after that sems dies at startup as i have shown. perhaps i'll use mod_curl and do the python stuff in the web server. may be safer anyway due to potential memory leaks. -- juha _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
