Re: Will te UUID or blkid of a device change?

2024-05-23 Thread David Wright
On Wed 22 May 2024 at 21:19:35 (+0200), Hans wrote:
> I am booting a lie system from USB-stick. In this live system I am creating 
> an 
> ISO-file, which I then want to dd onto another USB-stick.

Do you want to copy the ISO to a file, a partition, or
the whole device?

> As I am doing this with a script, I want to make sure, that the correct USB-
> stick is used. 
> 
> Thus I can do by using the UUID of the target stick like 

I don't know what you mean by the UUID of a USB stick. Could you
paste a command that you suppose prints it, and its output.

> dd if=/path/to/myfile.iso of=UUID="123456-abcd-"
> 
> This is working.

I've never seen a dd command line like that. Can you paste that
command, from the prompt before it to the one after it.

> Now my question:
> 
> Whenever I dd to the target stick, does the UUID change? I know, the UUID of 
> the partitions are changing, but what is with the device itself?

If you copy a filesystem to a partition, the partition's old
filesystem and its UUID will be destroyed, being replaced by the new
filesystem and its UUID. Note that the target partition's UUID
(PARTUUID) and LABEL (PARTLABEL) are not changed, because they are
properties of the partition as a container, not its contents.

If you copy to a device, the old partition structure, its PARTUUIDs,
filesystems, and filesystem UUIDs will all be destroyed, being
overwritten by whatever was copied.¹

> Or is there a better way? Maybe by using a label? I read also about blkid, 
> but 
> does this change, too when dd to the device?

To identify a device, you could naturally use its id. That is,
unless it's one of those very cheap ones where they all have the
same id: for example, ID_MODEL=UDisk ID_MODEL_ID=1234
ID_SERIAL=General_UDisk-0:0 . I have two like this, and obviously
the computer is unable to distinguish between them except by what
/I/ write onto them.

A device id command line could look something like:

  # dd of=/dev/disk/by-id/JetFlash_Transcend_4GB_JKNB2FYG-0:0  …  …

> At all, is my idea possible at all or are ALL UUIDs changing, whenever I do a 
> dd? If yes, then how can this be prohibited, if any.

In view of all the above, your question is vague and ambiguous.
When you "do a dd", what you are doing is copying. What gets changed
depends on what you copy and where to.

I don't know what you mean by prohibitions, beyond what normal unix
permissions allow and disallow.

¹ I'm ignoring any problems caused by old data remnants on the target device.

Cheers,
David.



Re: Comment éditer un fichier .dwg sous Debian ?

2024-05-23 Thread Bernard Schoenacker



- Mail original -
De: "Olivier" 
À: "ML Debian User French" 
Envoyé: Jeudi 23 Mai 2024 13:03:37
Objet: Comment éditer un fichier .dwg sous Debian ?

Bonjour,

Il m'arrive d'échanger des données avec des architectes ou bureaux
d'études qui publient des plans de bâtiment au format DWG d'AutoCAD.

J'ai besoin d'ajouter des symboles (représentant des points d'accès
WiFi) sur ces plans à partir de mon PC (j'en ai un sous Bullseye et un
autre sous Bookworm) ou alternativement à l'aide d'un outil en ligne.

Comment opérer ? Que conseillez-vous ?

Slts

Bonjour Olivier,

En premier j'emploie Librecad pour dessiner et pour l'export en DWG, il me
suffit d'employer un convertisseur qui est en paquet deb 

En premier, voici un début de piste :

https://github.com/LibreDWG/libredwg

la solution :

https://www.opendesign.com/guestfiles/oda_file_converter


le convertisseur qui sert de passerelle :

https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT6_lnxX64_8.3dll_25.4.deb

Merci et bon courage pour la suite

sincèrement

Bernard Schoenacker
Saverne
Alsace



Re: OpenSMTPD can't parse smarthost

2024-05-23 Thread tomas
On Thu, May 23, 2024 at 03:17:00PM -0400, Jeffrey Walton wrote:

[...]

> > If your LAN is isolated, you can basically do whatever you
> > want.
> 
> And then act surprised when networking breaks :)

