• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Tom Elliott
    3. Best
    • Profile
    • Following 27
    • Followers 83
    • Topics 117
    • Posts 18,991
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Unable to locate image store (bin/fog.download)

      You need to CAPTURE the image, not deploy.

      There will no file with the name in the address (/bin/fog.download).

      The error message you’re seeing is coming from that location in the init.

      Open your gui, cancel the curren ttasking for that host.

      Go to the host in the gui

      Go to basic tasks.

      Choose “Capture” which it sounds like you’re trying to do.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Plugin Management on 1.3.0

      https://forums.fogproject.org/topic/9183/plugins-menu-leads-to-http-500-error

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: FOG will not boot - "Failed to get an IP via DHCP!

      @Wirefall said in FOG will not boot - "Failed to get an IP via DHCP!:

      @Wirefall Update: Looking at the daemon.log, it appears that the client makes a DHCP request and is provided an IP from the FOG server of X.X.X.11. There is then an error message of “init.tftpd[XXXX]: tftp: client does not accept options.” A new DHCP Discover is then completed and the client receives X.X.X.10 (the first available entry in the DHCP pool).

      The “tftp: client does not accept options.” message is a misnomer. It doesn’t mean anything in regards to the problem(s) you’re seeing. The DHCP request appears to be the issue but only within the init itself. This leads me to think the switch is potentially a “power saving” switch?

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: FOG will not boot - "Failed to get an IP via DHCP!

      We’d also need to see ifconfig -a rather than just ifconfig (The latter only shows active devices).

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: FOG will not boot - "Failed to get an IP via DHCP!

      Just a simple question, seeing as you state the device id information is 8086:1539 (which has been in the linux kernels for a very long time), does your registration issues happen on multiple systems of the same model or just this one system? I only ask because this isn’t seeming to make sense. The only things I can think of:

      1. Device is having issues (Unlikely seeing as tftp and ipxe appears to work properly).
      2. Device patch cable is screwed up? (Likely because TFTP doesn’t require the cabling layout as full network support typically does, – confusing because while TFTP might work, iPXE shouldn’t).
      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: FOG will not boot - "Failed to get an IP via DHCP!

      @Sebastian-Roth It’s funny you mention the idea that the kernel is the problem (I didn’t notice the error message until you pointed it out). My Next question was to ask about using older kernels.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: trying to update to 1.3.1 RC 1 - get Copying binaries where needed...............................Failed!

      To install 1.3.1-RC-1 you will need to change branches with:

      git checkout dev-branch

      Then run the installer.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: autodeployment default image Fog 1.30

      If the image is set to the host a choice will be present but the assigned image will be selected. The choice will be auto selected on timeout if left alone.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Edit index.php

      @joshuaparker What fixed the issue? The removing the id=‘login-info-form’?

      I’ve added a schema change for 1.3.1-RC-2 that is addressed under “General Settings” from the fog settings page. This is just a simple checkbox. It’s default status is “checked” of course, but can be adjusted so you don’t consistently need to make changes during updates.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: FOG 1.3.0 stable

      I feel I need to clarify, the asking of the password was blank should still work. However if you are installing with the -y argument this question would not come up.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: upgrade to Version: 1.3.1-RC-2 fails

      FOG does not default to installing a repo called 'ppa:~ondrej/ubuntu/php-${php_ver}` as you’re seeing.

      Please delete the repo='php-${php_ver}' line from yoru fogsettings file and reinstall.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Cannot capture ThinStation PC image "No resizable partitions found (/bin/fog.upload)

      Try changing the “type” of image (resizable currently) to “not resizable”.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: FOG 1.3.0 LDAP Plugins - AD mail attribute

      @Steuve68 Are simply trying to request that you can sign in using different domains? This is more a feature request than a problem.

      Changing the username attribute really shouldn’t be done. We allow it only because we don’t know how your LDAP will operate. This is why the “template” is there. It defines the defaults that SHOULD work, but allows you to make changes to exactly how your information is.

      To my knowledge, you cannot sign in as an Active Directory user using the mail attribute. You CAN sign in using the <username>@<domain> or <domain><username> but this is not at all using the “mail” attribute.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: 'Login History' Report - problem finally not completely solved

      Not a big issue I suppose, but will be fixed for the RC-4 release.

      If you absolutely MUST test it out try:

      wget -O /var/www/fog/lib/pages/reportmanagementpage.class.php https://raw.githubusercontent.com/FOGProject/fogproject/30b44f6f453a3d7b63994a5be5fe44a2334765bc/packages/web/lib/pages/reportmanagementpage.class.php
      
      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Can not Register Host at remote location

      @FallingWax Check the other post we’re playing tag between?

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: NFS volume failed to mount

      What’s the status of: sudo ufw status

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Computers not joining our Domain during Sysprep

      Is your Windows 10 image an OEM type or Volume License type?

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Edited undionly.kpxe now receive params: command not found

      TO me, this message appears to be coming from the item that’s booting, not a problem with the ipxe file in use. Maybe we can see what it is that’s booting after the ipxe file get’s loaded?

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Unable to capture image, previously was able to

      You aren’t the first, and probably won’t be the last. (Hopefully you might be).

      I’m taking an approach that is untested a bit, but should fit the bill hopefully.

      My change in thought is if that portion is “met”, I will take the partition number and add it to the “fixed size partitions” file. It won’t try to resize the partition and it should get you on to the next partition.

      Please install the latest RC (reinstall if you already did install it) and you should have the upload capability back.

      Thanks,

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Transferring all images & all host info from (1.2.0) to (1.2.0)

      And for reference:

      https://wiki.fogproject.org/wiki/index.php?title=Password_Central#1.2.0_and_lower

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • 1
    • 2
    • 106
    • 107
    • 108
    • 109
    • 110
    • 129
    • 130
    • 108 / 130