• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. lcis
    3. Posts
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by lcis

    • RE: Attempting to check in...... failed

      Hello,
      So far, this fixes it thank you so much!

      As for your question, fog did not work with new Dell computers I received recently and I thought I had to upgrade it… and my issues were solved once the upgrade was done.
      But I’m not very used to github so I didn’t know which branch was better. I didn’t know dev-branch is more stable than working branch, I thought the opposite.

      I’m sorry for the inconvenience…

      posted in FOG Problems
      L
      lcis
    • Attempting to check in...... failed

      Hello,

      I recently upgraded to fog working-1.6 because of compatibility issues with new computers. My version is 1.6.0-alpha.1109

      I’ve deployed images just fine, but I don’t think I’ve captured an image since the upgrade.

      When I try today, I can’t capture, I have this weird error popping up “Failed to parse time string (No Data) at position 0 (N) : The timezone could not be found in the database (In line for )” :
      e43d89d1-ec3d-4a29-92fe-a5690ac86c98-image.png

      In fogWeb, my timezone is 68388c0d-175c-4957-be0a-fa3fa1f93433-image.png

      in my /etc/php/7.4/fpm/php.ini I have 6e3a36bc-bc9e-46c1-9407-a6636747b32b-image.png

      I’ve tried rebooting, reinstalling fog… no difference.

      Any idea ?

      posted in FOG Problems
      L
      lcis
    • Trying to access /images on deploy-debug

      Hello,

      I’m using Deploy-debug function on a computer, and I wanted to access my postdownloadscripts to do some debugging (I have some scripts that update the grub after deployment that does not work completely).

      So I tried to mount $storage with mount -t nfs $storage /mnt
      It gives me “Connection refused”

      I tried mount -t nfs $storage /mnt -v for more verbose info, but still showed same message

      On the server side though, I see no error. In /var/log/syslog it shows :
      1bcc72d1-b4fb-4077-abcb-f6d34b024925-image.png

      I then added a line in /etc/exports with :
      /images/postdownloadscripts *(rw,sync,no_subtree_check,fsid=0,insecure)

      and used the command exportfs -rav

      Then tried to mount again with :
      mount -o vers=4 172.20.40.202:/postdownloadscripts /mnt
      And then it worked.

      For curiosity, why couldn’t I mount $storage ?

      Thanks in advance for your answer

      posted in FOG Problems
      L
      lcis
    • RE: mkdir "Operation not permitted" on ntfs mounting point through fog.postdownloadscripts

      @sebastian-roth Thank you ! That does it perfectly. I didn’t know that command. Have a good day !

      posted in FOG Problems
      L
      lcis
    • mkdir "Operation not permitted" on ntfs mounting point through fog.postdownloadscripts

      I’m launching a postdeployment script after PXE deployment, called in fog.postdownloadscript to upload Drivers from our server to the computer.
      Thus, I mount my ntfs partition with : mount /dev/sda4 /mnt
      Then I want to create a directory for my drivers : mkdir /mnt/Drivers
      Then copy the drivers into it.
      This operation works perfectly well when i’m doing it on a Debian live USB. But when I try to do it with the script with FOG, i get “cannot create directory /mnt/Drivers Operation not permitted”

      When I type mount, it says :
      “/dev/sda4 on /mnt type ntfs (rw,relatime,uid=0,gid=0,fmask=0177,dmask=077,nls=cp437,errors=continue,nft_zone_multiplier=1)”
      So I do have write authorization, and when i type “id” it says that I’m “uid=0(root) gid=0(root) groups=0(root)” so I should be allowed to write in it !

      Could you please help me solve this issue ?

      I’ve seen that there are scripts for this, detailed in this topic : https://forums.fogproject.org/topic/11126/using-fog-postinstall-scripts-for-windows-driver-injection-2017-ed , but we already have the drivers on another server, with a different architecture, so I don’t want to move everything.

      posted in FOG Problems
      L
      lcis
    • 1 / 1