how to download old edition

2020-10-18 Thread Kamil Jońca
Recently I tried to download old sarge jigdo images.
Almost all was succeded, except one:
When I try
https://cdimage.debian.org/cdimage/archive/3.1_r8/i386/jigdo-cd/debian-31r8-i386-binary-14.jigdo
(+template file)

--8<---cut here---start->8---
[...]

2020-10-18 18:00:34 (397 KB/s) - 
‘./debian-31r8-i386-binary-14.iso.tmpdir/us.cdimage.debian.org/cdimage/snapshot/Debian/pool/main/z/zope-quotafolder/zope-quotafolder_0.1.1-1_all.deb’
 saved [16726/16726]

Found 0 of the 1 files required by the template 

   
Copied input files to temporary file `debian-31r8-i386-binary-14.iso.tmp' - 
repeat command and supply more files to continue

-
Aaargh - 1 files could not be downloaded. This should not
happen! Depending on the problem, it may help to retry downloading
the missing files.


[...]
--8<---cut here---end--->8---

Is anything that can be done with this?
KJ

-- 
http://wolnelektury.pl/wesprzyj/teraz/



Re: webcam externe compatible Debian

2020-10-18 Thread roger . tarani



- Mail original -
De: "Jean-Michel OLTRA" 
À: "Liste Debian" 
Envoyé: Dimanche 18 Octobre 2020 22:07:21
Objet: Re: webcam externe compatible Debian

Bonjour,

Le dimanche 18 octobre 2020, Eric Degenetais a écrit...


> Pour ce qui est de modifier le fond, je n'ai jamais essayé.

Moi non plus. Il me semblait que c'était les applications de vidéos qui le
permettait, ou non. Je crois que Zoom le permet. Pas vérifié.

[RT] Zoom le permet d'après des gens qui recherchent leur propre service de 
modification du fond SANS fond vert (aka chroma key).


Sinon, j'ai fait quelques recherches, en utilisant le terme "chroma key", et
j'ai trouvé
http://webcamoid.github.io
Vois si ça peut le faire.

[RT] lire https://github.com/webcamoid/webcamoid/issues/250
qui renvoie à : https://github.com/fangfufu/Linux-Fake-Background-Webcam
ça a l'air de marcher mais l'architecture est peut-être un peu complexe :
Webcam -> Python -> HTTP -> NodeJS -> Tensorflow -> Mask.
A creuser.

-- 
jm



Re: rsync --delete

2020-10-18 Thread Mike McClain
On Sat, Oct 17, 2020 at 03:01:13PM -0700, David Christensen wrote:
>
> Is /sda the mount point for your backup media?  If so, that is confusing --
> 'sda' implies '/dev/sda', which should be your system drive (e.g. root).  I
> would label the backup filesystem 'backup-rpi4b' and mount it at
> '/mnt/backup-rpi4b' or '/media/backup-rpi4b' (your desktop might be able to
> do this for you).

I'm a lousy/lazy typist so mount a USB flash drive at /dev/sda1 on /sda.

> If the script must change the working directory, I would display that --
> 'set -x', 'cd ...', and 'set +x'.

I did adopt this suggestion.

> I would do an old-school 'if' block and display that a directory is being
> created -- 'set -x', 'mkdir ...', 'set +x'.


> What is /mc?

/mc is simply a directory I put docs/scripts I create and/ or collect
that are not part of any installation.
There is an /mc/docs/, an /mc/bin/ and a couple of others, sometimes.

> mk_rsync_exclude.sh creates '.rsync_exclude' in the current working
> directory?

Yes.

> > echo /usr/bin/rsync $Params --exclude-from=/home/mike/.rsync_exclude . 
> > $Flash/mike
> > /usr/bin/rsync $Params --exclude-from=/home/mike/.rsync_exclude . 
> > $Flash/mike ||
> >  echo rsync $Params --exclude-from=/home/mike/.rsync_exclude . 
> > $Flash/mikeFailed $? ;

> You cut and pasted the following code three times:
>
>/usr/bin/rsync $Params --exclude-from=/home/mike/.rsync_exclude . 
> $Flash/mike
>
> DRY: https://en.wikipedia.org/wiki/Don%27t_repeat_yourself

I've seen this just haven't it ingrained yet.

> I prefer 'set -x', 'command ...', and 'set +x' when I want to see what the
> shell is actually doing (which might not be the same output as 'echo ..').

and this one.

>
> I use 'set -e' at the top of my scripts so that the shell will stop and
> display an error message if a script command fails.
>
>
> /usr/bin/rsync -- I also use absolute paths for tools.  But, I put them into
> upper-case variables at the top of my script.
>
> --exclude-from -- It is too easy to screw up exclude specifications and
> exclude a file you need.  Therefore, I backup entire filesystems.

We have different needs.

> When invoking rsync(1), I make sure that SRC and DEST are directories, that
> their paths are absolute, and that their paths end with '/'.  This prevents
> confusion and works as I expect.

> David

I've taken several of your suggestions.
Thanks for the feedback.
Be well,
Mike
--
If everything seems to be going well, you have obviously overlooked 
something



Re: wrong from field with alpine

2020-10-18 Thread David Wright
On Sun 18 Oct 2020 at 20:27:35 (+0200), Pierre Frenkiel wrote:
> 
> when I send a mail with alpine, the from field becomes
> "frenk...@laposte.net" instead of "p.frenk...@laposte.net"
> 
> An obvious consequence is that people can't reply to this mail
> 
> that looks like an alpine bug. I'll then make a bug report, unless
> somebody tells me what I'm doing wrong.

How does alpine ascertain what your From: field should be constructed
from? I'm guessing that it uses loginname@domainname, and I suspect
that you login as frenkiel, not p.frenkiel.

In mutt, you can have   set from="f...@whatever.tld"   set up both
globally, and overridden for particular folders. You probably have
an equivalent configuration variable that you could set.

Cheers,
David.



RE: passer en ip fixe

2020-10-18 Thread benoit szczygiel

Bonsoir, et merci,
Effectivement il manquait un d à address, il faut que j'achète des  
lunettes. Un ifup et restart networking plus tard, tout est OK.


Merci beaucoup et bonne soirée
Benoit

message d'origine-
De: djomentunes [djomentu...@gmail.com ]
Pour: benoit szczygiel [ben...@z-elec.com ],  
debian-user-french@lists.debian.org

Date: Sun, 18 Oct 2020 22:31:11 +0200
--



Oups, j'oubliais. Après la commande en utilisateur ayant droit sudo :
sudo ifup ens18.
Exécuté sudo /etc/init.d/networking restart.
Ensuite un ip a pour vérifier si ens18 et up avec ton ip statique affichée.
Tu peux si tu veux vérifier le statut de ton network avec la commande :
sudo /etc/init.d/networking status.

Bonne soirée et bon week-end. Cordialement, Envoyé depuis mon  
smartphone Samsung Galaxy.


 Message d'origine 
De : benoit szczygiel ben...@z-elec.com Date : 18/10/2020 19:43 (GMT+01:00)
À : debian-user-french@lists.debian.org Objet : passer en ip fixe
Bonjour,

Je veux passer une machine sous buster en IP fixe, et elle me fait  
des misères. Ci joint mon /etc/network/interfaces.


Je ne comprends pas.
Merci pour les idées
Benoit








RE: passer en ip fixe

2020-10-18 Thread djomentunes

Oups, j'oubliais. Après la commande en utilisateur ayant droit sudo :sudo ifup 
ens18.Exécuté sudo /etc/init.d/networking restart.Ensuite un ip a pour vérifier 
si ens18 et up avec ton ip statique affichée. Tu peux si tu veux vérifier le 
statut de ton network avec la commande :sudo /etc/init.d/networking 
status.Bonne soirée et bon week-end. Cordialement, Envoyé depuis mon smartphone 
Samsung Galaxy.
 Message d'origine De : benoit szczygiel  
Date : 18/10/2020  19:43  (GMT+01:00) À : debian-user-french@lists.debian.org 
Objet : passer en ip fixe Bonjour,Je veux passer une machine sous buster en IP 
fixe, et elle me fait des  misères. Ci joint mon /etc/network/interfaces.Je ne 
comprends pas.Merci pour les idéesBenoit

wrong from field with alpine

2020-10-18 Thread Pierre Frenkiel

hi,

when I send a mail with alpine, the from field becomes 
"frenk...@laposte.net" instead of "p.frenk...@laposte.net"


An obvious consequence is that people can't reply to this mail

that looks like an alpine bug. I'll then make a bug report, unless 
somebody tells me what I'm doing wrong.




Re: webcam externe compatible Debian

2020-10-18 Thread Jean-Michel OLTRA


Bonjour,


Le dimanche 18 octobre 2020, Eric Degenetais a écrit...


> Pour ce qui est de modifier le fond, je n'ai jamais essayé.

Moi non plus. Il me semblait que c'était les applications de vidéos qui le
permettait, ou non. Je crois que Zoom le permet. Pas vérifié.

Sinon, j'ai fait quelques recherches, en utilisant le terme "chroma key", et
j'ai trouvé
http://webcamoid.github.io
Vois si ça peut le faire.


-- 
jm



Re: passer en ip fixe

2020-10-18 Thread Fabrice BAUZAC-STEHLY
benoit szczygiel writes:

> Je veux passer une machine sous buster en IP fixe, et elle me fait des
> misères. Ci joint mon /etc/network/interfaces.

Il me semble qu'il y a deux "D" a address.

--
Fabrice BAUZAC-STEHLY
PGP 015AE9B25DCB0511D200A75DE5674DEA514C891D



RE: passer en ip fixe

2020-10-18 Thread djomentunes

Bonsoir Benoît, Ifup ens18. Bonne soirée. Envoyé depuis mon smartphone Samsung 
Galaxy.
 Message d'origine De : benoit szczygiel  
Date : 18/10/2020  19:43  (GMT+01:00) À : debian-user-french@lists.debian.org 
Objet : passer en ip fixe Bonjour,Je veux passer une machine sous buster en IP 
fixe, et elle me fait des  misères. Ci joint mon /etc/network/interfaces.Je ne 
comprends pas.Merci pour les idéesBenoit

Re: passer en ip fixe

2020-10-18 Thread Belaïd
C'est ce qu'il a fait justement (d'où ma question pour voir si
network-manager est effectivement down !)

Le dim. 18 oct. 2020 21:05, Pierre Malard  a écrit :

> Hé bien dans ce cas pourquoi ne pas simplement revenir à une configuration
> classique dans :
> /etc/network/interfaces
> NM ne sert uniquement que dans le cas de la configuration d’un poste
> itinérant.
>
> Le 18 oct. 2020 à 20:51, benoit szczygiel  a écrit :
>
> Bonsoir,
>
> Il n'est pas installé, sachant que je n'ai pas d'interface graphique sur
> cette machine.
>
> Merci​
> message d'origine-
> De: "Belaïd" [oblivion.ik...@gmail.com]
> Pour: "Belaïd MOUNSI" [oblivion.ik...@gmail.com]
> Cc: Liste Debian [debian-user-french@lists.debian.org]
> Date: Sun, 18 Oct 2020 20:22:04 +0200
> --
>
>
> Bonsoir,
>
> Quel est l'état de ton network-manager ?
>
> Le dim. 18 oct. 2020 19:43, benoit szczygiel  a écrit :
>
>> Bonjour,
>>
>> Je veux passer une machine sous buster en IP fixe, et elle me fait des
>> misères. Ci joint mon /etc/network/interfaces.
>>
>> Je ne comprends pas.
>> Merci pour les idées
>> Benoit
>>
>>
>
>
> --
> Pierre Malard
> Responsable architectures système GeoSUD
> IRD - UMR Espace-Dev - UMS CPST
> Maison de la Télédétection
> 500 rue Jean-François Breton
> 34093 Montpellier Cx 5
> France
>
>« *L'émancipation politique doit marcher de pair avec l'émancipation*
> *sociale ou les résultats sont désastreux *»
> Romain Gary - "Les racines du ciel"
>|\  _,,,---,,_
>/,`.-'`'-.  ;-;;,_
>   |,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 <--
>
>


