• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Fog_Newb
    3. Posts
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 59
    • Posts 269
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Secure Boot Support for Windows 11

      I installed the leaked dev version 21996/21996.1 on bare metal and in a VM. Secure Boot didn’t have to be enabled . UEFI and TPM (which requires CSM to be disabled) had to be. Secure Boot - the option only had to be present.

      After more testing. I found I could install it in a VM as Legacy. I guess MS laxed on the VM requirements?

      I also found on metal, I could disable TPM and enable CSM which should make secure boot completely unavailable. Then I deploy a sysprep-ed Win 11OOBE UEFI image on it without any problems.

      I will try pure legacy on metal next…

      This was with that leaked dev build so who knows if it was modified or what not and how close it is to the actual dev build release or the final release.

      posted in Feature Request
      F
      Fog_Newb
    • RE: Request dev branch Web UI show how much space an image takes up on the server.

      @junkhacker

      Thank you

      posted in Feature Request
      F
      Fog_Newb
    • Request dev branch Web UI show how much space an image takes up on the server.

      It would be cool if when viewing your images in the Web UI it displayed the amount of space it took up on the server.

      Thank you

      posted in Feature Request
      F
      Fog_Newb
    • RE: Converting fog images to other platforms

      @tom-elliott

      Are there any plans to make a windows/mac/linux app that would allow FOG images to be mounted and read allowing the user to copy files from an image?

      Thanks

      posted in General
      F
      Fog_Newb
    • RE: Dev branch 1.5.9.79 Installing package: php-gettext.............................Failed! has to use -X switch to get it to work.

      @tom-elliott

      Thank you

      posted in Bug Reports
      F
      Fog_Newb
    • RE: Dev branch 1.5.9.79 Installing package: php-gettext.............................Failed! has to use -X switch to get it to work.

      @tom-elliott

      The 1.5.9.86 install completed.

      • Skipping package: php7.4-gettext…(Does not exist)

      fog_error_1.5.9.86.log

      posted in Bug Reports
      F
      Fog_Newb
    • RE: Dev branch 1.5.9.79 Installing package: php-gettext.............................Failed! has to use -X switch to get it to work.

      @tom-elliott

      I tried the latest dev branch 1.5.9.85 and the same problem occurredfog_error_1.5.9.85.log .

      posted in Bug Reports
      F
      Fog_Newb
    • RE: Fog installation failed

      Run the install with the -X switch. I ran into this the other night.

      https://forums.fogproject.org/topic/15370/dev-branch-1-5-9-79-installing-package-php-gettext-failed-has-to-use-x-switch-to-get-it-to-work/2?_=1620026956491

      posted in FOG Problems
      F
      Fog_Newb
    • RE: Dev branch 1.5.9.79 Installing package: php-gettext.............................Failed! has to use -X switch to get it to work.

      @sebastian-roth

      Okay. I will try it later. I was going to post this under Bug Reports initially but I wasn’t sure if something was up with my Ubuntu install. This is the first time I installed Desktop Ubuntu. I am a wicked newb and could not figure out how to properly make the EFI\ESP partition to EFI boot Ubuntu with the server install.

      posted in Bug Reports
      F
      Fog_Newb
    • RE: Dev branch 1.5.9.79 Installing package: php-gettext.............................Failed! has to use -X switch to get it to work.

      @sebastian-roth said in Dev branch 1.5.9.79 Installing package: php-gettext.............................Failed! has to use -X switch to get it to work.:

      @Tom-Elliott Do you know if php-gettext is in use anymore? Don’t really think it is because:

      • It’s only part of the Ubuntu/Debian/Mint packages variable but not for other distros.
      • Ubuntu 20.04 does not install it anyway:
       * Skipping package: php-gettext...............................(Does not exist)
      

      So I’d think we better remove it from the [packages list]

      Thanks

      Could I have edited config.sh in a text editor, removed php-gettext or edited to read php-php-gettext on the packages= line, saved it and re-run the setup without errors? I should just try it and see but not able to ATM.

      posted in Bug Reports
      F
      Fog_Newb
    • Dev branch 1.5.9.79 Installing package: php-gettext.............................Failed! has to use -X switch to get it to work.

      I had to reinstall Ubuntu fresh and along with it FOG. The install wouldn’t complete. It seems to fail finding php-gettext. I installed that package manually without any errors and\set the locales.

      php-php-gettext is already the newest version (1.0.12-4).

      I ran the FOG installer again but ran into the same error.

      UPDATE: After searching this forum, (IKR?), someone else ran into a similar problem and there is a workaround.

      https://forums.fogproject.org/topic/6781/php5-gettext/2?_=1619910130139

      Thanks

      fog_error_1.5.9.79.log

      posted in Bug Reports
      F
      Fog_Newb
    • RE: dnsmasq won't start automatically. [SOLVED]

      @george1421 said in dnsmasq won't start automatically. [SOLVED]:

      @fog_newb Well there are really two commands you need to use.

      1. Enable the service to start every reboot systemctl enable dnsmasq
      2. To start the service now systemctl start dnsmasq

      These are two distinct actions and one doesn’t depend on the other.

      @george1421

      Thanks. I have used both of those commands before trying to get it to autostart on boot. I haven’t used them since running sudo systemctl enable dnsmasq , which was the one that got dnsmasq starting on boot for me. Perhaps since I used those commands prior it is all good?

      I went through my bash history and saw I almost used sudo systemctl enable dnsmasq I had the syntax messed up though. I used sudo systemctl dnsmasq enable

      I am really starting to like Linux. I digress, I am mostly a casual so I doubt I will ever have it on my daily driver but I am thinking about trying it on a laptop. I don’t know though, sometimes, I just like to point and click. 🙂

      posted in Linux Problems
      F
      Fog_Newb
    • RE: dnsmasq won't start automatically. [SOLVED]

      @george1421

      Hello,

      Nice! that worked. I’d swear I had tried that before as I was scouring different dnsmasq guides most of the night trying to get it started automatically.

      Thanks again.

      That thing it did after running the command, I never saw that come up last night.

      alt text

      posted in Linux Problems
      F
      Fog_Newb
    • RE: dnsmasq won't start automatically. [SOLVED]

      Ooops I got the formatting wrong. Here is a text output.

      dnstext.log

      posted in Linux Problems
      F
      Fog_Newb
    • dnsmasq won't start automatically. [SOLVED]

      Sorry guys I am frazzled been up all night messing more with Linux.

      dnsmasq is in rc.d and after booting

      service --status-all
      

      shows dnsmasq present in the list but it has a minus sign (not started). Starting dnsmasq manually - all good no errors.

      My router runs DHCP and dnsmasq is (now) on the FOG server for UEFI and Legacy PXE boot. The awesome guide by @george1421 worked like a charm.

      https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server

      I found this in syslog

      Apr 26 07:25:25 fogger systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
      Apr 26 07:25:25 fogger dnsmasq[2610]: started, version 2.84rc2 DNS disabled
      Apr 26 07:25:25 fogger dnsmasq[2610]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset auth cryptohash DNSSEC loop-detect inotify dumpfile
      Apr 26 07:25:25 fogger dnsmasq-dhcp[2610]: DHCP, proxy on subnet 192.168.1.100
      Apr 26 07:25:25 fogger systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server.
      Apr 26 07:25:25 fogger systemd[1]: Reached target Host and Network Name Lookups.
      

      Then further down in syslog dnsmasq entries related to the ltsp.conf settings. There are no errors or anything.

      I can provide any logs or confs if needed to solve the problem. I am so close and was thinking I could just start the service using cron

      @reboot sudo service dnsmasq start
      

      That seems like cheating and there has to be a correct way to do it.

      Thanks

      posted in Linux Problems
      F
      Fog_Newb
    • RE: Ubuntu 21.04: FOG 1.5.9.68 was working then I tried updating to fog dev branch 1.5.9.73 failed... Why is FOG looking for and trying to install PHP 7.1? Please help error log inside.

      @sebastian-roth

      It was just a hiccup. Running the installer again without git pull there weren’t any errors.

      foginstall.log

      posted in FOG Problems
      F
      Fog_Newb
    • RE: Ubuntu 21.04: FOG 1.5.9.68 was working then I tried updating to fog dev branch 1.5.9.73 failed... Why is FOG looking for and trying to install PHP 7.1? Please help error log inside.

      @sebastian-roth

      Thank you.

      There was one error during the upgrade process but it completed.

      • Installing package: php7.4-mysql…Failed! (Will try later)

      Everything seems to be working so far. copied over the inits for dual NVMe and I was able to capture an image without any problems.

      posted in FOG Problems
      F
      Fog_Newb
    • RE: Ubuntu 21.04: FOG 1.5.9.68 was working then I tried updating to fog dev branch 1.5.9.73 failed... Why is FOG looking for and trying to install PHP 7.1? Please help error log inside.

      @wayne-workman

      Thanks. I do have Internet access and have been updating FOG dev branch every time a new version is released. PHP 7.1 packages are not available on 21.04. I just think it is odd that it is looking for 7.1.

      posted in FOG Problems
      F
      Fog_Newb
    • 1 / 1