Re: [testing] se connecter sur un NAS

2020-01-13 Thread Pierre Malard
Salut,

C’est étrange, as-tu bien indiqué l’IP du PC dans les « Autorisations NFS » ?

Peut être une piste : il n’est pas forcément utile de tout spécifier au montage
sur le PC cible. Ça peut même être bloquant si l’option indiquée n’est pas
bonne, un simple :
 % sudo mount nas_gpe:/ /
est plus indiqué.

Autre chose, ton nom de partage semble être « homes ». Est-ce bien le nom de
partage que tu as donné sur le Syno ou est-ce un nom générique correspondant
aux home dir des users du Syno ?

Que donne le résultat d’un « sudo mount | grep gpe_home » sur ton PC ?

Si tu as activé l’accès SSH sur ton Syno, que donne le résultat de la
commande suivante :
  % ssh admin@nas_gpe
  Password: 
  # exportfs

Chez nous, ce genre de partage fonctionne parfaitement.

> Le 14 janv. 2020 à 00:24, Gaëtan Perrier  a écrit :
> 
> Le vendredi 10 janvier 2020 à 20:42 +0100, Pierre Malard a écrit :
>> Ok,
>> 
>> Dans ce cas l’important est dans les UID des Linux et des droits de ceux-ci
>> sur
>> le Syno. Le tout est que tes 2 PC sous Linux utilisent les mêmes utilisateurs
>> au sens Unix du terme soit le même UID/GID et que ton partage Syno autorise
>> l’écriture de cet UID.
>> 
>> Dans cette configuration l’important est seulement de partager ton répertoire
>> Syno uniquement par NFS et de monter ce répertoire sur tes PC. Soit sur le
>> Syno :
>> - Panneau de configuration / Panneau de configuration
>>  Activer uniquement NFS et vérifier que le tag « Application des permissions
>>  Unix par défait » soit coché dans les paramètres avancés
>> - Panneau de configuration / Dossier partagé
>> o créer un partage « toto »
>> o Soit en le créant soit en le sélectionnant et cliquant sur « Modifier »
>>   - Choisir « Autorisations NFS » et ajouter les noms ou IP de tes PC (ou
>> tout le réseau) avec :
>> o Privilège : « Lecture/écriture »
>> o Squash : « Pas de nappage »
>> o Sécurité : « sys »
>> o Activer le mode synchrone coché
>> 
>> Sur ton/tes PC il te suffit de monter le répertoire « toto » avec les droits
>> root :
>>  # mount :/toto /
>> et de tester si tu peux créer un fichier ou répertoire sur ce point de
>> montage.
>> 
> 
> ça, ça ne fonctionne pas. Le montage se fait mais l'accès est interdit.
> 
> sudo mount -o vers=4 -t nfs nas_gpe.local:/volume1/homes/gpe nas_gpe_home/
> [sudo] Mot de passe de gpe :
> gpe@reveillon:~$ cd nas_gpe_home/
> -bash: cd: nas_gpe_home/: Permission non accordée
> 
> Ce qui est logique car l'uid n'est pas bon:
> 
> ~$ ll -d nas_gpe_home
> drwx-- 1 1027 users 0 janv.  9 23:36 nas_gpe_home
> 
> A+
> 
> Gaëtan

--
πr

   « Je n'ai jamais séparé la République des idées de justice sociale,
 sans laquelle elle n'est qu'un mot »
  Jean Jaures - 