Re: passer en ip fixe

2020-10-18 Thread Pierre Malard
Hé bien dans ce cas pourquoi ne pas simplement revenir à une configuration 
classique dans :
/etc/network/interfaces
NM ne sert uniquement que dans le cas de la configuration d’un poste itinérant.

> Le 18 oct. 2020 à 20:51, benoit szczygiel  a écrit :
> 
> Bonsoir,
> 
> Il n'est pas installé, sachant que je n'ai pas d'interface graphique sur 
> cette machine.
> 
> Merci​
> 
> message d'origine-
> De: "Belaïd" [oblivion.ik...@gmail.com]
> Pour: "Belaïd MOUNSI" [oblivion.ik...@gmail.com]
> Cc: Liste Debian [debian-user-french@lists.debian.org]
> Date: Sun, 18 Oct 2020 20:22:04 +0200
> --
> 
> Bonsoir,
> 
> Quel est l'état de ton network-manager ?
> 
> Le dim. 18 oct. 2020 19:43, benoit szczygiel  > a écrit :
> Bonjour,
> 
> Je veux passer une machine sous buster en IP fixe, et elle me fait des
> misères. Ci joint mon /etc/network/interfaces.
> 
> Je ne comprends pas.
> Merci pour les idées
> Benoit
> 
> 