You just have to understand what's going on, that's all
> 
> > And then there are "special" TLDs (.local, I'm looking at
> > you) where you'll get lots of fun effects should you decide
> > to use them (zeroconf, I'm looking at you :-)
> 
> I _think_ .local is reserved for mDNS. See
> .

It's a while ago -- I went through this in some $BIGCORP.
Windows ops insisted in having the internal top level as
.local (don't ask :-)

For me it was as easy as kicking out Avahi. For the Mac
users it was... interesting :-)

> It looks like .internal and possibly .private are coming soon. See
> 
> and .

Whatever. Your net, your rules. Just make sure the software
you use plays along (Avahi is fond of .local because of
mDNS, for example).

Cheers
-- 
tomás


signature.asc
Description: PGP signature


Re: OpenSMTPD can't parse smarthost

2024-05-23 Thread Jeffrey Walton
On Thu, May 23, 2024 at 2:54 PM  wrote:
>
> On Thu, May 23, 2024 at 01:50:21PM -0400, Jeffrey Walton wrote:
> > On Thu, May 23, 2024 at 12:08 PM Paul M Foster  
> > wrote:
> > >
> > > On Thu, May 23, 2024 at 12:54:31AM -0400, Jeffrey Walton wrote:
> > >[...]
> > > > Also, I think you should be using *.home.arpa, and not *.lan.
> > > > home.arpa is reserved for private use by ICANN and the IETF. I suspect
> > > > *.lan is not reserved for private use.
> > >
> > > On a LAN, you can use anything you like. I've used .mars.lan for decades
> > > with no difficulty.
> >
> > Citation, please.
>
> No need. It just works. Of course, if you have domain names
> in your LAN which also is "out there", you won't "see" both.

Perhaps that's why you _can't_ use anything you like; and that's why
you should use domains reserved for private use.

Related reading is Brand TLDs (a/k/a/ Vanity Domains) at
.

> If your LAN is isolated, you can basically do whatever you
> want.

And then act surprised when networking breaks :)

