Entries from 2015-02-01 to 1 month

REALLOC - Part1

The realloc() function changes the size of the memory block pointed to by ptr to size bytes. void* realloc(void* oldmem, size_t bytes) The contents will be unchanged in the range from the start of the region up to the minimum of the old an…

Error: autofs stop working - part1

Suddenly autofs stop working from time time. Here is an error message in syslog on ldap client. Feb 3 11:14:58 <hostname> automount[2462]: __init_ldap_connection: lookup(ldap): TLS required but START_TLS failed: Can't contact LDAP server __init_ldap</hostname>…