Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. Democriticus
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by Democriticus

    • RE: failed to open directory /roms/o2em

      J'ai eu le meme probleme reglee en branchant mon SSD sur mon poste windows et un chkdsk a reparee la partition share qui etait corrompu

      posted in Emulator Arcade/PC/Console
      Democriticus
      Democriticus
    • RE: Aucun sauvegarde de l'emplacement (Time Zone)

      Solution Francaise en bas:

      Ok I figured this out based on another post that unfortunately wasn't clear enough. I will simply update the cut/paste from that users post.

      Robson Maniasso 15 Sep 2016, 17:27
      timezone is not set in recalbox.conf. I found a way to set to <TimeZone>.

      Before you start you need to know what your timezone is. You can find the logic in other posts but they are all in the following folder: /usr/share/zoneinfo<Region/Local> IE: America/Moncton

      1 - Remount your / filesystem to read-write
      2 - Unkink the /etc/localtime since it is set to Europe/Paris
      3 - create new symbolic link to <TimeZone>

      Here are the corrected commands:
      mount -o remount,rw /
      unlink /etc/localtime
      ln -s /usr/share/zoneinfo/America/Moncton /etc/localtime

      You can then do date to test / reboot and check if it stuck


      OK j'ai compris comment faire basee sur le poste d'une autre personne qui etait pas assez claire. J'ai simplement mis a jour son poste original.

      Robson Maniasso 15 Sep 2016, 17:27
      timezone is not set in recalbox.conf. I found a way to set to <TimeZone>.

      Avant de commencer vous devez commencer par comprendre quel est votre fichier Timezone. La logic est dans autre post mais tout les tiezone sont dans le dossier suivant: /usr/share/zoneinfo<Region/Local> Ex: America/Moncton

      1 - Remonter le filesystem a lecture/ecriture
      2 - Enlever le lien vers /etc/localtime car il est par defaut a Europe/Paris
      3 - cree un nouveau lien symbolique a <TimeZone>

      Voici les commandes corrigee:
      mount -o remount,rw /
      unlink /etc/localtime
      ln -s /usr/share/zoneinfo/America/Moncton /etc/localtime

      Par la suite mettez la commande date pour tester et si c'est bon faite une commande reboot et sa va rester

      posted in Recalbox Général
      Democriticus
      Democriticus