Re: iTunesSetup.exe in wine?

2021-10-06 Thread peter
From: Floris Renaud 
Date: Wed, 06 Oct 2021 21:54:31 +
> What version of Wine do you use?

peter@joule:/home/peter$ dpkg -l | grep wine
ii  wine-stable  6.0.1~bullseye-1  i386  WINE Is Not An Emulator - runs MS 
Windows programs
ii  wine-stable-i386 6.0.1~bullseye-1  i386  WINE Is Not An Emulator - runs MS 
Windows programs
ii  winehq-stable6.0.1~bullseye-1  i386  WINE Is Not An Emulator - runs MS 
Windows programs

peter@joule:/home/peter$ head -n 1 /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"

peter@joule:/home/peter$ uname -a
Linux joule 5.10.0-8-686-pae #1 SMP Debian 5.10.46-5 (2021-09-23) i686 GNU/Linux

> ITunes version 12.8.0.150 seems to install and work normally with 
> Wine 6.18 ¹ in a clean Wineprefix ². 

What is meant by "clean Wineprefix"?

Rather than pursue 6.18, I might pay a shop a few dollars to reset the 
iPhone.

Thanks!  ... P.

-- 
48.7693 N 123.3053 W
mobile: +1 778 951 5147
  VoIP: +1 604 670 0140



Re: network problem (fwd)

2021-10-06 Thread David
On Thu, 7 Oct 2021 at 12:53, Lee  wrote:
> On 10/6/21, David  wrote:

> > But others here are vastly more knowledgeable than I am about
> > networks, so additions or corrections are welcome, as always :)

> It's Classless Inter-domain Routing (CIDR) now and network masks are
> no longer supported [1].  If you take a look at RFC-950 [2], there is
> no requirement that the network and sub-network bits of an address be
> contiguous.  252.252.252.252 was a perfectly valid mask and yields the
> same number of host bits (8) as a 255.255.255.0 mask does.
>
> Then along came CIDR and dis-contiguous network/subnet bits were prohibited.

Ahhh, that's interesting, I didn't know about that aspect.

Thank you for taking the time to explain clearly, with links.
I really appreciate it!



Re: network problem (fwd)

2021-10-06 Thread Lee
On 10/6/21, David  wrote:
> On Thu, 7 Oct 2021 at 10:53,  wrote:
>> On Wednesday, October 06, 2021 11:15:11 AM Brian wrote:
>> > On Wed 06 Oct 2021 at 14:09:23 +0200, Pierre Frenkiel wrote:
>>
>> > >netmask 255.255.255.0
>> > >gateway 192.168.1.1
>> >
>> > Just in passing: The line with netmask 255.255.255.0 can be deleted.
>> > It is a deprecated option, as is broadcast. See #912220.
>>
>> Does that mean 255.255.255.0 is the default netmask?
>
> The netmask has to be specified *somewhere*. My understanding
> is that either CIDR or 'netmask' is required to do that. Read
> about CIDR here:
> https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation
>
> But others here are vastly more knowledgeable than I am about
> networks, so additions or corrections are welcome, as always :)

It's Classless Inter-domain Routing (CIDR) now and network masks are
no longer supported [1].  If you take a look at RFC-950 [2], there is
no requirement that the network and sub-network bits of an address be
contiguous.  252.252.252.252 was a perfectly valid mask and yields the
same number of host bits (8) as a 255.255.255.0 mask does.

Then along came CIDR and dis-contiguous network/subnet bits were prohibited.

Lee


[1]  Specifically, _bitmasks_ are no longer supported. "network masks"
are now just another way of specifying the first however many bits of
an address that make up the network portion of an address - eg. /24
and 255.255.255.0 both specify the first 24 bits of an address

[2]  https://datatracker.ietf.org/doc/html/rfc950#page-15

   3.  A Class C Network Case (illustrating non-contiguous subnet bits)

  For this case, assume that the requesting host is on class C
  network 192.1.127.0, has address 192.1.127.19, that there is a
  gateway at 192.1.127.50, and that on network an 3-bit subnet field
  is in use (01011000), that is, the address mask is 255.255.255.88.



Re: network problem (fwd)

2021-10-06 Thread David Wright
On Wed 06 Oct 2021 at 14:09:23 (+0200), Pierre Frenkiel wrote:
> please note that the main problem is
>   "why the /etc/network/interfaces" is not used?"

> I have the following problem on my laptop.
> my /etc/network/interfaces file contains:
>auto enp0s1
>iface enp0s1  inet static
>address 192.168.1.10
>netmask 255.255.255.0
>gateway 192.168.1.1
> 
>but after boot, ifconfig gives
> 
>address 192.168.0.163
>netmask 255.255.255.0
>gateway 192.168.1.1
> 
>Then, networking works i.e. I can reach Internet, but of course
>not my desktop and other devices 192.168.1.xx
> 
>I looked on the entire disk to find where this address 192.168.0.163
>is hidden, but I was unable to find it !
> 
>rather strange, isn't it?

One possibility might be that you've somehow got yourself connected to
the WAN side of your router, rather that the LAN side.
I think you should login to your router and see what the address of
the Internet Port is.
I seem to remember that happening to someone here with one of those
"captive" or ISP-managed modem/routers.
It's one reason why we run three routers at home: one that Cox rent,
the real one (mine), and one with a broken WAN port that we use as
a switch and wireless repeater.

Cheers,
David.



Re: Zoom de tela

2021-10-06 Thread Daniel Lenharo

opa

On 06/10/2021 14:24, Leonardo S. S. da Rocha wrote:

quivos e etc. Esse recurso é semelhante ao de Lupa do
windows se não me engano mas já vi vídeos no youtube em que o autor,
usando comb


use as combinações de tecla
ativar/desativar = "super" + "alt" + 8
zoom = "super" + "alt" + "+/-"


[]'s
--
Daniel Lenharo
Curitiba - Brazil
www.sombra.eti.br
31D8 0509 460E FB31 DF4B
9629 FB0E 132D DB0A A5B1


OpenPGP_0xFB0E132DDB0AA5B1.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Re: network problem (fwd)

2021-10-06 Thread David
On Thu, 7 Oct 2021 at 10:53,  wrote:
> On Wednesday, October 06, 2021 11:15:11 AM Brian wrote:
> > On Wed 06 Oct 2021 at 14:09:23 +0200, Pierre Frenkiel wrote:
>
> > >netmask 255.255.255.0
> > >gateway 192.168.1.1
> >
> > Just in passing: The line with netmask 255.255.255.0 can be deleted.
> > It is a deprecated option, as is broadcast. See #912220.
>
> Does that mean 255.255.255.0 is the default netmask?

The netmask has to be specified *somewhere*. My understanding
is that either CIDR or 'netmask' is required to do that. Read
about CIDR here:
https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation

But others here are vastly more knowledgeable than I am about
networks, so additions or corrections are welcome, as always :)



Re: network problem (fwd)

2021-10-06 Thread rhkramer
On Wednesday, October 06, 2021 11:15:11 AM Brian wrote:
> On Wed 06 Oct 2021 at 14:09:23 +0200, Pierre Frenkiel wrote:

> >netmask 255.255.255.0
> >gateway 192.168.1.1
> 
> Just in passing: The line with netmask 255.255.255.0 can be deleted.
> It is a deprecated option, as is broadcast. See #912220.

Does that mean 255.255.255.0 is the default netmask?



Re: network problem (fwd)

2021-10-06 Thread David
On Wed, 6 Oct 2021 at 23:09, Pierre Frenkiel  wrote:
>
> please note that the main problem is
>"why the /etc/network/interfaces" is not used?"

Ok. Noted.

Several knowledgeable and helpful people have already
made an effort trying to help you answer exactly this.
You can find those efforts in the 4 links labelled "Follow-Ups"
at the bottom of this web page:
https://lists.debian.org/debian-user/2021/10/msg00244.html

If you do not engage with those efforts then it really is a
puzzle to understand what kind of help you expect when
you write to this list.

Should we conclude that you prefer to solve this without
our assistance?

If that is the case, you could do the following:

First, learn what DHCP is.

Second, learn what all the commands (that others
have suggested in the links above) do, and how to
understand their outputs.

Third, use those commands to answer the question yourself.

If that is not the case, then perhaps you could explain
what kind of help you do expect when you ask a question
here.



Re: how to install node.js on debian (Docker) with 'apt-get' - having issues

2021-10-06 Thread Dan Ritter
/dev /local/ca wrote: 
> How would I get the latest version of node.js (16.x.x) installed on Debian
> (in a Docker container)

You decide who you trust and trust them by pulling from their
repository.

> What's up with the package repo that 'apt-get' pulls from, that it will not
> install later versions of node (14.x or greater)?

$ apt show nodejs -a
Package: nodejs
Version: 12.22.5~dfsg-2~11u1

That's what's in the Bullseye (stable) repo. Buster is oldstable. Stable means
stable, you can rely on it for years. oldstable means it's a
whole generation older than that.

What stable and oldstable do not mean is "fresh" and "cool".

> FROM python:alpine

A completely different repository...

> Is there something equivalent for python:buster (Debian based)

No. However, you can specify a new repository that you trust --
perhaps via  https://deb.nodesource.com/setup_16.x  -- you can
then apt install files from there.

Beware. They aren't Debian, they're debianized.


> Is there a way some how to get a package repo maintainers attention to show
> me how to get a recent version (14..16), into the apt-get repository?

There are a large finite number of repositories. Debian buster
is old. Debian bullseye is stable. Whatever nodesource supplies
is what they want to supply to you.

If you're trying to put something into production, you probably
should not blindly pull a fresh installation of anything out of
a random repo every time you recreate a container. That way lies
madness and supply-chain attacks.

Instead, get a copy that you trust and keep it locally. Deploy
that. Watch the upstream bug reports, and upgrade when it seems
good to you. Reproducible builds are your friend.

-dsr-



Re: iTunesSetup.exe in wine?

2021-10-06 Thread Floris Renaud


On Wednesday 06 October 2021 22:13:53 (+02:00), pe...@easthope.ca wrote:

> From: Floris Renaud 
> Date: Wed, 06 Oct 2021 10:27:20 +
> > An older version of iTunes does seem to work.
> > https://bugs.winehq.org/show_bug.cgi?id=47165
>
> Thanks. Version 12.8.x is claimed to work. This is 12.8.0.150.
>
> peter@joule:~$ wine iTunesSetup.exe
> 00d8:fixme:heap:RtlSetHeapInformation  1  0 stub
> 00d8:fixme:heap:RtlSetHeapInformation  1  0 stub
> 00e4:fixme:advapi:RegisterEventSourceW ((null),L"Bonjour Service"): stub
> 00e4:fixme:advapi:ReportEventA 
> (CAFE4242,0x0004,0x,0x0064,,0x0001,0x,0119FA8C,):
>  stub
> 00e4:fixme:advapi:ReportEventW 
> (CAFE4242,0x0004,0x,0x0064,,0x0001,0x,001213F0,):
>  stub
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x0013
> 00e4:err:winsock:WSAIoctl -> ?('', 12, 18) request failed with status 0x2733
> 00e4:fixme:advapi:ReportEventA 
> (CAFE4242,0x0004,0x,0x0064,,0x0001,0x,0119FA8C,):
>  stub
> 00e4:fixme:advapi:ReportEventW 
> (CAFE4242,0x0004,0x,0x0064,,0x0001,0x,001219C0,):
>  stub
> 0098:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
> 0098:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
> 0098:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
> 0098:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
> 00e4:fixme:advapi:ReportEventA 
> (CAFE4242,0x0004,0x,0x0064,,0x0001,0x,0119FA8C,):
>  stub
> 00e4:fixme:advapi:ReportEventW 
> (CAFE4242,0x0004,0x,0x0064,,0x0001,0x,001219C0,):
>  stub
> 00e4:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x119fb44 0x119fb3c
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x0013
> 0118:fixme:file:NtLockFile I/O completion on lock not implemented yet
> 0118:fixme:ntdll:NtQuerySystemInformation info_class 
> SYSTEM_PERFORMANCE_INFORMATION
> 0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
> 0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
> 0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
> 0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
> 012c:fixme:wbemprox:client_security_SetBlanket 62EA17A8, 0013B178, 10, 0, 
> (null), 3, 3, , 0x
> 012c:fixme:wbemprox:client_security_Release 62EA17A8
> 012c:fixme:ntdll:NtQuerySystemInformation info_class 
> SYSTEM_PERFORMANCE_INFORMATION
>
> Is fixme a serious problem?
>
> How can
> 0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
> be fixed? Something needed in the registry?
>
> Thanks! ... P.
>
What version of Wine do you use?

