When I start openser and tlsops-module, I get this error:
/sbin/openser[11963]: ERROR:tlsops:mod_init: failed to register pvar 'tls_version' /sbin/openser[11963]: init_mod(): Error while initializing module tls
Any ideas?
Henri
Hi,
I only get these:
DEBUG: init_mod: tls /sbin/openser[12378]: tls module - initializing... /sbin/openser[12378]: xl_add_extra_spec: cannot alloc extra item localhost /sbin/openser[12378]: ERROR:tlsops:mod_init: failed to register pvar 'tls_version' localhost /sbin/openser[12378]: init_mod(): Error while initializing module tls localhost /sbin/openser[12378]: tls module - shutting down... localhost /sbin/openser[12378]: tls module - shutting down...done
Henri
Bogdan-Andrei Iancu kirjoitti:
the "xl_add_extra_spec: cannot alloc extra item" error means there is no more shm memory for allocating a new spec variable. I would say you have a huge shm memory consumer (usrloc?, lcr?) - try to increase the used memory and see if the problem goes away (use the command line -m param).
regards, bogdan
Henri Keski-Sikkila wrote: