votre avatar

Julien Salort

est avec nous depuis le 9 août 2016 ❤️

13 commentaires

Le 08/07/2021 à 07h 53

Pour le port 25, je pense qu’on peut l’ouvrir dans l’onglet pare feu ipv6.

Le 27/05/2021 à 09h 15

Il me semble que certains métros (“froids”) le font déjà.

Le 16/04/2021 à 09h 04

J’ai pris un de ces nouveaux VPS chez Gandi comme serveur de secours suite à l’incendie à SBG qui a mis hors ligne mon VPS de chez OVH (parce que sinon je perdais mes mails pendant plus de 10 jours). Ça marche plutôt pas mal, mais c’est quand même pas au niveau d’OVH pour le moment, et il manque des fonctions basiques, par exemple pouvoir modifier le reverse. C’est quand même embêtant notamment pour un serveur de mail parce que certains relais n’aiment pas que le reverse ne soit pas bon (moi je rejette ce genre de mails par exemple).
J’ai fait un ticket, et ils m’ont répondu (pour ça ils sont plus réactifs qu’OVH dont on sait jamais s’ils vont répondre) que je n’étais pas sans savoir que c’était un nouveau service et que donc il n’y avait pas encore toutes les fonctions.
En réalité, je n’avais aucune idée que c’était nouveau. Je suis allé sur leur site et j’ai souscrit à ce qu’ils proposaient, un peu dans l’urgence. Je n’avais pas conscience que ce serait du beta-test…

Le 25/03/2021 à 10h 07

HAL c’est quand même franco-français. Ensuite il y a ArXiv mais qui est américain. Ça me paraît pas idiot d’avoir une plateforme européenne. Par contre, dommage que ça ne concerne que les lauréats aux programmes Horizon Europe, et pas tous les chercheurs européens…

Le 22/02/2021 à 10h 06

Par contre, il faut faire attention à pas rejeter des emails légitimes. Est-ce que je suis le seul à avoir un problème pour valider le DMARC de doctolib ?



Feb 21 11:37:03 vps2 opendkim[3317281]: C51CC17A0EB: s=mailjet d=doctolib.fr a=rsa-sha256 SSL 
Feb 21 11:37:03 vps2 opendmarc[3325467]: C51CC17A0EB: doctolib.fr fail


J’ai l’impression que leur SPF et DKIM ne sont pas alignés.

Le 19/02/2021 à 10h 33

J’ai constaté chez moi beaucoup de spam qui vient du relais de gandi. C’est que moi, ou c’est général?

Le 05/02/2021 à 12h 44

Par contre, il est tout à fait possible de faire le STARTTLS sur le port 25 (pareil pour l’IMAP sur le port 143). Si tout le monde basculait dans cette direction, ça éviterait d’avoir à ce souvenir quels serveurs utilisent quels ports…

Le 28/08/2019 à 08h 57

Ah oui effectivement. Il faut que je fasse des tests pour voir si je suis affecté du coup. Pourtant, je m’en sers à la fois pour les fichiers, les contacts et les calendriers, et je n’ai pas constaté de soucis.

Le 27/08/2019 à 18h 54

C’est sans doute pas le seul. Par exemple, le CNRS (qui dépend du MESR) a déployé une instance Owncloud (appelé “My Core”).

Le 27/08/2019 à 18h 53

Tu as quelle version de Nextcloud ? Moi le client de synchro marche. Je synchronise avec le client Linux et Mac OS, sans problème.

Le 28/08/2019 à 07h 07

D’accord. Merci pour cette info. Apparemment GNU Cobol a une option -std=<dialect> et on peut choisir “ibm” comme dialecte (“IBM Compatible”). Je ne sais pas si c’est suffisamment compatible.

 

J’ai l’impression que la directive COPY va chercher un fichier cpy. Par exemple, si je compile le fichier EFITA3B8.cob, je n’ai pas d’erreur à la ligne 38 COPY XBASEB car il y a bien un fichier XBASEB.cpy qui est fourni.

Par contre, les COPY dans FMSTAU2.cob semblent utiliser des noms pour lesquels il n’y a pas de fichier cpy associés.



Question: les différents fichiers sources correspondent-ils chacun à un exécutable, ou bien certains sont-ils des modules ?

Si j’essaie de compiler et de demander un exécutable, j’obtiens ceci:




