Linux : How to rename the network interface in CentOS/RHEL7

Since the latest major version release of CentOS/RHEL 7, it seem that we wen’t a bit crazy about the whole systemd thing… Seriously, having a network interface named “eno16780032” isn’t that great! Fortunately, there is a a way of getting back the old naming convention by following these steps : 1. Edit the Grub configuration… Read More »

iOS 9.3 : Unable to Verify Update

Having this error message trying to update your iPhone 5s to iOS 9.3? Unable to Verify Update iOS 9.3 failed verification because you are no longer connected to the Internet I have encountered this behaviour on a iPhone 5s device and it seem that this is also occurring on older devices such as iPad Air as well.… Read More »

Category: Mac

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 »