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 »

Linux : vsFTPd 550 Permission denied error

Have you encountered the following error while doing upload or delete operation with vsFTPd server? 550 Permission denied error Open your vsFTPd configuration file : /etc/vsftpd/vsftpd.conf Or : /etc/vsftpd.conf 1. Locate the following parameter : write_enable=YES Set to YES or make sure it is not commented # (remove comment and reload the daemon). 2. If… Read More »