> And then there are "special" TLDs (.local, I'm looking at
> you) where you'll get lots of fun effects should you decide
> to use them (zeroconf, I'm looking at you :-)

I _think_ .local is reserved for mDNS. See
.

It looks like .internal and possibly .private are coming soon. See

and .

Jeff



Re: OpenSMTPD can't parse smarthost

2024-05-23 Thread tomas
On Thu, May 23, 2024 at 01:50:21PM -0400, Jeffrey Walton wrote:
> On Thu, May 23, 2024 at 12:08 PM Paul M Foster  
> wrote:
> >
> > On Thu, May 23, 2024 at 12:54:31AM -0400, Jeffrey Walton wrote:
> >[...]
> > > Also, I think you should be using *.home.arpa, and not *.lan.
> > > home.arpa is reserved for private use by ICANN and the IETF. I suspect
> > > *.lan is not reserved for private use.
> >
> > On a LAN, you can use anything you like. I've used .mars.lan for decades
> > with no difficulty.
> 
> Citation, please.

No need. It just works. Of course, if you have domain names
in your LAN which also is "out there", you won't "see" both.

If your LAN is isolated, you can basically do whatever you
want.

And then there are "special" TLDs (.local, I'm looking at
you) where you'll get lots of fun effects should you decide
to use them (zeroconf, I'm looking at you :-)

That's the why of the above recommendation.

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: OpenSMTPD can't parse smarthost

2024-05-23 Thread Paul M Foster
On Thu, May 23, 2024 at 01:50:21PM -0400, Jeffrey Walton wrote:

> On Thu, May 23, 2024 at 12:08 PM Paul M Foster  
> wrote:
> >
> > On Thu, May 23, 2024 at 12:54:31AM -0400, Jeffrey Walton wrote:
> >[...]
> > > Also, I think you should be using *.home.arpa, and not *.lan.
> > > home.arpa is reserved for private use by ICANN and the IETF. I suspect
> > > *.lan is not reserved for private use.
> >
> > On a LAN, you can use anything you like. I've used .mars.lan for decades
> > with no difficulty.
> 
> Citation, please.
> 

I have none. But contrary to whatever the Deities Of The Internet say, I've
been successfully using *.mars.lan for decades, and others before that,
like *.venus.lan. On a LAN where addresses are not interenet routable, you are, 
de
facto, able to use what you prefer. As long as your /etc/hosts file and
your router agree, there is no code in any application I'm aware of which
prohibits the practice.

If I ever set up a totally new LAN, I may go with *.home though. Or maybe
*.local, as I've heard Macs like that.

Paul

-- 
Paul M. Foster
Personal Blog: http://noferblatz.com
Company Site: http://quillandmouse.com
Software Projects: https://gitlab.com/paulmfoster



Re: OpenSMTPD can't parse smarthost

2024-05-23 Thread Jeffrey Walton
On Thu, May 23, 2024 at 12:08 PM Paul M Foster  wrote:
>
> On Thu, May 23, 2024 at 12:54:31AM -0400, Jeffrey Walton wrote:
>[...]
> > Also, I think you should be using *.home.arpa, and not *.lan.
> > home.arpa is reserved for private use by ICANN and the IETF. I suspect
> > *.lan is not reserved for private use.
>
> On a LAN, you can use anything you like. I've used .mars.lan for decades
> with no difficulty.

Citation, please.

Jeff



Re: okular lpr et cups-bsd

2024-05-23 Thread Th.A.C

Merci beaucoup pour toutes ces infos, je vais regarder ca. :-)



Le 23/05/2024 à 06:54, Jean-Claude Marquès a écrit :

Bonjour

J'ai la même version sur un vieux portable :
$ cat /etc/debian_version
10.13
avec xfce comme environnement graphique

La commande :

apt-cache depends okular|grep Dépend|wc

donne le nombre de dépendances strictes de okular, qui est 47, mais j'ai 
peut-être des versions i386 dans le lot, je n'ai pas vérifié.


Cups-bsd est simplement recommandé, donc pas obligatoirement installé (à 
régler dans synaptic je pense) qui vient avec ses dépendances s'il n'est 
pas installé.
texlive-binaries est aussi simplement suggéré, et si texlive n'est pas 
installé, lui aussi dépend de 49 autres paquets.

etc
etc
Donc une centaine de paquets, ce n'est pas étonnant.

De plus :
Le paquet lpr sera enlevé, mais un fichier lpr (dans /usr/bin/ il me 
semble) sera installé en remplacement (voir 
https://packages.debian.org/search?searchon=contents=lpr=exactfilename=bookworm=amd64) si la commande lpr est utilisée sur le système (il ne peut y avoir qu'un démon d'impression sur un système (cups ou lpd) comme il ne peut y avoir qu'un démon de courrier électronique (exim4 ou postfix ou sendmail) etc etc.


Donc on peut très bien installer okular, à condition d'avoir l'espace 
disque nécessaire.


Personnellement, j'utilise okular depuis des années, sous xfce (le 
meilleur logiciel est celui qu'on connaît bien)


Bonne installation

JCM

Le 22/05/2024 à 23:30, Th.A.C a écrit :

Bonjour,

sur une debian 10 sous xfce, je voudrais installer okular pour tester.

A l'install, synaptic veut enlever lpr et mettre cups-bsd à la place, 
plus une centaine de fichiers.


Y a t'il un inconvénient pour lpr et cups-bsd?

Le nombre de fichiers supplémentaires me semble élevé pour une 
installation d'un programme, mais comme c'est le lecteur pdf de kde et 
que je suis sous xfce , je suppose que c'est normal?


Des avis avant de passer à l'action?

Merci :-)

Thierry









Re: Comment éditer un fichier .dwg sous Debian ?

2024-05-23 Thread Samy (Zaclys)

Bonjour,


Il m'arrive d'échanger des données avec des architectes ou bureaux
d'études qui publient des plans de bâtiment au format DWG d'AutoCAD.

J'ai besoin d'ajouter des symboles (représentant des points d'accès
WiFi) sur ces plans à partir de mon PC (j'en ai un sous Bullseye et un
autre sous Bookworm) ou alternativement à l'aide d'un outil en ligne.

Comment opérer ? Que conseillez-vous ?


Je n'ai pas d'expérience avec ce format, mais je sais que QGis peut 
ouvrir les différentes versions de ce format grâce à la bibliothèque GDAL.


https://www.sigterritoires.fr/index.php/comment-integrer-des-donnees-dwg-dans-qgis/
https://gdal.org/drivers/vector/dwg.html

N'hésite pas si tu as besoin sur l'installation et l'utilisation de QGis.

Samy



Re: Comment éditer un fichier .dwg sous Debian ?

2024-05-23 Thread didier gaumet

Bonjour,

je n'ai jamais utilisé ce qui suit, mais la doc Freecad détaille les 
trois façons (modules externes: logiciel libre (à compiler), freeware 
(paquet Debian), logiciel commercial (40€)) dont ce logiciel peut 
importer des fichiers .dwg :

https://wiki.freecad.org/index.php?title=FreeCAD_and_DWG_Import

par curiosité, si tu tu peux donner des infos sur ce que tu as choisi et 
qui a marché ou non...





Re: Off Topic - Rede das Operadoras sem senha

2024-05-23 Thread Atenágoras Silva
Pode explicar melhor o problema?

Em qui., 23 de mai. de 2024 às 08:38, Paulo Correia 
escreveu:

>
> As centrais telefônicas, estão fazendo ligações se passando por qualquer
> número.
> Todas as operadoras tem que se unir para colocar senha na Rede, assim
> impedir que isso ocorra.
> Ou seja podem utilizar o seu número para fazer chamada sem utilizar sem
> telefone/celular e com isso aplicar golpes.
>
> Att,
> Paulo Correia
>
>
>


Re: Comment éditer un fichier .dwg sous Debian ?

2024-05-23 Thread Olivier
J'ai essayé LibreCAD sur Bullseye et Bookworm avec respectivement des
messages d'erreur définitive ou d'avertissement.
Sur Bookworm, LibreCAD conseillait de convertir le fichier en DXF car
"le support du DWG dans LibreCAD est incomplet".

Je reste curieux vis à vis de retour d'expérience sur l'édition de fichier DWG.

Le jeu. 23 mai 2024 à 15:28, Jean Bernon  a écrit :
>
> librecad peut-être qui est dans les dépôts stable
>
> > > Bonjour,
> > >
> > > Il m'arrive d'échanger des données avec des architectes ou bureaux
> > > d'études qui publient des plans de bâtiment au format DWG
> > > d'AutoCAD.
> > >
> > > J'ai besoin d'ajouter des symboles (représentant des points d'accès
> > > WiFi) sur ces plans à partir de mon PC (j'en ai un sous Bullseye et
> > > un
> > > autre sous Bookworm) ou alternativement à l'aide d'un outil en
> > > ligne.
> > >
> > > Comment opérer ? Que conseillez-vous ?
> > >
> > > Slts
> > >
>
> > Bonjour,
>
> > Peut-être avec librecad qui semble savoir ouvrir un dwg.
>
> > Salutations
>
> > --
> > Jack.R
>



Re: Comment éditer un fichier .dwg sous Debian ?

2024-05-23 Thread Jean Bernon
librecad peut-être qui est dans les dépôts stable

> > Bonjour,
> >
> > Il m'arrive d'échanger des données avec des architectes ou bureaux
> > d'études qui publient des plans de bâtiment au format DWG
> > d'AutoCAD.
> >
> > J'ai besoin d'ajouter des symboles (représentant des points d'accès
> > WiFi) sur ces plans à partir de mon PC (j'en ai un sous Bullseye et
> > un
> > autre sous Bookworm) ou alternativement à l'aide d'un outil en
> > ligne.
> >
> > Comment opérer ? Que conseillez-vous ?
> >
> > Slts
> >

> Bonjour,

> Peut-être avec librecad qui semble savoir ouvrir un dwg.

> Salutations

> --
> Jack.R



Create a password for Careline Support

2024-05-23 Thread TNG eWallet Careline
Welcome to TNG eWallet Careline Support! We have received your inquiry and 
happy to assist you.

In order for us to assist you further, please sign up an account by clicking 
the link at the bottom of this email.

Upon signed up, a ticket number will be sent to you in a separate email and our 
Careline will in touch with you.



Selamat datang ke Bantuan Khidmat Pelanggan TNG eWallet! Kami telah menerima 
pertanyaan anda dan bersedia untuk membantu anda. 

Untuk kami memberi bantuan lanjut, sila buat pendaftaran akaun melalui pautan 
di bawah e-mel ini.

Setelah mendaftar, anda akan menerima nombor tiket melalui e-mel dan bahagian 
khidmat pelanggan kami akan berhubung dengan anda.

https://support.tngdigital.com.my/verification/email/4SdT3np5Y37ngHR7N8lI5BMZHVCIecCV


If you didn’t sign up to Careline Support using this email address, you can 
safely ignore this email.


This email is a service from Careline Support.

Re: Comment éditer un fichier .dwg sous Debian ?

2024-05-23 Thread Jack.R
Le Thu, 23 May 2024 13:03:37 +0200,
Olivier  a écrit :

> Bonjour,
> 
> Il m'arrive d'échanger des données avec des architectes ou bureaux
> d'études qui publient des plans de bâtiment au format DWG d'AutoCAD.
> 
> J'ai besoin d'ajouter des symboles (représentant des points d'accès
> WiFi) sur ces plans à partir de mon PC (j'en ai un sous Bullseye et un
> autre sous Bookworm) ou alternativement à l'aide d'un outil en ligne.
> 
> Comment opérer ? Que conseillez-vous ?
> 
> Slts
> 

Bonjour,

Peut-être avec librecad qui semble savoir ouvrir un dwg.

Salutations

-- 
Jack.R



Re: Bookworm: Weird Firefox issue

2024-05-23 Thread Henning Follmann
On Thu, May 23, 2024 at 12:09:42PM +0200, local10 wrote:
> May 23, 2024, 02:11 by 2695bd53d...@ewoof.net:
> 
> > Works fine for me too, on the same firefox-esr package version.
> >
> > If clearing the browser cache doesn't help, try with a brand new fresh
> > profile. `firefox --no-remote --new-instance --ProfileManager` should
> > be a good start. If it works in a brand new profile, it's _something_
> > about your Firefox settings.
> >
> 
> I've tried the following but it didn't help:
> 
>    1. FF 115.11.0esr (64-bit) with a new profile
>    2. FF v126 with a new profile
>    3. Purged (aptitude purge) and reinstalled FF 115.11.0esr again
> 
[...]

I had a similar issue 6 month ago.
I also tried those steps without any success.

Then I created a new account and there the issue did not appear.
So, I thought, it has to be something account specific.

I deleted these directories:
~/.cache/mozilla/firefox
~/.mozilla/firefox

At the next launch firefox greated me with the new user welcome.
You have to start from scratch but it resolved the issue.

-H


-- 
Henning Follmann   | hfollm...@itcfollmann.com



Re: OpenSMTPD can't parse smarthost

2024-05-23 Thread tomas
On Thu, May 23, 2024 at 07:53:31AM -0400, Paul M Foster wrote:
> On Thu, May 23, 2024 at 12:54:31AM -0400, Jeffrey Walton wrote:
> 
> > On Thu, May 23, 2024 at 12:43 AM Paul M Foster  
> > wrote:
> 
> [snip]
> > 
> > On the video server, run nslookup and see if it can resolve 
> > yosemite.mars.lan.
> 
> Nslookup fails. However, yosemite.mars.lan is in the hosts file and you
> can successfully ping it. It has a fixed (local) IP, which was set in the
> router. I don't understand why nslookup fails when buckaroo knows who
> yosemite is.

Nslookup asks directly your name servers (those in the resolv.conf).
Programs should ask the local resolver [1] , which can (and usually
is) configured to look first in /etc/hosts (that's this line

  hosts: files dns

in your /etc/nsswitch.conf). Some applications (browser, I'm looking
at you!) which deem themselves more important than all the other
snowflakes are starting to bypass this.

Cheers

[1] this is a library, which comes with a man page
-- 
tomás


signature.asc
Description: PGP signature


Re: OpenSMTPD can't parse smarthost

2024-05-23 Thread Greg Wooledge
On Thu, May 23, 2024 at 07:53:31AM -0400, Paul M Foster wrote:
> Nslookup fails. However, yosemite.mars.lan is in the hosts file and you
> can successfully ping it. It has a fixed (local) IP, which was set in the
> router. I don't understand why nslookup fails when buckaroo knows who
> yosemite is.

nslookup looks *only* in DNS.

If you want a tool that follows the same hostname lookup policies
that programs like "ping" use, there's getent(1).

hobbit:~$ nslookup hobbit
Server: 127.0.0.1
Address:127.0.0.1#53

** server can't find hobbit: NXDOMAIN

hobbit:~$ getent hosts hobbit
127.0.1.1   hobbit.wooledge.org hobbit
hobbit:~$ getent hosts www.debian.org
2603:400a::bb8::801f:3e www.debian.org

Of course, a lot of people just use "ping" for this same purpose.  It's
not ideal, but it works.

hobbit:~$ ping -c1 hobbit
PING hobbit.wooledge.org (127.0.1.1) 56(84) bytes of data.
64 bytes from hobbit.wooledge.org (127.0.1.1): icmp_seq=1 ttl=64 time=0.015 ms

--- hobbit.wooledge.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.015/0.015/0.015/0.000 ms



Re: OpenSMTPD can't parse smarthost

2024-05-23 Thread Paul M Foster
On Thu, May 23, 2024 at 07:19:08AM +0200, Kamil Jońca wrote:

> Kamil Jońca  writes:
> 
> [...]
> > [...]
> >> action "relay" relay host smtp+notls://pa...@yosemite.mars.lan:25 auth 
> >> 
> >>
> >
> > I have some opensmtpd config around and this line should work.
> > My suspects are:
> > 1. whitespaces / end lines - have you test your config with xxd to check
> > if there CRLF for rexample ?
> > 2. do you have a line
> >
> > --8<---cut here---start->8---
> > paulf username:password
> > --8<---cut here---end--->8---
> >
> > in your secrets file? 
> > HTH
> 
> After closer look I have another doubt:
> https://man.openbsd.org/smtpd.conf
> says:
> --8<---cut here---start->8---
> The label corresponds to an entry in a credentials table, as documented
> in table(5). It is used with the “smtp+tls” and “smtps” protocols for
> authentication. Server certificates for those protocols are verified by
> default.
> 
> --8<---cut here---end--->8---
> So if you use smtp+notls or pure smtp - maybe 'paulf@' is wrong
> here?

I think you may be right.

Paul

-- 
Paul M. Foster
Personal Blog: http://noferblatz.com
Company Site: http://quillandmouse.com
Software Projects: https://gitlab.com/paulmfoster



Re: OpenSMTPD can't parse smarthost

2024-05-23 Thread Paul M Foster
On Thu, May 23, 2024 at 12:54:31AM -0400, Jeffrey Walton wrote:

> On Thu, May 23, 2024 at 12:43 AM Paul M Foster  
> wrote:

[snip]
> 
> On the video server, run nslookup and see if it can resolve yosemite.mars.lan.

Nslookup fails. However, yosemite.mars.lan is in the hosts file and you
can successfully ping it. It has a fixed (local) IP, which was set in the
router. I don't understand why nslookup fails when buckaroo knows who
yosemite is.

> 
> Looking at the string smtp+notls://pa...@yosemite.mars.lan:25, it
> looks more like a url than a hostname. Maybe that is confusing your
> mail agent.

However, this is standard usage, according to the smptd.conf(5) man page.

> 
> Also, I think you should be using *.home.arpa, and not *.lan.
> home.arpa is reserved for private use by ICANN and the IETF. I suspect
> *.lan is not reserved for private use.

On a LAN, you can use anything you like. I've used .mars.lan for decades
with no difficulty.

Paul

-- 
Paul M. Foster
Personal Blog: http://noferblatz.com
Company Site: http://quillandmouse.com
Software Projects: https://gitlab.com/paulmfoster



Re: OpenSMTPD can't parse smarthost

2024-05-23 Thread tomas
On Thu, May 23, 2024 at 07:46:30AM -0400, Paul M Foster wrote:
> On Thu, May 23, 2024 at 06:38:11AM +0200, to...@tuxteam.de wrote:

[...]

> > Have you tried leaving out the "paul@" part? [...]

> The smarthost URL is straight out of the man page. The "paulf@" part allows
> OpenSMTP to figure which credential in the "secrets" file to use.

Makes sense, yes.

> 
> However, I took your advice and lopped off the "paulf@" from the URL, and
> managed to get an email through. Go figure.

And this doesn't, but glad you got it working :-)

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: OpenSMTPD can't parse smarthost

2024-05-23 Thread Paul M Foster
On Thu, May 23, 2024 at 06:38:11AM +0200, to...@tuxteam.de wrote:

> On Wed, May 22, 2024 at 09:37:18PM -0400, Paul M Foster wrote:
> > Folks:
> > 
> > Here's a shot in the dark. I've looked up and down the internet, and can't
> > find a solution.
> 
> [...]
> 
> > "warn: Failed to parse smarthost smtp+notls://pa...@yosemite.mars.lan:25"
> > 
> > Note that the "protocol" doesn't matter. I can use "smtp" alone as the
> > protocol, and it still won't parse. And yes, yosemite.mars.lan is in my
> > local hosts file.
> 
> But "p...@yosemite.mars.lan" doesn't look like a host (unless you are
> trying to sneak in the creds in the URL -- then I'd expect something
> like user:pass@host). No idea how opensmtp works and whether it tries
> to parse credentials off the URL.
> 
> Have you tried leaving out the "paul@" part? Do you have access credentials
> elsewhere in your config (typically they are in a separate file to better
> control access to that).