% cobc -std=ibm -x EFITA3B8.cob

EFITA3B8.cob: 96: error: executable program requested but PROCEDURE/ENTRY has USING clause




mais le même source peut être compilé comme un module (option -m au lieu de -x). Mais que faut-il faire ensuite avec ce module ?

Le 27/08/2019 à 18h 48

Est-ce que vous avez réussi à le compiler ?

Le fichier principal est FMSTAU2.cob ?



J’ai essayé avec GNU Cobol, et il me renvoie des erreurs:

 




FMSTAU2.cob: 60: error: XB30: No such file or directory

FMSTAU2.cob: 64: error: XB35: No such file or directory

FMSTAU2.cob: 72: error: XB40: No such file or directory

FMSTAU2.cob: 76: error: XB45: No such file or directory

FMSTAU2.cob: 79: error: XB46: No such file or directory

FMSTAU2.cob: 83: error: XB36: No such file or directory

FMSTAU2.cob: 87: error: XB37: No such file or directory

FMSTAU2.cob: 91: error: XB38: No such file or directory

FMSTAU2.cob: 95: error: XB47: No such file or directory

FMSTAU2.cob: 99: error: XB41: No such file or directory

FMSTAU2.cob: 106: error: XB50: No such file or directory

FMSTAU2.cob: 110: error: XB51: No such file or directory

FMSTAU2.cob: 113: error: XTAU2: No such file or directory

FMSTAU2.cob: 59: error: PICTURE clause required for 'XB30'

FMSTAU2.cob: 63: error: PICTURE clause required for 'XB35'

FMSTAU2.cob: 71: error: PICTURE clause required for 'XB40'

FMSTAU2.cob: 75: error: PICTURE clause required for 'XB45'

FMSTAU2.cob: 78: error: PICTURE clause required for 'XB46'

FMSTAU2.cob: 82: error: PICTURE clause required for 'XB36'

FMSTAU2.cob: 86: error: PICTURE clause required for 'XB37'

FMSTAU2.cob: 90: error: PICTURE clause required for 'XB38'

FMSTAU2.cob: 94: error: PICTURE clause required for 'XB47'

FMSTAU2.cob: 98: error: PICTURE clause required for 'XB41'

FMSTAU2.cob: 105: error: PICTURE clause required for 'XB50'

FMSTAU2.cob: 109: error: PICTURE clause required for 'XB51'

FMSTAU2.cob: 128: error: 'FIE01-JANIPT' is not defined

FMSTAU2.cob: 128: error: 'FIE01-ACODIR' is not defined

FMSTAU2.cob: 129: error: 'FIE01-CCOCOM' is not defined

FMSTAU2.cob: 129: error: 'FIE01-CCOIFP' is not defined

FMSTAU2.cob: 129: error: 'CR' is not defined

FMSTAU2.cob: 129: error: 'RC' is not defined

FMSTAU2.cob: 130: error: 'ZES' is not defined

FMSTAU2.cob: 134: error: executable program requested but PROCEDURE/ENTRY has USING clause

FMSTAU2.cob: in paragraph 'INIT':

FMSTAU2.cob: 145: error: 'CR' is not defined

FMSTAU2.cob: 145: error: 'RC' is not defined

FMSTAU2.cob: in paragraph 'ACCES-TAUX':

FMSTAU2.cob: 155: error: 'CR' is not defined

FMSTAU2.cob: 156: error: 'RC' is not defined

FMSTAU2.cob: in paragraph 'PELP-DEPT-MULTI-DSF':

FMSTAU2.cob: 166: error: 'FIE01-ACODIR' is not defined

FMSTAU2.cob: 169: error: 'CR' is not defined

FMSTAU2.cob: 169: error: 'FIE01-JANIPT' is not defined

FMSTAU2.cob: 170: error: 'FIE01-CODEP' is not defined

FMSTAU2.cob: 171: error: 'FIE01-CCOCOM' is not defined

FMSTAU2.cob: 169: error: invalid expression

FMSTAU2.cob: 170: error: invalid expression

FMSTAU2.cob: 170: error: invalid expression

FMSTAU2.cob: 170: error: invalid expression

FMSTAU2.cob: 169: error: invalid expression

FMSTAU2.cob: 169: error: invalid expression