1887
   |\  _,,,---,,_
   /,`.-'`'-.  ;-;;,_
  |,4-  ) )-,_. ,\ (  `'-'
 '---''(_/--'  `-'\_)   πr

perl -e '$_=q#: 3|\ 5_,3-3,2_: 3/,`.'"'"'`'"'"' 5-.  ;-;;,_:  |,A-  ) )-,_. ,\ 
(  `'"'"'-'"'"': '"'"'-3'"'"'2(_/--'"'"'  `-'"'"'\_): 
24πr::#;y#:#\n#;s#(\D)(\d+)#$1x$2#ge;print'
- --> Ce message n’engage que son auteur <--



signature.asc
Description: Message signed with OpenPGP


Re: [testing] se connecter sur un NAS

2020-01-13 Thread Pierre Malard


> Le 14 janv. 2020 à 00:15, Gaëtan Perrier  a écrit :
> 
> Le samedi 11 janvier 2020 à 21:02 +0100, Pierre Malard a écrit :
>> Salut,
>> 
>>> Le 11 janv. 2020 à 13:39, Gaëtan Perrier  a écrit :
>>> 
>>> Le vendredi 10 janvier 2020 à 20:42 +0100, Pierre Malard a écrit :
 Ok,
 
 Dans ce cas l’important est dans les UID des Linux et des droits de ceux-
 ci
 sur
 le Syno. Le tout est que tes 2 PC sous Linux utilisent les mêmes
 utilisateurs
 au sens Unix du terme soit le même UID/GID et que ton partage Syno
 autorise
 l’écriture de cet UID.
>>> 
>>> Sauf que là c'est mission quasi impossible vu que DSM crée les users en uid
 
>>> 1020 et que mon user debian est en 1000 …
>> 
>> Cela n’a aucune importance si tu ne souhaite pas utiliser le Syno autrement
>> que
>> comme un dépôts t’offrant un partage NFS à tes PC sous Linux. Je veux dire
>> par
>> là que tu n’envisage pas de gérer directement tes fichiers depuis l’interface
>> du Syno.
> 
> Là j'avoue que cette dernière réponse me plonge dans un abime de perplexité 
> ...
> :)
> 
> 
>> 
 Dans cette configuration l’important est seulement de partager ton
 répertoire
 Syno uniquement par NFS et de monter ce répertoire sur tes PC. Soit sur
 le
 Syno :
 - Panneau de configuration / Panneau de configuration
 Activer uniquement NFS et vérifier que le tag « Application des
 permissions
 Unix par défait » soit coché dans les paramètres avancés
>>> 
>>> ça m'ennuie un peu de supprimer SMB complètement car j'en aurai peut-être
>>> besoin pour d'autres partages.
>> 
>> Le tout est de savoir ce que tu veux. Même dans ce cas, tu peux configurer
>> Samba
>> pour qu’il force l’écriture.lecture des fichiers sur un UUID/GID précis.
>> Au besoin tu auras simplement à spécifier ça directement sur la conf Samba du
>> Syno en indiquant le UID à forcer. L’OS de Synology (DSM) a l’immense
>> avantage
>> d’être un vrai Unix qu’on peut aussi attaquer en SSH…
> 
> Ce n'est pas plutôt dans le montage côté client que l'on spécifie ça ?

Avec Samba on peut, du côté serveur, forcer les droits des écritures « force 
user/group »
et/ou les droits de lecture « create mask » /« directory mask », … De ce côté 
Samba est
assez riche.

> 
>> 
 - Panneau de configuration / Dossier partagé
 o créer un partage « toto »
 o Soit en le créant soit en le sélectionnant et cliquant sur « Modifier »
  - Choisir « Autorisations NFS » et ajouter les noms ou IP de tes PC (ou
tout le réseau) avec :
o Privilège : « Lecture/écriture »
o Squash : « Pas de nappage »
o Sécurité : « sys »
o Activer le mode synchrone coché
 
 Sur ton/tes PC il te suffit de monter le répertoire « toto » avec les
 droits
 root :
 # mount :/toto /
 et de tester si tu peux créer un fichier ou répertoire sur ce point de
 montage.
 
 Si ça fonctionne et que tu veux que ce répertoire soit monter
 automatiquement
 au démarrage de ton PC, ajoute simplement une ligne du genre dans
 « /etc/fstab » :
 :/toto / nfs4rw,vers=4
 .0,h
 ard,proto=tcp  0   0
 
 En fait tu peux voir les paramètres à indiquer en affichant le fichier
 « /etc/mtab » une fois le montage NFS de test effectué. Mais en sachant
 que beaucoup des options affichées le sont par défaut.
 
 En espérant que cela t’aide, bonne année.
>>> 
>>> Oui ça m'aide à mieux comprendre, merci.
>>> 
>>> Gaëtan

--
πr

   « La liberté de la presse ne s'use que lorsqu'on ne s'en sert pas ! »
  Slogan du "Canard enchaîné"
   |\  _,,,---,,_
   /,`.-'`'-.  ;-;;,_
  |,4-  ) )-,_. ,\ (  `'-'
 '---''(_/--'  `-'\_)   πr

perl -e '$_=q#: 3|\ 5_,3-3,2_: 3/,`.'"'"'`'"'"' 5-.  ;-;;,_:  |,A-  ) )-,_. ,\ 
(  `'"'"'-'"'"': '"'"'-3'"'"'2(_/--'"'"'  `-'"'"'\_): 
24πr::#;y#:#\n#;s#(\D)(\d+)#$1x$2#ge;print'
- --> Ce message n’engage que son auteur <--



signature.asc
Description: Message signed with OpenPGP


Re: volumen de aplicaciones en kde

2020-01-13 Thread Juan Lavieri

Hola.

El 13/1/2020 a las 10:06 p. m., José Luis Durán Mujica escribió:
BuenasNoches amigos, me dirijo a uds para pedirles una pequeña ayuda, 
tengo una peculiaridad con mi s.o. debian 9 con kde con el volumen de 
las aplicaciones, por ejemplo establezco el volumen en 50 y por ejemplo 
el dolphin quiere notificarme algo como la confirmacion de una accion 
para borrar un archivo suena la notificacion al 100% del volumen y si lo 
vuelvo a colocar en 50% y otra aplicacion notifica, que se yo un cierre 
de ventana suana al 100%, donde se puede controlar esto, le instale 
pavucontrol-qt aparte a ver si con esto lo podia controlar pero no se ve 
donde establecer los valores predeterminados para las aplicaciones, les 
agradezco su consejo... GRACIAS!




No se si esto te sirva.

https://www.lnxd.es/entradas/ajustar-el-volumen-alto-de-las-notificaciones-en-kde-plasma-con-pulseaudio/


Saludos


--

*Jose luis



--
Errar es de humanos, pero es mas humano culpar a los demás



volumen de aplicaciones en kde

2020-01-13 Thread José Luis Durán Mujica
BuenasNoches amigos, me dirijo a uds para pedirles una pequeña ayuda, tengo
una peculiaridad con mi s.o. debian 9 con kde con el volumen de las
aplicaciones, por ejemplo establezco el volumen en 50 y por ejemplo el
dolphin quiere notificarme algo como la confirmacion de una accion para
borrar un archivo suena la notificacion al 100% del volumen y si lo vuelvo
a colocar en 50% y otra aplicacion notifica, que se yo un cierre de ventana
suana al 100%, donde se puede controlar esto, le instale pavucontrol-qt
aparte a ver si con esto lo podia controlar pero no se ve donde establecer
los valores predeterminados para las aplicaciones, les agradezco su
consejo... GRACIAS!

-- 

*Jose luis


Re: [testing] se connecter sur un NAS

2020-01-13 Thread Gaëtan Perrier
Le vendredi 10 janvier 2020 à 20:42 +0100, Pierre Malard a écrit :
> Ok,
> 
> Dans ce cas l’important est dans les UID des Linux et des droits de ceux-ci
> sur
> le Syno. Le tout est que tes 2 PC sous Linux utilisent les mêmes utilisateurs
> au sens Unix du terme soit le même UID/GID et que ton partage Syno autorise
> l’écriture de cet UID.
> 
> Dans cette configuration l’important est seulement de partager ton répertoire
> Syno uniquement par NFS et de monter ce répertoire sur tes PC. Soit sur le
> Syno :
> - Panneau de configuration / Panneau de configuration
>   Activer uniquement NFS et vérifier que le tag « Application des permissions
>   Unix par défait » soit coché dans les paramètres avancés
> - Panneau de configuration / Dossier partagé
>  o créer un partage « toto »
>  o Soit en le créant soit en le sélectionnant et cliquant sur « Modifier »
>- Choisir « Autorisations NFS » et ajouter les noms ou IP de tes PC (ou
>  tout le réseau) avec :
>  o Privilège : « Lecture/écriture »
>  o Squash : « Pas de nappage »
>  o Sécurité : « sys »
>  o Activer le mode synchrone coché
> 
> Sur ton/tes PC il te suffit de monter le répertoire « toto » avec les droits
> root :
>   # mount :/toto /
> et de tester si tu peux créer un fichier ou répertoire sur ce point de
> montage.
> 

ça, ça ne fonctionne pas. Le montage se fait mais l'accès est interdit.

sudo mount -o vers=4 -t nfs nas_gpe.local:/volume1/homes/gpe nas_gpe_home/
[sudo] Mot de passe de gpe : 
gpe@reveillon:~$ cd nas_gpe_home/
-bash: cd: nas_gpe_home/: Permission non accordée

Ce qui est logique car l'uid n'est pas bon:

~$ ll -d nas_gpe_home
drwx-- 1 1027 users 0 janv.  9 23:36 nas_gpe_home

A+

Gaëtan


signature.asc
Description: This is a digitally signed message part


Re: [testing] se connecter sur un NAS

2020-01-13 Thread Gaëtan Perrier
Le samedi 11 janvier 2020 à 21:02 +0100, Pierre Malard a écrit :
> Salut,
> 
> > Le 11 janv. 2020 à 13:39, Gaëtan Perrier  a écrit :
> > 
> > Le vendredi 10 janvier 2020 à 20:42 +0100, Pierre Malard a écrit :
> > > Ok,
> > > 
> > > Dans ce cas l’important est dans les UID des Linux et des droits de ceux-
> > > ci
> > > sur
> > > le Syno. Le tout est que tes 2 PC sous Linux utilisent les mêmes
> > > utilisateurs
> > > au sens Unix du terme soit le même UID/GID et que ton partage Syno
> > > autorise
> > > l’écriture de cet UID.
> > 
> > Sauf que là c'est mission quasi impossible vu que DSM crée les users en uid
> > >
> > 1020 et que mon user debian est en 1000 …
> 
> Cela n’a aucune importance si tu ne souhaite pas utiliser le Syno autrement
> que
> comme un dépôts t’offrant un partage NFS à tes PC sous Linux. Je veux dire
> par
> là que tu n’envisage pas de gérer directement tes fichiers depuis l’interface
> du Syno.

Là j'avoue que cette dernière réponse me plonge dans un abime de perplexité ...
:)


> 
> > > Dans cette configuration l’important est seulement de partager ton
> > > répertoire
> > > Syno uniquement par NFS et de monter ce répertoire sur tes PC. Soit sur
> > > le
> > > Syno :
> > > - Panneau de configuration / Panneau de configuration
> > >  Activer uniquement NFS et vérifier que le tag « Application des
> > > permissions
> > >  Unix par défait » soit coché dans les paramètres avancés
> > 
> > ça m'ennuie un peu de supprimer SMB complètement car j'en aurai peut-être
> > besoin pour d'autres partages.
> 
> Le tout est de savoir ce que tu veux. Même dans ce cas, tu peux configurer
> Samba
> pour qu’il force l’écriture.lecture des fichiers sur un UUID/GID précis.
> Au besoin tu auras simplement à spécifier ça directement sur la conf Samba du
> Syno en indiquant le UID à forcer. L’OS de Synology (DSM) a l’immense
> avantage
> d’être un vrai Unix qu’on peut aussi attaquer en SSH…

Ce n'est pas plutôt dans le montage côté client que l'on spécifie ça ?

> 
> > > - Panneau de configuration / Dossier partagé
> > > o créer un partage « toto »
> > > o Soit en le créant soit en le sélectionnant et cliquant sur « Modifier »
> > >   - Choisir « Autorisations NFS » et ajouter les noms ou IP de tes PC (ou
> > > tout le réseau) avec :
> > > o Privilège : « Lecture/écriture »
> > > o Squash : « Pas de nappage »
> > > o Sécurité : « sys »
> > > o Activer le mode synchrone coché
> > > 
> > > Sur ton/tes PC il te suffit de monter le répertoire « toto » avec les
> > > droits
> > > root :
> > >  # mount :/toto /
> > > et de tester si tu peux créer un fichier ou répertoire sur ce point de
> > > montage.
> > > 
> > > Si ça fonctionne et que tu veux que ce répertoire soit monter
> > > automatiquement
> > > au démarrage de ton PC, ajoute simplement une ligne du genre dans
> > > « /etc/fstab » :
> > > :/toto/ nfs4
> > > rw,vers=4
> > > .0,h
> > > ard,proto=tcp 0   0
> > > 
> > > En fait tu peux voir les paramètres à indiquer en affichant le fichier
> > > « /etc/mtab » une fois le montage NFS de test effectué. Mais en sachant
> > > que beaucoup des options affichées le sont par défaut.
> > > 
> > > En espérant que cela t’aide, bonne année.
> > 
> > Oui ça m'aide à mieux comprendre, merci.
> > 
> > Gaëtan
> > 
> > > 


signature.asc
Description: This is a digitally signed message part


Re: how to disable gdm3 via systemctl?

2020-01-13 Thread Andrei POPESCU
On Lu, 13 ian 20, 10:22:20, Harald Dunkel wrote:
> Hi folks,
> 
> what is the recommended procedure to disable gmd3 using
> systemctl in Buster?
> 
> "systemctl mask gdm" does not work as advertised. The "masked"
> seems to be ignored.

Display Managers are handled a little bit different than "regular" 
services, since only one can run at a time (if you have several 
installed), but at least one should be running (to not leave a 
potentially inexperienced user in front of a text console).

#764607 (still open) has some background info. Not sure exactly what the 
current status in Debian is. 

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser


signature.asc
Description: PGP signature


Re: couple of questions from a new Debian user

2020-01-13 Thread Andrei POPESCU
On Ma, 14 ian 20, 00:53:26, kaye n wrote:
> On Sun, Jan 12, 2020 at 5:34 PM Andrei POPESCU 
> wrote:
> 
> > https://wiki.debian.org/SynapticsTouchpad
> >
> > Instructions for stretch (Debian 9) should also work for buster.
> >
> 
> You are right. This did it for me:

Just did this myself for a new install :)
 