--
Pierre Malard
Responsable architectures système GeoSUD
IRD - UMR Espace-Dev - UMS CPST
Maison de la Télédétection
500 rue Jean-François Breton
34093 Montpellier Cx 5
France

   « L'émancipation politique doit marcher de pair avec l'émancipation
sociale ou les résultats sont désastreux »
Romain Gary - "Les racines du ciel"
   |\  _,,,---,,_
   /,`.-'`'-.  ;-;;,_
  |,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: passer en ip fixe

2020-10-18 Thread benoit szczygiel

Bonsoir,
Il n'est pas installé, sachant que je n'ai pas d'interface graphique  
sur cette machine.

Merci

message d'origine-
De: "Belaïd" [oblivion.ik...@gmail.com ]
Pour: "Belaïd MOUNSI" [oblivion.ik...@gmail.com ]
Cc: Liste Debian [debian-user-french@lists.debian.org ]
Date: Sun, 18 Oct 2020 20:22:04 +0200
--



Bonsoir,

Quel est l'état de ton network-manager ? Le dim. 18 oct. 2020 19:43,  
benoit szczygiel 

Re: passer en ip fixe

2020-10-18 Thread Belaïd
Bonsoir,

Quel est l'état de ton network-manager ?

Le dim. 18 oct. 2020 19:43, benoit szczygiel  a écrit :

> Bonjour,
>
> Je veux passer une machine sous buster en IP fixe, et elle me fait des
> misères. Ci joint mon /etc/network/interfaces.
>
> Je ne comprends pas.
> Merci pour les idées
> Benoit
>
>


passer en ip fixe

2020-10-18 Thread benoit szczygiel

Bonjour,

Je veux passer une machine sous buster en IP fixe, et elle me fait des  
misères. Ci joint mon /etc/network/interfaces.


Je ne comprends pas.
Merci pour les idées
Benoit



Re: [rech] script traitement par lot d’image ?

2020-10-18 Thread Marc Siegwald

Le 18/10/2020 à 07:55, ptilou a écrit :

Bonjour,

https://photos.app.goo.gl/4Jb7w57haK9uQxGr6
Voilà 30 images prises à un intervalle de 1 mn, en astronomie le club du Havre 
propose un logiciel gratuit sous MS, c’est un astronome de Boston qui me l’a 
confié.

J’ai d’autre exemple de «stack » de photos.

J’aurais aimer savoir c’est quoi le script qui détecte les similitudes 
d’images, par exemple Google photo, au bout de X heures, proposent 
d’enregistrer divers choses (animation, panorama, etc )

Je pose la question avant de me lancer dans une recherche, j’ai trouvé une 
commande sous imagemagick pour assembler les photos, mais je n’ai rien vu pour 
détecter les photos à assembler, dois je m’orienter dans l’utilisation de 
opencv pour réaliser cela ?

