Author Archives: Kaven Gagnon

avatar

About Kaven Gagnon

System & Network Architect

VMware : Power on virtual machine cannot be found

I have encountered the following issue lately trying to power on a virtual machine with a limited permission user using the vSphere Web Client : The “Power on virtual machine” operation failed for the entity with the following error message. Virtual machine cannot be found. This happened with a regular user with the appropriate role… Read More »

Mac : OpenVPN JSONDialog: Error running jsondialog

Have you encountered the following error trying to connect to OpenVPN server? JSONDialog: Error running jsondialog, status=(5, [], [‘task_for_pid(): 0x5’]), stdout=[], I have observed the following error message under the following circumstances : Operating system : Mac OSX El Capitan 10.11 OpenVPN client : v2.0.18.202 or older version The problem occur because of the System… Read More »

Linux : kernel httpd invoked oom-killer

You have noticed such behaviour in the system logs (/var/log/messages)? kernel: httpd invoked oom-killer: gfp_mask=0x201d2, order=0, oomkilladj=0 kernel: Call Trace: kernel: [<ffffffff800cb67d>] out_of_memory+0x8e/0x2f3 kernel: [<ffffffff8002e493>] __wake_up+0x38/0x4f kernel: [<ffffffff8000a7ea>] get_page_from_freelist+0x2/0x442 kernel: [<ffffffff8000f6a2>] __alloc_pages+0x27f/0x308 kernel: [<ffffffff8001308d>] __do_page_cache_readahead+0x96/0x17b kernel: [<ffffffff800139d6>] filemap_nopage+0x14c/0x360 kernel: [<ffffffff80008972>] __handle_mm_fault+0x1fd/0x103b kernel: [<ffffffff8000c795>] _atomic_dec_and_lock+0x39/0x57 kernel: [<ffffffff800671ae>] do_page_fault+0x499/0x842 kernel: [<ffffffff8005ddf9>] error_exit+0x0/0x84 Additionally, the system was hanging/very… Read More »

VMware : Call “HostFirewallSystem.UpdateRuleset” for object “firewallSystem” on ESXi failed

Having the following error trying to apply IP restriction in the ESXi firewall using the vSphere client? Call “HostFirewallSystem.UpdateRuleset” for object “firewallSystem” on ESXi “0.0.0.0” failed. Operation failed, diagnostics report: Sysinfo error on operation returned status : Already exists. Please see the VMkernel log for detailed error information This behaviour can happen under the following… Read More »