The smarthost URL is straight out of the man page. The "paulf@" part allows
OpenSMTP to figure which credential in the "secrets" file to use.

However, I took your advice and lopped off the "paulf@" from the URL, and
managed to get an email through. Go figure.

Paul


-- 
Paul M. Foster
Personal Blog: http://noferblatz.com
Company Site: http://quillandmouse.com
Software Projects: https://gitlab.com/paulmfoster



Off Topic - Rede das Operadoras sem senha

2024-05-23 Thread Paulo Correia

As centrais telefônicas, estão fazendo ligações se passando por qualquer número.
Todas as operadoras tem que se unir para colocar senha na Rede, assim impedir 
que isso ocorra.
Ou seja podem utilizar o seu número para fazer chamada sem utilizar sem 
telefone/celular e com isso aplicar golpes.

Att,
Paulo Correia




Comment éditer un fichier .dwg sous Debian ?

2024-05-23 Thread Olivier
Bonjour,

Il m'arrive d'échanger des données avec des architectes ou bureaux
d'études qui publient des plans de bâtiment au format DWG d'AutoCAD.

J'ai besoin d'ajouter des symboles (représentant des points d'accès
WiFi) sur ces plans à partir de mon PC (j'en ai un sous Bullseye et un
autre sous Bookworm) ou alternativement à l'aide d'un outil en ligne.