> $ mkdir -p /etc/X11/xorg.conf.d
> $ echo 'Section "InputClass"
> Identifier "libinput touchpad catchall"
> MatchIsTouchpad "on"

> MatchDevicePath "/dev/input/event*"

This line is most likely not needed (I removed it), but probably doesn't 
hurt.

> Driver "libinput"
> Option "Tapping" "on"

You might want / need also:

Option "MiddleEmulation" "on"

for middle-button pasting. From the manpage it's not obvious what is the 
default.

> EndSection' > /etc/X11/xorg.conf.d/40-libinput.conf
>
> $ systemctl restart lightdm

Just logging out from the Desktop Environment should have the same 
effect.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser


signature.asc
Description: PGP signature


RE: Para Empleados en el 2020

2020-01-13 Thread Sandra Munguia Reyes

Te mando un saludo grande, les dejo un comunicado para los encargados de los 
comunicados en la Organización.

COMUNICACIÓN INTERNA e
IDENTIDAD CORPORATIVA
al estilo DISNEY

Ciudad de México / 24 de Enero 2020
Monterrey, N.L. / 31 de Enero 2020
Guadalajara, Jal. / 07 de Febrero 2020


CONOCE EL PROGRAMA MÁS DIVERTIDO, INNOVADOR Y DINÁMICO PARA CAMBIARLE EL CHIP A 
TU ORGANIZACIÓN.

¡Empieza a CREAR TU PROPIA MAGIA!


DESCARGAR FOLLETO COMPLETO

O solicita el folleto a través de WhatsApp en: Deseo información vía WhatsApp


O si usted lo prefiere comuníquese directamente con alguno de nuestros 
ejecutivos al:

800-890-86-65
55 24-50-61-87
33 36-32-63-11
(Contamos con más de 12 líneas a su servicio)























Este boletín informativo tiene como objetivo crear valor en usted y en su 
Organización. Si desea dejar de recibir este tipo de información
conteste con la palabra BAJADISNEY293. O en su defecto haciendo click en el 
siguiente enlace: unsubscribe from this list



Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-13 Thread Jean-Marc
Mon, 13 Jan 2020 17:53:15 +0100
Klaus Becker  écrivait :

> J'ai rencontré aussi pls personnes qui ont donné leur scanner parce 
> qu'il ne fonctionne pas sous Win10

Bizarre !  Dans ce sens-là, il y a quand même beaucoup moins de plaintes.

Perso, quelqu'un de ma famille a eu la blague.
Du matos plus supporté après un saut de version de Windows.
Mais qui fonctionnait parfaitement sous GNU/Linux.

Et vu le marché et le nombre de PC's dans le cas, je ne comprends pas l'absence 
de réaction.

Je trouve la communauté libre bien négative.

> Klaus

Bonne soirée quand même.

Jean-Marc 
https://6jf.be/keys/ED863AD1.txt


pgpfxao1Ps4gA.pgp
Description: PGP signature


Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-13 Thread Klaus Becker




Le 13/01/2020 à 18:54, ajh-valmer a écrit :

On Monday 13 January 2020 14:07:28 ilario.quinson@e.email wrote:

Salut, dans mon petit je constate qu'il ya deux gros problèmes
pour passer aisément a linux. Le manque de pilote pour imprimantes
multi fonctions, et  la peur de changer.


C'était avant, maintenant la plupart des imprimantes
sont bien installables sur Linux, dont toutes les Epson,
ainsi que la plupart des périphériques.

Par contre, la peur de changer, oui, car Linux
est quand même plus compliqué que Windows :
"With Windows YOU MUST REBOOT, with Linux YOU MUST BE ROOT".

A. Valmer



Bonsoir,

non, GNU/Linux (!) n'est pas plus compliqué que Win, même souvent bien 
plus simple.


Mais changer d'habitude n'est pas toujours simple.

Klaus



Re: Pluma's syntax highlighting

2020-01-13 Thread Mark Allums



On 1/13/2020 10:03 AM, David Wright wrote:


Once again, I can tell you nothing about Pluma.


Pluma is a direct descendant of the Gnome 2 text editor, whose name 
currently escapes me.





Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-13 Thread ajh-valmer
On Monday 13 January 2020 14:07:28 ilario.quinson@e.email wrote:
> Salut, dans mon petit je constate qu'il ya deux gros problèmes 
> pour passer aisément a linux. Le manque de pilote pour imprimantes 
> multi fonctions, et  la peur de changer.  

C'était avant, maintenant la plupart des imprimantes
sont bien installables sur Linux, dont toutes les Epson,
ainsi que la plupart des périphériques.

Par contre, la peur de changer, oui, car Linux
est quand même plus compliqué que Windows :
"With Windows YOU MUST REBOOT, with Linux YOU MUST BE ROOT".

A. Valmer



Re: Error 1020 sitio web de clamav

2020-01-13 Thread Felix Perez
El lun., 13 de ene. de 2020 a la(s) 13:46, Miguel Chang
(informati...@sepro.co.cu) escribió:
>
> Estimados, necesito saber si a ustedes les sale lo siguiente:
>
> Error 1020 Ray ID: 5548c4b68b6fe96c • 2020-01-13 16:32:49 UTC
>
> Access denied
>
> Al entrar al sitio web www.clamav.net, no sé si se debe a que mi país (Cuba) 
> fue bloqueado por el firewall o por otra razón.
>
> Gracias.
>
>

Prueba usando TOR
Suerte.
-- 
usuario linux  #274354
normas de la lista:  http://wiki.debian.org/es/NormasLista
como hacer preguntas inteligentes:
http://www.sindominio.net/ayuda/preguntas-inteligentes.html



Re: Problème trusted.gpg après mise à niveau

2020-01-13 Thread NoSpam



Le 13/01/2020 à 17:34, firenze...@orange.fr a écrit :

Bonjour,

Bonjour
J'ai mis ma debian à niveau vers buster. Or depuis, je ne parviens 
plus à mettre mon système à jour. Dans un terminal, ça donne ce qui 
suit :


