Aller au contenu

Geoff1330

Membres
  • Compteur de contenus

    227
  • Inscription

  • Dernière visite

  • Jours gagnés

    3

Tout ce qui a été posté par Geoff1330

  1. Geoff1330

    [TUTO] Docker : Introduction

    @.Shad. J'ai changé et toujours en erreur... Je pense que je vais l'abandonner 😅
  2. Geoff1330

    [TUTO] Docker : Introduction

    @.Shad. Merci pour la command, j'ai pas trop compris la différence. Cela dit, comme je pouvais mis attendre, cela n'a pas fonctionné. Du coup, j'ai réessayé, mais j'ai des erreurs et je ne suis pas sur que je puisse résoudre cela: root@TheBoss:~# docker create \ > --name icloudpd \ > --restart unless-stopped \ > -e user=Geoff \ > -e user_id=1026 \ > -e group=users \ > -e group_id=100 \ > -e apple_id=geoff*****@gmail.com \ > -e authentication_type=Web \ > -e folder_structure={:%Y} \ > -e auto_delete=true \ > -e synchronisation_interval=86400 \ > -e TZ=Europe/Paris \ > -v /volume1/docker/iCloud/config:/config \ > -v /volume1/photo/iCloud:/home/Geoff/iCloud \ > boredazfcuk/icloudpd 0937be5e5dbf84519b19cd10c36ec9025ffee1441837093f2e892ba51de48019 root@TheBoss:~# dosker exec -it icloudpd sync-icloud.sh --Initialise 2021-09-20 15:27:45 INFO ***** boredazfcuk/icloudpd container for icloud_photo_downloader started ***** 2021-09-20 15:27:45 INFO ***** /usr/local/bin/sync-icloud.sh date: 2021/09/16_00:40 ***** 2021-09-20 15:27:45 INFO ***** /usr/local/bin/sync-icloud.sh hash: 5a180ee43ca07a00a70080c9d969dcad ***** 2021-09-20 15:27:45 INFO Alpine Linux 3.13.5 2021-09-20 15:27:45 INFO Python version: 3.8.10 2021-09-20 15:27:45 INFO icloudpd version: 1.7.2 2021-09-20 15:27:52 INFO pyicloud-ipd version: 0.10.1 2021-09-20 15:27:59 INFO Running user id: 0 2021-09-20 15:27:59 INFO Running group id: 0 2021-09-20 15:27:59 INFO Local user: Geoff:1026 2021-09-20 15:27:59 INFO Local group: users:100 2021-09-20 15:27:59 INFO Force GID: False 2021-09-20 15:27:59 INFO LAN IP Address: 172.17.0.3 2021-09-20 15:27:59 INFO Apple ID: geoff******@gmail.com 2021-09-20 15:27:59 INFO Authentication Type: Web 2021-09-20 15:27:59 INFO Cookie path: /config/geoff*****gmailcom 2021-09-20 15:27:59 INFO Cookie expiry notification period: 7 2021-09-20 15:27:59 INFO Download destination directory: /home/Geoff/iCloud 2021-09-20 15:27:59 INFO Folder structure: {:%Y} 2021-09-20 15:27:59 INFO Directory permissions: 750 2021-09-20 15:27:59 INFO File permissions: 640 2021-09-20 15:27:59 INFO Synchronisation interval: 86400 2021-09-20 15:27:59 INFO Synchronisation delay (minutes): 0 2021-09-20 15:27:59 INFO Time zone: Europe/Paris 2021-09-20 15:27:59 INFO Set EXIF date/time: False 2021-09-20 15:27:59 INFO Auto delete: true 2021-09-20 15:27:59 INFO Photo size: original 2021-09-20 15:27:59 INFO Skip download check: False 2021-09-20 15:27:59 INFO Skip live photos: False 2021-09-20 15:27:59 INFO Number of most recently added photos to download: Download All Photos 2021-09-20 15:27:59 INFO Stop downloading when prexisiting files count is: Download All Photos 2021-09-20 15:27:59 INFO Live photo size: original 2021-09-20 15:27:59 INFO Skip videos: False 2021-09-20 15:27:59 INFO Convert HEIC to JPEG: False 2021-09-20 15:27:59 INFO JPEG conversion quality: 90 2021-09-20 15:27:59 INFO Script launch parameters: --Initialise 2021-09-20 15:27:59 INFO Group, users:100, already created 2021-09-20 15:27:59 INFO User, Geoff:1026, already created 2021-09-20 15:27:59 INFO Set owner, Geoff, on iCloud directory, if required 2021-09-20 15:27:59 INFO Set group, users, on iCloud directory, if required 2021-09-20 15:27:59 INFO Correct owner on icloudpd temp directory, if required 2021-09-20 15:27:59 INFO Correct group on icloudpd temp directory, if required 2021-09-20 15:27:59 INFO Correct owner on config directory, if required 2021-09-20 15:27:59 INFO Correct group on config directory, if required 2021-09-20 15:27:59 INFO Correct owner on keyring directory, if required 2021-09-20 15:27:59 INFO Correct group on keyring directory, if required 2021-09-20 15:27:59 INFO Set 750 permissions on iCloud directories, if required 2021-09-20 15:27:59 INFO Set 640 permissions on iCloud files, if required 2021-09-20 15:27:59 INFO Configure password 2021-09-20 15:27:59 INFO Adding password to keyring file: /config/python_keyring/keyring_pass.cfg Enter iCloud password for geoff*****@gmail.com: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Try again During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/usr/lib/python3.8/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3.8/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9470222d60>: Failed to establi sh a new connection: [Errno -3] Try again During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/usr/lib/python3.8/site-packages/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='setup.icloud.com', port=443): Max retries exceeded with url : /setup/ws/1/login?clientBuildNumber=17DHotfix5&clientMasteringNumber=17DHotfix5&ckjsBuildVersion=17DProjectDev77&ckjs Version=2.0.5&clientId=9F58BB24-1A16-11EC-B5E5-0242AC110003 (Caused by NewConnectionError('<urllib3.connection.HTTPSCon nection object at 0x7f9470222d60>: Failed to establish a new connection: [Errno -3] Try again')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/icloud", line 33, in <module> sys.exit(load_entry_point('pyicloud-ipd==0.10.1', 'console_scripts', 'icloud')()) File "/usr/lib/python3.8/site-packages/pyicloud_ipd/cmdline.py", line 200, in main api = pyicloud_ipd.PyiCloudService( File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 193, in __init__ self.authenticate() File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 209, in authenticate req = self.session.post( File "/usr/lib/python3.8/site-packages/requests/sessions.py", line 590, in post return self.request('POST', url, data=data, json=json, **kwargs) File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 68, in request response = super(PyiCloudSession, self).request(*args, **kwargs) File "/usr/lib/python3.8/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python3.8/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/usr/lib/python3.8/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='setup.icloud.com', port=443): Max retries exceeded with url: /setup/ws/1/login?clientBuildNumber=17DHotfix5&clientMasteringNumber=17DHotfix5&ckjsBuildVersion=17DProjectDev77&c kjsVersion=2.0.5&clientId=9F58BB24-1A16-11EC-B5E5-0242AC110003 (Caused by NewConnectionError('<urllib3.connection.HTTPS Connection object at 0x7f9470222d60>: Failed to establish a new connection: [Errno -3] Try again')) 2021-09-20 15:28:25 INFO Correct owner on config directory, if required 2021-09-20 15:28:25 INFO Correct group on config directory, if required 2021-09-20 15:28:25 INFO Generate 2FA cookie using password stored in keyring file. iCloud Password: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/icloudpd-1.7.2-py3.8.egg/icloudpd/authentication.py", line 29, in authenticate icloud = pyicloud_ipd.PyiCloudService( File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 141, in __init__ password = get_password_from_keyring(apple_id) File "/usr/lib/python3.8/site-packages/pyicloud_ipd/utils.py", line 40, in get_password_from_keyring raise NoStoredPasswordAvailable( pyicloud_ipd.exceptions.NoStoredPasswordAvailable: No pyicloud password for geoffroy.mail@gmail.com could be found in the system keychain. Use the `--store-in-keyring` command-line option for storing a password for this username. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Try again During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/usr/lib/python3.8/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3.8/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdc7bd7b460>: Failed to establish a new connection: [Errno -3] Try again During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/usr/lib/python3.8/site-packages/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='setup.icloud.com', port=443): Max retries exceeded with url: /setup/ws/1/login?clientBuildNumber=17DHotfix5&clientMasteringNumber=17DHotfix5&ckjsBuildVersion=17DProjectDev77&ckjsVersion=2.0.5&clientId=DBE0B03C-1A17-11EC-B014-0242AC110003 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdc7bd7b460>: Failed to establish a new connection: [Errno -3] Try again')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/icloudpd", line 33, in <module> sys.exit(load_entry_point('icloudpd==1.7.2', 'console_scripts', 'icloudpd')()) File "/usr/lib/python3.8/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3.8/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) File "/usr/lib/python3.8/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3.8/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) File "/usr/lib/python3.8/site-packages/icloudpd-1.7.2-py3.8.egg/icloudpd/base.py", line 255, in main icloud = authenticate( File "/usr/lib/python3.8/site-packages/icloudpd-1.7.2-py3.8.egg/icloudpd/authentication.py", line 36, in authenticate icloud = pyicloud_ipd.PyiCloudService( File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 193, in __init__ self.authenticate() File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 209, in authenticate req = self.session.post( File "/usr/lib/python3.8/site-packages/requests/sessions.py", line 590, in post return self.request('POST', url, data=data, json=json, **kwargs) File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 68, in request response = super(PyiCloudSession, self).request(*args, **kwargs) File "/usr/lib/python3.8/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python3.8/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/usr/lib/python3.8/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='setup.icloud.com', port=443): Max retries exceeded with url: /setup/ws/1/login?clientBuildNumber=17DHotfix5&clientMasteringNumber=17DHotfix5&ckjsBuildVersion=17DProjectDev77&ckjsVersion=2.0.5&clientId=DBE0B03C-1A17-11EC-B014-0242AC110003 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdc7bd7b460>: Failed to establish a new connection: [Errno -3] Try again')) 2021-09-20 15:37:17 INFO Web cookie generated. Sync should now be successful. root@TheBoss:~#
  3. Geoff1330

    [TUTO] Docker : Introduction

    @oracle7 Ah zut, j'ai vu trop tard ton commentaire 😉 J'y penserai pour la prochaine fois. @.Shad. Quand j'essaye de demarrer le docker: root@TheBoss:~# docker start icloudpd Error response from daemon: network containers not found Error: failed to start containers: icloudpd 😞
  4. Geoff1330

    [TUTO] Docker : Introduction

    Merci @.Shad. 🙂 Effectivement, j'avais vue pour le mot de passe 😉 Je vais donc essayer cela.
  5. Geoff1330

    [TUTO] Docker : Introduction

    Bonjour, Je voudrais tester un docker, celui-ci doit être installé par ligne de commande. Cela est une grande première pour moi. Je me permet de vous demandez si mes paramètres semble être bon ou pas. (Si vous préférez que je créer un nouveau post, merci de me le signaler 😉 ). Voici le docker en question: https://github.com/boredazfcuk/docker-icloudpd Dans le lien, voici un exemple de config: docker create \ --name iCloudPD-boredazfcuk \ --hostname icloudpd_boredazfcuk \ --network containers \ --restart=always \ --env user=boredazfcuk \ --env user_id=1000 \ --env group=admins \ --env group_id=1010 \ --env apple_id=thisisnotmy@email.com \ --env apple_password="neitheristhismypassword" \ --env authentication_type=2FA \ --env notification_type=Telegram \ --env telegram_token=123654 \ --env telegram_chat_id=456321 \ --env folder_structure={:%Y} \ --env auto_delete=True \ --env notification_days=14 \ --env synchronisation_interval=21600 \ --env TZ=Europe/London \ --volume icloudpd_boredazfcuk_config:/config \ --volume /home/boredazfcuk/iCloud:/home/boredazfcuk/iCloud \ boredazfcuk/icloudpd Dans le tuto de .Shad. la structure change un peu, j'ai donc refait le code avec déjà quelques infos me concernant: docker create \ --name iCloudPD \ --network containers \ --restart=always \ -e PUID=1026 \ -e PGID=101 \ -e apple_id=thisisnotmy@email.com \ -e apple_password="neitheristhismypassword" \ -e authentication_type=Web \ -e folder_structure={:%Y} \ -e auto_delete=True \ -e synchronisation_interval=86400 \ -e TZ=Europe/Paris \ -v /docker/iCloud/config:/config \ -v /photo/test:/photo/test \ boredazfcuk/icloudpd Est-ce que celui-ci vous semble bon? - Quel est la différence entre les lignes avec deux " -- " et celle avec un seul " - "? - ai-je bien fait de remplacer les "-env group et user" par "PGID/PUID" ? Si ceci est correct, je suppose que je dois me connecté en ssh avec Putty sur le nas, me mettre en sudo et balancer ce script? (désolé pour la question, comme dit plus haut, c'est la première fois pour moi. il y a un début à tout 🙂 ) Merci pour votre aide.
  6. J'avais été voir dans le terminal du conteneur dockers et j'ai vu plein de tentative de connexion sur le port 4000. Je l'ai ouvert et instantanément, l'alerte du tracker a disparu et j'ai pu voir les information de débit 🤷‍♂️
  7. J'ai trouvé, j'avais omis de faire le forward du port 4000 dans le docker 😇
  8. J'ai également essayé syncthing et franchement, j'ai plus de mal à le faire fonctionner que Resilio 😉
  9. Bonjour, J'ai installé resilio-sync sous docker avec l'image: https://registry.hub.docker.com/r/linuxserver/resilio-sync/ il fonctionne mais j'ai une alerte disant qu'il ne trouve pas les trackers. J'ai beau chercher dans la doc du lien ci-dessus, je ne vois rien qui parle de tracker. Visiblement, ça doit être un problème de port. Quelqu'un à le même soucis? Merci EDIT: Ceci est mon fichier sync.conf: { "listening_port" : 55555, "storage_path" : "/config", "vendor" : "docker", "display_new_version": false, "directory_root_policy" : "belowroot", "directory_root" : "/sync/", "files_default_path" : "/downloads", "webui" : { "listen" : "0.0.0.0:8888", "allow_empty_password" : false, "dir_whitelist" : [ "/sync", "/sync/folders", "/sync/mounted_folders" ] } } et j'ai trouvé un exemple de fichier avec ceci: { "trackers": [ { "addr6": "[2604:4500:5:245::10]:4000", "addr": "23.111.157.86:4000" }, { "addr6": "[2604:4500:9:58::10]:4000", "addr": "66.165.233.194:4000" } ], "relays": [ { "addr6": "[2604:4500:3:80::10]:3000", "addr": "66.206.5.74:3000" }, { "addr6": "[2604:4500:3:80::10]:3001", "addr": "66.206.5.74:3001" }, { "addr6": "[2604:4500:8:24a::10]:3000", "addr": "66.165.255.194:3000" }, { "addr6": "[2604:4500:8:24a::10]:3001", "addr": "66.165.255.194:3001" } ] } pensez-vous que je peux mixer les 2 et faire le foward des port dans dockers?
  10. oui, tu en mets un seul, tu fait la reconstruction du RAID et une fois que celui-ci en fini, tu changes l'autre 😉
  11. Bonjour, Je suis étonné de ne pas trouver de post parlant des nouveaux Mac M1. les logiciels synology ne sont pas encore natif? Je cherche une alternative de Drive pour un macbook M1. Je sais qu'il fonctionne sous Roseta2, mais d'après mes recherches, cela plombe le Mac... J'ai regardé du coter de Resilio, mais même soucis. Y a t-il d'autres alternative? Merci
  12. J'ai trouvé la cause: J'avais l’extension sur FF "Synology Download Manager" configuré avec un autre compte. Cela créé un conflit.
  13. Salut, Suite à ta remarque, j'ai essayé depuis un autre ordinateur et cela semble stable. Je vais effacer les caches de mon navigateur pour être sur. Je suis déjà rassuré que cela fonctionne sur l'autre ordi. Merci 🙂
  14. Bonjour, J'ai fais une mise-à-jour se matin et depuis, lors de la connexion avec un compte qui a les droits admin, après une 20ene secondes, il se deconnect et me dit que je n'ai pas les droit suffisant pour accomplir cette tache. J'ai juste le temps de réactivé le compte admin et changer le pw, mais lorsque j'essaye de me connecter avec celui-ci, il me dit que le compte ou mot de passe n'est pas valide. Que ce passe t il ici? 😞 Quelqu'un peu m'aider? Merci
  15. intéressant se poste 😉 y a t-il un moyen de "sniffer" un réseau local pour savoir si un port est utilisé en sortie? ma question est dans un but de pouvoir bloquer tout tracking comment avec pi-hole.
  16. Bonjour, Oui, mais il n'y a pas que Jeedom et qui sait, il y a peut-être un truc docker que je peux mettre sur le NAS pour faire cela. Mais tu as raison, ce n'est pas ici que je dois demander.
  17. Bonjour tout le monde, Je suis à la recherche d'un truc qui n'est pas lier directement au NAS, mais je me dis qu'il y a surement quelqu'un qui serait m'aider ici 😉 Voilà, je viens d'acheter une vielle maison avec une (très) vieille chaudière ... que je dois remplacer. Mais en attendant, elle boit énormément. pour essayé de faire des petites économies, j'ai acheté des vanne thermostatique Netatmo en espérant que ma chaudière tourne un peu moins. mais ce n'est pas le cas 😞 Le moyen que j'ai trouvé pour le moment pour éviter que la chaudière démarre toute seul trop souvent, c'est de couper le circulateur d'eau du circuit chauffage. Cette manipulation, je la fait "manuellement" enfin, plutôt avec une prise connectée. et donc, j'aimerai trouvé un moyen pour que lorsqu'une vanne se met en mode chauffage, quelque chose envoie un signal a la prise pour mettre le circulateur en route. Même chose quand la vanne se coupe, la prise se coupe aussi. Vous me suivez dans ma logique? avez-vous une idée? J'ai regardé du coter de HomeKit (apple) mais rien ne peut faire ça. Je viens d'installer Jeedom en espérant trouvé un moyen, mais comme je ne l'ai jamais utilisé, je ne sais même pas encore si cela pourrait fonctionner. Merci
  18. J'ai essayé a nouveau ce matin, mais cela ne fonctionne pas. si je comprend bien le log, il ne sait pas initier l'api. [Wed Jan 13 17:03:15 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:03:15 UTC 2021] ret='6' [Wed Jan 13 17:03:15 UTC 2021] Can not init api. maintenant, je me demande une chose, j'utilise des sous-domaine pour different NAS (yyy.nitide.me, zzz.nitide.me,...) J'ai (enfin) réussi à mettre un certificat sur un des NAS, mais du coup, est-ce que cela ne risque pas de poser problème avec les autres vue que c'est le "même" domaine de base? Merci EDIT: le sous-domaine ne pose visiblement pas de problème, j'ai réussis a en faire un 2eme manuellement. il me reste un NAS à faire, mais je n'ai pas la possibilité d'ouvrir le port 80 et 443 sur cette ligne 😞
  19. Bonjour, J'ai essayé le tuto est voici l'erreur dans les log: [Wed Jan 13 16:58:04 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 16:58:04 UTC 2021] ret='6' [Wed Jan 13 16:58:04 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 16:58:06 UTC 2021] GET [Wed Jan 13 16:58:06 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 16:58:06 UTC 2021] timeout= [Wed Jan 13 16:58:06 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 16:58:11 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 16:58:11 UTC 2021] ret='6' [Wed Jan 13 16:58:11 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 16:58:13 UTC 2021] GET [Wed Jan 13 16:58:13 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 16:58:13 UTC 2021] timeout= [Wed Jan 13 16:58:13 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:03:10 UTC 2021] Running cmd: issue [Wed Jan 13 17:03:10 UTC 2021] _main_domain='mpp.nitide.me' [Wed Jan 13 17:03:10 UTC 2021] _alt_domains='no' [Wed Jan 13 17:03:10 UTC 2021] Using config home:/acme.sh [Wed Jan 13 17:03:10 UTC 2021] default_acme_server [Wed Jan 13 17:03:10 UTC 2021] ACME_DIRECTORY='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:03:10 UTC 2021] DOMAIN_PATH='/acme.sh/mpp.nitide.me' [Wed Jan 13 17:03:10 UTC 2021] Using ACME_DIRECTORY: https://acme-v02.api.letsencrypt.org/directory [Wed Jan 13 17:03:10 UTC 2021] _init api for server: https://acme-v02.api.letsencrypt.org/directory [Wed Jan 13 17:03:10 UTC 2021] GET [Wed Jan 13 17:03:10 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:03:10 UTC 2021] timeout= [Wed Jan 13 17:03:10 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:03:15 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:03:15 UTC 2021] ret='6' [Wed Jan 13 17:03:15 UTC 2021] Can not init api. [Wed Jan 13 17:03:15 UTC 2021] Using CA: https://acme-v02.api.letsencrypt.org/directory [Wed Jan 13 17:03:15 UTC 2021] _on_before_issue [Wed Jan 13 17:03:15 UTC 2021] _chk_main_domain='mpp.nitide.me' [Wed Jan 13 17:03:15 UTC 2021] _chk_alt_domains [Wed Jan 13 17:03:15 UTC 2021] Le_LocalAddress [Wed Jan 13 17:03:15 UTC 2021] d='mpp.nitide.me' [Wed Jan 13 17:03:15 UTC 2021] Check for domain='mpp.nitide.me' [Wed Jan 13 17:03:15 UTC 2021] _currentRoot='dns_ovh' [Wed Jan 13 17:03:15 UTC 2021] d [Wed Jan 13 17:03:15 UTC 2021] config file is empty, can not read CA_KEY_HASH [Wed Jan 13 17:03:15 UTC 2021] Using config home:/acme.sh [Wed Jan 13 17:03:15 UTC 2021] ACME_DIRECTORY='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:03:15 UTC 2021] _init api for server: https://acme-v02.api.letsencrypt.org/directory [Wed Jan 13 17:03:15 UTC 2021] GET [Wed Jan 13 17:03:15 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:03:15 UTC 2021] timeout= [Wed Jan 13 17:03:15 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:03:20 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:03:20 UTC 2021] ret='6' [Wed Jan 13 17:03:20 UTC 2021] Can not init api. [Wed Jan 13 17:03:20 UTC 2021] Use default length 2048 [Wed Jan 13 17:03:20 UTC 2021] length='2048' [Wed Jan 13 17:03:20 UTC 2021] Using config home:/acme.sh [Wed Jan 13 17:03:20 UTC 2021] ACME_DIRECTORY='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:03:20 UTC 2021] Use length 2048 [Wed Jan 13 17:03:20 UTC 2021] Using RSA: 2048 [Wed Jan 13 17:03:21 UTC 2021] Create account key ok. [Wed Jan 13 17:03:21 UTC 2021] RSA key [Wed Jan 13 17:03:21 UTC 2021] config file is empty, can not read CA_EAB_KEY_ID [Wed Jan 13 17:03:21 UTC 2021] config file is empty, can not read CA_EAB_HMAC_KEY [Wed Jan 13 17:03:21 UTC 2021] config file is empty, can not read CA_EMAIL [Wed Jan 13 17:03:21 UTC 2021] Registering account: https://acme-v02.api.letsencrypt.org/directory [Wed Jan 13 17:03:21 UTC 2021] url [Wed Jan 13 17:03:21 UTC 2021] payload='{"resource": "", "terms-of-service-agreed": true, "agreement": ""}' [Wed Jan 13 17:03:21 UTC 2021] GET [Wed Jan 13 17:03:21 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:03:21 UTC 2021] timeout= [Wed Jan 13 17:03:21 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:03:26 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:03:26 UTC 2021] ret='6' [Wed Jan 13 17:03:26 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:03:28 UTC 2021] GET [Wed Jan 13 17:03:28 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:03:28 UTC 2021] timeout= [Wed Jan 13 17:03:28 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:03:33 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:03:33 UTC 2021] ret='6' [Wed Jan 13 17:03:33 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:03:35 UTC 2021] GET [Wed Jan 13 17:03:35 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:03:35 UTC 2021] timeout= [Wed Jan 13 17:03:35 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:03:40 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:03:40 UTC 2021] ret='6' [Wed Jan 13 17:03:40 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:03:42 UTC 2021] GET [Wed Jan 13 17:03:42 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:03:42 UTC 2021] timeout= [Wed Jan 13 17:03:42 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:03:47 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:03:47 UTC 2021] ret='6' [Wed Jan 13 17:03:47 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:03:49 UTC 2021] GET [Wed Jan 13 17:03:49 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:03:49 UTC 2021] timeout= [Wed Jan 13 17:03:49 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:03:54 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:03:54 UTC 2021] ret='6' [Wed Jan 13 17:03:54 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:03:56 UTC 2021] GET [Wed Jan 13 17:03:56 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:03:56 UTC 2021] timeout= [Wed Jan 13 17:03:56 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:04:01 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:04:01 UTC 2021] ret='6' [Wed Jan 13 17:04:01 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:04:03 UTC 2021] GET [Wed Jan 13 17:04:03 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:04:03 UTC 2021] timeout= [Wed Jan 13 17:04:03 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:04:08 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:04:08 UTC 2021] ret='6' [Wed Jan 13 17:04:08 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:04:10 UTC 2021] GET [Wed Jan 13 17:04:10 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:04:10 UTC 2021] timeout= [Wed Jan 13 17:04:10 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:04:15 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:04:15 UTC 2021] ret='6' [Wed Jan 13 17:04:15 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:04:17 UTC 2021] GET [Wed Jan 13 17:04:17 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:04:17 UTC 2021] timeout= [Wed Jan 13 17:04:17 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:04:22 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:04:22 UTC 2021] ret='6' [Wed Jan 13 17:04:22 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:04:24 UTC 2021] GET [Wed Jan 13 17:04:24 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:04:24 UTC 2021] timeout= [Wed Jan 13 17:04:24 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:04:29 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:04:29 UTC 2021] ret='6' [Wed Jan 13 17:04:29 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:04:31 UTC 2021] GET [Wed Jan 13 17:04:31 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:04:31 UTC 2021] timeout= [Wed Jan 13 17:04:31 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:04:36 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:04:36 UTC 2021] ret='6' [Wed Jan 13 17:04:36 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:04:38 UTC 2021] GET [Wed Jan 13 17:04:38 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:04:38 UTC 2021] timeout= [Wed Jan 13 17:04:38 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:04:43 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:04:43 UTC 2021] ret='6' [Wed Jan 13 17:04:43 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:04:45 UTC 2021] GET [Wed Jan 13 17:04:45 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:04:45 UTC 2021] timeout= [Wed Jan 13 17:04:45 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:04:50 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:04:50 UTC 2021] ret='6' [Wed Jan 13 17:04:50 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:04:52 UTC 2021] GET [Wed Jan 13 17:04:52 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:04:52 UTC 2021] timeout= [Wed Jan 13 17:04:52 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:04:57 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:04:57 UTC 2021] ret='6' [Wed Jan 13 17:04:57 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:04:59 UTC 2021] GET [Wed Jan 13 17:04:59 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:04:59 UTC 2021] timeout= [Wed Jan 13 17:04:59 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:05:04 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:05:04 UTC 2021] ret='6' [Wed Jan 13 17:05:04 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:05:06 UTC 2021] GET [Wed Jan 13 17:05:06 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:05:06 UTC 2021] timeout= [Wed Jan 13 17:05:06 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:05:11 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:05:11 UTC 2021] ret='6' [Wed Jan 13 17:05:11 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:05:13 UTC 2021] GET [Wed Jan 13 17:05:13 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:05:13 UTC 2021] timeout= [Wed Jan 13 17:05:13 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:05:18 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:05:18 UTC 2021] ret='6' [Wed Jan 13 17:05:18 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:05:20 UTC 2021] GET [Wed Jan 13 17:05:20 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:05:20 UTC 2021] timeout= [Wed Jan 13 17:05:20 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:05:25 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:05:25 UTC 2021] ret='6' [Wed Jan 13 17:05:25 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:05:27 UTC 2021] GET [Wed Jan 13 17:05:27 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:05:27 UTC 2021] timeout= [Wed Jan 13 17:05:28 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:05:33 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:05:33 UTC 2021] ret='6' [Wed Jan 13 17:05:33 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:05:35 UTC 2021] GET [Wed Jan 13 17:05:35 UTC 2021] url='https://acme-v02.api.letsencrypt.org/directory' [Wed Jan 13 17:05:35 UTC 2021] timeout= [Wed Jan 13 17:05:35 UTC 2021] _CURL='curl --silent --dump-header /acme.sh/http.header -L -g ' [Wed Jan 13 17:05:40 UTC 2021] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 6 [Wed Jan 13 17:05:40 UTC 2021] ret='6' [Wed Jan 13 17:05:40 UTC 2021] Could not get nonce, let's try again. [Wed Jan 13 17:05:42 UTC 2021] Giving up sending to CA server after 20 retries. [Wed Jan 13 17:05:42 UTC 2021] Register account Error: [Wed Jan 13 17:05:42 UTC 2021] _on_issue_err [Wed Jan 13 17:05:42 UTC 2021] Please check log file for more details: /acme.sh/acme.sh.log Si quelqu'un comprend quelque chose 🙂 Merci
  20. A un moment il y avait TELEGRAM qui revendiquai le scriptage... mais il parait que c'est sur des serveurs russe... Maintenant, un truc gratuit... c'est sur que l'on sera pisté 😉
  21. Geoff1330

    DHCP DNS Pi-hole

    ok merci pour ces détails. Mon nas reste allumé tout le temps (surveillance station oblige 😉 ) comme cela est la première fois que je "déporte" un DHCP, est-ce que mes règles de routage des ports peuvent rester sur le Linksys?
  22. Geoff1330

    DHCP DNS Pi-hole

    C'est ce que je me disais aussi... et dire que j'avais hésité avec un autre routeur au moment de l'achat (le netgear) pour un routeur à plus de 300€ ça me la fou mal ^^ Je vais tester le DHCP du nas... Du nas ou de Adguard? C'est quoi un uptime? 😇 apres, j'essayerai de mettre l'airport en DHCP. ça m'ennuie, il était destiné à autre chose 😉 En tout cas, merci pour ton aide.
  23. Geoff1330

    DHCP DNS Pi-hole

    Je ne suis pas le seul visiblement https://community.linksys.com/t5/Velop-Whole-Home-Wi-Fi/DNS-Settings/td-p/1399749 https://community.linksys.com/t5/Velop-Whole-Home-Wi-Fi/Velop-DHCP-DNS-Settings-not-applying/td-p/1287797
  24. Geoff1330

    DHCP DNS Pi-hole

    cette image avait été prise d'internet 😉 celle-ci est la mienne
  25. Geoff1330

    DHCP DNS Pi-hole

    mon DHCP commence à 10 et mon n'as est sur l'IP 5 😉
×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.