Comment opérer ? Que conseillez-vous ?

Slts



Re: Bookworm: Weird Firefox issue

2024-05-23 Thread local10
May 23, 2024, 02:11 by 2695bd53d...@ewoof.net:

> Works fine for me too, on the same firefox-esr package version.
>
> If clearing the browser cache doesn't help, try with a brand new fresh
> profile. `firefox --no-remote --new-instance --ProfileManager` should
> be a good start. If it works in a brand new profile, it's _something_
> about your Firefox settings.
>

I've tried the following but it didn't help:

   1. FF 115.11.0esr (64-bit) with a new profile
   2. FF v126 with a new profile
   3. Purged (aptitude purge) and reinstalled FF 115.11.0esr again

Looked into this further (using Web Developer Tools, Ctrl+Shift+I, Network 
tab)) and it appears that when the log in page is loading  the 
"gui-base-TfJ0d3Pr.js "  script 
fails to fully load with the "NS_ERROR_NET_PARTIAL_TRANSFER" error.

Am really puzzled as to why this script fails to load now. Tutanota had worked 
fine for me for years until this issue showed up a week ago.

 The FF console shows the following:

Loading failed for the 

Re: Tarja de xarxa intel I219-LM

2024-05-23 Thread Alex Muntada
Seguint el que deia l'Àlex:

