Skip to content

Tag: ubuntu

Bash poweroff script hangs system

My intention is to cycle through my list of ips and poweroff if my ping succeeds first. However the systems seems to hang. After running this script I can’t ping the systems anymore and they aren’t powered off. If I run ssh 192.168.1.ip “sudo poweroff” through terminal I dont encounter…

dh: unable to load addon autoreconf in Ubuntu 14.04

I am working with Openvswitch to create mpls vpn network on mininet platform. I am using Ubuntu 14.04 server with kernel version: 4.4.0-97-generic. I am trying to upgrade my openvswitch from 2.0.0 version to version 2.5.2 which is supported by kernel version 4.4.0 . I am following the steps for openvswitch up…

Remove PHP errors from CLI and PHPMyAdmin

I’m currently getting the following errors when using PHP via command line and on PHPMyAdmin. Command line error PHPMyAdmin error What’s the easiest way to disable these errors? The command line errors don’t make sense because all them work correctly. When I navigate to the directory where i…