Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
“Windows cannot access drive. You do not have permission to access \share. ” We were stumped by this error on one of the internal machines we had set up as a shared server. We turned off password protected sharing but…
We had to reboot a server we manage which had frozen/crashed during the night. The server rebooted but none of the services would come online. We tried filtering the logs to a new file to drill down the errors at…
One of our production servers started throwing this error whenever we tried to start/stop/restart a service. Heck, even issuing reboot would return a similar error. Failed to stop httpd.service: Failed to activate service ‘org.freedesktop.systemd1’: timed out The only thing that…
The Windows Subsystem for Linux (WSL) lets you run a Linux environment that includes most CLI tools, utilities, and applications. These are run directly from within Windows, unmodified, and without the overhead of a conventional virtual machine or dualboot environment.…
We noticed load on one of our production servers recently and had to enable slow query log for our MariaDB server. Since this was a server in production, we feared that if we tried restarting the MariaDB server that it…
One of our machines threw this error when we tried to install the latest Intel display driver from their website. This happens when your computer manufacturer changes a setting in the bundled driver indicating that drivers only obtained from the…
Ran into this issue on a client’s cPanel hosting account while maintaining their Magento site: An exception was raised while creating “Request”; no instance returned The server returned this error when trying to run maintenance commands via the terminal like…
Today we’ll look at how to install an NTP, chrony, client on CentOS 8. Issue the following to install the NTP client, chrony dnf install chrony Start the service by issuing the following: service chronyd start Start chrony on boot…
Ran into this error on a server recently. We had to kill the VNC server because it stalled having its session running for an extended period. # systemctl restart vncserver@:1 Job for vncserver@:1.service failed because a configured resource limit was…
Today we’ll look at installing NGINX on a freshly installed server running Ubuntu 18.04 LTS. A little bit about NGINX: NGINX is a lightweight opensource web browser capable of serving static files using far lesser memory than Apache and handling…