Since the release of FusionAuth – i’ve been a huge fan! its lightweight, stable and adheres to standards. FusionAuth is by far the best and most complete authentication authorization and user-management system, which gets you real value for your buck. Build for Devs ‘Build for devs’ is one of the unique selling points of FusionAuth…
Category: debugging
A software bug is an error, flaw, failure or fault in a computer program or system that causes it to produce an incorrect or unexpected result, or to behave in unintended ways. The process of finding and fixing bugs is termed “debugging” and often uses formal techniques or tools to pinpoint bugs, and since the 1950s, some computer systems have been designed to also deter, detect or auto-correct various computer bugs during operations.
FusionAuth + Apache
If you’re attempting to run a FusionAuth Instance behind a Apache, this little configuration snippet will come in handy. ( ProxyPassReverse,ProxyPass,RequestHeader )
Zanata-docker sql error.
Zanata throws error.
ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (default task-6) Unknown column ‘hglossaryt0_.glossaryEntryId’ in ‘field list’
Black screen during proxmox installation
While installing Proxmox 5.x on some old servers, the installer seems to stop and show a black screen. after checking the installation-medium and retrying to install i noticed the monitor showing a ‘out of range/unsupported resolution’ just before the installation ‘hangs’ So, i inspected the grub config and noticed the splash screen was the culprit,…
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
Are you trying to run ‘something’ that uses ElasticSearch? maybe with docker? [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] Search no more. The vm_max_map_count kernel setting needs to be set to at least 262144 for production use. To increase the setting on a live system run the…