• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Tywyn
    3. Topics
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 20
    • Posts 101
    • Best 4
    • Controversial 0
    • Groups 0

    Topics created by Tywyn

    • T

      Solved Smartinstaller on Linux offers .exe file

      FOG Problems
      • • • Tywyn
      3
      0
      Votes
      3
      Posts
      422
      Views

      T

      Thanx! Will try!

    • T

      Solved directory listings enabled in fog-installation

      FOG Problems
      • • • Tywyn
      9
      0
      Votes
      9
      Posts
      757
      Views

      S

      Finally added the simple route of HTTP redirect via index.php (99a407e and ad2813ab).

    • T

      Solved 1.5.7 Does not capture correctly

      FOG Problems
      • • • Tywyn
      11
      0
      Votes
      11
      Posts
      643
      Views

      S

      Thanks to @Tywyn who provided the initial password I was able to figure out why this happened. The installer uses the password to update the storage node setting in a way that is prone to a URL encoding issue. I have to admit I didn’t know base64 encoding can actually produce strings that can cause such a problem:

      $ echo -n 'as~ja$j2niau83j2' | base64 YXN+amEkajJuaWF1ODNqMg==

      The + character is then miss-interpreted by the PHP code as space character and therefore breaking the base64 decoding of that string.

      I just pushed a fix to dev-branch in hope if this fixing all cases that special characters could cause in that part of the code.

    • T

      Solved Unmodifiable DHCP-Server + Fog / Updating Database failed

      FOG Problems
      • • • Tywyn
      14
      0
      Votes
      14
      Posts
      1.4k
      Views

      T

      @Sebastian-Roth , @george1421

      Thanx for your help.
      I set up a new virtual host with ubuntu 18.04.03 LTS server with fog and dnsmasq and everything went fine for the installation part now.
      The ubuntu 18.04.03 provides apparmor by default, so I assume, that apparmor was not the reason for the install-issues I had before.
      Maybe the fact, that I have had mysql installed manually, tried installation of fog and removed mysql after noticing, that fog wants to install mariadb, gave us the troubles we had.

      Now another problem arose, but I opened another thread for that: https://forums.fogproject.org/topic/14197/1-5-7-does-not-capture-correctly

    • T

      Solved Kernel update behind proxy & Problems with fixparts

      FOG Problems
      • • • Tywyn
      13
      0
      Votes
      13
      Posts
      3.1k
      Views

      T

      @Sebastian-Roth & @george1421
      Thank you for your help. Updated the kernel and inits the way you described it. Now the capture works.
      Installed 1.5.4 on august 9th, as far as I can see.

    • T

      Solved Reattempting to update database...Failed

      FOG Problems
      • • • Tywyn
      15
      0
      Votes
      15
      Posts
      1.8k
      Views

      T

      Thanx.
      The thread can be marked als solved. Can I do this somewhere or can just a board admin do that?

    • T

      Solved Install group - Deploys wrong image

      Bug Reports
      • • • Tywyn
      14
      0
      Votes
      14
      Posts
      1.1k
      Views

      T

      @Sebastian-Roth
      Cannot replicate the issue at the moment either. But I did an upgrade from 1.5.2. to 1.5.4. in the mean time.
      Maybe this fixed it.

      Please close it. If it reoccurs, I will show up again.

    • T

      Solved Capturing an Ubuntu 18.04 corrupts filesystem on client

      FOG Problems
      • • • Tywyn
      4
      0
      Votes
      4
      Posts
      529
      Views

      Wayne WorkmanW

      @tywyn Glad you got it working. There’s been a whole lot of improvements around partitions and resizing in the last year, so it must be an issue with 1.4.4 in your case.

    • T

      Unsolved Reexport of nfs Storage does not work

      FOG Problems
      • • • Tywyn
      3
      0
      Votes
      3
      Posts
      312
      Views

      T

      Thanks for your advice. Will try on monday.

    • T

      Solved Snapin Powershell 32/64 bit issue?

      Windows Problems
      • • • Tywyn
      7
      0
      Votes
      7
      Posts
      2.2k
      Views

      Wayne WorkmanW

      @tywyn the largest difference is that SYSTEM is not allowed (by design) any interaction with the user or userspace at all. This probably also means the user’s account too. This is Microsoft’s design, not ours - and they went that route for security reasons.

      When developing snapins, if your snapin will work manually but not as a fog snapin (and you’re sure you deployed the snapin correctly), you can normally assume the problem is because of the above.

      Try what @Avaryan posted.

    • T

      Solved Multicast does not work anymore

      FOG Problems
      • • • Tywyn
      18
      0
      Votes
      18
      Posts
      2.4k
      Views

      S

      @Tywyn Great to hear you could make it work again. I have no idea what was wrong before. I have looked through the code many times and don’t know what could have gone wrong. Marking this solved now. Let us know if you see this again.

    • T

      Solved Windows (Powershell) / Username=Computername

      General Problems
      • • • Tywyn
      14
      0
      Votes
      14
      Posts
      4.2k
      Views

      T

      @x23piracy said in [Windows (Powershell) / Username=Computername]

      @Tywyn like @Avaryan said why not use unattend.xml to create local users?

      Having a Powershell-script, that does more, for example, set ip-addresses, active office/windows, sets the correct time, etc.

      AND: I have no idea how to use unattend.xml 🙂

    • T

      Solved Multicast does not work anymore

      FOG Problems
      • • • Tywyn
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      Tom ElliottT

      @tywyn That’s the “processes” (called tasks in systemctl) that are running for the service. Those, themselves, are not tasks in the sense as you’re referring to them.

    • T

      Solved ACPI Errors during host registration

      Hardware Compatibility
      • • • Tywyn
      5
      0
      Votes
      5
      Posts
      1.7k
      Views

      S

      @Tywyn As suggested try updating the machine’s firmware or disabling ACPI in the linux kernel. For the later add acpi=off as kernel parameter in the host’s settings and see if the messages are gone. As George already said, those messages shouldn’t be a show stopper.

    • T

      Solved Computer does not see DHCP on PXE-Boot, but it does with Windows running

      General Problems
      • • • Tywyn
      5
      0
      Votes
      5
      Posts
      2.7k
      Views

      george1421G

      @tywyn said in Computer does not see DHCP on PXE-Boot, but it does with Windows running:

      Your hint to put a dump hub/switch between client and network dose did solve the problem as well.

      FWIW: This is a quick test we can use to see if standard spanning tree is the issue. The dumb switch will keep the building switch from transitioning during the boot of FOS.

    • T

      Solved dhcpd and known/registred hosts in fog

      General Problems
      • • • Tywyn
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      T

      @george1421 said in dhcpd and known/registred hosts in fog:

      select hostName,hmMAC,hmPrimary from hosts left join hostMAC on hosts.hostID=hostMAC.hmHostID where hostMAC.hmPrimary<>1;

      Works perfect. Thank you again!
      Cheers

      Rainer

    • T

      Solved Changed IP of Fog, now multicast does not work anymore

      FOG Problems
      • • • Tywyn
      3
      0
      Votes
      3
      Posts
      799
      Views

      S

      @Tywyn Probably there was the multicast interface setting (FOG web GUI -> FOG Settings) still wrong.

      Not sure about the performance issue now. Please check layer one (hardware, switch) first.

    • T

      Solved Changed IP of Fog, dhcpd is not starting anymore...

      FOG Problems
      • • • Tywyn
      7
      0
      Votes
      7
      Posts
      2.3k
      Views

      T

      @sebastian-roth said in Changed IP of Fog, dhcpd is not starting anymore...:

      /etc/default/isc-dhcp-server

      That was it.
      I changed it, because indeed there was the old interface in there. Now the dhcpd works fine.
      I also found, that in /tftpboot/default.ipxe was the old IP-Address.

      Maybe these two places are worth to be mentioned in https://wiki.fogproject.org/wiki/index.php?title=Change_FOG_Server_IP_Address

      Now I have another problem, but I will open a new thread for this 🙂

      Thanx everybody for your help!
      Rainer

    • T

      Solved Powershell-Snapin

      FOG Problems
      • • • Tywyn
      6
      0
      Votes
      6
      Posts
      2.2k
      Views

      J

      Tom has a good point here. I’ve struggled with launching powershell from the FOG Service with the correct privilege level to prevent UAC pop ups you never see. Disabling UAC on a PC and retrying the snapin will can be a good testing step. Windows 7 and Windows 10 treat UAC differently, or so it seems. To get around UAC in Win7. Seach for elevate.cmd and elevate.vbs that came out with Server 2008/Vista. I’ve found that this can successfully elevate a PS script in Win7. I’m still working on Win10.

      if you’re actually getting powershell to start your script, you can also pipe the output to a file using the out-file cmdlet:

      powershell.exe -Executionpolicy Bypass -noprofile -file myscript.ps1 | out-file full [full path to some text file]

      Jim

    • T

      Solved Seems that TFTP was not prepared by installer

      FOG Problems
      • • • Tywyn
      42
      0
      Votes
      42
      Posts
      10.8k
      Views

      T

      @george1421 It is a physical machine with 1 onboard NIC and (now) one TP-Link networkcard.
      Works fine now.

      Thanx for the help!

    • 1 / 1