> /I had a similar problem with Ubuntu 22.04 and a Lenovo Thinkpad. I found
> out that in my BIOS setup there is an option set that prevents new
> Thunderbolt devices from connecting to the computer. (Screens worked, but
> neither ethernet nor any USB device on the dock worked.)/
> 
> ...
> 
> /Don't know if you could accept the device also from the BIOS setup, I don't
> think it is possible from within Linux./
> 
> /Another alternative would be that you allow any Thunderbolt devices from
> within your BIOS setup./

Jo tinc un portàtil Lenovo amb un dock de Dell. El portàtil no té
tarja ethernet i el dock sí. Quan connecto el portàtil amb el
port USB-C veig des del portàtil el port ethernet perfectament.

No coneixia el boltctl i he provat algunes ordres: em diu que no
tinc cap dispositiu (igual que la configuració de Thunderbolt del
GNOME) però tinc 2 dominis actius, en verd i amb accés d'usuari
(«sudo boltctl domains»).

Per altra banda, a la BIOS he trobat poca cosa:

- Tinc activat el PCIe Tunneling a la configuració de Thunderbolt
- Tinc activat el Thunderbolt a la configuració de Security » I/O
  Port Access

L'únic que se m'acut que pugui ser rellevant és que calgui tenir
UEFI Boot per poder veure aquests dispositius.