J’ai aussi l’idée de savoir si la commande hdr, qui est apparue y a quelque 
temps, c’est juste l’assemblage de 3 photos, ou il y a quelque chose d’autre, 
pourquoi doit on utiliser une biblio spécifique sous imagemagick, est-ce que 
quelqu’un l’a fait ?

Désoler pour le lien Google, j’ai été déménagé
Je vais compléter par une ligne de commande pour le stack imagemagick, le temps 
que je trouve .

—
Ptilou


Bonjour,

En astrophoto pure (par exemple stack de photos lunaires ou 
planétaires), on utilise plusieurs logiciels à la suite : PIPP, 
Autostakkert 3 ou Registax. Ce sont tous des logiciels Windows à la 
base, mais utilisables sous Debian et Wine. (petit bémol pour Registax 
dont la compatibilité n'est pas optimale).


Fais une recherche sous Youtube sur "la chaîne astro" ou "astronote" ou 
"Dk astronomie" pour des utilisations détaillées et chaînées des 
différents logiciels.


Bonne journée,

Marc

PS : et désolé pour le mail privé, j'ai cliqué trop vite



Re: webcam externe compatible Debian

2020-10-18 Thread Eric Degenetais
Je n'ai d'expérience que pour la LifeCam. La mise au point automatique
fonctionne sous Linux.
Pour ce qui est de modifier le fond, je n'ai jamais essayé.

Éric Dégenètais

Le dim. 18 oct. 2020 00:29,  a écrit :

> Microsoft LifeCam HD-5000 ou Logitech Pro 9000 : vous avez donc un pilote
> pour utiliser la webcam, mais les logiciels fournis pour Windows ne vous
> manquent-ils pas ?
> Je pense au cas de la Logitech Pro 9000, dont la mise au point automatique
> doit se faire pas logiciel.
> Savez-vous s'il y a/Avez-vous un logiciel intégré pour modifier le fond ?
> Il y a peut-être des logiciels indépendants sous Linux qui font ça.
> Merci
>
> --
> *De: *"Eric Degenetais" 
> *À: *"Liste Debian" 
> *Envoyé: *Vendredi 16 Octobre 2020 23:16:43
> *Objet: *Re: webcam externe compatible Debian
>
> J'ai également une Microsoft LifeCam HD-5000, utilisée successivement sous
> Gentoo et Debian. Même constat, elle marche parfaitement (et elle est un
> tantinet moins roots que le précédent modèle indiqué : mise au point auto)
>
> Éric Dégenètais
>
> Le ven. 16 oct. 2020 22:54, Jean-Michel OLTRA 
> a écrit :
>
>>
>> Bonjour,
>>
>>
>> Le vendredi 16 octobre 2020, roger.tar...@free.fr a écrit...
>>
>>
>> > J'ai passé en revue divers articles sur les webcam pour Linux.
>> > Connaissez-vous des références de webcam (pas trop) anciennes qui
>> soient compatibles avec Debian Buster ?
>> > Celles que vous utilisez avec bonheur...
>> > Les Logitech sont nombreuses sur le marché et semblent offrir une
>> compatibilité qui dépend du modèle.
>>
>> J'ai une Microsoft LifeCam HD-5000 depuis plusieurs années (je suis en
>> testing), et ça fonctionne correctement. Je m'en sers avec Slack et je
>> l'ai
>> utilisée également avec Jitsi.
>>
>> --
>> jm
>>
>>
>


Re: Zoom.

2020-10-18 Thread Sven Hartge
Stefan Monnier  wrote:

>> Does anyone have Zoom working in Debian 10?

> Don't know, but I use and recommend Jitsi as a Free Software
> alternative.

If The Powers That Be[tm] have decided to use Zoom, then it is
irrelevant that there might be a better (Open Source) alternative.

Grüße,
Sven.

-- 
Sigmentation fault. Core dumped.



Re: Zoom.

2020-10-18 Thread Stefan Monnier
> Does anyone have Zoom working in Debian 10?

Don't know, but I use and recommend Jitsi as a Free Software alternative.


Stefan



Re: Please be respectful

2020-10-18 Thread Andrei POPESCU
On Du, 18 oct 20, 14:12:32, to...@tuxteam.de wrote:
> On Sun, Oct 18, 2020 at 11:52:20AM +, Long Wind wrote:
> >  it's foolish to argue with foolish peopleif i receive unpleasant message, 
> > i just ignore it (keep quiet)
> 
> In general, this is a good strategy. Still, there are people
> around who feel hurt by things and are too shy to speak up;
> it's thinking of those that I do sometimes.
> 
> It's a fine line to walk: of course I only have my subjective
> impression as a guide, and that may be wrong, so it's quite
> possible that I'm being unjust when I speak up.
> 
> So I sincerely hope to be corrected in those case. That's the
> only way to learn.

I fully agree and subscribe to the above.

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


signature.asc
Description: PGP signature


Re: [rech] script traitement par lot d’image ?

2020-10-18 Thread Marc Siegwald

Le 18/10/2020 à 07:55, ptilou a écrit :

Bonjour,

https://photos.app.goo.gl/4Jb7w57haK9uQxGr6
Voilà 30 images prises à un intervalle de 1 mn, en astronomie le club du Havre 
propose un logiciel gratuit sous MS, c’est un astronome de Boston qui me l’a 
confié.

