• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. luism
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 1
    • Controversial 0
    • Groups 0

    luism

    @luism

    1
    Reputation
    54
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    luism Unfollow Follow

    Best posts made by luism

    • RE: Fog NFS issue

      @tom-elliott
      It turns out that the crappy HP procurve 1900 switch that my xenserver was connected to has a feature called “auto DOS” that was blocking the NFS packets. I installed a couple of physical Linux systems to test with and found that I could mount the NFS shares when I was plugged into a different switch.

      All works as it should after turning off “auto Dos” under security settings on the switch. The crazy thing is that I had a working fog server for years on this same switch/xenserver. Time to upgrade that switch. Anyway, thanks for all your help. Much appreciated!

      posted in FOG Problems
      L
      luism

    Latest posts made by luism

    • RE: Fog NFS issue

      @tom-elliott
      It turns out that the crappy HP procurve 1900 switch that my xenserver was connected to has a feature called “auto DOS” that was blocking the NFS packets. I installed a couple of physical Linux systems to test with and found that I could mount the NFS shares when I was plugged into a different switch.

      All works as it should after turning off “auto Dos” under security settings on the switch. The crazy thing is that I had a working fog server for years on this same switch/xenserver. Time to upgrade that switch. Anyway, thanks for all your help. Much appreciated!

      posted in FOG Problems
      L
      luism
    • RE: Fog NFS issue

      no rules in iptables. I flushed them with iptables -F.

      root@fogserver:/# iptables -L -n
      Chain INPUT (policy ACCEPT)
      target prot opt source destination

      Chain FORWARD (policy ACCEPT)
      target prot opt source destination

      Chain OUTPUT (policy ACCEPT)
      target prot opt source destination
      root@fogserver:/#

      posted in FOG Problems
      L
      luism
    • RE: Fog NFS issue

      Disabled. Thanks, forgot to mention that.

      posted in FOG Problems
      L
      luism
    • Fog NFS issue

      Hello,

      I have a new fog install that is having issues with mounting the NFS folder. I get this error when I schedule an upload task: could not mount images folder (/bin/fog.upload)

      Reason: mount: mounting x.x.x.x:/images/dev on /images failed: connection timed out.

      I scheduled an upload task with debug set and I am unable to manually mount the NFS filesystem from within the debug environment on the laptop I am testing with. I get the same timeout. There are no firewalls turned on on the fogserver.

      I am running the latest stable version of fog and have set NFS to use version 3 by setting --no-nfs-version 4 in /etc/default/nfs-kernel-server. I have tested that NFS works from one of my CentOS 7 systems. I am able to mount the /images folder on the CentOS system and I am also able to mount a test export from my CentOS system on my Debian 9.5 fog server. It seems that NFS works everywhere except for from the PXE booted fog environment. I have verified the permissions on /images and /images/dev.

      What am I missing? Any help would be appreciated.

      posted in FOG Problems
      L
      luism