Everyday DevOps
  • Home
  • One on One
  • Newsletter
  • About
Sign in Subscribe
Linux

Syslogd Stops working after installing VMWare Server

  • Mark Allen

Mark Allen

15 Nov 2006

Seems that VMWare server adds a new service to the /etc/service file.  If you have SELinux running the file's security context changes.

To fix run:

/sbin/restorecon /etc/services

For more information see
http://www.vmware.com/community/thread.jspa?messageID=435464

How to Debug Dependencies in Modern DevOps Pipelines with Dependency Walker

How to Debug Dependencies in Modern DevOps Pipelines with Dependency Walker

Dependency issues, missing DLLs, wrong architectures, circular references, delay‑loaded modules, are classic sources of deployment failure for Windows applications. As your DevOps pipelines speed up, these problems can slip through and cost time downstream. This article shows how Dependency Walker (aka depends.exe) still plays a useful role today
23 Sep 2025 4 min read
End-to-End Kubernetes Auth, DNS, and TLS with Helmfile

End-to-End Kubernetes Auth, DNS, and TLS with Helmfile

One of the recurring themes in Kubernetes operations is automation of the boring but critical stuff, TLS certificates, DNS records, and user authentication. In earlier articles, we walked through the steps individually: * Installing cert-manager with Cloudflare DNS-01 challenges * Automating Kubernetes DNS with ExternalDNS and Cloudflare * Securing internal apps with Google
21 Sep 2025 2 min read
Spinning Up a DigitalOcean Kubernetes Cluster

Spinning Up a DigitalOcean Kubernetes Cluster

Kubernetes is powerful , setting it up doesn't have to be painful. If you want a fast, simple way to get a cluster running, DigitalOcean (DOKS) is a solid choice. Managed control plane, simple tools, transparent pricing. In this guide you'll learn how to create a DigitalOcean
20 Sep 2025 3 min read
Everyday DevOps © 2025
  • Sign up
  • Book some time
  • Newsletter
Powered by Ghost