Finalment, jo provaria a actualitzar el firmware dels dispositius
connectats amb «sudo fwupdmgr get-updates».

Salut,
Alex

--
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁   Alex Muntada 
  ⢿⡄⠘⠷⠚⠋   Debian Developer  log.alexm.org
  ⠈⠳⣄



signature.asc
Description: PGP signature


Re: Debian bookwork / grub2 / LVM / RAID / dm-integrity fails to boot

2024-05-23 Thread Marc SCHAEFER
Hello,

On Wed, May 22, 2024 at 05:03:34PM -0400, Stefan Monnier wrote:
> Hmm... I've been using a "plain old partition" for /boot (with
> everything else in LVM) for "ever", originally because the boot loader
> was not able to read LVM, and later out of habit.  I was thinking of
> finally moving /boot into an LV to make things simpler, but I see that
> it'd still be playing with fire

grub supports, for a long time:

   - / on LVM, with /boot within that filesystem
   - /boot on LVM, separately

(it also worked with LILO, because LILO would record the exact address
 where the kernel & initrd was, regardless of abstractions layers :->)

Recently, I have been playing with RAID-on-LVM (I was mostly using LVM
on md before, which worked with grub), and it works too.

Where grub fails, is if you have /boot on the same LVM volume group
where any of the LVs "before him in order" have:

   - dm-integrity
   - specific metadata

So yes, any advanced setup might break grub, and so the easiest is to
have /boot on its separate partition again for the time being.

Which makes two partitions of you also have an UEFI.

>  (AFAICT booting off of LVM was still not
> supported by U-Boot either last time I checked).  

No idea about that one, sorry.



Re: Bookworm: Weird Firefox issue

2024-05-23 Thread Michael Kjörling
On 22 May 2024 15:17 -0600, from charlescur...@charlescurley.com (Charles 
Curley):
>> about a week ago when I started
>> to get a blank empty white page when trying to access the Tutanota
>> login page: https://mail.tutanota.com/login
> 
> I get what looks like a proper log-in page on both firefox and vivaldi

Works fine for me too, on the same firefox-esr package version.

If clearing the browser cache doesn't help, try with a brand new fresh
profile. `firefox --no-remote --new-instance --ProfileManager` should
be a good start. If it works in a brand new profile, it's _something_
about your Firefox settings.

-- 
Michael Kjörling  https://michael.kjorling.se
“Remember when, on the Internet, nobody cared that you were a dog?”