• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Papfox
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Papfox

    @Papfox

    0
    Reputation
    86
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Papfox Unfollow Follow

    Latest posts made by Papfox

    • RE: Multicast interface binding issue

      Hi Tom,

      Thank you.

      I tried that and unfortunately, it doesn’t work for me. I checked the permissions for /etc/rc.local and tried using the full path name of service (/usr/sbin/service) to no avail. I would welcome your suggestions of what to try next.

      Would it be possible for future versions of the services to syslog something meaningful if they die and try to respawn themselves a couple of times with a delay for each please?

      Thanks,
      Paul.

      posted in Linux Problems
      P
      Papfox
    • RE: Multicast interface binding issue

      Hi,

      This isn’t an upgrade, it’s a fresh install so I could write a machine build guide.

      FOG was applied to a freshly installed Ubuntu 12.04LTS machine so none of the rc scripts have any custom mods.

      Thanks,
      Paul.

      posted in Linux Problems
      P
      Papfox
    • RE: Multicast interface binding issue

      Hi,

      It appears not. [I]ps aux | grep -i fog[/I] returned only the grep process itself so the scheduler and replicator aren’t running either (The machine hadn’t got any scheduled jobs and isn’t part of a replication group so I don’t know if that is normal.).

      When I ran [I]/etc/init.d/FOGMulticastManager restart[/I] it complained it couldn’t kill the current instance because the process for the PID it listed couldn’t be found. At this point, the multicast imaging started working.

      Since the service restart went looking for a PID, my first assumption would be that the service was running but stopped unexpectedly. I guess the next job is to find out why it died…

      Thanks.

      posted in Linux Problems
      P
      Papfox
    • RE: Multicast interface binding issue

      Hi Tom,

      I’ve changed every occurrence of eth0 to eth1 in /var/www/fog/commons/config.php. I also checked the executable path for udp-sender is correct. There’s no sign or any error but “ps aux” on the server doesn’t reveal an incidence of the sender running after the task starts even though the task list shows the tasks as started. Partclone starts on the clients but just sits there doing nothing,

      Bests,
      Paul.

      posted in Linux Problems
      P
      Papfox
    • RE: Multicast interface binding issue

      The only nasties I can find in the logs were:

      [LIST]
      []Gripes about not being able to open something in the database (even though the UI seemed to work fine) - Corrected by putting the MySQL root password into config.php.
      [
      ]Multicast log not recording anything at all.
      []Apache log: File does not exist /var/www/fog/management/css/images referrer [url]http://192.168.4.1/fog/management/css/jquery-ui.css[/url]
      [
      ]Apache log: Favicon.ico missing.
      [/LIST]

      Nothing that looks bad in kern.log or dmesg.

      posted in Linux Problems
      P
      Papfox
    • RE: Multicast interface binding issue

      v1.1.1.

      Thanks.

      posted in Linux Problems
      P
      Papfox
    • Multicast interface binding issue

      Hi,

      I have a slightly non-standard setup on Ubuntu 12.04 and I’m having multicast issues. Unicasting seems to work fine.

      The setup is in out workshop. The server has multiple NICs that are assigned as follows:
      [LIST]
      []eth0 - Connected to the workshop “dirty” (public Internet) network in 192.168.3.0/24 with DHCP.
      [
      ]eth1 - The 192.168.4.1/24 - Private network for the machines being imaged.
      []eth2 - Not connected
      [
      ]eth3 - Not connected
      [/LIST]

      I’ve set up ipv4.forward and MASQUERADE in IPTables so the clients can get punch-through onto the Internet to activate software after imaging. The reason for the separate network was to make sure I didn’t contaminate the Workshop network for other users or overwork the Internet router (a prosumer device). DNSMasq is installed with its default config to provide DNS relay to the 192.168.4.0/24 clients.

      FOG installs fine and reports udpcast built OK. I can form a group and submit a multicast job against it. When the clients boot, they come up and the partclone screen appears but no data is received and they sit there forever. The Task Management screen indicates the multicast task as started against all the hosts.

      I’ve tried installing the official udpcast packages and building the one in the FOG distribution manually. Neither method fixes the problem but there are different symptoms. Running ps on the server either shows no sender task at all or a sender task running but with “eth0” as its interface argument instead of “eth1”. The FOG server is I did set eth1 as the multicast NIC on the FOG configuration web page so I’m wondering if this is a bug.

      I’ve tried creating symbolic links in /sbin for the udpcast executables in /usr/local/sbin to make sure it wasn’t a path issue but this didn’t help.

      This setup did work in 0.32 on my other machine after it had be reinstalled with the newer build of udpcast.

      I would really appreciate any ideas or help.

      Many thanks,
      Paul.

      posted in Linux Problems
      P
      Papfox