ITunes version 12.8.0.150 seems to install and work normally with Wine 6.18 ¹ 
in a clean Wineprefix ². 
¹) https://wiki.winehq.org/Debian
²) https://wiki.winehq.org/FAQ#Wineprefixes



how to install node.js on debian (Docker) with 'apt-get' - having issues

2021-10-06 Thread /dev /local/ca
How would I get the latest version of node.js (16.x.x) installed on Debian
(in a Docker container)

Reference:

https://stackoverflow.com/questions/69446940/how-to-install-node-js-version-16-x-x-in-a-debian-based-image-dockerfile-why

---
Date: Tuesday October 5th, 2021

Node 10.x was released on 2018-04-24 (but that's the default version when
using apt-get)

I have needs to have both Python and Node.js installed in running
container. I can get the latest version of python in a container using:

FROM python:alpine

or

FROM python:buster <== Debian based

How do I get the latest version of node.js (16.10.0) installed on Debian
(in a Docker container)

Whe I do this:

FROM python:buster

RUN apt-get update && \
  apt-get install -y \
nodejs npm

I get these versions of node:

node: 10.24.0

npm 5.8.0

and when run in the container give a long statement about no longer being
unsupported.

What's up with the package repo that 'apt-get' pulls from, that it will not
install later versions of node (14.x or greater)?

If I pull from:

FROM python:alpine

and include these lines
RUN apk -v --no-cache --update add \
nodejs-current npm

I will get node 16.x version, which makes it easy. I don't have to do
anything else.

Is there something equivalent for python:buster (Debian based)

I would really like a one or two liner in my Dockerfile and not a pages of
instructions with a dozen commands to simply get node in the image.

I would appreciate any tested/proven reply. I am sure a number of others
have the same question. Other stackoverflow articles on this subject are
convoluted and do not provide the simple solution I am hoping to find that
is available with pytyon:alpine

There is a reason I need python:debian and cannot use python:alpine in this
one use case, otherwise I would chose the latter.

Is there a way some how to get a package repo maintainers attention to show
me how to get a recent version (14..16), into the apt-get repository?

It appears many people are having issues with this.


rare dns problemen

2021-10-06 Thread Jaap van Wingerde
Ik kan thuis niet naar Wikipedia browsen: "We can’t connect to the
server at www.wikipedia.org".

Diggen op ns-server op extern VPS geeft de volgende resultaten.

jaap@artio:~$ dig @gaugino en.wikipedia.org

; <<>> DiG 9.16.15-Debian <<>> @gaugino en.wikipedia.org
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 60422
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: e341d86ef35fd4dc0100615db16d640e4226c09cf16f (good)
;; QUESTION SECTION:
;en.wikipedia.org.  IN  A

;; ANSWER SECTION:
en.wikipedia.org.   86400   IN  CNAME   dyna.wikimedia.org.
dyna.wikimedia.org. 600 IN  A   91.198.174.192

;; Query time: 1128 msec
;; SERVER: 10.203.111.2#53(10.203.111.2)
;; WHEN: Wed Oct 06 14:23:41 UTC 2021
;; MSG SIZE  rcvd: 121


De locale ns-server faalt echter.

jaap@artio:~$ dig en.wikipedia.org

; <<>> DiG 9.16.15-Debian <<>> en.wikipedia.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 510
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: c2a8c1bff5784db90100615db188e6581a7982e9234f (good)
;; QUESTION SECTION:
;en.wikipedia.org.  IN  A

;; Query time: 0 msec
;; SERVER: 10.203.180.1#53(10.203.180.1)
;; WHEN: Wed Oct 06 14:24:08 UTC 2021
;; MSG SIZE  rcvd: 73

jaap@artio:~$

query-errors.log zegt het volgende.

06-Oct-2021 14:23:44.357 query-errors: debug 1: client @0x7f858801df58
10.203.180.1#53846 (88.45.176.143.in-addr.arpa): view intern: query
failed (SERVFAIL) for 88.45.176.143.in-addr.arpa/IN/PTR at query.c:6648
06-Oct-2021 14:23:45.309 query-errors: debug 1: client @0x7f8584000cc8
10.203.180.1#35018 (88.45.176.143.in-addr.arpa): view intern: query
failed (SERVFAIL) for 88.45.176.143.in-addr.arpa/IN/PTR at query.c:6648
06-Oct-2021 14:23:45.309 query-errors: debug 1: client @0x7f858c005088
10.203.180.1#36657 (88.45.176.143.in-addr.arpa): view intern: query
failed (SERVFAIL) for 88.45.176.143.in-addr.arpa/IN/PTR at query.c:6648
06-Oct-2021 14:23:58.941 lame-servers: info: lame server resolving
'en.wikipedia.org' (in 'wikipedia.org'?): 208.80.153.231#53 06-Oct-2021
14:23:58.945 lame-servers: info: lame server resolving
'en.wikipedia.org' (in 'wikipedia.org'?): 208.80.154.238#53 06-Oct-2021
14:23:58.949 lame-servers: info: lame server resolving
'en.wikipedia.org' (in 'wikipedia.org'?): 91.198.174.239#53 06-Oct-2021
14:23:58.949 lame-servers: info: lame server resolving
'ns1.wikimedia.org' (in 'wikimedia.org'?): 208.80.153.231#53
06-Oct-2021 14:23:58.953 lame-servers: info: lame server resolving
'ns0.wikimedia.org' (in 'wikimedia.org'?): 208.80.153.231#53
06-Oct-2021 14:23:58.953 lame-servers: info: lame server resolving
'ns2.wikimedia.org' (in 'wikimedia.org'?): 208.80.153.231#53
06-Oct-2021 14:23:58.957 lame-servers: info: lame server resolving
'ns1.wikimedia.org' (in 'wikimedia.org'?): 208.80.154.238#53
06-Oct-2021 14:23:58.957 lame-servers: info: lame server resolving
'ns0.wikimedia.org' (in 'wikimedia.org'?): 208.80.154.238#53
06-Oct-2021 14:23:58.957 lame-servers: info: lame server resolving
'ns2.wikimedia.org' (in 'wikimedia.org'?): 208.80.154.238#53
06-Oct-2021 14:23:58.961 lame-servers: info: lame server resolving
'ns1.wikimedia.org' (in 'wikimedia.org'?): 91.198.174.239#53
06-Oct-2021 14:23:58.961 lame-servers: info: lame server resolving
'ns2.wikimedia.org' (in 'wikimedia.org'?): 91.198.174.239#53
06-Oct-2021 14:23:58.961 lame-servers: info: lame server resolving
'ns0.wikimedia.org' (in 'wikimedia.org'?): 91.198.174.239#53
06-Oct-2021 14:24:08.941 query-errors: debug 1: client @0x7f858801df58
10.203.180.1#56457 (en.wikipedia.org): view intern: query failed (timed
out) for en.wikipedia.org/IN/A at query.c:7360 06-Oct-2021 14:24:08.941
query-errors: debug 1: client @0x7f8588021cb8 10.203.180.1#56457
(en.wikipedia.org): view intern: query failed (SERVFAIL) for
en.wikipedia.org/IN/A at query.c:6648

Ik heb ten einde raad in named.conf.options wat forwarders ingesteld.
forwarders {
8.8.8.8;
8.8.4.4;
};

Dit levert de volgende bind-logs op:

06-Oct-2021 14:40:17.351 query-errors: debug 1: client @0x7f61380210c8
10.203.180.250#53438 (ns4.versatel.net): view intern: query failed
(timed out) for ns4.versatel.net/IN/A at query.c:7360 06-Oct-2021
14:40:17.351 query-errors: debug 1: client @0x7f6130010648
10.203.180.250#60059 (ns4.versatel.net): view intern: query failed
(timed out) for ns4.versatel.net/IN/ at query.c:7360 06-Oct-2021
14:40:17.351 query-errors: debug 1: client @0x7f6138005088
10.203.180.250#42998 (ns3.versatel.net): view intern: query failed
(timed out) for ns3.versatel.net/IN/ at query.c:7360 06-Oct-2021
14:40:17.535 lame-servers: info: timed out resolving
'mozilla.com/DS/IN': 8.8.4.4#53 

Re: Re : Re: Lecteur tags RFID norme ISO15693

2021-10-06 Thread Pierre ESTREM

Bonsoir,

Oui "JKP" est "Maître ès electron". ;)

Excellentlien que Cassis donne :
https://timetotech.fr/linux/tuto-copier-son-badge-de-machine-a-cafe/

Mais si je ne me trompe pas tous ces liens font référence au lecteur 
d'ACS ACR122U uniquement compatible norme ISO14443.


C'est un ami qui a besoin de lire des tags sur les oeuvres de sa 
médiathèque municipale.


Du dernier lien je retiens que je vais installer KALI Linux qui 
embarquerait ces outils.

Par contre il reste que le lecteur qu'il me faut soit compatible ISO15693.
Je testerai la distro Kali avec ce lecteur HID ...

Merci à tous
pierre estrem


Le 06/10/2021 à 05:03, k6dedi...@free.fr a écrit :

Bonjour,
Je ne suis pas aussi pointu que Joël.
Mais si je devais me pencher sur ce problème j'étudierais ce que d'autres ont 
déjà fait.
https://www.semageek.com/une-distribution-linux-pour-hacker-les-cartes-rfid/
https://www.latelierdugeek.fr/2017/07/12/rfid-le-clone-parfait/
https://timetotech.fr/linux/tuto-copier-son-badge-de-machine-a-cafe/

En espérant vous avoir été utile
Cassis



- Mail d'origine -
De: BERTRAND Joël
À: Pierre ESTREM, ML Debian User 
French
Envoyé: Tue, 05 Oct 2021 16:59:04 +0200 (CEST)
Objet: Re: Lecteur tags RFID norme ISO15693

Pierre ESTREM a écrit :

Bonjour,

J'ai pour projet de réaliser une solution portable pour lire
(éventuellement aussi écrire) des étiquettes RFID de norme ISO15693.

Dans un premier temps depuis Debian puis Raspberry (Raspbian).

J'ai bien un bon tutoriel pour la norme ISO14443 et un lecteur précis :
https://ressources.labomedia.org/utiliser_un_lecteur_rfid_acr_122u_gnu_linux


Mais pour ce qui est de ISO15693 j'ai de la difficulté à trouver un
lecteur utilisable sous Debian.

Avez-vous quelques liens ou conseils à me prodiguer ?

Bonjour,