[...]
W: 
http://security.debian.org/debian-security/dists/buster/updates/InRelease: 
The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file 
has an unsupported filetype.
W: http://ftp.univ-nantes.fr/debian/dists/buster/InRelease: The key(s) 
in the keyring /etc/apt/trusted.gpg are ignored as the file has an 
unsupported filetype.
W: http://ftp.univ-nantes.fr/debian/dists/buster-backports/InRelease: 
The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file 
has an unsupported filetype.
W: http://ftp.univ-nantes.fr/debian/dists/buster-updates/InRelease: 
The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file 
has an unsupported filetype.


Dans mon cas sous Buster je n'ai pas de fichier /etc/apt/trusted.gpg. 
Supprime le (ou mieux, déplace le) et retente


--

Daniel



Re: Error 1020 sitio web de clamav

2020-01-13 Thread Paynalton
El lun., 13 ene. 2020 a las 11:01, Ismael L. Donis Garcia (<
sli...@natio.co.cu>) escribió:

> >- Original Message -
> >From: Raul
> >To: Miguel Chang
> >Cc: debian-user-spanish
> >Sent: Monday, January 13, 2020 11:48 AM
> >Subject: Re: Error 1020 sitio web de clamav
> >
> >
> >Desde España se ve sin problemas
> >
> >
> >El lun., 13 ene. 2020 17:46, Miguel Chang 
> >escribió:
> >
> >Estimados, necesito saber si a ustedes les sale lo siguiente:
> >Error 1020 Ray ID: 5548c4b68b6fe96c • 2020-01-13 16:32:49 UTC
> >Access denied
> >Al entrar al sitio web www.clamav.net, no sé si se debe a que mi país
> >(Cuba) fue bloqueado por el firewall o por otra razón.
> >Gracias.
>
> Con una IP de Cuba no se puede entrar producto del bloque que EUA le tiene
> a
> Cuba y por ende a tod@s los cubanos
> Para poder entrar tienes que usar un tunel con lo cual puedes eludir el
> bloqueo al no utilizar una IP de Cuba
>
> Saludos Cordiales
>

Desde México también se ve bien. Usa el túnel tal como te recomiendan.


> --
> Ismael
>
>
>


Re: Error 1020 sitio web de clamav

2020-01-13 Thread Ismael L. Donis Garcia
- Original Message - 
From: Raul

To: Miguel Chang
Cc: debian-user-spanish
Sent: Monday, January 13, 2020 11:48 AM
Subject: Re: Error 1020 sitio web de clamav


Desde España se ve sin problemas


El lun., 13 ene. 2020 17:46, Miguel Chang  
escribió:


Estimados, necesito saber si a ustedes les sale lo siguiente:
Error 1020 Ray ID: 5548c4b68b6fe96c • 2020-01-13 16:32:49 UTC
Access denied
Al entrar al sitio web www.clamav.net, no sé si se debe a que mi país 
(Cuba) fue bloqueado por el firewall o por otra razón.

Gracias.


Con una IP de Cuba no se puede entrar producto del bloque que EUA le tiene a 
Cuba y por ende a tod@s los cubanos
Para poder entrar tienes que usar un tunel con lo cual puedes eludir el 
bloqueo al no utilizar una IP de Cuba


Saludos Cordiales
--
Ismael




Re: couple of questions from a new Debian user

2020-01-13 Thread kaye n
On Sun, Jan 12, 2020 at 5:34 PM Andrei POPESCU 
wrote:

> https://wiki.debian.org/SynapticsTouchpad
>
> Instructions for stretch (Debian 9) should also work for buster.
>

You are right. This did it for me:

$ mkdir -p /etc/X11/xorg.conf.d
$ echo 'Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
EndSection' > /etc/X11/xorg.conf.d/40-libinput.conf
$ systemctl restart lightdm

Thank you very much.


Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-13 Thread Sylvain Caselli

Le 13/01/2020 à 17:39, Sylvain Caselli a écrit :

Le 13/01/2020 à 17:02, Klaus Becker a écrit :



Le 13/01/2020 à 14:58, ilario.quinson@e.email a écrit :
Bien d'accord avec vous, mais si sous win j'ai déjà une imprimante 
et que je dois la changer parce que linux n'a pas de pilotes...


Salut,

c'est ce qui m'est arrivé au début. J'ai changé de scanner. Quand on 
est motivé...


gnulibrement

Klaus

