• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Bristow 0
    3. Posts
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 59
    • Best 7
    • Controversial 0
    • Groups 0

    Posts made by Bristow 0

    • RE: Update french translation for Fog 1.5.9

      @sebastian-roth Thank you !

      My file went through on my test server (dev-branch) but I noticed some problems:

      • the home page is still in English whereas on the stable version, I was in French by default
      • the menus on the sides are not translated or partially:

      Sélection_790.png
      Sélection_791.png

      Sélection_794.png

      For the first two, this corresponds to the channels that have %s in the English channel that I put back in the French channel

      I also noticed many untranslated channels, for example Dashboard here:

      Sélection_792.png

      So I don’t know if I’m already pushing my file or not?

      But pages are much better!

      Before :
      Sélection_788.png
      After :
      Sélection_793.png

      posted in General
      B
      Bristow 0
    • RE: Translate the FOG project website

      @wayne-workman The Google translation of technical project is just awful. Deepl gives much better results.

      Besides, I hardly ever use Google and even less Google Chrome 😉

      I’m waiting for Tom’s answer 🙂

      posted in General
      B
      Bristow 0
    • Translate the FOG project website

      After translating almost all the FOG web part into French, I would like to translate the website.

      Is this site designed to be translated into different languages?

      posted in General
      B
      Bristow 0
    • RE: Update french translation for Fog 1.5.9

      I have made good progress on the translation of FOG into French.

      There was a lot of work. Currently, I’m trying to translate directly in PoEdit but is there a solution to see my work in FOG, knowing that I installed FOG (dev-branch) on a VM…

      Thanks !

      PS : I should be able to push my file this week…

      posted in General
      B
      Bristow 0
    • Cloning with image from a real workstation to a VM ?

      Is it possible to clone an image from a recent Win10 workstation to a virtual machine on ProxMox?

      I have tried but when I start up, I get a black screen and my Win10 doesn’t boot…

      Do you have any feedback? Thanks for your help!

      posted in Windows Problems
      B
      Bristow 0
    • RE: Update french translation for Fog 1.5.9

      Thank you for your reply @sebastian-roth

      So I forked the project and started the translation, there is a lot of work!

      Is there an end date for this translation to arrive in the next version of FOG?

      posted in General
      B
      Bristow 0
    • RE: Update french translation for Fog 1.5.9

      Ok, i found message.po on GitHub : https://raw.githubusercontent.com/FOGProject/fogproject/dev-branch/packages/web/management/languages/fr_FR.UTF-8/LC_MESSAGES/messages.po

      Perhaps the wiki page mentioned above should be modified…

      If I modify the message.po file for the French language, how do I submit it for the future version?

      posted in General
      B
      Bristow 0
    • Update french translation for Fog 1.5.9

      Hi !

      I would like to improve the French translation of FOG. So, I followed this tutorial (https://wiki.fogproject.org/wiki/index.php?title=How_to_translate_FOG) but it starts badly because the message.pot file (http://freeghost.svn.sourceforge.net/viewvc/freeghost/trunk/packages/web/management/languages/messages.pot) is not available.

      How should I proceed, is there a new translation solution?

      Thanks a lot !

      posted in General
      B
      Bristow 0
    • No connection to the domain

      Hello,
      I use FOG version 1.5.9 and the last client on win10 computers that I try to join to an NT domain (Samba and not AD).

      My clients can’t join the domain, it stays in workgroup but they are well renamed.

      Here is what I fill in AD :

      Sélection_062.png

      Am I wrong somewhere? Thanks for your fabulous project !

      posted in Windows Problems
      B
      Bristow 0
    • RE: Difference between the 2 domain passwords?

      Thanks @tom-elliott . So, if I understand correctly, I only use the first one and it must not be encrypted, am I right?

      posted in Windows Problems
      B
      Bristow 0
    • RE: Difference between the 2 domain passwords?

      @tom-elliott

      0.32 ??
      according to my fog 1.5.9, my clients are in 0.12.0, am I wrong?

      Sélection_061.png

      posted in Windows Problems
      B
      Bristow 0
    • Difference between the 2 domain passwords?

      Hello !

      I’m going to have some Win 10 jobs to integrate into my domain for the first time. It’s not an AD but an NT Domain, on an Ubuntu server.

      I don’t understand the difference between these 2 passwords (sorry, it’s a mix between French and English) :

      Sélection_060.png

      On my domain, I only have a login/password and a domain name…

      Thanks

      posted in Windows Problems
      B
      Bristow 0
    • RE: Fog on Proxmox ?

      @sebastian-roth Too late 😞 it doesn’t matter 🙂

      posted in General Problems
      B
      Bristow 0
    • Small errors in migration commands

      I have just migrated a Fog from one server to another and I noticed 2 small problems on this page: https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG#Arranging_Images

      The following command generates 2 messages :

      root@fogserver:~# mv /images/dev/* /images
      mv: Cannot move '/images/dev/dev' to '/images/dev': The folder is not empty.
      mv: Cannot move '/images/dev/postdownloadscripts' to '/images/postdownloadscripts': The folder is not empty.
      

      I don’t think it’s serious, is it?

      But this one is more annoying:

      root@fogserver:~# chown -R fog:root /images
      chown: incorrect user: " fog:root ".
      

      The fog user does not exist, it is fogproject. So I replaced by this command:

      chown -R fogproject:root /images
      

      Thanks for this amazing project !

      posted in General
      B
      Bristow 0
    • RE: Fog on Proxmox ?

      @sebastian-roth

      Finally, I dropped LXC in Proxmox 6 and used a KVM-based VM to virtualize my Fog server.

      It works perfectly as it is.

      posted in General Problems
      B
      Bristow 0
    • RE: Fog on Proxmox ?

      @sebastian-roth

      No problem regarding my disappointment. I am especially sorry that I didn’t succeed like a great one 🙂

      I know many open source projects and I contribute to some of them: PeerTube, OpenStreetMap. I’m very happy to have discovered Fog and to have been able to quickly clone posts and 1 classe. I work in a French school with limited IT resources.

      So, to answer your question, I followed a tutorial from the forum.

      I started to disable apparmor on my container with :

       Edit the container configuration file and add the line lxc.aa_profile: unconfined.
       On Proxmox the configuration file is located at /etc/pve/lxc/CTID.conf, where CTID is the ID number of the container.
      

      and I restarted container and the script but not better.

      Then I did step 2 of this page: https://wiki.fogproject.org/wiki/index.php?title=Installation#LXC but no better.

      I also tried to enable NFS in the options. Anyway, I think I did everything but I wonder if I did some things wrong.

      So, what do you advise me for FOG on Proxmox 6.3-2? Maybe I’ll have to start from scratch… and focus on one action, but which one? and how do you know if the NFS server is running without having to restart the script?

      Thanks for your help!

      posted in General Problems
      B
      Bristow 0
    • RE: Fog on Proxmox ?

      Hello @smoblikat

      I couldn’t get FOG to work in an LXC container, I’m still coming across a server NFS problem.
      Here is the error in the FOG install logs:

       * Setting up and starting NFS Server..........................Failed!
      
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      !! The installer was not able to run all the way to the end as   !!
      !! something has caused it to fail. The following few lines are  !!
      !! from the error log file which might help us figure out what's !!
      !! wrong. Please add this information when reporting an error.   !!
      !! As well you might want to take a look at the full error log   !!
      !! in /root/fogproject-1.5.9/bin/error_logs/fog_error_1.5.9.log !!
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      
      Dec 18 15:35:31 fogserver systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'.
      Failed to enable unit: Unit file nfs.service does not exist.
      Failed to stop nfs.service: Unit nfs.service not loaded.
      Failed to start nfs.service: Unit nfs.service not found.
      Unit nfs.service could not be found.
      
      

      I found a few tips on the forums but none of them worked. I’m trying to install FOG 1.5.9 on Proxmox 6.3-2 and Debian 10.

      What do you recommend? I’m a bit disappointed 😞
      Thanks for your answers and happy holidays.

      posted in General Problems
      B
      Bristow 0
    • RE: Fog on Proxmox ?

      @george1421 Fine, thanks for your quick response !

      FOG is a fabulous project 👍

      posted in General Problems
      B
      Bristow 0
    • Fog on Proxmox ?

      Hi !

      I did not find a recent answer to my question.

      It’s quite simple, I wanted to know if Fog was fully compatible with the Proxmox 6.3 virtualization solution?
      It would make maintenance easier for me.

      Thank you for your answers.

      posted in General Problems proxmox virtual machine
      B
      Bristow 0
    • 1 / 1