J'ai dû faire un truc comme ça récemment et j'ai cherché assez
vainement. J'ai finalement opté pour la conception d'un hard complet (ce
n'est pas bien compliqué) que j'attaque au travers d'un bus SPI avec un
adaptateur.

Un composant qui fonctionne bien est le CLRC632, mais je n'ai pas
trouvé de bout de code pour le faire fonctionner. Je me suis donc tapé
la norme et la pile pour le protocole en question. Les PN53x
fonctionnent bien aussi, mais je ne suis pas sûr qu'ils soient
compatibles ISO15693.

Bon courage,

JKB






Re: iTunesSetup.exe in wine?

2021-10-06 Thread peter
From: Floris Renaud 
Date: Wed, 06 Oct 2021 10:27:20 +
> An older version of iTunes does seem to work.
> https://bugs.winehq.org/show_bug.cgi?id=47165

Thanks.  Version 12.8.x is claimed to work.  This is 12.8.0.150.

peter@joule:~$ wine iTunesSetup.exe
00d8:fixme:heap:RtlSetHeapInformation  1  0 stub
00d8:fixme:heap:RtlSetHeapInformation  1  0 stub
00e4:fixme:advapi:RegisterEventSourceW ((null),L"Bonjour Service"): stub
00e4:fixme:advapi:ReportEventA 
(CAFE4242,0x0004,0x,0x0064,,0x0001,0x,0119FA8C,):
 stub
00e4:fixme:advapi:ReportEventW 
(CAFE4242,0x0004,0x,0x0064,,0x0001,0x,001213F0,):
 stub
00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
00e4:fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x0013
00e4:err:winsock:WSAIoctl -> ?('', 12, 18) request failed with status 0x2733
00e4:fixme:advapi:ReportEventA 
(CAFE4242,0x0004,0x,0x0064,,0x0001,0x,0119FA8C,):
 stub
00e4:fixme:advapi:ReportEventW 
(CAFE4242,0x0004,0x,0x0064,,0x0001,0x,001219C0,):
 stub
0098:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
0098:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
0098:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
0098:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
00e4:fixme:advapi:ReportEventA 
(CAFE4242,0x0004,0x,0x0064,,0x0001,0x,0119FA8C,):
 stub
00e4:fixme:advapi:ReportEventW 
(CAFE4242,0x0004,0x,0x0064,,0x0001,0x,001219C0,):
 stub
00e4:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x119fb44 0x119fb3c
00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
00e4:fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x0013
0118:fixme:file:NtLockFile I/O completion on lock not implemented yet
0118:fixme:ntdll:NtQuerySystemInformation info_class 
SYSTEM_PERFORMANCE_INFORMATION
0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
012c:fixme:wbemprox:client_security_SetBlanket 62EA17A8, 0013B178, 10, 0, 
(null), 3, 3, , 0x
012c:fixme:wbemprox:client_security_Release 62EA17A8
012c:fixme:ntdll:NtQuerySystemInformation info_class 
SYSTEM_PERFORMANCE_INFORMATION

Is fixme a serious problem?

How can 
0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
be fixed?  Something needed in the registry?

Thanks! ... P.


-- 
48.7693 N 123.3053 W
mobile: +1 778 951 5147
  VoIP: +1 604 670 0140



Re: override.jessie.main.gz file removed from http://deb.debian.org/debian/indices/

2021-10-06 Thread David Wright
On Wed 06 Oct 2021 at 16:26:52 (+), Andrew M.A. Cater wrote:
> This is quite possbibly because Jessie is no longer under active support.
> 
> https://wiki.debian.org/LTS shows it as having gone out of support on
> June 30th 2020.

Can this file not be constructed from the Packages file, copies of
which go back to buzz. It's just
packagenameprioritysection[maintainer]
and those fields are all in the Packages file, though I would
expect a person doing that would write their own value for
maintainer rather than the outdated copy in the file.

Cheers,
David.



Re: IPv4 networking problem after dist-upgrade

2021-10-06 Thread Oleg
Hi again!

On Wed, Oct 06, 2021 at 06:02:40PM +0200, Oleg wrote:
> > ip link show
> 
> $ > ip l sh
> ...
> 2: eth0:  mtu 1492 qdisc pfifo_fast master 
> direct0 state UP mode DEFAULT group default qlen 1000
> link/ether 54:04:a6:a0:77:de brd ff:ff:ff:ff:ff:ff
> 3: direct0:  mtu 1492 qdisc noqueue state UP 
> mode DEFAULT group default qlen 1000
> link/ether 32:95:e2:a2:8e:0e brd ff:ff:ff:ff:ff:ff
> ...

Apparently the error originated from the deviating MAC address of physical
interface and bridge. After I configured direct0 to have the same MAC address
as eth0 IPv4 started to work as expected again.

I assume that some security/anti-spoofing mechanism on the network/gateway
side rejected the "new" MAC address that has probably changed during the
upgrade.

Cheers
Oleg



Re: iTunesSetup.exe in wine?

2021-10-06 Thread Celejar
On Wed, 6 Oct 2021 17:02:05 +1100
Keith Bainbridge  wrote:

> 
> On 6/10/21 07:48, pe...@easthope.ca wrote:
> > A bricked iPhone directs "connect to iTunes".
> > 
> > Attempting to run iTunesSetup.exe on wine yields the following.
> > Ideas?
> > 
> > Thx,   ... P.
> > 
> > peter@joule:~$ wine iTunesSetup.exe
> > 0104:fixme:file:NtLockFile I/O completion on lock not implemented yet
> > 0104:fixme:ntdll:NtQuerySystemInformation info_class 
> > SYSTEM_PERFORMANCE_INFORMATION
> > 0104:err:mscoree:LoadLibraryShim error reading registry key for installroot
> > 0104:err:mscoree:LoadLibraryShim error reading registry key for installroot
> > 0104:err:mscoree:LoadLibraryShim error reading registry key for installroot
> > 0104:err:mscoree:LoadLibraryShim error reading registry key for installroot
> > 0128:fixme:wbemprox:client_security_SetBlanket 62EA17A8, 0013B3A8, 10, 0, 
> > (null), 3, 3, , 0x
> > 0128:fixme:wbemprox:client_security_Release 62EA17A8
> > 0128:fixme:ntdll:NtQuerySystemInformation info_class 
> > SYSTEM_PERFORMANCE_INFORMATION
> > 0104:err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" 
> > returned 1603
> > 0024:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFA, 
> > 0031FEAC
> > peter@joule:~$
> > 
> > 
> 
> 
> Option one: play-on-linux
> 
> Option 2: CrossOver a commercial app, based on wine but with 
> non-open-source and paid for content. Its main claim to fame was that it 
> would run MSOffice better.   There is a trial period.

The OP can also consider Lutris:

https://lutris.net/games/itunes/

I've used it for other things, not iTunes, but it has worked quite well
for me, and it can be simpler and less intimidating than straight Wine.

> This link lists a few more options which I'd not heard of until I went 
> looking for the name of Crossover:
> 
> https://alternativeto.net/software/wine/?platform=linux

Celejar



Re: You have been removed from the list (repeatedly)

2021-10-06 Thread Thomas Schmitt
Hi,

Greg Wooledge wrote:
> The "forged bounce messages" (for lack of a better term) are coming
> from someone who *is* subscribed.  They've set up some sort of auto-responder
> which is generating one of these messages every time they receive a
> message from the list.

This would be a novel application of mail Bounce Attack aka Backscatter,
which is normally used to smuggle spam content around the filters.
If so, then not you get spoofed but rather the Debian list server is
too credulent towards DSN messages.

This would also explain why the headers of the quoted message from
postmas...@vps268904.ovh.net do not look like a message that was
resent from debian-user. Instead it was payload of a forged bounce
message.


Have a nice day :)

Thomas



Zoom de tela

2021-10-06 Thread Leonardo S. S. da Rocha
Olá pessoal, salve pra tod@s.

Gostaria de saber como faço para gerenciar com teclado e mouse o
recurso "ampliar" que existe no Debian com gnome. Dou aulas e vez ou
outra, tenho necessidade de dar zoom na tela para mostrar melhor
botões, arquivos e etc. Esse recurso é semelhante ao de Lupa do
windows se não me engano mas já vi vídeos no youtube em que o autor,
usando combinações de teclado e mouse, conseguem aplicar e remover
zoom.

Alguém sabe se esse recurso funciona ou se teria que ser algum outro a
ser instalado?

Agradeço,

Abraço.

Leonardo Rocha



Re: GNOME - Ajustes gráficos

2021-10-06 Thread Leandro Guimarães Faria Corcete DUTRA
Le mercredi 06 octobre 2021 à 06:31 -0300, Leandro Silva a écrit :
> 
> Recentemente, voltei a utilizar o Debian para trabalhar, no entanto
> tenho estranhado a falta de um gerenciador para refinar/melhora a
> visualização do X, como por exemplo o DPI, fonte…. Etc…
> 
> Encontrei apenas a resolução.
> 
> Antes de sair instalando o q falam na internet, gostaria de saber se
> o gnome do debian 11 vem cru quanto a esses ajustes finos ou se estou
> pisando em ovos e qual é o melhor caminho.

A filosofia do Gnome, pelo menos desde a versão 3, tem sido simplificar
ao máximo.  As alterações ficam por conta do Tweaks e das gnome-shell-
extension-



-- 
Leandro Guimarães Faria Corcete DUTRA 



Re: OT - LibreOffice Calc - Enlaces locales en fórmulas

2021-10-06 Thread Paynalton
El mié., 6 de octubre de 2021 8:15 a. m., Debian <
javier.debian.bb...@gmail.com> escribió:

> Buen día.
>
> Esto no es Debian puro, pero ya no sé dónde fijarme.
> He revisado toda la documentación y buscado en la web tanto en español,
> inglés, francés e italiano; al parecer no soy el único con la misma
> necesidad, pero no encuentro solución.
>
> Trabajando en LibreOffice Calc, al confeccionar una fórmula que hace
> referencia a otra celda de otro libro (archivo) que está grabado en el
> mismo directorio, la fórmula se carga de la siguiente manera:
>
> ='file:///home/javier/TMP/Archivo_externo_1.ods'#$'Tabla-A'.D10
>
> Está claro que según configuración de "Herramientas - Opciones -
> Cargar/guardar- General - Guardar URL relativos al sistema de archivos",
> el cual está seleccionado, no importa que lleve todos los archivos a
> otra carpeta y/o equipo, si están todos, funciona el enlace; ese no es
> el problema.
>
> He leído por ahí que internamente Calc, estando seleccionada esa opción,
> guarda todo en forma "relativa"; por eso no hay problemas al transportarlo.
>
> Mi tema es más mundano: NO QUIERO VER TODO EL "PATH" AL ARCHIVO.
> Trabajo con fórmulas largas y complejas, y ver el camino de accesos
> completo, hace que cometa errores.
>
> Me explico mejor:
>
> Una fórmula complicada es
>
>
> =SUMAR.SI.CONJUNTO('file:///home/javier/TMP/Archivo_externo_1.ods'#$'Tabla-A'.E$1:E$1048576;'file:///home/javier/TMP/Archivo_externo_1.ods'#$'Tabla-A'.A$1:A$1048576;$A17;'file:///home/javier/TMP/Archivo_externo_1.ods'#$'Tabla-A'.B$1:B$1048576;$B17;'file:///home/javier/TMP/Archivo_externo_1.ods'#$'Tabla-A'.C$1:C$1048576;$C17)
>
> la cual sería más simple, y fácil de entender para un ser humano, si
> fuese algo como
>
>
> =SUMAR.SI.CONJUNTO('Archivo_externo_1.ods'#$'Tabla-A'.E$1:E$1048576;'Archivo_externo_1.ods'#$'Tabla-A'.A$1:A$1048576;$A17;'Archivo_externo_1.ods'#$'Tabla-A'.B$1:B$1048576;$B17;'Archivo_externo_1.ods'#$'Tabla-A'.C$1:C$1048576;$C17)
>
> Por lo que he leído, esto no sería posible para ser visualizado. ¿es así?
>
> Por otra parte, ¿hay alguna forma que generar un "alias" de vínculo para
> simplificar las fórmulas? Y que quede algo como
>
>
> =SUMAR.SI.CONJUNTO('AliasODS'#$'Tabla-A'.E$1:E$1048576;'AliasODS'#$'Tabla-A'.A$1:A$1048576;$A17;'AliasODS'#$'Tabla-A'.B$1:B$1048576;$B17;'AliasODS'#$'Tabla-A'.C$1:C$1048576;$C17)
>
> De esto último, no he encontrado NADA.
>


Me imagino que tendrías que agregar un plugin que almacene dichos alias.

Checa esto a ver si te sirve:

https://help.libreoffice.org/latest/lo/text/swriter/01/04090005.html


> Muchas gracias.
>
>


Re: override.jessie.main.gz file removed from http://deb.debian.org/debian/indices/

2021-10-06 Thread Andrew M.A. Cater
This is quite possbibly because Jessie is no longer under active support.

https://wiki.debian.org/LTS shows it as having gone out of support on
June 30th 2020.

All the very best, as ever,

Andy Cater



Re: network problem (fwd)

2021-10-06 Thread Brian
On Wed 06 Oct 2021 at 16:40:55 +0100, Thomas Pircher wrote:

> Brian wrote:
> > Just in passing: The line with netmask 255.255.255.0 can be deleted.
> > It is a deprecated option, as is broadcast. See #912220.
> 
> Crikey, it is indeed deprecated. Just removing the line will probably
> not be a good idea. I guess it can be deleted only when the address line
> contains the netmask in CIDR notation:
> > >address 192.168.1.10/24

That looks to be the situation, according to examples in interfaces(5).
Mind you

  address 192.168.7.40

works for me. Don't ask me why. It is easy enough to rectify.

-- 
Brian.



Re: IPv4 networking problem after dist-upgrade

2021-10-06 Thread Oleg
Hey Dan,

On Wed, Oct 06, 2021 at 10:23:40AM -0400, Dan Ritter wrote:
> Can you tell us about networking on the host, please?

sure, I can.

> ip link show

$ > ip l sh
...
2: eth0:  mtu 1492 qdisc pfifo_fast master 
direct0 state UP mode DEFAULT group default qlen 1000
link/ether 54:04:a6:a0:77:de brd ff:ff:ff:ff:ff:ff
3: direct0:  mtu 1492 qdisc noqueue state UP 
mode DEFAULT group default qlen 1000
link/ether 32:95:e2:a2:8e:0e brd ff:ff:ff:ff:ff:ff
...

I only pasted the relevant interfaces (physical interface and the
corresponding bridge). There are two more bridges and tap interfaces but these
are only for the VMs.

> ip addr show

$ > ip a s
...
2: eth0:  mtu 1492 qdisc pfifo_fast master 
direct0 state UP group default qlen 1000
link/ether 54:04:a6:a0:77:de brd ff:ff:ff:ff:ff:ff
3: direct0:  mtu 1492 qdisc noqueue state UP 
group default qlen 1000
link/ether 32:95:e2:a2:8e:0e brd ff:ff:ff:ff:ff:ff
inet 176.9.70.119/27 brd 176.9.70.127 scope global direct0
   valid_lft forever preferred_lft forever
inet6 2a01:4f8:151:64::2/64 scope global
   valid_lft forever preferred_lft forever
inet6 fe80::3095:e2ff:fea2:8e0e/64 scope link
   valid_lft forever preferred_lft forever
...

> ip route show

$ > ip r s
default via 176.9.70.97 dev direct0 onlink 
176.9.70.96/27 dev direct0 proto kernel scope link src 176.9.70.119 
192.168.0.0/24 dev lsbg0 proto kernel scope link src 192.168.0.1 
192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1

> cat /proc/sys/net/ipv4/ip_forward

1
 
> would be a good start. Also, are you running a firewall of any
> kind on the server itself?

I have a bunch of handwritten iptables, ip6tables, and ebtables rules, but the
behavior is the same after I flush them and they look like this:

$ > sudo iptables -nL
Chain INPUT (policy ACCEPT)
target prot opt source   destination
LIBVIRT_INP  all  --  0.0.0.0/00.0.0.0/0

Chain FORWARD (policy ACCEPT)
target prot opt source   destination
LIBVIRT_FWX  all  --  0.0.0.0/00.0.0.0/0
LIBVIRT_FWI  all  --  0.0.0.0/00.0.0.0/0
LIBVIRT_FWO  all  --  0.0.0.0/00.0.0.0/0

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination
LIBVIRT_OUT  all  --  0.0.0.0/00.0.0.0/0

Chain LIBVIRT_FWI (1 references)
target prot opt source   destination
ACCEPT all  --  0.0.0.0/0192.168.122.0/24 ctstate 
RELATED,ESTABLISHED
REJECT all  --  0.0.0.0/00.0.0.0/0reject-with 
icmp-port-unreachable

Chain LIBVIRT_FWO (1 references)
target prot opt source   destination
ACCEPT all  --  192.168.122.0/24 0.0.0.0/0
REJECT all  --  0.0.0.0/00.0.0.0/0reject-with 
icmp-port-unreachable

Chain LIBVIRT_FWX (1 references)
target prot opt source   destination
ACCEPT all  --  0.0.0.0/00.0.0.0/0

Chain LIBVIRT_INP (1 references)
target prot opt source   destination
ACCEPT udp  --  0.0.0.0/00.0.0.0/0udp dpt:53
ACCEPT tcp  --  0.0.0.0/00.0.0.0/0tcp dpt:53
ACCEPT udp  --  0.0.0.0/00.0.0.0/0udp dpt:67
ACCEPT tcp  --  0.0.0.0/00.0.0.0/0tcp dpt:67

Chain LIBVIRT_OUT (1 references)
target prot opt source   destination
ACCEPT udp  --  0.0.0.0/00.0.0.0/0udp dpt:53
ACCEPT tcp  --  0.0.0.0/00.0.0.0/0tcp dpt:53
ACCEPT udp  --  0.0.0.0/00.0.0.0/0udp dpt:68
ACCEPT tcp  --  0.0.0.0/00.0.0.0/0tcp dpt:68

$ > sudo ip6tables -nL
Chain INPUT (policy ACCEPT)
target prot opt source   destination
LIBVIRT_INP  all  ::/0 ::/0

Chain FORWARD (policy ACCEPT)
target prot opt source   destination
LIBVIRT_FWX  all  ::/0 ::/0
LIBVIRT_FWI  all  ::/0 ::/0
LIBVIRT_FWO  all  ::/0 ::/0

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination
LIBVIRT_OUT  all  ::/0 ::/0

Chain LIBVIRT_FWI (1 references)
target prot opt source   destination

Chain LIBVIRT_FWO (1 references)
target prot opt source   destination

Chain LIBVIRT_FWX (1 references)
target prot opt source   destination

Chain LIBVIRT_INP (1 references)
target prot opt source   destination

Chain LIBVIRT_OUT (1 references)
target prot opt source   destination
$ > sudo ebtables -L
Bridge table: filter

Bridge chain: INPUT, entries: 0, policy: ACCEPT

Bridge chain: FORWARD, entries: 0, policy: ACCEPT

Bridge chain: OUTPUT, entries: 0, policy: ACCEPT


In the meantime I've also figured that I'm able to arping the gateway
successfully, but when I try to ping it via its 

Re: network problem (fwd)

2021-10-06 Thread Thomas Pircher

Brian wrote:

Just in passing: The line with netmask 255.255.255.0 can be deleted.
It is a deprecated option, as is broadcast. See #912220.


Crikey, it is indeed deprecated. Just removing the line will probably
not be a good idea. I guess it can be deleted only when the address line
contains the netmask in CIDR notation:

   address 192.168.1.10/24


Thomas



Re: network problem (fwd)

2021-10-06 Thread Brian
On Wed 06 Oct 2021 at 14:09:23 +0200, Pierre Frenkiel wrote:

[...]

> I have the following problem on my laptop.
> my /etc/network/interfaces file contains:
>auto enp0s1
>iface enp0s1  inet static
>address 192.168.1.10
>netmask 255.255.255.0
>gateway 192.168.1.1

Just in passing: The line with netmask 255.255.255.0 can be deleted.
It is a deprecated option, as is broadcast. See #912220.

-- 
Brian.



override.jessie.main.gz file removed from http://deb.debian.org/debian/indices/

2021-10-06 Thread Ibrahim Vanak
Hello,

override.jessie.main.gz file is not available on
http://deb.debian.org/debian/indices/ . Can anyone please let us know why
and how we can make it available again. Is there maintenance going on for
http://deb.debian.org ?

Thanks,
Ibrahim


Re: You have been removed from the list (repeatedly)

2021-10-06 Thread Dan Ritter
Reco wrote: 
>   Hi.
> 
> On Wed, Oct 06, 2021 at 11:43:02AM +, Andrew M.A. Cater wrote:
> > On Wed, Oct 06, 2021 at 07:39:26AM -0400, Greg Wooledge wrote:
> > > On Wed, Oct 06, 2021 at 08:27:36AM +0300, Reco wrote:
> > > > On Tue, Oct 05, 2021 at 04:40:41PM -0400, Greg Wooledge wrote:
> > > > > Is there anything I can do to stop it, other than simply
> > > > > re-subscribing every time I post?
> > > > 
> > > > It says there plain and clear:
> > > > 
> > > > > > When in doubt, ... or send mail to "postmaster".
> > > > 
> > > > Lists' postmasters were very helpful in pointing at errors in my setup
> > > > when I had the problems with the list in the past. Mail them, ask for
> > > > help.
> > > 
> > 
> > I just got bounced and have resubscribed :(
> 
> And the most interesting thing is that your domain does not have DMARC
> policy, but has SPF. Same as Greg.
> 
> We just need someone else to finish establishing the pattern here.

Sorry, I have SPF but not DMARC and am not seeing any of these
bounce issues.

-dsr-



Re: IPv4 networking problem after dist-upgrade

2021-10-06 Thread Dan Ritter
Oleg wrote: 
> I've updated my server to bullseye a couple of days ago and since then I'm
> unable to get IPv4 networking to work properly again. IPv6 still seems to work
> like charm. I can also connect to the hosted VMs (KVM via libvirt) on the
> server over IPv4 without problems. However, when I try to address the server
> directly, all packets seem to be dropped on the outgoing interface. If, for
> instance, I ping the server, I can see the ICMPv4 echo requests _and_ replies
> in tcpdump, but the pinging peer won't never receive the replies. If I check
> the ARP tables I can find the gateway's MAC address tagged as DELAY. 
> 
> The general setup has worked before the dist-upgrade for years and I'm a bit
> clueless what might has been broken during the update.

Can you tell us about networking on the host, please?

ip link show

ip addr show

ip route show

cat /proc/sys/net/ipv4/ip_forward

would be a good start. Also, are you running a firewall of any
kind on the server itself?

-dsr-



Re: You have been removed from the list (repeatedly)

2021-10-06 Thread Greg Wooledge
On Wed, Oct 06, 2021 at 09:09:11PM +0800, Bret Busby wrote:
> I believe that the solution is simple, and, what the list administrator(s)
> of the Debian User list will not do; simply disallow messages posted to the
> list, from non-subscribers.
> 
> It is simple, will minimise spurious removals from the list, and, minimise
> spamming of the list.

Well, you already know that this won't happen.  They don't want to close
the list in that way.

That said, this would *not* stop the problem that I'm having right now.
The "forged bounce messages" (for lack of a better term) are coming
from someone who *is* subscribed.  They've set up some sort of auto-responder
which is generating one of these messages every time they receive a
message from the list.  Because they're still subscribed.



Re: You have been removed from the list (repeatedly)

2021-10-06 Thread Bret Busby

On 6/10/21 7:43 pm, Andrew M.A. Cater wrote:

On Wed, Oct 06, 2021 at 07:39:26AM -0400, Greg Wooledge wrote:

On Wed, Oct 06, 2021 at 08:27:36AM +0300, Reco wrote:

On Tue, Oct 05, 2021 at 04:40:41PM -0400, Greg Wooledge wrote:

Is there anything I can do to stop it, other than simply
re-subscribing every time I post?


It says there plain and clear:


When in doubt, ... or send mail to "postmaster".


Lists' postmasters were very helpful in pointing at errors in my setup
when I had the problems with the list in the past. Mail them, ask for
help.




I just got bounced and have resubscribed :(

I sent a quick email to listmas...@lists.debian.org to let them know what's
happening.

I'm guessing this user / users can be added to a deny list / deny block -
I thought OVH was already deny-listed a while back.

All best,

Andy C.



That paragraph is telling me to talk to "postmas...@wooledge.org" which
is, unfortunately, me.


The most probable cause of your troubles - you do not have DMARC policy
published, which means the whole Internet could send bounces to the list
on your behalf. SPF policy that you have published is not enough.


Another thing I have to learn?!  Crap.  Well, maybe some day I'll find
the time and energy to think about it.

I still don't understand how a bounce message that was received by
the Debian mail server ("Delivered-To: lists-debian-u...@bendel.debian.org")
with a "From postmas...@vps268904.ovh.net" on top of it can cause *me*
to become unsubscribed.  The only place my email address is mentioned
is at the top of the body.

Is a message sent from Alice to lists-debian-u...@bendel.debian.org with
Bob's address at the top of the body considered a "bounce from Bob"?
That sounds like a huge bug in bendel.debian.org to me.

Either that, or they're not showing me enough context to understand how
this particular message from ovh.net got *me* in trouble.

I guess the only thing I can do *right now* is hope that whoever this
ovh user is, they'll fix their setup and/or *actually* unsubscribe
instead of just thinking they have unsubbed.





I believe that the solution is simple, and, what the list 
administrator(s) of the Debian User list will not do; simply disallow 
messages posted to the list, from non-subscribers.


It is simple, will minimise spurious removals from the list, and, 
minimise spamming of the list.


--
Bret Busby
Armadale
West Australia
(UTC+0800)
..



OT - LibreOffice Calc - Enlaces locales en fórmulas

2021-10-06 Thread Debian

Buen día.

Esto no es Debian puro, pero ya no sé dónde fijarme.
He revisado toda la documentación y buscado en la web tanto en español, 
inglés, francés e italiano; al parecer no soy el único con la misma 
necesidad, pero no encuentro solución.


Trabajando en LibreOffice Calc, al confeccionar una fórmula que hace 
referencia a otra celda de otro libro (archivo) que está grabado en el 
mismo directorio, la fórmula se carga de la siguiente manera:


='file:///home/javier/TMP/Archivo_externo_1.ods'#$'Tabla-A'.D10

Está claro que según configuración de "Herramientas - Opciones - 
Cargar/guardar- General - Guardar URL relativos al sistema de archivos", 
el cual está seleccionado, no importa que lleve todos los archivos a 
otra carpeta y/o equipo, si están todos, funciona el enlace; ese no es 
el problema.


He leído por ahí que internamente Calc, estando seleccionada esa opción, 
guarda todo en forma "relativa"; por eso no hay problemas al transportarlo.


Mi tema es más mundano: NO QUIERO VER TODO EL "PATH" AL ARCHIVO.
Trabajo con fórmulas largas y complejas, y ver el camino de accesos 
completo, hace que cometa errores.


Me explico mejor:

Una fórmula complicada es

=SUMAR.SI.CONJUNTO('file:///home/javier/TMP/Archivo_externo_1.ods'#$'Tabla-A'.E$1:E$1048576;'file:///home/javier/TMP/Archivo_externo_1.ods'#$'Tabla-A'.A$1:A$1048576;$A17;'file:///home/javier/TMP/Archivo_externo_1.ods'#$'Tabla-A'.B$1:B$1048576;$B17;'file:///home/javier/TMP/Archivo_externo_1.ods'#$'Tabla-A'.C$1:C$1048576;$C17)

la cual sería más simple, y fácil de entender para un ser humano, si 
fuese algo como


=SUMAR.SI.CONJUNTO('Archivo_externo_1.ods'#$'Tabla-A'.E$1:E$1048576;'Archivo_externo_1.ods'#$'Tabla-A'.A$1:A$1048576;$A17;'Archivo_externo_1.ods'#$'Tabla-A'.B$1:B$1048576;$B17;'Archivo_externo_1.ods'#$'Tabla-A'.C$1:C$1048576;$C17)

Por lo que he leído, esto no sería posible para ser visualizado. ¿es así?

Por otra parte, ¿hay alguna forma que generar un "alias" de vínculo para 
simplificar las fórmulas? Y que quede algo como


=SUMAR.SI.CONJUNTO('AliasODS'#$'Tabla-A'.E$1:E$1048576;'AliasODS'#$'Tabla-A'.A$1:A$1048576;$A17;'AliasODS'#$'Tabla-A'.B$1:B$1048576;$B17;'AliasODS'#$'Tabla-A'.C$1:C$1048576;$C17)

De esto último, no he encontrado NADA.

Muchas gracias.



Re: Viber won't run

2021-10-06 Thread Andrew M.A. Cater
On Wed, Oct 06, 2021 at 06:44:37PM +0800, kaye n wrote:
> Hello Friends!
> 
> My desktop computer runs Debian GNU/Linux 10 (buster)
> 
> https://www.viber.com/en/download/
> 
> If I try to run viber, I am immediately shown a popup window saying,
> 
> No connection
> An internet connection is required to activate youViber account. Check your
> connection and try again.
> 
> There is a Try Again button, but it isn't helping.
> 
> This happens even if internet connection is ok.
> 
> Thank you.

I'd suggest you chat to them. It's possible that you might need to activate
it via phone or some such.

Sadly, it's outside the scope of this list to help you with this commercial
third party app, I think.

All the very best, as ever,

Andy C.



Re: Lecteur tags RFID norme ISO15693

2021-10-06 Thread BERTRAND Joël
Pierre ESTREM a écrit :
> Bonjour,

Bonjour,

> J'ai trouvé un lecteur compatible ISO14443 et ISO15693 compatible Linux :
> HID OMNIKEY 5022
> 
> Le support
> https://www.hidglobal.fr/drivers/14989
> 
> Pas bien cher sur Amazon je serais prêt à tester.
> 
> Votre avis ?

Honnêtement ? Je ne connais pas ce lecteur, mais je n'utiliserais
jamais un tel lecteur en production. Une bonne puce RFID capable de
faire les principaux protocoles coûte 15€ l'unité par 5000. Avec ce
qu'il faut mettre autour pour que ça fonctionne, le PCB et le boîtier,
ça ne fait pas beaucoup de marge à ce prix-là. Il existe des puces moins
chère, mais aux performances en regard du prix. C'est ce qui explique la
différence entre le lecteur à 30 € et celui à 500 €. Il y a aussi des
configurations fines des différentes puces qui ne sont généralement pas
accessibles sur ces pilotes, des histoires de puissances... Bref, il y a
une vraie différence entre un lecteur premier prix et un autre.

De toute façon, vu qu'il y a un driver qui est une bibliothèque
partagée sans les sources, je ne vais pas plus loin. Le soft qui devrait
être fait au niveau de la puce est peut-être fait par l'OS hôte, ce qui
permet de franches tranches de rigolades sur un OS qui n'est pas temps
réel. Si encore le port USB était utilisé en émulation de tty, pourquoi
pas, mais là, on n'en sait rien (si le lecteur ne contient qu'une puce
RFID sans autre chose, on a des interruptions qui transitent sur le bus
USB qui ne peut fonctionner qu'en... polling !). La difficulté du
traitement RFID, c'est le respect des timings (en lecture, mais surtout
en écriture). Et même avec un MCU qui ne traite que cela en temps réel,
on peut avoir de sales surprises avec certains badges.

Qu'est-ce que vous voulez réellement faire ? Quel volume ? Quel coût ?
Quelle fiabilité ? Si vous avez un petit volume, ça vaut franchement la
peine de vous pencher sur un lecteur correct ou faire fabriquer
l'électronique. Si c'est uniquement pour vous, vous pouvez jouer avec ce
que vous avez trouvé.

Bien cordialement,

JKB



IPv4 networking problem after dist-upgrade

2021-10-06 Thread Oleg
Hi there,

I've updated my server to bullseye a couple of days ago and since then I'm
unable to get IPv4 networking to work properly again. IPv6 still seems to work
like charm. I can also connect to the hosted VMs (KVM via libvirt) on the
server over IPv4 without problems. However, when I try to address the server
directly, all packets seem to be dropped on the outgoing interface. If, for
instance, I ping the server, I can see the ICMPv4 echo requests _and_ replies
in tcpdump, but the pinging peer won't never receive the replies. If I check
the ARP tables I can find the gateway's MAC address tagged as DELAY. 

The general setup has worked before the dist-upgrade for years and I'm a bit
clueless what might has been broken during the update.

Cheers
Oleg



Re: Executar um programa no modo gráfico no momento da inicialização do Debian

2021-10-06 Thread Artur Bernardo Mallmann
Pensei que estivesse falando do meu comentário, na verdade
~/.local/share/applications/ para atalhos é correto caso a aplicação não
seja instalado no diretório raiz mas apenas para um usuário e
/.config/autostart para auto iniciação de aplicações gráficas. Estes
diretórios são análogos ao /usr/share/applications e /etc/xdg/autostart.

Em qua., 6 de out. de 2021 às 09:07, Artur Bernardo Mallmann <
arturbmallm...@gmail.com> escreveu:

> Tens razão junior, me confundi na hora de digitar, .local é incorreto,
> conforme a especificação XDG o diretório padrão correto é
> ${HOME}/.config/autostart
>
> Em qua., 6 de out. de 2021 às 08:55, Linux - Junior Polegato <
> li...@juniorpolegato.com.br> escreveu:
>
>> Lembrando que nesse caso, o .desktop tem que estar no
>> /usr/share/applications/ e não no ".local" de um usuário em específico.
>> Agora não sei dizer se é válido colocar em /usr/local/share/applications/
>> para indicar que é um arquivo "local", que é de fora do sistema padrão,
>> faça um teste.
>> []'s, Junior
>>
>> Em 06/10/2021 04:41, Artur Bernardo Mallmann escreveu:
>>
>> Só para complementar, se o amigo Amarildo quiser automatizar a
>> autoinicialização em qualquer interface gráfica é só pôr os arquivos
>> .desktop do programa dele dentro do diretório /etc/xdg/autostart/ pra ter
>> globalmente para todos os usuários, ou na pasta ${HOME}/.config/autostart
>> somente para um usuário.
>> Att. Artur
>>
>> Em qua., 6 de out. de 2021 às 04:40, Artur Bernardo Mallmann <
>> arturbmallm...@gmail.com> escreveu:
>>
>>> Só para complementar, se o amigo Amarildo quiser automatizar a
>>> autoinicialização em qualquer interface gráfica é só pôr os arquivos
>>> .desktop do programa dele dentro do diretório /etc/xdg/autostart/ pra ter
>>> globalmente para todos os usuários, ou na pasta ${HOME}/.config/autostart
>>> somente para um usuário.
>>> Att. Artur
>>>
>>> Em ter., 5 de out. de 2021 às 17:03, Daniel Venturini <
>>> danielventurini...@gmail.com> escreveu:
>>>
 Boa, Junior. Acredito que criar um .desktop seja a melhor opção.
 Porém, eu salvaria o arquivo .desktop na pasta
 */home//.local/share/applications/*
 (~/.local/share/applications/).
 Os ícones criados pelo sistema eu deixo na pasta
 */usr/share/applications/* (pasta que você citou), mas os que eu mesmo
 crio, eu gosto de salvar na pasta que eu citei acima.

 Abraços.

 Em ter., 5 de out. de 2021 às 09:13, Linux - Junior Polegato <
 li...@juniorpolegato.com.br> escreveu:

> Olá!
>
> Falando do Gnome, o ideal seria criar um
> "«programa_do_século».desktop", então jogar esse arquivo dentro de
> "/usr/share/applications/". A dica seria copiar um que já tem lá, por
> exemplo "/usr/share/applications/org.gnome.Terminal.desktop", e ir
> alterando para seu programa, que geralmente deverá estar em "/usr/bin/",
> escolher um ícone, nome, traduções, enfim, o que achar relevante.
>
> Então, ao reiniciar o Gnome, o seu programa vai aparecer nos
> menus, nas buscas por aplicativo, é possível colocar em favoritos, e 
> também
> na inicialização após o login em "Aplicativos -> Ferramentas do sistema ->
> Ajustes", ou simplesmente procurando o aplicativo "Ajustes". Dentro desse
> aplicativo, ir na aba "Aplicativos de inicialização", então clicar no "+" 
> e
> localizar seu aplicativo, que agora tem ícone e nome. Só reiniciar e o 
> verá
> abrindo magicamente.
>
> --
>
> []'s
>
> Junior Polegato
>
>
>
> Em 04/10/2021 13:43, Amarildo Machoski escreveu:
>
> Boa tarde,
>
> Primeiramente gostaria de agradecer em participar, espero também
> porder colaborar.
>
> Como é a primeira vez que estou mandando uma dúvida não sei se estou
> fazendo de modo correto enviando este e-mail.
>
> Estou voltando a utuilizar o Linux e escolhi o Debian para utilizar
> aqui na empresa. Tenho algum conhecimento com Linux mas de muito tempo
> atrás.
>
> 1) Instalaei a versão 11 em um PC e rodo somente Linux neste PC
>
> 2) Sou programador pascal, desenvolvi um programa e gostaria que ao
> startar o Debian , este programa desenvolvido por mim abrisse em seguida 
> na
> tela.
>
> Encontrei alguma coisa na internet falando sobre
>
> "Sessão de inicialização" . Porém não consegui chegar nessa tal de
> sessão..  se este for o caminho eu precisaria de um passo a passo.
>
> Até porque simplismente instalei o Debian, mas não sei se para ter
> essa sessão disponível ficou faltando instalar algo.
>
> Peço desculpas se não consegui transmitir minha dúvida de modo claro.
>
> Se alguém puder me auxiliar, ficarei muito grato.
>
>
>>


Re: Executar um programa no modo gráfico no momento da inicialização do Debian

2021-10-06 Thread Artur Bernardo Mallmann
Tens razão junior, me confundi na hora de digitar, .local é incorreto,
conforme a especificação XDG o diretório padrão correto é
${HOME}/.config/autostart

Em qua., 6 de out. de 2021 às 08:55, Linux - Junior Polegato <
li...@juniorpolegato.com.br> escreveu:

> Lembrando que nesse caso, o .desktop tem que estar no
> /usr/share/applications/ e não no ".local" de um usuário em específico.
> Agora não sei dizer se é válido colocar em /usr/local/share/applications/
> para indicar que é um arquivo "local", que é de fora do sistema padrão,
> faça um teste.
> []'s, Junior
>
> Em 06/10/2021 04:41, Artur Bernardo Mallmann escreveu:
>
> Só para complementar, se o amigo Amarildo quiser automatizar a
> autoinicialização em qualquer interface gráfica é só pôr os arquivos
> .desktop do programa dele dentro do diretório /etc/xdg/autostart/ pra ter
> globalmente para todos os usuários, ou na pasta ${HOME}/.config/autostart
> somente para um usuário.
> Att. Artur
>
> Em qua., 6 de out. de 2021 às 04:40, Artur Bernardo Mallmann <
> arturbmallm...@gmail.com> escreveu:
>
>> Só para complementar, se o amigo Amarildo quiser automatizar a
>> autoinicialização em qualquer interface gráfica é só pôr os arquivos
>> .desktop do programa dele dentro do diretório /etc/xdg/autostart/ pra ter
>> globalmente para todos os usuários, ou na pasta ${HOME}/.config/autostart
>> somente para um usuário.
>> Att. Artur
>>
>> Em ter., 5 de out. de 2021 às 17:03, Daniel Venturini <
>> danielventurini...@gmail.com> escreveu:
>>
>>> Boa, Junior. Acredito que criar um .desktop seja a melhor opção.
>>> Porém, eu salvaria o arquivo .desktop na pasta
>>> */home//.local/share/applications/*
>>> (~/.local/share/applications/).
>>> Os ícones criados pelo sistema eu deixo na pasta
>>> */usr/share/applications/* (pasta que você citou), mas os que eu mesmo
>>> crio, eu gosto de salvar na pasta que eu citei acima.
>>>
>>> Abraços.
>>>
>>> Em ter., 5 de out. de 2021 às 09:13, Linux - Junior Polegato <
>>> li...@juniorpolegato.com.br> escreveu:
>>>
 Olá!

 Falando do Gnome, o ideal seria criar um
 "«programa_do_século».desktop", então jogar esse arquivo dentro de
 "/usr/share/applications/". A dica seria copiar um que já tem lá, por
 exemplo "/usr/share/applications/org.gnome.Terminal.desktop", e ir
 alterando para seu programa, que geralmente deverá estar em "/usr/bin/",
 escolher um ícone, nome, traduções, enfim, o que achar relevante.

 Então, ao reiniciar o Gnome, o seu programa vai aparecer nos
 menus, nas buscas por aplicativo, é possível colocar em favoritos, e também
 na inicialização após o login em "Aplicativos -> Ferramentas do sistema ->
 Ajustes", ou simplesmente procurando o aplicativo "Ajustes". Dentro desse
 aplicativo, ir na aba "Aplicativos de inicialização", então clicar no "+" e
 localizar seu aplicativo, que agora tem ícone e nome. Só reiniciar e o verá
 abrindo magicamente.

 --

 []'s

 Junior Polegato



 Em 04/10/2021 13:43, Amarildo Machoski escreveu:

 Boa tarde,

 Primeiramente gostaria de agradecer em participar, espero também porder
 colaborar.

 Como é a primeira vez que estou mandando uma dúvida não sei se estou
 fazendo de modo correto enviando este e-mail.

 Estou voltando a utuilizar o Linux e escolhi o Debian para utilizar
 aqui na empresa. Tenho algum conhecimento com Linux mas de muito tempo
 atrás.

 1) Instalaei a versão 11 em um PC e rodo somente Linux neste PC

 2) Sou programador pascal, desenvolvi um programa e gostaria que ao
 startar o Debian , este programa desenvolvido por mim abrisse em seguida na
 tela.

 Encontrei alguma coisa na internet falando sobre

 "Sessão de inicialização" . Porém não consegui chegar nessa tal de
 sessão..  se este for o caminho eu precisaria de um passo a passo.

 Até porque simplismente instalei o Debian, mas não sei se para ter essa
 sessão disponível ficou faltando instalar algo.

 Peço desculpas se não consegui transmitir minha dúvida de modo claro.

 Se alguém puder me auxiliar, ficarei muito grato.


>


Re: network problem (fwd)

2021-10-06 Thread Greg Wooledge
On Wed, Oct 06, 2021 at 02:09:23PM +0200, Pierre Frenkiel wrote:
> please note that the main problem is
>   "why the /etc/network/interfaces" is not used?"

Please show us the information you've been asked to show, by multiple
people:

ip addr
ip route



network problem (fwd)

2021-10-06 Thread Pierre Frenkiel

please note that the main problem is
  "why the /etc/network/interfaces" is not used?"

best regards,
--
Pierre Frenkiel--- Begin Message ---


hi,
I have the following problem on my laptop.
my /etc/network/interfaces file contains:
   auto enp0s1
   iface enp0s1  inet static
   address 192.168.1.10
   netmask 255.255.255.0
   gateway 192.168.1.1

   but after boot, ifconfig gives

   address 192.168.0.163
   netmask 255.255.255.0
   gateway 192.168.1.1

   Then, networking works i.e. I can reach Internet, but of course
   not my desktop and other devices 192.168.1.xx

   I looked on the entire disk to find where this address 192.168.0.163
   is hidden, but I was unable to find it !

   rather strange, isn't it?

best regards,
--
Pierre Frenkiel
--- End Message ---


Re: GNOME - Ajustes gráficos

2021-10-06 Thread Linux - Junior Polegato

Olá!

        Você encontra ajuste de fonte/dpi(fator) em "Ajustes" no Gnome, 
pacote gnome-tweaks. Quanto à janela do VPN não caber, tem que ajustar a 
resolução, pois nessa opção nos ajustes vai ajustar apenas tamanho de 
renderização da fonte. Pode usar [Alt]+[F7]+[mover mouse] para mover a 
janela caso não tenha resolução suficiente.


--

[]'s

Junior Polegato



Em 06/10/2021 06:31, Leandro Silva escreveu:

Saudações à comunidade!
Recentemente, voltei a utilizar o Debian para trabalhar, no entanto 
tenho estranhado a falta de um gerenciador para refinar/melhora a 
visualização do X, como por exemplo o DPI, fonte…. Etc…

Encontrei apenas a resolução.
Antes de sair instalando o q falam na internet, gostaria de saber se o 
gnome do debian 11 vem cru quanto a esses ajustes finos ou se estou 
pisando em ovos e qual é o melhor caminho.
Estou utilizando em um notebook Dell inspirion, normalmente ligado em 
um segundo monitor.
Outro dia precisei mexer sem o monitor e para a minha supresa não 
conseguia ver toda a janela do gerenciador da VPN.

Desde já agradeço qq ajuda!
Sorte !
[]’s




Re: You have been removed from the list (repeatedly)

2021-10-06 Thread Reco
Hi.

On Wed, Oct 06, 2021 at 11:43:02AM +, Andrew M.A. Cater wrote:
> On Wed, Oct 06, 2021 at 07:39:26AM -0400, Greg Wooledge wrote:
> > On Wed, Oct 06, 2021 at 08:27:36AM +0300, Reco wrote:
> > > On Tue, Oct 05, 2021 at 04:40:41PM -0400, Greg Wooledge wrote:
> > > > Is there anything I can do to stop it, other than simply
> > > > re-subscribing every time I post?
> > > 
> > > It says there plain and clear:
> > > 
> > > > > When in doubt, ... or send mail to "postmaster".
> > > 
> > > Lists' postmasters were very helpful in pointing at errors in my setup
> > > when I had the problems with the list in the past. Mail them, ask for
> > > help.
> > 
> 
> I just got bounced and have resubscribed :(

And the most interesting thing is that your domain does not have DMARC
policy, but has SPF. Same as Greg.

We just need someone else to finish establishing the pattern here.

Reco



Re: You have been removed from the list (repeatedly)

2021-10-06 Thread Reco
On Wed, Oct 06, 2021 at 07:39:26AM -0400, Greg Wooledge wrote:
> On Wed, Oct 06, 2021 at 08:27:36AM +0300, Reco wrote:
> > On Tue, Oct 05, 2021 at 04:40:41PM -0400, Greg Wooledge wrote:
> > > Is there anything I can do to stop it, other than simply
> > > re-subscribing every time I post?
> > 
> > It says there plain and clear:
> > 
> > > > When in doubt, ... or send mail to "postmaster".
> > 
> > Lists' postmasters were very helpful in pointing at errors in my setup
> > when I had the problems with the list in the past. Mail them, ask for
> > help.
> 
> That paragraph is telling me to talk to "postmas...@wooledge.org" which
> is, unfortunately, me.

There's no harm in asking for help from lists' postmaster, given a
circumstances like this.
I'm sure you're familiar with [1].


> > The most probable cause of your troubles - you do not have DMARC policy
> > published, which means the whole Internet could send bounces to the list
> > on your behalf. SPF policy that you have published is not enough.
> 
> Another thing I have to learn?!  Crap.  Well, maybe some day I'll find
> the time and energy to think about it.

Some consider SMTP an old protocol, but it's a moving target actually.
Even a perfect setup can get outdated with time.
And, DMARC is a simple TXT DNS record, unless you want to implement
a proper checking of receiving mails.


> I still don't understand how a bounce message that was received by
> the Debian mail server ("Delivered-To: lists-debian-u...@bendel.debian.org")
> with a "From postmas...@vps268904.ovh.net" on top of it can cause *me*
> to become unsubscribed.  The only place my email address is mentioned
> is at the top of the body.

It's my understanding that this particular bounce did not get you
unsubscribed. It's a consequence.
There was another, earlier bounce that did, which is a reason.
I may be wrong here, of course. I haven't seen the logs of your qmail,
for starters.


> Is a message sent from Alice to lists-debian-u...@bendel.debian.org with
> Bob's address at the top of the body considered a "bounce from Bob"?
> That sounds like a huge bug in bendel.debian.org to me.

It may seem that way, but it's not. Your e-mail address is a part of the
e-mail body, and does not included in e-mail headers. And headers are
pretty clear on who's the sender is.


> Either that, or they're not showing me enough context to understand how
> this particular message from ovh.net got *me* in trouble.

IMO you're looking at the wrong e-mail.


> I guess the only thing I can do *right now* is hope that whoever this
> ovh user is, they'll fix their setup and/or *actually* unsubscribe
> instead of just thinking they have unsubbed.

Of course they won't. Why should they bother with fixing anything if it
does not break anything *for them*?
Receiving a "friendly" advice (in other words - be a good netizen or
take your spam machine elsewhere) from their hosting provider can do the
trick. And sending an abuse e-mail is the actual action you *can* do
right now.

Reco

[1] https://www.debian.org/MailingLists/



Re: Authentication in CUPS (IPP) and sane (eSCL)?

2021-10-06 Thread Brian
On Tue 05 Oct 2021 at 13:43:07 -0600, Charles Curley wrote:

> On Tue, 5 Oct 2021 20:01:16 +0100
> Brian  wrote:
> 
> > The emphasis is on mobile devices. I wonder why they are singled out?
> > Interesting.
> > 
> > I would set a Username and Password and see how you go on printing and
> > scanning using CUPS and SANE and your iPhone.
> 
> Good idea. The app on the iPhone reports that eSCL is not supported.
> Well, that was good for a laugh for the day. (At least I know that it
> appears to work on the printer.)

Even if CUPS could handle sending Username/Password (and I doubt it
can), the facilty is aimed a mobile devices.

BTW: why use HPLIP? This is an Everywhere printer and supported by
the printing system on buster and bullseye.

-- 
Brian.



Re: Executar um programa no modo gráfico no momento da inicialização do Debian

2021-10-06 Thread Linux - Junior Polegato
Lembrando que nesse caso, o .desktop tem que estar no 
/usr/share/applications/ e não no ".local" de um usuário em específico. 
Agora não sei dizer se é válido colocar em 
/usr/local/share/applications/ para indicar que é um arquivo "local", 
que é de fora do sistema padrão, faça um teste.

[]'s, Junior

Em 06/10/2021 04:41, Artur Bernardo Mallmann escreveu:
Só para complementar, se o amigo Amarildo quiser automatizar a 
autoinicialização em qualquer interface gráfica é só pôr os arquivos 
.desktop do programa dele dentro do diretório /etc/xdg/autostart/ pra 
ter globalmente para todos os usuários, ou na pasta 
${HOME}/.config/autostart somente para um usuário.

Att. Artur

Em qua., 6 de out. de 2021 às 04:40, Artur Bernardo Mallmann 
mailto:arturbmallm...@gmail.com>> escreveu:


Só para complementar, se o amigo Amarildo quiser automatizar a
autoinicialização em qualquer interface gráfica é só pôr os
arquivos .desktop do programa dele dentro do diretório
/etc/xdg/autostart/ pra ter globalmente para todos os usuários, ou
na pasta ${HOME}/.config/autostart somente para um usuário.
Att. Artur

Em ter., 5 de out. de 2021 às 17:03, Daniel Venturini
mailto:danielventurini...@gmail.com>> escreveu:

Boa, Junior. Acredito que criar um .desktop seja a melhor opção.
Porém, eu salvaria o arquivo .desktop na pasta
*/home//.local/share/applications/*
(~/.local/share/applications/).
Os ícones criados pelo sistema eu deixo na pasta
*/usr/share/applications/* (pasta que você citou), mas os que
eu mesmo crio, eu gosto de salvar na pasta que eu citei acima.

Abraços.

Em ter., 5 de out. de 2021 às 09:13, Linux - Junior Polegato
mailto:li...@juniorpolegato.com.br>> escreveu:

Olá!

        Falando do Gnome, o ideal seria criar um
"«programa_do_século».desktop", então jogar esse arquivo
dentro de "/usr/share/applications/". A dica seria copiar
um que já tem lá, por exemplo
"/usr/share/applications/org.gnome.Terminal.desktop", e ir
alterando para seu programa, que geralmente deverá estar
em "/usr/bin/", escolher um ícone, nome, traduções, enfim,
o que achar relevante.

        Então, ao reiniciar o Gnome, o seu programa vai
aparecer nos menus, nas buscas por aplicativo, é possível
colocar em favoritos, e também na inicialização após o
login em "Aplicativos -> Ferramentas do sistema ->
Ajustes", ou simplesmente procurando o aplicativo
"Ajustes". Dentro desse aplicativo, ir na aba "Aplicativos
de inicialização", então clicar no "+" e localizar seu
aplicativo, que agora tem ícone e nome. Só reiniciar e o
verá abrindo magicamente.

-- 


[]'s

Junior Polegato



Em 04/10/2021 13:43, Amarildo Machoski escreveu:


Boa tarde,

Primeiramente gostaria de agradecer em participar, espero
também porder colaborar.

Como é a primeira vez que estou mandando uma dúvida não
sei se estou fazendo de modo correto enviando este e-mail.

Estou voltando a utuilizar o Linux e escolhi o Debian
para utilizar aqui na empresa. Tenho algum conhecimento
com Linux mas de muito tempo atrás.

1) Instalaei a versão 11 em um PC e rodo somente Linux
neste PC

2) Sou programador pascal, desenvolvi um programa e
gostaria que ao startar o Debian , este programa
desenvolvido por mim abrisse em seguida na tela.

Encontrei alguma coisa na internet falando sobre

"Sessão de inicialização" . Porém não consegui chegar
nessa tal de sessão.. se este for o caminho eu precisaria
de um passo a passo.

Até porque simplismente instalei o Debian, mas não sei se
para ter essa sessão disponível ficou faltando instalar algo.

Peço desculpas se não consegui transmitir minha dúvida de
modo claro.

Se alguém puder me auxiliar, ficarei muito grato.





Re: You have been removed from the list (repeatedly)

2021-10-06 Thread Andrew M.A. Cater
On Wed, Oct 06, 2021 at 07:39:26AM -0400, Greg Wooledge wrote:
> On Wed, Oct 06, 2021 at 08:27:36AM +0300, Reco wrote:
> > On Tue, Oct 05, 2021 at 04:40:41PM -0400, Greg Wooledge wrote:
> > > Is there anything I can do to stop it, other than simply
> > > re-subscribing every time I post?
> > 
> > It says there plain and clear:
> > 
> > > > When in doubt, ... or send mail to "postmaster".
> > 
> > Lists' postmasters were very helpful in pointing at errors in my setup
> > when I had the problems with the list in the past. Mail them, ask for
> > help.
> 

I just got bounced and have resubscribed :(

I sent a quick email to listmas...@lists.debian.org to let them know what's
happening.

I'm guessing this user / users can be added to a deny list / deny block -
I thought OVH was already deny-listed a while back.

All best,

Andy C.


> That paragraph is telling me to talk to "postmas...@wooledge.org" which
> is, unfortunately, me.
> 
> > The most probable cause of your troubles - you do not have DMARC policy
> > published, which means the whole Internet could send bounces to the list
> > on your behalf. SPF policy that you have published is not enough.
> 
> Another thing I have to learn?!  Crap.  Well, maybe some day I'll find
> the time and energy to think about it.
> 
> I still don't understand how a bounce message that was received by
> the Debian mail server ("Delivered-To: lists-debian-u...@bendel.debian.org")
> with a "From postmas...@vps268904.ovh.net" on top of it can cause *me*
> to become unsubscribed.  The only place my email address is mentioned
> is at the top of the body.
> 
> Is a message sent from Alice to lists-debian-u...@bendel.debian.org with
> Bob's address at the top of the body considered a "bounce from Bob"?
> That sounds like a huge bug in bendel.debian.org to me.
> 
> Either that, or they're not showing me enough context to understand how
> this particular message from ovh.net got *me* in trouble.
> 
> I guess the only thing I can do *right now* is hope that whoever this
> ovh user is, they'll fix their setup and/or *actually* unsubscribe
> instead of just thinking they have unsubbed.
> 



Re: You have been removed from the list (repeatedly)

2021-10-06 Thread Greg Wooledge
On Wed, Oct 06, 2021 at 08:27:36AM +0300, Reco wrote:
> On Tue, Oct 05, 2021 at 04:40:41PM -0400, Greg Wooledge wrote:
> > Is there anything I can do to stop it, other than simply
> > re-subscribing every time I post?
> 
> It says there plain and clear:
> 
> > > When in doubt, ... or send mail to "postmaster".
> 
> Lists' postmasters were very helpful in pointing at errors in my setup
> when I had the problems with the list in the past. Mail them, ask for
> help.

That paragraph is telling me to talk to "postmas...@wooledge.org" which
is, unfortunately, me.

> The most probable cause of your troubles - you do not have DMARC policy
> published, which means the whole Internet could send bounces to the list
> on your behalf. SPF policy that you have published is not enough.

Another thing I have to learn?!  Crap.  Well, maybe some day I'll find
the time and energy to think about it.

I still don't understand how a bounce message that was received by
the Debian mail server ("Delivered-To: lists-debian-u...@bendel.debian.org")
with a "From postmas...@vps268904.ovh.net" on top of it can cause *me*
to become unsubscribed.  The only place my email address is mentioned
is at the top of the body.

Is a message sent from Alice to lists-debian-u...@bendel.debian.org with
Bob's address at the top of the body considered a "bounce from Bob"?
That sounds like a huge bug in bendel.debian.org to me.

Either that, or they're not showing me enough context to understand how
this particular message from ovh.net got *me* in trouble.

I guess the only thing I can do *right now* is hope that whoever this
ovh user is, they'll fix their setup and/or *actually* unsubscribe
instead of just thinking they have unsubbed.



Curso de HTML publicado, y una buena noticia

2021-10-06 Thread Galvatorix Torixgalva
Holas,

ya tengo publicado el curso de HTML, como podreis ver es de un nivel basico.

Como comente en su dia, he preferido publicar varios cursos de un nivel
basico para que la curva de aprendizaje sea mas suave. Una vez sentadas las
bases, ya veo mejor publicar un contenido mas avanzado.

Actualmente me estoy enfocando a temas de paginas web, de ahi el curso de
HTML. La buena noticia es que con el contenido de los cursos de nivel
basico que he publicado considero que ya se tiene suficiente base para
pasar a temas mas avanzados.

Voy a seguir publicando cursos de la misma manera: explicando las cosas una
a una, poniendo  ejemplos de todo, y explicando cada ejemplo.

El link al curso es este de abajo.

Un saludo


https://www.tutellus.com/tecnologia/desarrollo-web/aprende-html-nivel-basico-36367

-- 
Profesor de informática en Tutellus

Tutellus https://www.tutellus.com/perfil/230494/rafael-navarro


Re: why smart phone can't show song's Title and Artist?

2021-10-06 Thread Andrew M.A. Cater
On Wed, Oct 06, 2021 at 03:06:19AM -0400, lou wrote:
> i use stretch to create mp3 song, use gmp3info to add info on Title and
> Artist

It would be a good idea to update to a newer version of Debian if you can if
your computer is connected to the internet. Debian LTS support for Debian 8
will end on 2022-06-30 or approximately eight and a half months from now.

> 
> these info are in Chinese and i guess it use utf encoding
> 
> then i copy song to smart phone, but phone can't show song's Title and
> Artist
> 

I think this may already have been answered by one of the other replies.
Upgrade and use a later version of gmp3info.

With every good wish, as ever,

Andy Cater



Viber won't run

2021-10-06 Thread kaye n
Hello Friends!

My desktop computer runs Debian GNU/Linux 10 (buster)

https://www.viber.com/en/download/

If I try to run viber, I am immediately shown a popup window saying,

No connection
An internet connection is required to activate youViber account. Check your
connection and try again.

There is a Try Again button, but it isn't helping.

This happens even if internet connection is ok.

Thank you.


Re: iTunesSetup.exe in wine?

2021-10-06 Thread Floris Renaud

On Tuesday 05 October 2021 22:48:10 (+02:00), pe...@easthope.ca wrote:

> A bricked iPhone directs "connect to iTunes".
>
> Attempting to run iTunesSetup.exe on wine yields the following.
> Ideas?
>
> Thx, ... P.
>
> peter@joule:~$ wine iTunesSetup.exe
> 0104:fixme:file:NtLockFile I/O completion on lock not implemented yet
> 0104:fixme:ntdll:NtQuerySystemInformation info_class 
SYSTEM_PERFORMANCE_INFORMATION
> 0104:err:mscoree:LoadLibraryShim error reading registry key for 
installroot
> 0104:err:mscoree:LoadLibraryShim error reading registry key for 
installroot
> 0104:err:mscoree:LoadLibraryShim error reading registry key for 
installroot
> 0104:err:mscoree:LoadLibraryShim error reading registry key for 
installroot
> 0128:fixme:wbemprox:client_security_SetBlanket 62EA17A8, 0013B3A8, 10, 
0, (null), 3, 3, , 0x

> 0128:fixme:wbemprox:client_security_Release 62EA17A8
> 0128:fixme:ntdll:NtQuerySystemInformation info_class 
SYSTEM_PERFORMANCE_INFORMATION
> 0104:err:msi:ITERATE_Actions Execution halted, action 
L"LaunchConditions" returned 1603
> 0024:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFA, 
0031FEAC

> peter@joule:~$
>
>
The latest version of iTunes does not work well with Wine.
(Or with wine-staging or wine-ge-custom).

An older version of iTunes does seem to work.
https://bugs.winehq.org/show_bug.cgi?id=47165

Floris



Re: GNOME - Ajustes gráficos

2021-10-06 Thread Artur Bernardo Mallmann
Amigo, faz tempo que não uso gnome, mas quando eu utilizava sempre
instalava o pacote gnome-tweaks. Essa ferramenta já dá muito mais opções de
personalização do ambiente.
Abraço.

Em qua., 6 de out. de 2021 às 06:32, Leandro Silva <
leandrosilva.sa...@gmail.com> escreveu:

> Saudações à comunidade!
>
> Recentemente, voltei a utilizar o Debian para trabalhar, no entanto tenho
> estranhado a falta de um gerenciador para refinar/melhora a visualização do
> X, como por exemplo o DPI, fonte…. Etc…
>
> Encontrei apenas a resolução.
>
> Antes de sair instalando o q falam na internet, gostaria de saber se o
> gnome do debian 11 vem cru quanto a esses ajustes finos ou se estou pisando
> em ovos e qual é o melhor caminho.
>
> Estou utilizando em um notebook Dell inspirion, normalmente ligado em um
> segundo monitor.
>
> Outro dia precisei mexer sem o monitor e para a minha supresa não
> conseguia ver toda a janela do gerenciador da VPN.
>
> Desde já agradeço qq ajuda!
>
> Sorte !
> []’s
>
>
>


GNOME - Ajustes gráficos

2021-10-06 Thread Leandro Silva
Saudações à comunidade!

Recentemente, voltei a utilizar o Debian para trabalhar, no entanto tenho
estranhado a falta de um gerenciador para refinar/melhora a visualização do
X, como por exemplo o DPI, fonte…. Etc…

Encontrei apenas a resolução.

Antes de sair instalando o q falam na internet, gostaria de saber se o
gnome do debian 11 vem cru quanto a esses ajustes finos ou se estou pisando
em ovos e qual é o melhor caminho.

Estou utilizando em um notebook Dell inspirion, normalmente ligado em um
segundo monitor.

Outro dia precisei mexer sem o monitor e para a minha supresa não conseguia
ver toda a janela do gerenciador da VPN.

Desde já agradeço qq ajuda!

Sorte !
[]’s


Re: why smart phone can't show song's Title and Artist?

2021-10-06 Thread lou



On 10/6/21 4:26 AM, Stanislav Vlasov wrote:

Try exfalso as tags editor.



Thank Stanislav Vlasov!

i use exfalso and phone can show Artist and Title now.



Re: why smart phone can't show song's Title and Artist?

2021-10-06 Thread Stanislav Vlasov
2021-10-06 12:06 GMT+05:00, lou :
> i use stretch to create mp3 song, use gmp3info to add info on Title and
> Artist

As i can see at https://packages.debian.org/stretch/mp3info-gtk
mp3info create id3 v1 tags, but utf8 in tags appears in v2.4

> these info are in Chinese and i guess it use utf encoding
>
> then i copy song to smart phone, but phone can't show song's Title and
> Artist

Try exfalso as tags editor.

-- 
Stanislav



Re: Executar um programa no modo gráfico no momento da inicialização do Debian

2021-10-06 Thread Artur Bernardo Mallmann
Só para complementar, se o amigo Amarildo quiser automatizar a
autoinicialização em qualquer interface gráfica é só pôr os arquivos
.desktop do programa dele dentro do diretório /etc/xdg/autostart/ pra ter
globalmente para todos os usuários, ou na pasta ${HOME}/.config/autostart
somente para um usuário.
Att. Artur

Em qua., 6 de out. de 2021 às 04:40, Artur Bernardo Mallmann <
arturbmallm...@gmail.com> escreveu:

> Só para complementar, se o amigo Amarildo quiser automatizar a
> autoinicialização em qualquer interface gráfica é só pôr os arquivos
> .desktop do programa dele dentro do diretório /etc/xdg/autostart/ pra ter
> globalmente para todos os usuários, ou na pasta ${HOME}/.config/autostart
> somente para um usuário.
> Att. Artur
>
> Em ter., 5 de out. de 2021 às 17:03, Daniel Venturini <
> danielventurini...@gmail.com> escreveu:
>
>> Boa, Junior. Acredito que criar um .desktop seja a melhor opção.
>> Porém, eu salvaria o arquivo .desktop na pasta
>> */home//.local/share/applications/* (~/.local/share/applications/).
>> Os ícones criados pelo sistema eu deixo na pasta
>> */usr/share/applications/* (pasta que você citou), mas os que eu mesmo
>> crio, eu gosto de salvar na pasta que eu citei acima.
>>
>> Abraços.
>>
>> Em ter., 5 de out. de 2021 às 09:13, Linux - Junior Polegato <
>> li...@juniorpolegato.com.br> escreveu:
>>
>>> Olá!
>>>
>>> Falando do Gnome, o ideal seria criar um
>>> "«programa_do_século».desktop", então jogar esse arquivo dentro de
>>> "/usr/share/applications/". A dica seria copiar um que já tem lá, por
>>> exemplo "/usr/share/applications/org.gnome.Terminal.desktop", e ir
>>> alterando para seu programa, que geralmente deverá estar em "/usr/bin/",
>>> escolher um ícone, nome, traduções, enfim, o que achar relevante.
>>>
>>> Então, ao reiniciar o Gnome, o seu programa vai aparecer nos
>>> menus, nas buscas por aplicativo, é possível colocar em favoritos, e também
>>> na inicialização após o login em "Aplicativos -> Ferramentas do sistema ->
>>> Ajustes", ou simplesmente procurando o aplicativo "Ajustes". Dentro desse
>>> aplicativo, ir na aba "Aplicativos de inicialização", então clicar no "+" e
>>> localizar seu aplicativo, que agora tem ícone e nome. Só reiniciar e o verá
>>> abrindo magicamente.
>>>
>>> --
>>>
>>> []'s
>>>
>>> Junior Polegato
>>>
>>>
>>>
>>> Em 04/10/2021 13:43, Amarildo Machoski escreveu:
>>>
>>> Boa tarde,
>>>
>>> Primeiramente gostaria de agradecer em participar, espero também porder
>>> colaborar.
>>>
>>> Como é a primeira vez que estou mandando uma dúvida não sei se estou
>>> fazendo de modo correto enviando este e-mail.
>>>
>>> Estou voltando a utuilizar o Linux e escolhi o Debian para utilizar aqui
>>> na empresa. Tenho algum conhecimento com Linux mas de muito tempo atrás.
>>>
>>> 1) Instalaei a versão 11 em um PC e rodo somente Linux neste PC
>>>
>>> 2) Sou programador pascal, desenvolvi um programa e gostaria que ao
>>> startar o Debian , este programa desenvolvido por mim abrisse em seguida na
>>> tela.
>>>
>>> Encontrei alguma coisa na internet falando sobre
>>>
>>> "Sessão de inicialização" . Porém não consegui chegar nessa tal de
>>> sessão..  se este for o caminho eu precisaria de um passo a passo.
>>>
>>> Até porque simplismente instalei o Debian, mas não sei se para ter essa
>>> sessão disponível ficou faltando instalar algo.
>>>
>>> Peço desculpas se não consegui transmitir minha dúvida de modo claro.
>>>
>>> Se alguém puder me auxiliar, ficarei muito grato.
>>>
>>>
>>>
>>
>> --
>> Daniel Venturini
>>
>> DevOps | CyberSecurity enthusiastic | GNU/Linux
>> btw, I use Arch
>>
>


why smart phone can't show song's Title and Artist?

2021-10-06 Thread lou
i use stretch to create mp3 song, use gmp3info to add info on Title and 
Artist


these info are in Chinese and i guess it use utf encoding

then i copy song to smart phone, but phone can't show song's Title and 
Artist




Re: iTunesSetup.exe in wine?

2021-10-06 Thread Keith Bainbridge



On 6/10/21 07:48, pe...@easthope.ca wrote:

A bricked iPhone directs "connect to iTunes".

Attempting to run iTunesSetup.exe on wine yields the following.
Ideas?

Thx,   ... P.

peter@joule:~$ wine iTunesSetup.exe
0104:fixme:file:NtLockFile I/O completion on lock not implemented yet
0104:fixme:ntdll:NtQuerySystemInformation info_class 
SYSTEM_PERFORMANCE_INFORMATION
0104:err:mscoree:LoadLibraryShim error reading registry key for installroot
0104:err:mscoree:LoadLibraryShim error reading registry key for installroot
0104:err:mscoree:LoadLibraryShim error reading registry key for installroot
0104:err:mscoree:LoadLibraryShim error reading registry key for installroot
0128:fixme:wbemprox:client_security_SetBlanket 62EA17A8, 0013B3A8, 10, 0, 
(null), 3, 3, , 0x
0128:fixme:wbemprox:client_security_Release 62EA17A8
0128:fixme:ntdll:NtQuerySystemInformation info_class 
SYSTEM_PERFORMANCE_INFORMATION
0104:err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" 
returned 1603
0024:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFA, 0031FEAC
peter@joule:~$





Option one: play-on-linux

Option 2: CrossOver a commercial app, based on wine but with 
non-open-source and paid for content. Its main claim to fame was that it 
would run MSOffice better.   There is a trial period.



This link lists a few more options which I'd not heard of until I went 
looking for the name of Crossover:


https://alternativeto.net/software/wine/?platform=linux



--
All the best

Keith Bainbridge

keithrbaugro...@gmail.com