Community Forum
    • Blog
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Harlock
    3. Posts
    H
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    Posts

    Recent
    • RE: Protect your Raspberry PI SD card, use Read-Only filesystem

      Thank you very much for this!
      Just to add my 2 cents: in Raspbian Jessie (mini) everything was fine except for the DHCP client which after fstab modification it was taking a life to stop waiting for an IP.
      I solved editing /etc/systemd/system/dhcpcd5 this way:

      changed the line

      PIDFile=/run/dhcpcd.pid

      into

      PIDFile=/var/run/dhcpcd.pid

      And now is fine.

      posted in Blog articles comments
      H
      Harlock