FMSTAU2.cob: in paragraph 'RECUP-SEG':

FMSTAU2.cob: 183: error: 'CR' is not defined

FMSTAU2.cob: 183: error: 'FIE01-JANIPT' is not defined

FMSTAU2.cob: 183: error: invalid expression

FMSTAU2.cob: 189: error: 'CR' is not defined

FMSTAU2.cob: 189: error: 'FIE01-JANIPT' is not defined

FMSTAU2.cob: 190: error: 'FIE01-ACODIR' is not defined

FMSTAU2.cob: 189: error: invalid expression

FMSTAU2.cob: 189: error: invalid expression

FMSTAU2.cob: 196: error: 'CR' is not defined

FMSTAU2.cob: 196: error: 'FIE01-JANIPT' is not defined

FMSTAU2.cob: 197: error: 'FIE01-ACODIR' is not defined

FMSTAU2.cob: 197: error: 'FIE01-CCOCOM' is not defined

FMSTAU2.cob: 196: error: invalid expression

FMSTAU2.cob: 196: error: invalid expression

FMSTAU2.cob: 196: error: invalid expression

FMSTAU2.cob: 200: error: 'CR' is not defined

FMSTAU2.cob: 200: error: 'XB40-CTYGC' is not defined

FMSTAU2.cob: 201: error: 'XB40-DNUCOL' is not defined

FMSTAU2.cob: 200: error: invalid expression

FMSTAU2.cob: 200: error: invalid expression

FMSTAU2.cob: 205: error: 'CR' is not defined

FMSTAU2.cob: 205: error: 'XB40-CTYSYN' is not defined

FMSTAU2.cob: 206: error: 'XB40-CCOSYN' is not defined

FMSTAU2.cob: 205: error: invalid expression

FMSTAU2.cob: 205: error: invalid expression

FMSTAU2.cob: 213: error: 'CR' is not defined

FMSTAU2.cob: 213: error: 'FIE01-JANIPT' is not defined

FMSTAU2.cob: 214: error: 'FIE01-ACODIR' is not defined

FMSTAU2.cob: 214: error: 'FIE01-CCOCOM' is not defined

FMSTAU2.cob: 215: error: 'FIE01-CCOIFP' is not defined

FMSTAU2.cob: 213: error: invalid expression

FMSTAU2.cob: 213: error: invalid expression

FMSTAU2.cob: 213: error: invalid expression

FMSTAU2.cob: 213: error: invalid expression

FMSTAU2.cob: 218: error: 'FIE01-JANIPT' is not defined

FMSTAU2.cob: 222: error: 'CR' is not defined

FMSTAU2.cob: 222: error: 'XB40-CTYSYN' is not defined

FMSTAU2.cob: 223: error: 'XB40-CCOSYN' is not defined

FMSTAU2.cob: 218: error: invalid expression

FMSTAU2.cob: 218: error: invalid expression

FMSTAU2.cob: 231: error: 'CR' is not defined

FMSTAU2.cob: 231: error: 'XB45-CCDDIR' is not defined

FMSTAU2.cob: 218: error: invalid expression

FMSTAU2.cob: 238: error: 'CR' is not defined

FMSTAU2.cob: 238: error: 'FIE01-JANIPT' is not defined

FMSTAU2.cob: 239: error: 'FIE01-ACODIR' is not defined

FMSTAU2.cob: 239: error: 'FIE01-CCOCOM' is not defined

FMSTAU2.cob: 218: error: invalid expression

FMSTAU2.cob: 218: error: invalid expression

FMSTAU2.cob: 218: error: invalid expression

FMSTAU2.cob: 245: error: 'CR' is not defined

FMSTAU2.cob: 245: error: 'FIE01-JANIPT' is not defined

FMSTAU2.cob: 246: error: 'FIE01-ACODIR' is not defined

cobc: too many errors

cobc: aborting compile of FMSTAU2.cob at line 246 (PROGRAM-ID: FMSTAU2)


Le 04/02/2018 à 09h 08

Moi aussi j’utilise Tiny Tiny RSS (sur un hébergement OVH) et ça marche très bien. On peut aussi consulter avec l’application “Tiny Reader” sous iOS, ce qui permet de lire aussi bien depuis l’ordi ou depuis le téléphone.

Mon seul regret récent est l’abandon du RSS par Cambridge University Press.