• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jmeyer
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 1
    • Topics 53
    • Posts 277
    • Best 18
    • Controversial 0
    • Groups 0

    Posts made by jmeyer

    • [FOG 1.6] Updating Database Failed

      Hello,

      I try to update FOG 1.5.7.745 to 1.5.7.958 under Ubuntu 18.04.4 LTS.
      And I end with DB update failled.

      4dc119c9-ebc3-44be-b2fe-2407fb5259e4-image.png

      Not sure if there is a link but I have this in mysql error.log :

      2020-02-25T08:48:14.645596Z 540 [Note] Access denied for user 'fogmaster'@'localhost' (using password: YES)
      2020-02-25T08:48:14.662209Z 541 [Note] Access denied for user 'fogmaster'@'localhost' (using password: YES)
      2020-02-25T08:48:14.662565Z 542 [Note] Access denied for user 'fogmaster'@'localhost' (using password: YES)
      2020-02-25T08:48:14.663126Z 543 [Note] Access denied for user 'fogmaster'@'localhost' (using password: YES)
      2020-02-25T08:48:14.663459Z 544 [Note] Access denied for user 'fogmaster'@'localhost' (using password: YES)
      

      Thank you for your help.

      Fog install logs : fog_error_1.5.7.958.log

      posted in Bug Reports
      J
      jmeyer
    • RE: HP EliteDesk 800 G4 WKS TWR

      It’s not this version of rEFInd in the FOG 1.6.0 ?
      refind_ia32.efi and refind_x64.efi has the same size.

      posted in Hardware Compatibility
      J
      jmeyer
    • RE: VPS Issues

      I thought you deleted my posts and I started to hate you ! lol

      posted in Announcements
      J
      jmeyer
    • HP EliteDesk 800 G4 WKS TWR

      Hello,

      when I exit PXE using rEFInd_EFI, computer is stuck on initializing on FOG 1.5.7 and 1.6.0.
      Other exit type only give error and edit of scanfor in refind.conf doesn’t solve the problem.

      Any idea ?

      Thanks.

      posted in Hardware Compatibility
      J
      jmeyer
    • RE: Mysql after do-release-upgrade

      @Sebastian-Roth As I was running a VM, i have restore snapshot and restart the process.
      First, i updated last GIT version then do the OS upgrade.
      SQL hasn’t been touch this way and everything works fine.

      Could FOG install tried to install mariadb over mysql since I was under version 18.04 or is there a check of running SQL server type (if it’s mysql or mariadb) ?

      posted in Linux Problems
      J
      jmeyer
    • RE: FOG 1.6 Update Error

      Thanks.
      1.5.7.745 update works fine.

      posted in Bug Reports
      J
      jmeyer
    • Mysql after do-release-upgrade

      Hello,

      it seems that mysql have been remove after a do-release-upgrade between Ubuntu 16.04.6 LTS and Ubuntu 18.04.3 LTS.

      On GUI, I have : Database connection unavailable
      

      With SSH, I have :

      root@fogserver:~/fogproject/bin# mysql -u root
      ERROR 1524 (HY000): Plugin 'unix_socket' is not loaded
      

      During FOG reinstall :

      * Installing package: mariadb-client..........................Failed! (Will try later)
      * Installing package: mariadb-server..........................Failed! (Will try later)
      
      posted in Linux Problems
      J
      jmeyer
    • FOG 1.6 Update Error

      Hello,
      I am trying to update to the last git version from 1 .5.7.713 to 1.5.7.743 under Ubuntu 16.04.6 LTS and I am this error :

      * Setting up fogproject user..................................Already setup
      * Locking fogproject as a system account......................OK
      * Setting up fogproject password..............................Failed!
      

      In log file :

      passwd: unrecognized option '--stdin'
      

      Thank you.

      posted in Bug Reports
      J
      jmeyer
    • RE: FOG 1.6 - Error deploy image for PXE menu

      Nevermind.
      It’s working again.

      posted in Bug Reports
      J
      jmeyer
    • FOG 1.6 - Error deploy image for PXE menu

      Hello,

      I have updated FOG to last GIT version monday (maybe this isn’t link).
      When i try to deploy registered host with any image for pxe menu, i have a “chainload error”.
      When i do it by task in GUI it works fine.

      Any idea ?

      posted in Bug Reports
      J
      jmeyer
    • rEFInd on Dell Optiplex 3020

      Hello,
      I have the “scanfor” error on a Dell Otiplex 3020 with rEFInd.
      Some people said to remove or edit the “scanfor” line in /var/www/fog/service/ipxe/refind.conf
      but it’s not fixing the problem. (maybe i didn’t edit it well)
      No other exit type let the computer boot on HDD after network.

      Is there a solution ?

      Thank you.

      Same problem other topic :
      https://forums.fogproject.org/topic/12115/dell-optiplex-3050-avec-windows-10-uefi
      https://forums.fogproject.org/topic/11146/refind-initializing-after-disable-secure-boot
      https://forums.fogproject.org/topic/11897/boot-loop-after-imaging-uefi

      posted in Hardware Compatibility
      J
      jmeyer
    • RE: EFI and Legacy

      @Quazz
      You had the same. https://forums.fogproject.org/topic/7324/small-text-display-bug-image-capture
      I should have seach before asking…

      VirtualBox_vm1_28_06_2019_15_34_37.png

      posted in General Problems
      J
      jmeyer
    • RE: FOG 1.6 - Compression

      @Tom-Elliott Happy to help ! 😉

      posted in Bug Reports
      J
      jmeyer
    • RE: EFI and Legacy

      @Quazz I asked this because i just saw a message twice saying Fog fixed MBR during capture task.

      posted in General Problems
      J
      jmeyer
    • EFI and Legacy

      Hello,

      I changed EFI to Legacy before upload since i created image on VirtualBox and I can’t boot on lan with EFI bios.
      Will FOG will corrupt the EFI install since it detect MBR problem because it’s GPT.

      Thank you.

      posted in General Problems
      J
      jmeyer
    • FOG 1.6 - Compression

      Hello,

      “Image Compression Rating” value isn’t saved correctly when changed for new images.
      Not tested on image created before update to not lost settings.

      I have update it with mysql 😉

      update images set imageCompress = 6 where imageID=<ID>;
      
      posted in Bug Reports
      J
      jmeyer
    • RE: Fog 1.6 - Task error

      @Sebastian-Roth yes it’s working-1.6 updated this morning.
      I am not able to reproduce the error on a test computer.
      I’ll try to go back in classroom i have see the problem.

      Edit :
      IMG_20190624_143232.jpg

      It comes and go
      IMG_20190624_145105.jpg

      posted in Bug Reports
      J
      jmeyer
    • RE: Fog 1.6 - Kernel Panic

      @Sebastian-Roth
      I make new install of Fog under Debian.
      I was using Ubuntu years ago so it’s old install (3 years old).

      I have been testing Fog version since years with Tom.
      And as i work with VM, i can revert change easily.

      posted in Bug Reports
      J
      jmeyer
    • Fog 1.6 - Task error

      Hello again,

      When creating task from group, nothing is created but message say task has been added.

      When creating single task (probably after opening host page from host list in a new window then starting the task), i end with timezone error saying it’s not in the DB.
      Some task started well but i don’t remember if i started them the same way.

      posted in Bug Reports
      J
      jmeyer
    • RE: Fog 1.6 - Kernel Panic

      @Sebastian-Roth
      I run Ubuntu 16.04. lol
      It’s an old FOG install.

      It’s working much better.
      Thank you for the information.

      posted in Bug Reports
      J
      jmeyer
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 13
    • 14
    • 4 / 14