Perso j'ai un vieux scanner canon qui n'est plus supporté par 
winchose, il ne fonctionne (bien d'ailleurs) que sous Linux !


Sylvain





Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-13 Thread Klaus Becker




Le 13/01/2020 à 17:39, Sylvain Caselli a écrit :

Le 13/01/2020 à 17:02, Klaus Becker a écrit :



Le 13/01/2020 à 14:58, ilario.quinson@e.email a écrit :
Bien d'accord avec vous, mais si sous win j'ai déjà une imprimante et 
que je dois la changer parce que linux n'a pas de pilotes...


Salut,

c'est ce qui m'est arrivé au début. J'ai changé de scanner. Quand on 
est motivé...


gnulibrement

Klaus

Perso j'ai un vieux scanner canon qui n'est plus supporté, il ne 
fonctionne (bien d'ailleurs) que sous Linux !


Sylvain



J'ai rencontré aussi pls personnes qui ont donné leur scanner parce 
qu'il ne fonctionne pas sous Win10


Klaus



Re: Error 1020 sitio web de clamav

2020-01-13 Thread Raul
Desde España se ve sin problemas

El lun., 13 ene. 2020 17:46, Miguel Chang 
escribió:

> Estimados, necesito saber si a ustedes les sale lo siguiente:
> Error 1020 Ray ID: 5548c4b68b6fe96c • 2020-01-13 16:32:49 UTC Access
> denied
>
> Al entrar al sitio web www.clamav.net, no sé si se debe a que mi país
> (Cuba) fue bloqueado por el firewall o por otra razón.
>
> Gracias.
>
>
>


Error 1020 sitio web de clamav

2020-01-13 Thread Miguel Chang

Estimados, necesito saber si a ustedes les sale lo siguiente:


 Error 1020 Ray ID: 5548c4b68b6fe96c • 2020-01-13 16:32:49 UTC


   Access denied

Al entrar al sitio web www.clamav.net, no sé si se debe a que mi país 
(Cuba) fue bloqueado por el firewall o por otra razón.


Gracias.




Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-13 Thread Sylvain Caselli

Le 13/01/2020 à 17:02, Klaus Becker a écrit :



Le 13/01/2020 à 14:58, ilario.quinson@e.email a écrit :
Bien d'accord avec vous, mais si sous win j'ai déjà une imprimante et 
que je dois la changer parce que linux n'a pas de pilotes...


Salut,

c'est ce qui m'est arrivé au début. J'ai changé de scanner. Quand on 
est motivé...


gnulibrement

Klaus

Perso j'ai un vieux scanner canon qui n'est plus supporté, il ne 
fonctionne (bien d'ailleurs) que sous Linux !


Sylvain



Problème trusted.gpg après mise à niveau

2020-01-13 Thread firenze . rt

Bonjour,
J'ai mis ma debian à niveau vers buster. Or depuis, je ne parviens plus 
à mettre mon système à jour. Dans un terminal, ça donne ce qui suit :


user@debian:~$ sudo apt-get update && sudo apt-get upgrade
[sudo] Mot de passe de user :
Atteint :1 http://security.debian.org/debian-security buster/updates 
InRelease

Atteint :2 http://ftp.univ-nantes.fr/debian buster InRelease
Atteint :3 http://ftp.univ-nantes.fr/debian buster-backports InRelease
Atteint :4 http://ftp.univ-nantes.fr/debian buster-updates InRelease
Lecture des listes de paquets... Fait
W: 
http://security.debian.org/debian-security/dists/buster/updates/InRelease: 
The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file 
has an unsupported filetype.
W: http://ftp.univ-nantes.fr/debian/dists/buster/InRelease: The key(s) 
in the keyring /etc/apt/trusted.gpg are ignored as the file has an 
unsupported filetype.
W: http://ftp.univ-nantes.fr/debian/dists/buster-backports/InRelease: 
The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file 
has an unsupported filetype.
W: http://ftp.univ-nantes.fr/debian/dists/buster-updates/InRelease: The 
key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file has 
an unsupported filetype.

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
user@debian:~$

user@debian:~$ gpg --list-keys
/home/user/.gnupg/pubring.kbx

pub   rsa4096 2013-08-17 [SC] [expire : 2021-08-15]
  75DDC3C4A499F1A18CB5F3C8CBF8D6FD518E17E1
uid  [ inconnue] Jessie Stable Release Key 



pub   rsa4096 2014-11-21 [SC] [expire : 2022-11-19]
  126C0D24BD8A2942CC7DF8AC7638D0442B90D010
uid  [ inconnue] Debian Archive Automatic Signing Key (8/jessie) 



pub   rsa4096 2014-11-21 [SC] [expire : 2022-11-19]
  D21169141CECD440F2EB8DDA9D6D8F6BC857C906
uid  [ inconnue] Debian Security Archive Automatic Signing Key 
(8/jessie) 


pub   rsa4096 2017-05-20 [SC] [expire : 2025-05-18]
  067E3C456BAE240ACEE88F6FEF0F382A1A7B6500
uid  [ inconnue] Debian Stable Release Key (9/stretch) 



pub   rsa4096 2017-05-22 [SC] [expire : 2025-05-20]
  E1CF20DDFFE4B89E802658F1E0B11894F66AEC98
uid  [ inconnue] Debian Archive Automatic Signing Key 
(9/stretch) 

sub   rsa4096 2017-05-22 [S] [expire : 2025-05-20]

pub   rsa4096 2017-05-22 [SC] [expire : 2025-05-20]
  6ED6F5CB5FA6FB2F460AE88EEDA0D2388AE22BA9
uid  [ inconnue] Debian Security Archive Automatic Signing Key 
(9/stretch) 

sub   rsa4096 2017-05-22 [S] [expire : 2025-05-20]

pub   rsa4096 2019-02-05 [SC] [expire : 2027-02-03]
  6D33866EDD8FFA41C0143AEDDCC9EFBF77E11517
uid  [ inconnue] Debian Stable Release Key (10/buster) 



pub   rsa4096 2019-04-14 [SC] [expire : 2027-04-12]
  80D15823B7FD1561F9F7BCDDDC30D7C23CBBABEE
uid  [ inconnue] Debian Archive Automatic Signing Key 
(10/buster) 

sub   rsa4096 2019-04-14 [S] [expire : 2027-04-12]

pub   rsa4096 2019-04-14 [SC] [expire : 2027-04-12]
  5E61B217265DA9807A23C5FF4DFAB270CAA96DFA
uid  [ inconnue] Debian Security Archive Automatic Signing Key 
(10/buster) 

sub   rsa4096 2019-04-14 [S] [expire : 2027-04-12]

user@debian:~$

user@debian:~$ cd /etc/apt/trusted.gpg.d
user@debian:/etc/apt/trusted.gpg.d$ ls
debian-archive-buster-automatic.gpg debian-archive-keyring.gpg
debian-archive-buster-security-automatic.gpg debian-ports-archive-2019.gpg
debian-archive-buster-stable.gpg debian-ports-archive-2020.gpg
user@debian:/etc/apt/trusted.gpg.d$

Quelle serait selon vous la marche à suivre pour retrouver un système 
pouvant être mis à jour ?




Re: Progress {of a sort} - was [Re: Pluma's syntax highlighting]

2020-01-13 Thread Jeremy Nicoll
On Mon, 13 Jan 2020, at 16:01, Richard Owlett wrote:
> On 01/13/2020 07:57 AM, Jeremy Nicoll wrote:
> > [ *MASSIVE* snip ]

Fuck off.
-- 
Jeremy Nicoll - my opinions are my own.



Re: couple of questions from a new Debian user

2020-01-13 Thread kaye n
On Sun, Jan 12, 2020 at 8:45 PM Curt  wrote:

>
> https://iwf1.com/how-to-change-xfce-panel-text-color
>

That worked. Thank you.


Printing issue with Debian 10

2020-01-13 Thread Adrian Filimon
Hi,

I have a printing problem on my system and don't know which Debian
package is concerned in order to send a bug report.

Description of the problem:

When sending a document for printing from a program (Libreoffice, Gimp,
gedit and maybe others) on my Canon MG7751 printer the printed data is
shifted downwards by apprx. 2cm (2cm blank space on top of the page)
and therefore the bottom is truncated. If I print a test page from Cups
or from the Gnome configuration panel (printers section) the page
prints OK.

Please advise.

Regards,

Adrian



Printing issue with Debian 10

2020-01-13 Thread Adrian Filimon
Hi,

I have a printing problem on my system and don't know which Debian
package is concerned in order to send a bug report.

Description of the problem:

When sending a document for printing from a program (Libreoffice, Gimp,
gedit and maybe others) on my Canon MG7751 printer the printed data is
shifted downwards by apprx. 2cm (2cm blank space on top of the page)
and therefore the bottom is truncated. If I print a test page from Cups
or from the Gnome configuration panel (printers section) the page
prints OK.

Please advise.

Regards,

Adrian



Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-13 Thread Klaus Becker




Le 13/01/2020 à 14:58, ilario.quinson@e.email a écrit :
Bien d'accord avec vous, mais si sous win j'ai déjà une imprimante et 
que je dois la changer parce que linux n'a pas de pilotes...


Salut,

c'est ce qui m'est arrivé au début. J'ai changé de scanner. Quand on est 
motivé...


gnulibrement

Klaus



Re: Pluma's syntax highlighting

2020-01-13 Thread David Wright
On Mon 13 Jan 2020 at 07:03:05 (-0600), Richard Owlett wrote:
> On 01/13/2020 06:13 AM, Jeremy Nicoll wrote:
> > On Mon, 13 Jan 2020, at 11:52, Richard Owlett wrote:
> > 
> > > I was looking for a description of what Pluma was trying to accomplish
> > > by their highlighting rules.
> > 
> > Do you understand the purpose of syntax highlighting (in general)?
> 
> Yes. Its specific goal is to aid a programmer WHILE coding.

This is contradicted by the reference I gave you, and by links
contained in that wiki page.

> However, I'm trying to understand a vendor supplied bash script.

Exactly. The syntax highlighting is designed to accelerate and improve
your comprehension of the source code.

> One reference explicitly said that Pluma associates a "sh" extension
> with the text being a bash script {matches my use case}.

That seems fair enough, with the proviso that "bash script" is
sometimes used loosely to mean "shell script".

> > [snip]
> > That apart, it would help enormously if you posted a screenshot of what
> > you're seeing, and some explanation of why you think the colouring is
> > wrong.
> > 
> 
> I have no reason to suspect there are errors in the code.
> While initially working through the code, the chosen highlighting
> seemed consistent as how I interpreted the code.
> 
> There are cases where I would expect different keywords to have the
> same highlighting -- they didn't.
> 
> The implication is that Pluma's highlighting is attempting to convey
> information that I am not receiving.
> 
> Therefore I need to know what Pluma's goal was.

Once again, I can tell you nothing about Pluma.

What I can say is that all keywords do not have the same function in a
program, and the highlighting could be expressing that. For example,
some keywords might be reserved, others built-in, yet others involved
in the flow of control: all are possible reasons to switch to a
different colour.

As so often, you give no specific examples of your problem, and just
seem to want to vacuum up as many references as possible, references
that must be tailored to *your* specific case.

Cheers,
David.



Progress {of a sort} - was [Re: Pluma's syntax highlighting]

2020-01-13 Thread Richard Owlett

On 01/13/2020 07:57 AM, Jeremy Nicoll wrote:

[ *MASSIVE* snip ]

Put it another way, if you put just a handful of lines in a separate
file, does that file get coloured the same way?



I took that some steps further.
The *observability* of the problem is dependent on at least font size, 
font face, Color Pallet and specific monitor. There may be a dependency 
on Debian point release.


For the time being I will switch to the machine which makes it easier to 
distinguish colorization.





Re: Pluma's syntax highlighting

2020-01-13 Thread David Wright
On Mon 13 Jan 2020 at 05:46:36 (-0600), Richard Owlett wrote:
> On 01/12/2020 01:20 PM, David Wright wrote:
> > "  "
> 
> Please read post before replying.
> That *INCLUDES* Subject.

The only word in your subject line that I didn't specifically refer to
was "Pluma". I haven't come across Pluma in 49 years of computing, and
likely I never will. I've seen you post your problems with it, but few
others mentioning it. Why should I be expected to know anything about it?

Cheers,
David.



Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-13 Thread Michel Memeteau - EKIMIA
Le lun. 13 janv. 2020 à 14:34, Frédéric MASSOT <
frede...@juliana-multimedia.com> a écrit :

>
>
> Brother fournit sur son site web un script d'installation et de
> configuration des paquets Debian pour ses imprimantes.
>
>
Très bon exemple d'un "support linux" que 99% des utilisateurs ne pourront
pas utiliser car 1000 fois trop compliqué.

Voici l'outil ( qui partait d'une bonne idée) developpé par Brother ou l'on
arrive quand on cherche  son driver ( après plusieurs choix deb/rpm puis
langue anglaise ...)

https://support.brother.com/g/b/downloadhowto.aspx?c=fr=fr=mfc290c_all=128=dlf006893_000=4=625

Tu unzip et le script n'est pas exécutable donc aucune chance d'être
utilisable par un utilisateur normal.

De toutes façon leur script refuse de se lancer si tu n'es pas root.


Re: how to disable gdm3 via systemctl?

2020-01-13 Thread Curt
On 2020-01-13, Harald Dunkel  wrote:
> Hi folks,
>
> what is the recommended procedure to disable gmd3 using
> systemctl in Buster?

https://wiki.debian.org/GDM

 systemctl set-default multi-user.target

(Boots you to the console as a result.)

> "systemctl mask gdm" does not work as advertised. The "masked"
> seems to be ignored.

I dunno. Here on Stretch, /lib/systemd/system/gdm3.service -> gdm.service
(symlink). Perhaps irrelevant.

There's also a unit called 'display-manager.service' (which starts my
lightdm.service).

> Every helpful hint is highly appreciated
> Harri
>



-- 
"J'ai pour me guérir du jugement des autres toute la distance qui me sépare de
moi." Antonin Artaud




Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-13 Thread ilario . quinson
Bien d'accord avec vous, mais si sous win j'ai déjà une imprimante et que je 
dois la changer parce que linux n'a pas de pilotes...

Il 13 gennaio 2020 14:34:28 CET, "Frédéric MASSOT" 
 ha scritto:
>Le 13/01/2020 à 14:07, ilario.quinson@e.email a écrit :
>> Salut, dans mon petit je constate qu'il ya deux gros problèmes pour
>> passer aisément a linux. Le manque de pilote pour imprimantes multi
>> fonctions, et la peur de changer.
>
>Pour les imprimantes multifonctions, il faut choisir les "bonnes"
>marques.
>
>Au boulot on a souvent eu des imprimantes Brother multifonctions qui
>fonctionnent très bien avec Linux en USB ou en réseau. Chez moi, j'ai
>une petit Epson multifonctions branchées en USB qui fonctionne bien.
>
>Brother fournit sur son site web un script d'installation et de
>configuration des paquets Debian pour ses imprimantes.
>
>-- 
>==
>|  FRÉDÉRIC MASSOT   |
>| http://www.juliana-multimedia.com  |
>|   mailto:frede...@juliana-multimedia.com   |
>| +33.(0)2.97.54.77.94  +33.(0)6.67.19.95.69 |
>===Debian=GNU/Linux===

-- Inviato da /e/ Mail.

Re: Pluma's syntax highlighting

2020-01-13 Thread Jeremy Nicoll
On Mon, 13 Jan 2020, at 13:03, Richard Owlett wrote:
> On 01/13/2020 06:13 AM, Jeremy Nicoll wrote:
> > On Mon, 13 Jan 2020, at 11:52, Richard Owlett wrote:
> > 
> >> I was looking for a description of what Pluma was trying to accomplish
> >> by their highlighting rules.
> > 
> > Do you understand the purpose of syntax highlighting (in general)?
> 
> Yes. Its specific goal is to aid a programmer WHILE coding.
> However, I'm trying to understand a vendor supplied bash script.

A programmer coding, is the same thing as a programmer (albeit a 
different one, you) looking at a script written by someone else.  The 
colouring should, hmm, emphasise the role played by different 
character sequences on the screen.  Eg it may allow you to determine
the difference between

   arrayname(expression) and   functioncall(expression)

But it won't teach you the semantics of the programming language.
YOU still have to know how bash scripts work.

If the colouring distracts you, turn it off, and see if you find the 
uncoloured script easier to understand.


> One reference explicitly said that Pluma associates a "sh" extension 
> with the text being a bash script {matches my use case}.
> 
> > [snip]
> > That apart, it would help enormously if you posted a screenshot of what
> > you're seeing, and some explanation of why you think the colouring is
> > wrong.
 
> There are cases where I would expect different keywords to have the same 
> highlighting -- they didn't.

That may simply be because the logic driving the colouring process only has
a very small grasp of what the overall code does.  If you like, for some reason
- maybe this specific editor's colouriser isn't as powerful as you'd like - it 
can't tell the difference between 

  array(23)   and function(23)


> The implication is that Pluma's highlighting is attempting to convey 
> information that I am not receiving.
> 
> Therefore I need to know what Pluma's goal was.

Its goal will be to /aid/ understanding.  But I emphasis, these things very 
rarely have the level of understanding of a full parser.


You should somewhere be able to look at the definitions that drive each 
aspect of the colouriser's logic, and the colours assigned to each such 
element.  If you see elements with an unexpected colour, look up the defs
to see what the colours you are seeing represent, and then have a think 
about how a program - that more than likely has analysed a specific line
of the script without knowing much or anything about the rest of the script
- might view just that line all by itself, & reach the conclusions it must have
done about those elements.

Put it another way, if you put just a handful of lines in a separate file, does
that file get coloured the same way?

-- 
Jeremy Nicoll - my opinions are my own.



Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-13 Thread Frédéric MASSOT
Le 13/01/2020 à 14:07, ilario.quinson@e.email a écrit :
> Salut, dans mon petit je constate qu'il ya deux gros problèmes pour
> passer aisément a linux. Le manque de pilote pour imprimantes multi
> fonctions, et la peur de changer.

Pour les imprimantes multifonctions, il faut choisir les "bonnes" marques.

Au boulot on a souvent eu des imprimantes Brother multifonctions qui
fonctionnent très bien avec Linux en USB ou en réseau. Chez moi, j'ai
une petit Epson multifonctions branchées en USB qui fonctionne bien.

Brother fournit sur son site web un script d'installation et de
configuration des paquets Debian pour ses imprimantes.

-- 
==
|  FRÉDÉRIC MASSOT   |
| http://www.juliana-multimedia.com  |
|   mailto:frede...@juliana-multimedia.com   |
| +33.(0)2.97.54.77.94  +33.(0)6.67.19.95.69 |
===Debian=GNU/Linux===



Re: Pluma's syntax highlighting

2020-01-13 Thread Curt
On 2020-01-13, Richard Owlett  wrote:
>
> That is too detailed(ww?). It is similar to "not being able to see 
> forest for the trees".

I'm afraid I took you at your word in light of your long and contentious
record of rebuffing responders who don't.  

But damned if you do and damned if you don't, I guess.

:-)

> I was looking for a description of what Pluma was trying to accomplish 
> by their highlighting rules.

The goal is to improve comprehensibility by visually distinguishing
syntactic and semantic elements.


> Thank you.
>
>
>
>
>


-- 
"J'ai pour me guérir du jugement des autres toute la distance qui me sépare de
moi." Antonin Artaud




Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-13 Thread ilario . quinson
Salut, dans mon petit je constate qu'il ya deux gros problèmes pour passer 
aisément a linux. Le manque de pilote pour imprimantes multi fonctions, et  la 
peur de changer.

Ilario

Il 13 gennaio 2020 13:39:45 CET, Michel Memeteau - EKIMIA  ha 
scritto:
>Cool , belle vidéo.
>
>Mais sans un logiciel de migration " click & install " pour Windows ,
>ça va
>être compliqué.
>
>
><-->
>Michel Memeteau  - Directeur.
>
>
>Notre Boutique Ordinateurs GNU/Linux : http://shop.ekimia.fr
>Fixe :  +33 (0) 972308334   Mobile : +33(0) 624808051
><-->
>
>
>Le dim. 12 janv. 2020 à 10:21, Belaïd  a
>écrit :
>
>> Bonjour,
>>
>> Tout est dans le titre 
>>
>>
>>
>https://www.ginjfo.com/actualites/logiciels/linux/kde-veut-accueillir-les-naufrages-de-windows-7-details-20200111
>>
>> Bonne lecture
>>

-- Inviato da /e/ Mail.

Re: Pluma's syntax highlighting

2020-01-13 Thread Richard Owlett

On 01/13/2020 06:13 AM, Jeremy Nicoll wrote:

On Mon, 13 Jan 2020, at 11:52, Richard Owlett wrote:


I was looking for a description of what Pluma was trying to accomplish
by their highlighting rules.


Do you understand the purpose of syntax highlighting (in general)?


Yes. Its specific goal is to aid a programmer WHILE coding.
However, I'm trying to understand a vendor supplied bash script.
One reference explicitly said that Pluma associates a "sh" extension 
with the text being a bash script {matches my use case}.



[snip]
That apart, it would help enormously if you posted a screenshot of what
you're seeing, and some explanation of why you think the colouring is
wrong.



I have no reason to suspect there are errors in the code.
While initially working through the code, the chosen highlighting seemed 
consistent as how I interpreted the code.


There are cases where I would expect different keywords to have the same 
highlighting -- they didn't.


The implication is that Pluma's highlighting is attempting to convey 
information that I am not receiving.


Therefore I need to know what Pluma's goal was.

Thank you.






Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-13 Thread Michel Memeteau - EKIMIA
Cool , belle vidéo.

Mais sans un logiciel de migration " click & install " pour Windows , ça va
être compliqué.


<-->
Michel Memeteau  - Directeur.


Notre Boutique Ordinateurs GNU/Linux : http://shop.ekimia.fr
Fixe :  +33 (0) 972308334   Mobile : +33(0) 624808051
<-->


Le dim. 12 janv. 2020 à 10:21, Belaïd  a écrit :

> Bonjour,
>
> Tout est dans le titre 
>
>
> https://www.ginjfo.com/actualites/logiciels/linux/kde-veut-accueillir-les-naufrages-de-windows-7-details-20200111
>
> Bonne lecture
>


Re: Pluma's syntax highlighting

2020-01-13 Thread Jeremy Nicoll
On Mon, 13 Jan 2020, at 11:52, Richard Owlett wrote:

> I was looking for a description of what Pluma was trying to accomplish 
> by their highlighting rules.

Do you understand the purpose of syntax highlighting (in general)?  

(It's to /aid/ a programmer, reducing the chance of them making silly 
mistakes when typing in code.)

If so, do you understand that - in some text editors at least, maybe all of 
them - syntax highlighting is an /aid/, but doesn't usually exactly match 
the precise nuances of the programming language that's displayed.

That's because the precise nuances would need the text editor to have a
fully syntax-aware parser for every language it's capable of highlighting.

So what usually happens is that the editor will recognise (having been told
how to) the general shape of a certain language's characteristics.  For 
example, it'll know how commenting works, rules for variable names, 
how if/then/else/endif etc should look, how strings are delimited ... and so 
on.

Many text editor syntax highlighters only look at each line of the file in 
isolation, except for checking for block comments, string delimiters and 
the overall if/case/select control structures.  So they might be able to keep
track of nested indentation across many lines of the file, or spot what 
appears to be the start and end of long blocks of comments.   Usually 
they can be fooled if you format/layout code in peculiar ways - ways 
that a language compiler will understand, but the editor can't.

One of the reasons for this is that the highlighting needs to adjust how 
it colours a line very very fast, as a user types new characters or removes
some.  There's no time to run a complete 'compile'/parse of the whole 
file (between user keypresses) to adjust the whole file's colouring.


It occurs to me that in your specific situation there may be syntax 
differences between different shell languages, and the editor may 
possibly be using the rules for one such language when in fact the
script is written in a different one.

That apart, it would help enormously if you posted a screenshot of what 
you're seeing, and some explanation of why you think the colouring is 
wrong.

-- 
Jeremy Nicoll - my opinions are my own.



Re: Pluma's syntax highlighting

2020-01-13 Thread Richard Owlett

On 01/12/2020 07:40 AM, Curt wrote:

On 2020-01-12, Richard Owlett  wrote:


I am NOT interested in adding any new features.
What are the default rules for a file with extension 'sh'?
TIA


As pluma is a gedit fork as well as a gtk application I suppose it gets
its syntax highlighting rules from here (on Stretch):

  /usr/share/gtksourceview-3.0/language-specs

where you'll find

  /usr/share/gtksourceview-3.0/language-specs/sh.lang

which would be the file containing the default rules for 'sh'.



That is too detailed(ww?). It is similar to "not being able to see 
forest for the trees".


I was looking for a description of what Pluma was trying to accomplish 
by their highlighting rules.


Thank you.






Re: Pluma's syntax highlighting

2020-01-13 Thread Richard Owlett

On 01/12/2020 01:20 PM, David Wright wrote:

"  "


Please read post before replying.
That *INCLUDES* Subject.





Re: hplip

2020-01-13 Thread BERTRAND Joel

Bonjour à tous,

	Ce matin, je décide de creuser le problème. hp-setup -i termine 
correctement et le plugin s'installer tout seul (!)


	Naturellement, je n'ai _jamais_ redémarré la machine en question. Je 
n'ai pas installé ou réinstallé d'autres paquets. Je suppose que les 
unattented-upgrades viennent mettre un peu de bazar là-dedans et je ne 
saurai jamais quel était le truc fautif.


JKB



Re: how to disable gdm3 via systemctl?

2020-01-13 Thread Harald Dunkel

On 2020-01-13 10:58, john doe wrote:


https://wiki.debian.org/GDM#systemd



PS: Changing the default target is not an option (but it
works, AFAICT).


Regards
Harri



Re: HP laserjet pro M28a

2020-01-13 Thread Michel
Le 13/01/2020 à 11:00, didier.gau...@gmail.com a écrit :
> 
> Lorsque tu as lancé la commande hp-scan as-tu augmenté la verbosité des 
> messages d'erreur? ça te donnerait peut-être plus d'indices sur la raison du 
> dysfonctionnement (option --logging=debug ou -g). Peut-être aussi regarder du 
> côté de hp-logcapture pour éplucher les logs plus commodément.
> 
Oui, hp-scan -g, voici la sortie:


michel@Ariane:~$ hp-scan -g

HP Linux Imaging and Printing System (ver. 3.18.12)
Scan Utility ver. 2.2

Copyright (c) 2001-15 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

hp-scan[9218]: debug: getDeviceUri(None, None, ['hpaio'], {'scan-type':
(, 0)}, , True)
hp-scan[9218]: debug: Mode=0
warning: No destinations specified. Adding 'file' destination by default.
Using device hpaio:/usb/HP_LaserJet_MFP_M28-M31?serial=VNC5L02598
Opening connection to device...
hp-scan[9218]: debug: Supported source Options: ['Flatbed'] size=1
hp-scan[9218]: debug: Device supported resolutions [200, 300, 600]

Resolution: 300dpi
Mode: gray
Compression: JPEG
Scan area (mm):
  Top left (x,y): (0.00mm, 0.00mm)
  Bottom right (x,y): (215.99mm, 297.010681mm)
  Width: 215.99mm
  Height: 297.010681mm
Destination(s): file
Output file:
hp-scan[9218]: debug: Supported modes: ['gray', 'color'] size=2
warning: File destination enabled with no output file specified.
Setting output format to PNG for greyscale mode.
warning: Defaulting to '/home/michel/hpscan001.png'.

Warming up...


Scanning...
error: SANE: Error during device I/O (code=9)
Closing device.
michel@Ariane:~$

Ceci semble fréquent en regardant sur internet, avec plusieurs
multifonction HP.



Re: how to disable gdm3 via systemctl?

2020-01-13 Thread Harald Dunkel

On 2020-01-13 10:52, john doe wrote:


What about 'systemctl disable gdm'?



Doesn't work, either.

"systemctl status gdm" claims that gdm is masked (or disabled),
but nevertheless it *is* started.

root@usbpc:~# systemctl status gdm
* gdm.service - GNOME Display Manager
   Loaded: loaded (/lib/systemd/system/gdm.service; masked; vendor preset: 
enabled)
   Active: active (running) since Mon 2020-01-13 11:23:37 CET; 49s ago
  Process: 10440 ExecStartPre=/usr/share/gdm/generate-config (code=exited, 
status=0/SUCCESS)
 Main PID: 10446 (gdm3)
Tasks: 3 (limit: 4915)
   Memory: 7.0M
   CGroup: /system.slice/gdm.service
   `-10446 /usr/sbin/gdm3

Jan 13 11:23:37 usbpc systemd[1]: Starting GNOME Display Manager...
Jan 13 11:23:37 usbpc systemd[1]: Started GNOME Display Manager.
Jan 13 11:23:37 usbpc gdm-launch-environment][10454]: 
pam_unix(gdm-launch-environment:session): session opened for user Debian-gdm by 
(uid=0)


The man page for "systemctl mask" says

"Mask one or more units, as specified on the command line. This will
link these unit files to /dev/null, making it impossible to start
them. This is a stronger version of disable, since it prohibits all
kinds of activation of the unit, including enablement and manual
activation."

"impossible" and "prohibits all kinds of activation of the unit" seems
to be unambigous to me.


Harri



Re: Re : Re: HP laserjet pro M28a

2020-01-13 Thread Michel
Le 13/01/2020 à 10:50, Jerome Flesch a écrit :
> Le 2020-01-12 09:05, Michel a écrit :
>> Bonjour,
>>
>> En fait, il est reconnu, car lorsque l'on lance un scan, la "tête" fait
>> son aller / retour puis là il y a cette erreur:
>> error: SANE: Error during device I/O (code=9)
>> et le fichier généré est vide.
>>
>> Je viens de refaire un test depuis une sid à jour ( depuis mon portable
>> ) et idem; pourtant, les pilotes HPLIP sont les plus récents.
> 
> 
> Bonjour,
> 
> 
> Je développe une librairie de scan cross-platform appelée Libinsane[1]. 
> Pendant le développement du support de Sane, j'ai remarqué que certains 
> backends Sane (Epson[2], HP[3], ...), renvoient parfois une erreur I/O 
> au lieu d'indiquer la fin du flux de papiers. Dans ton cas, tu n'as 
> qu'un scanner à plat donc ce ne devrait pas poser problème, mais c'est 
> peut-être un indice: Une théorie pourrait être qu'il ne détecte pas de 
> papier dans le scanner.
> 
> Dans tout les cas, je serais intéressé si tu pouvais m'aider en 
> complétant ma base de données de scanners[4]. Est-ce que tu accepterais 
> de m'envoyer un rapport de test de scan avec l'outil IronScanner ? 
> IronScanner est disponible ici: 
> https://openpaper.work/scanner_db/#contribute . Comme tu es sous 
> Stretch, le binaire pré-compilé ne fonctionnera probablement pas. Il te 
> faudra suivre les instructions pour l'installer à partir des sources.
> Avec ce rapport, qui sait, je pourrais peut-être te fournir des indices 
> pour trouver la cause exacte de ton problème.
> 
> 
> ---
> 
> [1] https://gitlab.gnome.org/World/OpenPaperwork/libinsane/#readme
> [2] 
> https://gitlab.gnome.org/World/OpenPaperwork/libinsane/blob/879e019e8a43077b50eca32c3aad29d50891700a/subprojects/libinsane/src/bases/sane.c#L1166
> [3] https://openpaper.work/scannerdb/report/293/
> [4] https://openpaper.work/scannerdb/
> 

Pas de problème. Dès que j'ai un moment je fais les tests cette semaine.

Michel



Re: how to disable gdm3 via systemctl?

2020-01-13 Thread john doe
On 1/13/2020 10:52 AM, john doe wrote:
> On 1/13/2020 10:22 AM, Harald Dunkel wrote:
>> Hi folks,
>>
>> what is the recommended procedure to disable gmd3 using
>> systemctl in Buster?
>>
>> "systemctl mask gdm" does not work as advertised. The "masked"
>> seems to be ignored.
>>
>
> What about 'systemctl disable gdm'?
>

https://wiki.debian.org/GDM#systemd

--
John Doe



Re: how to disable gdm3 via systemctl?

2020-01-13 Thread john doe
On 1/13/2020 10:22 AM, Harald Dunkel wrote:
> Hi folks,
>
> what is the recommended procedure to disable gmd3 using
> systemctl in Buster?
>
> "systemctl mask gdm" does not work as advertised. The "masked"
> seems to be ignored.
>

What about 'systemctl disable gdm'?

--
John Doe



Re: HP laserjet pro M28a

2020-01-13 Thread didier . gaumet


Lorsque tu as lancé la commande hp-scan as-tu augmenté la verbosité des 
messages d'erreur? ça te donnerait peut-être plus d'indices sur la raison du 
dysfonctionnement (option --logging=debug ou -g). Peut-être aussi regarder du 
côté de hp-logcapture pour éplucher les logs plus commodément.



how to disable gdm3 via systemctl?

2020-01-13 Thread Harald Dunkel

Hi folks,

what is the recommended procedure to disable gmd3 using
systemctl in Buster?

"systemctl mask gdm" does not work as advertised. The "masked"
seems to be ignored.


Every helpful hint is highly appreciated
Harri



Re: Re : Re: HP laserjet pro M28a

2020-01-13 Thread Jerome Flesch

Le 2020-01-12 09:05, Michel a écrit :

Bonjour,

En fait, il est reconnu, car lorsque l'on lance un scan, la "tête" fait
son aller / retour puis là il y a cette erreur:
error: SANE: Error during device I/O (code=9)
et le fichier généré est vide.

Je viens de refaire un test depuis une sid à jour ( depuis mon portable
) et idem; pourtant, les pilotes HPLIP sont les plus récents.



Bonjour,


Je développe une librairie de scan cross-platform appelée Libinsane[1]. 
Pendant le développement du support de Sane, j'ai remarqué que certains 
backends Sane (Epson[2], HP[3], ...), renvoient parfois une erreur I/O 
au lieu d'indiquer la fin du flux de papiers. Dans ton cas, tu n'as 
qu'un scanner à plat donc ce ne devrait pas poser problème, mais c'est 
peut-être un indice: Une théorie pourrait être qu'il ne détecte pas de 
papier dans le scanner.


Dans tout les cas, je serais intéressé si tu pouvais m'aider en 
complétant ma base de données de scanners[4]. Est-ce que tu accepterais 
de m'envoyer un rapport de test de scan avec l'outil IronScanner ? 
IronScanner est disponible ici: 
https://openpaper.work/scanner_db/#contribute . Comme tu es sous 
Stretch, le binaire pré-compilé ne fonctionnera probablement pas. Il te 
faudra suivre les instructions pour l'installer à partir des sources.
Avec ce rapport, qui sait, je pourrais peut-être te fournir des indices 
pour trouver la cause exacte de ton problème.



---

[1] https://gitlab.gnome.org/World/OpenPaperwork/libinsane/#readme
[2] 
https://gitlab.gnome.org/World/OpenPaperwork/libinsane/blob/879e019e8a43077b50eca32c3aad29d50891700a/subprojects/libinsane/src/bases/sane.c#L1166

[3] https://openpaper.work/scannerdb/report/293/
[4] https://openpaper.work/scannerdb/