tubby1981

Results 6 comments of tubby1981

Thank you folays for these commits. lua-tinycdb is working with lua5.2 with these changes. The only error I got with example.lua is: free(): invalid pointer Aborted (core dumped)

**Warning: Undefined array key "main" insrc/whois.parser.php on line 37** changed line 37 `from: if (empty($blocks) || !is_array($blocks['main'])) to: if (empty($blocks) || (isset($blocks['main']) && !is_array($blocks['main'])))`

our backup software is commvault. Found this topic about this https://community.commvault.com/technical-q-a-2/vmware-backup-job-status-output-via-custom-attributes-1796

The check is now running production. The experience is good. Only I miss the regex option. I now have to whitelist over 20 VMs (platform) that start with the same...

It seems so, because in the 0.5.2 version this configuratio option was still there. Can this configuration option be added again? 0.5.2 version enable_user_signup: true default_shell: "/bin/bash" default_homedir: "/home"

Solved by placing mokey templates in the /usr/share/mokey/templates directory and removing the registration link there. It would be nice if this could also can be done via a configuration option.