J’ai d’autre exemple de «stack » de photos.

J’aurais aimer savoir c’est quoi le script qui détecte les similitudes 
d’images, par exemple Google photo, au bout de X heures, proposent 
d’enregistrer divers choses (animation, panorama, etc )

Je pose la question avant de me lancer dans une recherche, j’ai trouvé une 
commande sous imagemagick pour assembler les photos, mais je n’ai rien vu pour 
détecter les photos à assembler, dois je m’orienter dans l’utilisation de 
opencv pour réaliser cela ?

J’ai aussi l’idée de savoir si la commande hdr, qui est apparue y a quelque 
temps, c’est juste l’assemblage de 3 photos, ou il y a quelque chose d’autre, 
pourquoi doit on utiliser une biblio spécifique sous imagemagick, est-ce que 
quelqu’un l’a fait ?

Désoler pour le lien Google, j’ai été déménagé
Je vais compléter par une ligne de commande pour le stack imagemagick, le temps 
que je trouve .

—
Ptilou


Bonjour,

En astrophoto pure (par exemple stack de photos lunaires ou 
planétaires), on utilise plusieurs logiciels à la suite : PIPP, 
Autostakkert 3 ou Registax. Ce sont tous des logiciels Windows à la 
base, mais utilisables sous Debian et Wine. (petit bémol pour Registax 
dont la compatibilité n'est pas optimale).


Fais une recherche sous Youtube sur "la chaîne astro" ou "astronote" ou 
"Dk astronomie" pour des utilisations détaillées et chaînées des 
différents logiciels.


Bonne journée,

Marc

PS : et désolé pour le mail privé



Re: Please be respectful

2020-10-18 Thread Pierre-Elliott Bécue
Le samedi 17 octobre 2020 à 19:03:17-0700, Weaver a écrit :
> On 18-10-2020 11:42, Pierre-Elliott Bécue wrote:
> > Le 17 octobre 2020 23:03:22 GMT+02:00, Weaver  a
> > écrit :
> > 
> >> On 18-10-2020 00:53, Andrew M.A. Cater wrote:
> >> On Fri, Oct 16, 2020 at 10:39:01PM -0700, Weaver wrote:
> >> On 17-10-2020 15:05, Michael uplawski wrote:
> >> Leslie Rhorer:
> >> Until someone does earn respect, there is no reason anyone
> >> should afford it them. It is utterly ridiculous to think everyone
> >> deserves respect.
> >>
> >> This is where you are excluding yourself from the human community.
> >> Face
> >> it. Live with it. *We* will be fine, anyway.
> > 
> > Rubbish!
> > 
> > Tone not helpful here on either side.
> > 
> > Rubbish is rubbish
> > Some may see a point in dressing it up as otherwise.
> > I don't.
> > 
> >>> There are certain qualities which must be extended before you are
> >>> worthy
> >>> of receiving them, trust, loyalty, to mention a couple, but you
> >>> can
> >>> throw respect in there also, along with one or two others.
> >>> I have to earn the respect of every child I meet, and maintain the
> >>> standard every time I encounter that child in the future.
> >>> Some, in their retarded viewpoint, believe respect is something
> >>> engendered by social position.
> >>
> >> Retarded is not a helpful term here or, indeed, anywhere.
> > 
> > Retarded is retarded.
> > You seem to prefer to believe it is aimed at an individual, when it is
> > clearly applied to a viewpoint.
> > 
> >>> Wrong!
> >>> Social position is engendered by earned level of respect.
> >>> `excluding yourself from the human community', what a load of
> >>> puerile
> >>> ignorance!
> >>
> >> Puerile here is also not helpful. Considered, constructive language
> >> which advances a thought through viewpoint is preferable.
> >> Another way of putting it "never argue with an idiot on the
> >> Internet.
> >> After a couple of rounds, a dispassionate observer will not be able
> >> to tell who's who"
> > 
> > Puerile is puerile.
> > `Immature, especially in being silly or trivial; childish'.
> > The terminology applies: employ it.
> > `Considered, constructive language' - is language which communicates
> > effectively.
> > `which advances a thought through viewpoint' - Pseudo-intellectual
> > waffle! 
> > You know another method?
> > Observation is dependent on conditioned viewpoint.
> > Beginning, end, and entire middle of story.
> > 
> >> If you were to treat your readers with a greater consideration for
> >> their intellect, you might come across better.
> > 
> > A discerning intellect would have not sent this to me directly, would
> > have identified the aspects specified more accurately, and kept it on
> > list.
> > 
> > 
> > 
> >> See also Edward Gibbon - Decline and Fall of the Roman Empire,
> >> chapter 2
> > 
> > We live in exactly those times, a classic example being played out
> > before our very eyes.
> > 
> > You currently just are making yourself look both arrogant and
> > ridiculous. 
> 
> In your perception.

Looking at the number of people who replied to tell you your attitude is
not welcome, I think it is a bit more than just my perception.

> > I guess this is why Andrew sent his reply just to you,
> > instead of giving you another shovel to dig with. 
> > 
> > I don't know what you are trying to achieve here, but I stand my point
> > : your lack of respect for others is not welcome here.
> 
> And I stand mine: respect is a quality that needs to be earned.

Not here. Not in the biggest part of the society. Respect is presumed,
and then is either confirmed or lost. Feel free to abide by the rules
you like at your home, but here the rules are not yours. If you're not
fine with these rules, it's the same as any private space: either remain
silent or leave.

> I see A plethora of others who grasp the opportunity to ascend their
> lecterns and preach, you being one of them, and this I can ignore, but
> if it continues, and then my inbox gets cluttered with direct
> communications of an incident I have long left in the rear vision
> mirror, you get what you earn. One poster delivered what _you_ earned,
> but there has obviously been no effort to reflect and philosophies of
> convenience hold sway.

Many times people let rude and aggressive tones and behaviours go,
because these very long threads where people remind to one that there
are rules to interact on these lists and that one tries to show that
he's smarter and rules don't apply to him are just boring for everyone.
But from time to time, it's required to remind to everyone that just
because we don't react all the time doesn't mean we think less.

But to be honest, I have no problem with not letting it go when people
react. Because there is a Code of Conduct in Debian and guidelines when
you post on a list, and since you're trying to waive both, I think it's
worth the trouble.

> [snip]

-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 

Re: Please be respectful

2020-10-18 Thread Pierre-Elliott Bécue
Le samedi 17 octobre 2020 à 19:06:35-0700, Weaver a écrit :
> On 18-10-2020 11:42, Pierre-Elliott Bécue wrote:
> > Le 17 octobre 2020 23:03:22 GMT+02:00, Weaver  a
> > écrit :
> 
> And now we go another step further: with double postings into my inbox.

That occurs when one do sent a mail to somebody and also to a list he's
subscribed to. As I learnt to delete duplicates, I'm pretty sure you'll
manage.

> Why don't you massage your petit ego requirements on somebody else's
> time.?
> I'm quite sure everybody here is as sick of it as I am.

I'm quite sure many people are sick of people behaving like bullies,
pretending to decide who gets or not to post and ask questions on a user
list and on what terms. If you don't want people to waste your time,
feel free not to reply and not to try imposing your opinion on a list
already regulated by guidelines you're actually trying to spit on.

There are plenty places on the internet where your behaviour would be
seen as excellence and "the way to do it". This corner is not one of
these. Feel free to either accept it or go ranting elsewhere.

-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Re: Please be respectful

2020-10-18 Thread tomas
On Sun, Oct 18, 2020 at 11:52:20AM +, Long Wind wrote:
>  it's foolish to argue with foolish peopleif i receive unpleasant message, i 
> just ignore it (keep quiet)

In general, this is a good strategy. Still, there are people
around who feel hurt by things and are too shy to speak up;
it's thinking of those that I do sometimes.

It's a fine line to walk: of course I only have my subjective
impression as a guide, and that may be wrong, so it's quite
possible that I'm being unjust when I speak up.

So I sincerely hope to be corrected in those case. That's the
only way to learn.

Cheers
 - t


signature.asc
Description: Digital signature


Re: Please be respectful

2020-10-18 Thread Christoph K.
Hello Leslie,
hello Harry.

On Fri, 16 Oct 2020 16:46:42 -0500
Leslie Rhorer wrote :

> Until someone does earn respect, there is no reason anyone 
> should afford it them. It is utterly ridiculous to think
> everyone deserves respect.


On Fri, 16 Oct 2020 22:39:01 -0700
Weaver wrote :

> Some, in their retarded viewpoint, believe respect is something
> engendered by social position.
> Wrong!
> Social position is engendered by earned level of respect.


We're on a Debian mailing list here. Being respectful is part of the
Debian Code of Conduct which reflects the values of this community:


1. Be respectful

In a project the size of Debian, inevitably there will be people with
whom you may disagree, or find it difficult to cooperate. Accept that,
but even so, remain respectful. Disagreement is no excuse for poor
behaviour or personal attacks, and a community in which people feel
threatened is not a healthy community.

[...]

Source: https://www.debian.org/code_of_conduct


If both of you openly state that you oppose the idea of being respectful
with other people unless they have earned your respect (according to your
perception), you more or less directly state that you oppose the Debian
Code of Conduct.

Apart from that, both of you have broken a couple of rules from the
Mailing lists code of conduct: https://www.debian.org/MailingLists/

* Non-constructive [...] messages [...] are not welcome
* Do not use foul language; [...]
* Try not to flame; it is not polite.
* Use common sense all the time.

I hope some people will draw some meaningful consequences.

Best regards,
Christoph



Re: [HS] Propriété des équipements abandonnés par des opérateurs télécoms

2020-10-18 Thread NoSpam

Bonjour

Le 18/10/2020 à 07:38, ptilou a écrit :

-Le vendredi 16 octobre 2020 à 11:20:04 UTC+2, Olivier a écrit :

Bonjour,

Il arrive que malgré la fin des contrats qui ont provoqué leur installation, des 
équipements télécoms ou informatiques soient laissés "à l'abandon" chez des 
clients (modems-routeurs, CPE, DSLAM, ...) quelquefois pendant plusieurs années.

Que prévoit la loi à ce sujet ?
Un client a-t-il le droit de les déplacer ? De les revendre ? De les recycler à 
la déchetterie ?
Un opérateur a-t-il le droit de se rendre pour récupérer ses matériels 
(j'imagine facilement que les courriers ou demandes officielles des opérateurs 
peuvent se perdre dans la nature ou rester sans réponse) ?
À cet égard, comment marquer la propriété d'un équipement ?

Slts

L’entreprise proprio a l’obligation de récupérer et recycler le matériel, voilà 
l’état de la norme européen retranscrit en droit français 
La déchèterie est réservée (en théorie) au particulier !
Dans ma région mon entreprise possède une carte d'accès pour la 
déchetterie, pas de ségrégation

--
Daniel



Re: Please be respectful

2020-10-18 Thread Michael uplawski
Weaver:

> And I stand mine: respect is a quality that needs to be earned.

All living thing, and maybe more merit respect as a matter of fact.

Afterwards, you develop.

But societies change each one at any point in time adapts its rules to
the current understanding of abstract, arbitrary and deliberately
defined “values”.

You are in or you are out. You choose to be out and I wished that people
found a way to honor that fact.

You want to be handled this way, we shall comply.

Ω


-- 
GnuPG rsa4096 2020-09-08 [SC] [expire : 2022-09-08]
  B31591374C4824DE872841D27D857E5045D038F8
sub   rsa4096 2020-09-08 [E] [expire : 2022-09-08]



Re: rsync --delete

2020-10-18 Thread Andrei POPESCU
On Sb, 17 oct 20, 10:30:04, to...@tuxteam.de wrote:
> 
> There is one thing I still don't understand about this script. Why does
> it invoke /usr/bin/rsync? Does the script writer know better where the
> "right" rsync lives? Or the sysadmin/user, who is in control of $PATH?

On the other hand it prevents unexpected behaviour due to stuff in paths 
that have precedence over /usr/bin. Besides the environment the script 
runs in might not even have a properly configured $PATH.

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


signature.asc
Description: PGP signature


Re: How to add an origin to unattended upgrades?

2020-10-18 Thread Andrei POPESCU
On Sb, 17 oct 20, 07:34:53, Charles Curley wrote:
> On Sat, 17 Oct 2020 09:21:22 +0300
> Andrei POPESCU  wrote:
> 
> > Please show also the output of 'apt policy vivaldi' (or whatever the 
> > package name is).
> 
> --
> root@orca:~# apt policy vivaldi-stable
> vivaldi-stable:
>   Installed: 3.1.1929.45-1
>   Candidate: 3.4.2066.76-1
>   Version table:
>  3.4.2066.76-1 500
> 500 http://repo.vivaldi.com/stable/deb stable/main amd64 Packages
>  *** 3.1.1929.45-1 100
> 100 /var/lib/dpkg/status
> root@orca:~# 
> --

This looks good to me.

After looking through the bugs list for unattended-upgrades I would 
suggest you check whether upgrading vivaldi-stable requires installing 
new packages or package removals ('apt upgrade -s' should tell), as this 
will also block the upgrade (by design, see #645382).

I'm also not quite sure about the spaces in the origin and label. The 
log suggests they are interpreted correctly, though you could try 
escaping them (the submitter in #940151 is using ', ' to separate the 
fields, which might be the cause for his issues).

Other that that you could try to debug /usr/bin/unattended-upgrade 
(Python) or contact the maintainer, e.g. via a follow-up to #799754.

Hope this helps,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser


signature.asc
Description: PGP signature


Re: Renovació del certificat SSO

2020-10-18 Thread Joan Lledó
Gràcies Alex, al final he creat un nou compte i au.

El 17/10/20 a les 21:57, Alex Muntada ha escrit:
> Hola Joan,
> 
>> Sóc el mantenidor del paquet lwip https://tracker.debian.org/pkg/lwip
>>
>> El meu certificat per al SSO ha expirat, i se suposa que hauria
>> de poder renovar-lo des de https://sso.debian.org/ però he
>> oblidat la contrasenya :(
> 
> Si no recordes l'antiga contrasenya d'alioth em temo molt que no
> podràs tornar a obtenir un certificat. El que pots provar és a
> fer un reset de contrasenya directament al tracker.debian.org:
> 
> https://tracker.debian.org/accounts/+forgot-password/
> 
> Si no et funciona aleshores jo provaria a registrar un nou
> compte:
> 
> https://tracker.debian.org/accounts/register/
> 
> L'antic servei de certificats del sso.debian.org ara només està
> disponible per als desenvolupadors oficials i segurament acabarà
> desapareixent a mesura que es vagi implantant l'autenticació via
> salsa.debian.org. Sembla que al tracker encara no està integrada.
> 
> Si amb tot això encara no te'n surts, pots provar a demanar ajuda
> obrint un bug:
> 
> https://salsa.debian.org/qa/distro-tracker/issues
> 
> Salut,
> Alex
> 
> --
>   ⢀⣴⠾⠻⢶⣦⠀
>   ⣾⠁⢠⠒⠀⣿⡁   Alex Muntada 
>   ⢿⡄⠘⠷⠚⠋   Debian Developer  log.alexm.org
>   ⠈⠳⣄
> 



signature.asc
Description: OpenPGP digital signature


Re: Como usar jack directamente con alsa sin usar pulseaudio

2020-10-18 Thread riveravaldez
On 10/10/20, Camaleón  wrote:
> El 2020-10-09 a las 20:14 -, Jefferson Smith Pizarro Gutierrez
> escribió:
>
>> Hola borré pulseaudio solo tengo alsa y deseo correr al udio con Jack, veo
>> que cuando uso el patchbay unas cuantas aplicaciones rutean
>> automaticamente el audio a la salida pero el resto de aplicaciones como
>> firefox o otros programas como skype etc no hacen eso automaticamente ni
>> tampoco aparecen en el Patchage.
>
>> como podre configurar jacks con alsa y prescindir totalmetne de
>> pulseaudio?
>
> Para otras aplicaciones quizá puedas configurarlo sin necesidad de PA,
> pero Firefox requiere PulseAudio desde hace unos años y si necesitas
> habilitarlo tendrás que compilarlo para que admita Jack :-(
>
> JACK, PulseAudio and Firefox: Enable JACK for firefox in the near
> future
> https://askubuntu.com/questions/923990/jack-pulseaudio-and-firefox-enabl
> e-jack-for-firefox-in-the-near-future
>
> Para otras aplicaciones, lo desconozco. Revisa la wiki de ArchLinux que
> suele ser muy completa y te podrá dar alguna idea:
>
> JACK Audio Connection Kit
> https://wiki.archlinux.org/index.php/JACK_Audio_Connection_Kit

Otra cosa que puede ser de tu interés es el paquete apulse: una vez
instalado puedes correr programas con algo similar a `$ apulse
firefox` y tienes una suerte de "emulación" de PA usando sólo ALSA.
Obviamente es bastante más limitado que usar PA, pero para casos como
firefox (que sólo soportan PA) puede serte de utilidad.
Saludos, !



Re: Fwd: Re: Is chromium updated?

2020-10-18 Thread Camaleón
El 2020-10-18 a las 01:34 -0400, Juan Lavieri escribió:

> Para el conocimiento de todos.

> > Is Debian's chromium vulnerable now?
> > 
> I would say yes for the time being indeed:
> https://security-tracker.debian.org/tracker/source-package/chromium
> See "vulnerable" in 2nd column for CVE-2020-15967 to CVE-2020-15992 +
> CVE-2020-6557

Desde luego, asusta :-/

***
https://tracker.debian.org/pkg/chromium

100 security issues in sid high
100 security issues in buster high
100 security issues in bullseye high
lintian reports 673 errors and 15 warnings high
5 bugs tagged help in the BTS normal
3 bugs tagged patch in the BTS normal
Does not build reproducibly during testing normal
AppStream hints: 1 warning 
***

Estaba pensando en que podía deberse a falta de mantenedores del 
paquete pero lo cierto es que otras distribuciones (Ubuntu, openSUSE o 
Fedora) andan a la zaga, es decir, lo mantienen desactualizado:

https://repology.org/project/chromium/packages

Quizá exista alguna complicación en mantener las fuentes actualizadas 
que desconozcamos.

Saludos,

-- 
Camaleón 



Re: Zoom.

2020-10-18 Thread Tom Dial



On 10/17/20 17:47, David wrote:
> On Sun, 18 Oct 2020 at 08:03,  wrote:
> 
>> Does anyone have Zoom working in Debian 10?
> 
> Yes. I downloaded
>   zoom_amd64-5.0.413237.0524.deb
> from here
>   https://zoom.us/download?os=linux
> and installed it using apt (to provide dependencies).

Zoom has had security issues in the past and, like all large packages,
will have them in the future. It is updated often (recently, every
couple of weeks or so) and probably should be kept up to date. The
current version as of 17 Oct is 5.3.472687.1012.

I've been running Zoom successfully under Buster since the beginning of
April, through 13 versions beginning with 3.5, with only one issue,
inoperable audio between users of different versions (I think between
3.5 and 5.0). It seems to be generally  stable and well behaved, and
interoperates well between Debian and Ubuntu, Windows, and Mac,
including IPads and IPhones. It has an Android version

It installs easily in /opt/zoom, with a small number of files under
/usr. Its files are owned by root, but has no setuid or setgid files,
and as far as I can tell runs with the UID and GID of whoever starts it.
It creates a number of files under ~/zoom.

I suspect it could be set up and run with an unprivileged owner and
group, but have made no effort to do so. A less intrusive (on the
install process) approach would be to confine it with selinux, something
I ma get to shortly. Apparmor as installed and running by default on
Debian 10 has no apparent problem with it.

Regards,
Tom Dial

> 
> Because zoom is not trusted software, I did this in a separate primary
> partition where I made a clean minimal install of Debian with LXDE,
> used only for zoom.
> 
> That install has no LUKS tools installed. All my other activities on
> that machine are inside a LUKS volume and so are completely
> inaccessible to any local snooping attempts by zoom.
> 



[rech] script traitement par lot d’image ?

2020-10-18 Thread ptilou
Bonjour,

https://photos.app.goo.gl/4Jb7w57haK9uQxGr6
Voilà 30 images prises à un intervalle de 1 mn, en astronomie le club du Havre 
propose un logiciel gratuit sous MS, c’est un astronome de Boston qui me l’a 
confié.

J’ai d’autre exemple de «stack » de photos.

J’aurais aimer savoir c’est quoi le script qui détecte les similitudes 
d’images, par exemple Google photo, au bout de X heures, proposent 
d’enregistrer divers choses (animation, panorama, etc )

Je pose la question avant de me lancer dans une recherche, j’ai trouvé une 
commande sous imagemagick pour assembler les photos, mais je n’ai rien vu pour 
détecter les photos à assembler, dois je m’orienter dans l’utilisation de 
opencv pour réaliser cela ?

J’ai aussi l’idée de savoir si la commande hdr, qui est apparue y a quelque 
temps, c’est juste l’assemblage de 3 photos, ou il y a quelque chose d’autre, 
pourquoi doit on utiliser une biblio spécifique sous imagemagick, est-ce que 
quelqu’un l’a fait ?

Désoler pour le lien Google, j’ai été déménagé
Je vais compléter par une ligne de commande pour le stack imagemagick, le temps 
que je trouve .

— 
Ptilou