• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. tatanas
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 47
    • Groups 0

    tatanas

    @tatanas

    4
    Reputation
    2
    Profile views
    47
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    tatanas Unfollow Follow

    Best posts made by tatanas

    • RE: Unable to install printer

      Finally I found where the problem came from !

      We are using a NAS Synology to share the printers drivers. It’s a share accessible without password (guest account enable on the NAS). We’ve got no access problem to this share at anytime.
      This NAS is joined to the domain… And here is the problem !

      As soos as we unjoined the NAS from the domain, FOG printers are pushed without problem.

      I don’t know why but if you execute printui command as local system account when the drivers files are shared on a NAS member of a domain, there is an access error. If you try the same command as local Administrator, it works…

      So unjoining the NAS from the domain was the solution.

      posted in Bug Reports
      T
      tatanas
    • RE: Start imaging right after the Full host registration (without reboot), possible ?

      At the end of fog.man.reg, just add those lines between “. /bin/fog.inventory” and “usleep 2000000”

      sysuuid=$(dmidecode -s system-uuid)
      sysuuid=${sysuuid,,}
      mac=$(getMACAddresses)
      curl -Lks -o /tmp/hinfo.txt --data "sysuuid=${sysuuid}&mac=$mac" "${web}service/hostinfo.php" -A ''
      [[ -f /tmp/hinfo.txt ]] && . /tmp/hinfo.txt
      
      . /bin/fog.download
      
      
      posted in FOG Problems
      T
      tatanas
    • RE: Unable to install printer

      EUREKA !

      In the Fog service properties, I change the “Open session as” in Connection Tab from “Local system account” to “Administrator” with his current password.
      Then I reset the client Encryption Data on the Fog web console, restart the Fog client service and Voilà ! All printers are installed.

      Now we need to find why this problem appears “randomly” on host which was working fine ?

      posted in Bug Reports
      T
      tatanas

    Latest posts made by tatanas

    • RE: Fog iPXE Menu no input

      Hello,
      In my attempt to switch to HTTPS for the Fog server, I encountered the same issue of the keyboard being disabled in the iPXE menu. After several unsuccessful tests, I consulted Copilot. After reviewing all the scripts and .h files, it indicated that the issue stemmed from the size of the iPXE.efi file I was using. It was too large due to all the necessary modules for HTTPS, causing iPXE to deactivate the USB keyboard functionality during loading. Consequently, I opted for snponly.efi instead, and now the keyboard works perfectly.

      I modified the script buildipxe.sh :

      sed -i ‘s+#define USB_HCD_USBIO+//#define USB_HCD_USBIO+g’ config/usb.h
      sed -i ‘s+#define USB_KEYBOARD+//#define USB_KEYBOARD+g’ config/usb.h
      sed -i ‘s+//#define USB_EFI+#define USB_EFI+g’ config/usb.h

      May I propose a change in the console.h : Could you set the keyboard map to “dynamic” instead of “us” ? That way we can easily set our language in default.ipxe

      //#define KEYBOARD_MAP us // Default US keyboard map
      #define KEYBOARD_MAP dynamic // Runtime selectable keyboard map

      posted in FOG Problems
      T
      tatanas
    • RE: Rename Host in Windows UI doesn't update Fog database

      Thanks for your answer Tom.

      I’m not a C# coder either so I won’t be able to help for the implementation of such feature client side (by the way, I’m using the fog client).
      I understand the FOG philosophy and that’s hard enough to maintain this project alive.

      Again thanks for the time you pass on this wonderfull project.

      posted in General Problems
      T
      tatanas
    • Rename Host in Windows UI doesn't update Fog database

      Hello,

      I did not find specific information on this topic in the forum, so I am taking the liberty of asking the question.
      When renaming a computer in Windows, its name is not updated in the FOG database. I would like to specify that I do not use the ‘Hostname Changer.’ Is there an option to allow this database update ?
      If not, could it be a new feature ?

      Thanks for your time.

      posted in General Problems
      T
      tatanas
    • RE: Printer Configuration File not applied

      @sebastian-roth Sorry, I didn’t see your answer. Yes it works.

      posted in Bug Reports
      T
      tatanas
    • RE: Printer Configuration File not applied

      @sebastian-roth Thank you very much !

      posted in Bug Reports
      T
      tatanas
    • RE: Printer Configuration File not applied

      @sebastian-roth
      After reading the doc of the PrintUIEntry command, it seems that when you use the /sr parameter, all the values have to be placed at the end of the command :
      /Sr Specifies what information about a printer is restored and how conflicts in settings are handled. Use with the following values placed at the end of the command line
      So when you add ‘/q’ parameter after the m f g p values it could generate a problem ?

      I dont know if this github issue is the same as mine. I should try the g/u value and compare results.

      posted in Bug Reports
      T
      tatanas
    • RE: Printer Configuration File not applied

      Sorry to bump this topic, can someone confirm this problem ?
      If the fix is possible, could it be applied to the next fog update ?

      Thanks for your time.

      posted in Bug Reports
      T
      tatanas
    • RE: FOG identify new host as registered even though it's not.

      Hi,
      Is the mac address different ? It seems both of them have the same.

      posted in FOG Problems
      T
      tatanas
    • RE: Error 'Could not open inode 'XXXXXX" through the library'

      Hi,

      Same problem as Scoude here with Fog 1.5.9 on Debian 10.
      I “defraged” (it’s a ssd), desactivated Fastboot, hibernate off, chkdsk…
      Nothing fixed the problem.

      Any idea ?

      Thanks

      posted in FOG Problems
      T
      tatanas
    • RE: Set Ipxe Menu selected Item conditionally

      Forget about it. It seems there is no easy way to do it and it’s not a big deal even if this kind of boot menu isn’t set up.
      Thanks for your guidance.

      posted in Tutorials
      T
      tatanas