• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. nengelhardt
    3. Posts
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 36
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by nengelhardt

    • RE: Trouble with Deploying an image

      What’s the name of the image you’re trying to deploy?

      posted in FOG Problems
      N
      nengelhardt
    • RE: Hostname changer not working

      Didn’t know that button existed. Thanks. That did it, but now the clients are trying to update to 0.9.5 automatically, and all they succeed in doing is uninstall the old version. I’ll probably have to push out 0.9.5 in an image, but I thought I’d let you know

      posted in FOG Problems
      N
      nengelhardt
    • Hostname changer not working

      I’m running the lastest git build as of today maybe a half hour ago. I uninstalled the old client service from the client, removed the FOG certificate, downloaded the latest one from the server, and installed it, but I’m still having an issue with the hostname changer, as you can see in the fog.log

      posted in FOG Problems
      N
      nengelhardt
    • RE: after a upgrade to ubuntu 14.04LTS fog don't work anymore

      @Wayne-Workman 1.2.0 (it’s one of the tags)

      posted in FOG Problems
      N
      nengelhardt
    • RE: FOG multicast issue: udp-sender not starting

      Okay. So here’s what’s happening for me and what I suspect is happening for @AndersonJ as well. @tom-elliott was right, the setting was wrong under “storage management”>“DefaultMember”>“interface”. So the udp-sender would start, then end itself when it realized it was started with an invalid interface. Thanks for the help, everyone.

      posted in FOG Problems
      N
      nengelhardt
    • RE: Multicast issue: FOG specifying wrong interface when starting udp-sender

      @Wayne-Workman I checked that, but I’ll check @tom-elliott’s suggestion next time I’m working with it.

      posted in FOG Problems
      N
      nengelhardt
    • RE: Multicast issue: FOG specifying wrong interface when starting udp-sender

      @Tom-Elliott

      Where else is there besides that setting in the web interface that you just said is not used anymore, and in .fogsettings? Both of those are right.

      posted in FOG Problems
      N
      nengelhardt
    • RE: Multicast issue: FOG specifying wrong interface when starting udp-sender

      I forget. I’m not at work right now. Whatever the latest git version was at about 1800 UTC-6 yesterday.

      posted in FOG Problems
      N
      nengelhardt
    • Multicast issue: FOG specifying wrong interface when starting udp-sender

      Hello. I’ve noticed an issue where FOG is not using the correct interface when starting udp-sender, which results in it quitting right away and not running the multicast task. My interface name, as specified in fog_udpcast_interface is “enp4s0” but FOG appears to keep trying to use “eth0”, as shown in the log below

      [09-08-15 11:37:49 pm]  * No tasks found!
      [09-08-15 11:37:59 pm]  | Sleeping for 10 seconds to ensure tasks are properly submitted
      [09-08-15 11:38:09 pm]  | Task (48) abc is new!
      [09-08-15 11:38:09 pm]  | Task (48) abc has been cleaned.
      [09-08-15 11:38:09 pm]  | Task (48) /images/OldAcer image file found.
      [09-08-15 11:38:09 pm]  | Task (48) 1 client(s) found.
      [09-08-15 11:38:09 pm]  | Task (48) abc sending on base port: 62188
      [09-08-15 11:38:09 pm]  | CMD: cat /images/OldAcer/d1p1.img | /usr/local/sbin/udp-sender --interface eth0 --min-receivers 1 --max-wait 660 --portbase 62188 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/OldAcer/d1p2.img | /usr/local/sbin/udp-sender --interface eth0 --min-receivers 1 --max-wait 660 --portbase 62188 --full-duplex --ttl 32 --nokbd --nopointopoint;
      [09-08-15 11:38:09 pm]  | Task (48) abc has started.
      [09-08-15 11:38:19 pm]  | Task (48) abc is no longer running.
      [09-08-15 11:38:19 pm]  | Task (48) abc has been cleaned as complete.
      [09-08-15 11:38:29 pm]  | Task (48) abc is new!
      [09-08-15 11:38:29 pm]  | Task (48) abc has been cleaned.
      [09-08-15 11:38:29 pm]  | Task (48) /images/OldAcer image file found.
      [09-08-15 11:38:29 pm]  | Task (48) 1 client(s) found.
      [09-08-15 11:38:29 pm]  | Task (48) abc sending on base port: 62188
      [09-08-15 11:38:29 pm]  | CMD: cat /images/OldAcer/d1p1.img | /usr/local/sbin/udp-sender --interface eth0 --min-receivers 1 --max-wait 120 --portbase 62188 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/OldAcer/d1p2.img | /usr/local/sbin/udp-sender --interface eth0 --min-receivers 1 --max-wait 120 --portbase 62188 --full-duplex --ttl 32 --nokbd --nopointopoint;
      [09-08-15 11:38:29 pm]  | Task (48) abc has started.
      [09-08-15 11:38:39 pm]  | Sleeping for 10 seconds to ensure tasks are properly submitted
      [09-08-15 11:38:49 pm]  | Task (48) abc is no longer running.
      [09-08-15 11:38:49 pm]  | Task (48) abc has been cleaned as complete.
      

      Additionally, the log file for that task “multicast.log.udpcast.48”

      Udp-sender 20120424
      No suitable network interface found
      The following interfaces are available:
              lo      127.0.0.1
              enp4s0  10.255.6.20
      cat: write error: Broken pipe
      Udp-sender 20120424
      No suitable network interface found
      The following interfaces are available:
              lo      127.0.0.1
              enp4s0  10.255.6.20
      cat: write error: Broken pipe
      
      posted in FOG Problems multicast
      N
      nengelhardt
    • RE: FOG multicast issue: udp-sender not starting

      @Wayne-Workman I have been working with him a little and looking at his logs and I think I see something. Where does fog pull the interface to use for udp-sender from? Because for me it keeps using the wrong interface name when starting udp-sender and I suspect it’s doing the same for him.

      posted in FOG Problems
      N
      nengelhardt
    • RE: How do you add your drivers to make universal images?

      @sudburr Windows 7

      posted in Windows Problems
      N
      nengelhardt
    • RE: How do you add your drivers to make universal images?

      I remember hearing something about a DISM.exe? What’s that?

      posted in Windows Problems
      N
      nengelhardt
    • RE: How do you add your drivers to make universal images?

      @Tom-Elliott
      What if I don’t know what drivers I want and want to include all the drivers I’ll ever need? Is that possible?

      posted in Windows Problems
      N
      nengelhardt
    • How do you add your drivers to make universal images?

      I’ve googled for hours and I’m just not getting it. How do you guys add all the drivers to make an image hardware independent?

      posted in Windows Problems
      N
      nengelhardt
    • RE: TFTP/DHCP issues on Fog Boot Menu

      @Wayne-Workman said:

      I think you might be out of IP leases… you only have a range of 50 specified…

      I’ve done that before, but for mine it wouldn’t even get to the “iPXE initializing…” and just say
      DHCP…
      no DHCP or proxyDHCP offers received. Exiting
      or something along that lines because the DHCP server wouldn’t give the client the information in option 66/67 without giving it an IP

      posted in FOG Problems
      N
      nengelhardt
    • RE: Intel RAID

      It wouldn’t be optimal, but have you tried the dd method?

      posted in Hardware Compatibility
      N
      nengelhardt
    • RE: "A disk read error occured" when downloading an image

      @Wayne-Workman

      I’m trying to convert our environment to fog, and one of the labs is using software that I really don’t want to figure out how to redo from scratch, so I took one of the computers that was running in there and sysprepped it to audit mode and that’s what this is.

      posted in FOG Problems
      N
      nengelhardt
    • RE: "A disk read error occured" when downloading an image

      @Tom-Elliott @Wayne-Workman

      I reuploaded the image using multiple partition, single disk and got the same thing when downloading it to a virtual machine. I have also tried cloning the source host’s drive to a different host’s hard drive using a clonezilla live CD and both disks in the same machine, then uploaded from the hard drive I cloned to and got the same error after download, but not when I tried to boot the hard drive I cloned to locally.

      posted in FOG Problems
      N
      nengelhardt
    • RE: "A disk read error occured" when downloading an image

      @Wayne-Workman When I tried to download it to a virtual machine instead of a physical, I got the same disk read error but no graphical issues. I tried reuploading it as a multiple partition, single disk instead of single partition, single disk and am now trying to download it to a virtual machine.

      posted in FOG Problems
      N
      nengelhardt
    • RE: "A disk read error occured" when downloading an image

      @Wayne-Workman Fog 1.2.0 on Ubuntu Server 14.04.2 x64, Target and source is a HP 5800dc with a nvidia geforce gt610 video card.

      posted in FOG Problems
      N
      nengelhardt
    • 1 / 1