Re: nft newbie

2022-07-12 Thread Erwan David
Le 12/07/2022 à 22:00, Marco a écrit : Am Tue, 12 Jul 2022 21:17:40 +0200 schrieb : That looks like a sensible strategy to me. It isn't at all, completely blocking incoming ICMP is a very stupid idea. ICMP is used for control messages, e.g. for Path MTU discovery. The only IMCP message that

Re: German Translation error of apt package description for xwit

2022-07-12 Thread Marco
Am Tue, 12 Jul 2022 19:24:21 -0700 schrieb Kushal Kumaran : > I re-read your message and realized I didn't notice that you were > talking about translated description. > https://www.debian.org/international/l10n/ddtp would appear to be a > good starting point for that. Thanks for your answer. I

Re: Resolve static linking

2022-07-12 Thread Igor Korot
[//code]Hi, On Tue, Jul 12, 2022 at 10:10 PM David Wright wrote: > > On Tue 12 Jul 2022 at 21:48:08 (-0500), Igor Korot wrote: > > > igor@debian:~/dbhandler/Debug$ ls -la /usr/local/lib/ > > [ … ] > > drwxr-xr-x 3 root root 4096 Jul 9 16:52 python3.9 > > > 2. There is python 3.9 folder

Re: nft newbie

2022-07-12 Thread tomas
On Tue, Jul 12, 2022 at 08:00:42PM +, Marco wrote: > Am Tue, 12 Jul 2022 21:17:40 +0200 > schrieb : > > > That looks like a sensible strategy to me. > > It isn't at all, completely blocking incoming ICMP is a very stupid > idea. I didn't get that "blocking incoming ICMP" part. Just the

Re: Resolve static linking

2022-07-12 Thread David Wright
On Tue 12 Jul 2022 at 21:48:08 (-0500), Igor Korot wrote: > igor@debian:~/dbhandler/Debug$ ls -la /usr/local/lib/ > [ … ] > drwxr-xr-x 3 root root 4096 Jul 9 16:52 python3.9 > 2. There is python 3.9 folder there > I now I didn't install anything python specific and so the box > should

Resolve static linking

2022-07-12 Thread Igor Korot
.Hi, ALL, [code] igor@debian:~/dbhandler/Debug$ ls -la /usr/local/lib/ total 156544 drwxr-xr-x 3 root root 4096 Jul 12 19:55 . drwxr-xr-x 10 root root 4096 Jul 9 15:42 .. -rw-r--r-- 1 root root8 Jul 12 19:52 libdbinterface.a -rw-r--r-- 1 root root 1082702 Jul 12 19:53

Re: German Translation error of apt package description for xwit

2022-07-12 Thread Kushal Kumaran
On Tue, Jul 12 2022 at 09:50:04 AM, Kushal Kumaran wrote: > On Tue, Jul 12 2022 at 03:50:25 PM, Marco wrote: >> Hello, >> where should I report (or if possible) directly change the translation >> of the packages description used by apt? >> Which package is affected? > > Package descriptions are

Re: Where is ldconfig

2022-07-12 Thread David Wright
On Tue 12 Jul 2022 at 20:52:47 (-0500), Igor Korot wrote: > In order to test my program I ran "make install". > > This installed it into "/usr/local/{bin,lib} > > So now in order to run the program I need to update > the ld library cache with "ldconfig". > > Unfortunately it is not available by

Re: Where is ldconfig

2022-07-12 Thread Greg Wooledge
On Tue, Jul 12, 2022 at 08:52:47PM -0500, Igor Korot wrote: > So now in order to run the program I need to update > the ld library cache with "ldconfig". > > Unfortunately it is not available by default and trying to > search for it produces following: > > [code] > root@debian:/usr/local/lib#

Where is ldconfig

2022-07-12 Thread Igor Korot
Hi, In order to test my program I ran "make install". This installed it into "/usr/local/{bin,lib} So now in order to run the program I need to update the ld library cache with "ldconfig". Unfortunately it is not available by default and trying to search for it produces following: [code]

Re: avahi-daemon allow/deny interfaces question

2022-07-12 Thread Ram Ramesh
On 7/11/22 11:30, Ram Ramesh wrote: Experts,   I have a firewall machine built recently and it runs debian bullseye (v11). It has two ethernet interfaces - one internal ($intf) and one external ($extf). My external port runs dhclient to get its IP address and internal port runs dnsmasq to

jupyter-qtconsole, turtle, and Xfce: unresponsive turtle console

2022-07-12 Thread Jerome BENOIT
Hello Debian Users, I am playing with jupyter-qtconsole in Xfce. Debian is Debain version 11.4. When I launch a turple from the jupyter-qtconsole, I get a turtle console as expected. And I can move the turtle around. However, when I switch to another workspace and then come back to the

Re: Debian 11: How to disable IPv6

2022-07-12 Thread Andy Smith
Hello, On Mon, Jul 11, 2022 at 10:31:36PM -0400, rhkra...@gmail.com wrote: > On Sunday, July 10, 2022 06:48:10 PM Andy Smith wrote: > > Otherwise I'm afraid your claims about IPv6 so far have been quite > > bizarre, on the level of "IPv6 ate my homework" or "my father was > > killed by a

Re: Partición /datos compartida

2022-07-12 Thread Simeón Ignacio Martirén
Gracias por la ayuda. Muy solidarios. El mar., 12 de jul. de 2022 12:47, Debian escribió: > El 12/7/22 a las 09:00, Simeón Ignacio Martirén escribió: > > Antes de incorporar los cambios, quisiera que me ayuden con estos > > interrogantes, ya que con lo que encontrè en los buscadores sòlo > >

Re: nft newbie

2022-07-12 Thread Marco
Am Tue, 12 Jul 2022 21:17:40 +0200 schrieb : > That looks like a sensible strategy to me. It isn't at all, completely blocking incoming ICMP is a very stupid idea. ICMP is used for control messages, e.g. for Path MTU discovery. The only IMCP message that can be blocked is echo request or echo

Re: Re : Re: [Résolu] Déplacer une debian sur un disque plus petit avec clonezilla

2022-07-12 Thread Erwann Le Bras
Verifier que les UUID n'aient pas changé à la copie. Vérifier les drapeaux des disques (boot) Erwann Je l'ai en effet, fait en deux étapes, d’abord une image du disque non modifié, puis une autre des partitions réduites. Ca a fonctionné sauf pour la partition EFI. Le disque cible ne boot

Re: nft newbie

2022-07-12 Thread tomas
On Tue, Jul 12, 2022 at 07:13:06PM +0200, Erwan David wrote: [...] > It depends on your settings. Personnally on a router I tend to Reject if the > ICMP goes to the internal network, drop if it would be sent outside. That > avoids some weird timeouts in the internal network (put your own

Re: Debian 11: How to disable IPv6

2022-07-12 Thread gene heskett
On 7/12/22 10:21, Lee wrote: On 7/11/22, rhkramer wrote: From the peanut gallery: I disabled IPv6 quite some time ago. I don't recall how I did it, but I might have that information in my notes, somewhere. The reason that I disabled it (which might not be totally logical) is that in IPv4, I

Re : Re: [Résolu] Déplacer une debian sur un disque plus petit avec clonezilla

2022-07-12 Thread benoit
Je l'ai en effet, fait en deux étapes, d’abord une image du disque non modifié, puis une autre des partitions réduites. Ca a fonctionné sauf pour la partition EFI. Le disque cible ne boot plus. Comment recrée partition EFI ? Il faudra aussi réécrire un nouvel fstab avec de nouveau UUID je

Re: nft newbie

2022-07-12 Thread Erwan David
Le 12/07/2022 à 17:27, Henning Follmann a écrit : On Tue, Jul 12, 2022 at 11:31:11AM +0100, mick crane wrote: On 2022-07-12 10:33, Gareth Evans wrote: On Tue 12 Jul 2022, at 10:19, Maximiliano Estudies In most cases it's a best practice to configure all chains with _policy drop_ and then add

Re: German Translation error of apt package description for xwit

2022-07-12 Thread Kushal Kumaran
On Tue, Jul 12 2022 at 03:50:25 PM, Marco wrote: > Hello, > where should I report (or if possible) directly change the translation > of the packages description used by apt? > Which package is affected? Package descriptions are part of the package itself. So you'd report it as a bug on xwit.

Re: nft newbie

2022-07-12 Thread Henning Follmann
On Tue, Jul 12, 2022 at 06:16:12PM +0200, to...@tuxteam.de wrote: > On Tue, Jul 12, 2022 at 11:27:41AM -0400, Henning Follmann wrote: > > On Tue, Jul 12, 2022 at 11:31:11AM +0100, mick crane wrote: > > > On 2022-07-12 10:33, Gareth Evans wrote: > > > > On Tue 12 Jul 2022, at 10:19, Maximiliano

Re: nft newbie

2022-07-12 Thread tomas
On Tue, Jul 12, 2022 at 11:27:41AM -0400, Henning Follmann wrote: > On Tue, Jul 12, 2022 at 11:31:11AM +0100, mick crane wrote: > > On 2022-07-12 10:33, Gareth Evans wrote: > > > On Tue 12 Jul 2022, at 10:19, Maximiliano Estudies > > > > > > In most cases it's a best practice to configure all

Re: nft newbie

2022-07-12 Thread tomas
On Tue, Jul 12, 2022 at 10:09:46AM -0400, gene heskett wrote: > On 7/12/22 05:36, Gareth Evans wrote: > > On Tue 12 Jul 2022, at 10:19, Maximiliano Estudies > > wrote: > [...] > > Why is it best practice? Is there any security advantage over rejection? > > > > Thanks, > > Gareth > > >

German Translation error of apt package description for xwit

2022-07-12 Thread Marco
Hello, where should I report (or if possible) directly change the translation of the packages description used by apt? Which package is affected? -- kind regards Marco

Re: Partición /datos compartida

2022-07-12 Thread Debian
El 12/7/22 a las 09:00, Simeón Ignacio Martirén escribió: Antes de incorporar los cambios, quisiera que me ayuden con estos interrogantes, ya que con lo que encontrè en los buscadores sòlo quedaron estas dudas: Se menciona en algunos sitios que dado que en /home además de los documentos de

Re: multiple network interfaces...and a ghost

2022-07-12 Thread David Wright
On Tue 12 Jul 2022 at 15:44:41 (+0100), Tixy wrote: > Another idea, is looking for that network name in the logs for the > current boot. > > journalctl -b | grep -B3 enx00e04c534458 > > That'll give you matches with the three lines before so you can see the > context. I'd use grep -B3 -A3 -i

Re: nft newbie

2022-07-12 Thread Henning Follmann
On Tue, Jul 12, 2022 at 11:31:11AM +0100, mick crane wrote: > On 2022-07-12 10:33, Gareth Evans wrote: > > On Tue 12 Jul 2022, at 10:19, Maximiliano Estudies > > > > In most cases it's a best practice to configure all chains with > > > _policy drop_ and then add rules for the traffic that you

Re: nft newbie

2022-07-12 Thread Nicolas George
Stefan Monnier (12022-07-12): > Except that if you contact an IP address where there's no machine, you > may get a "no route to host" error (from the router that finds out > there's no machine at that address), whereas if that machine DROPs, then > you'll get no message, thus indicating that there

Re: multiple network interfaces...and a ghost

2022-07-12 Thread Tixy
On Tue, 2022-07-12 at 05:35 +0100, Tixy wrote: > On Mon, 2022-07-11 at 19:51 -0700, Peter Ehlert wrote: > [...] > > > > I decided to try a fresh netinstall alongside and Boom: > > > > === > > multiple network interfaces > > > > eno1: Intel Corporation Ethernet Connection (2) I218-LM > > enp5s0:

Re: multiple network interfaces...and a ghost

2022-07-12 Thread Peter Ehlert
On 7/11/22 21:35, Tixy wrote: On Mon, 2022-07-11 at 19:51 -0700, Peter Ehlert wrote: [...] I decided to try a fresh netinstall alongside and Boom: === multiple network interfaces eno1: Intel Corporation Ethernet Connection (2) I218-LM enp5s0: Intel Corporation 1210 Gigabit Network

Re: Debian 11: How to disable IPv6

2022-07-12 Thread Lee
On 7/11/22, rhkramer wrote: > > From the peanut gallery: I disabled IPv6 quite some time ago. I don't > recall how I did it, but I might have that information in my notes, somewhere. > > The reason that I disabled it (which might not be totally logical) is that > in IPv4, I have always had my

Re: nft newbie

2022-07-12 Thread gene heskett
On 7/12/22 05:36, Gareth Evans wrote: On Tue 12 Jul 2022, at 10:19, Maximiliano Estudies wrote: [...] Why is it best practice? Is there any security advantage over rejection? Thanks, Gareth Absolutely. reject sends a msg back to the hacker that there is a machine at that address. drop

Re: Verwisseling sda en sdb

2022-07-12 Thread Paul van der Vlis
Hoi Sjoerd, Op 12-07-2022 om 14:00 schreef Sjoerd: Paul van der Vlis: Sjoerd: Martijn van de Streek: Diederik de Haas: Paul van der Vlis: tune2fs -l /dev/sdb8 | grep UUID lsblk -o +UUID blkid Niettemin, als sda en sdb tijdens het opstarten zijn verwisseld, is dat bij al deze drie

Re: Debian 11: How to disable IPv6

2022-07-12 Thread Anssi Saari
rhkra...@gmail.com writes: > I could not find (in the searching I did) equivalent functionality for IPv6, > so > I disabled IPv6 in hopes of keeping my systems (fairly) secure. The equivalent to NAT in IPv6 is NAT, of course. It's not usually spoken of much but for example my VPN provider does

Re: macbook pro e debian 11 - problema no teclado

2022-07-12 Thread Caio Abreu Ferreira
    Gunther $ sudo vi /etc/environment GTK_IM_MODULE=cedilla log-off e log-on e problema resolvido, ç Ç Obrigado.  .''`.   Caio Abreu Ferreira : :'  : abreuf...@gmail.com `. `'`   Debian User   `- On 7/12/22 09:11, Gunther Furtado wrote: Bom dia, Você já viu essa solução?

Re: nft newbie

2022-07-12 Thread Maximiliano Estudies
El mar, 12 jul 2022 a las 14:13, Anssi Saari () escribió: > > "Gareth Evans" writes: > > > On Tue 12 Jul 2022, at 10:19, Maximiliano Estudies > > wrote: > > > >> drop and reject are not equivalent. > > > > Fair enough > > > > [...] > >> In most cases it's a best practice to configure all chains

[SOLVED] kernel: ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen

2022-07-12 Thread Gunther Furtado
Bom dia, Itautec W7425 (2010) 4GB RAM, rodando Debian 11. SSD120G O sistema vivia congelando (por uns quinze segundos, mais ou menos), mostrando, no journalctl: jul 08 19:13:51 velox kernel: ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen jul 08 19:13:51 velox kernel: ata1.00:

Re: Partición /datos compartida

2022-07-12 Thread Gonzalo Rivero
Hola, El 12/7/22 a las 09:00, Simeón Ignacio Martirén escribió: Antes de incorporar los cambios, quisiera que me ayuden con estos interrogantes, ya que con lo que encontrè en los buscadores sòlo quedaron estas dudas: Se menciona en algunos sitios que dado que en /home además de los

Re: nft newbie

2022-07-12 Thread Anssi Saari
"Gareth Evans" writes: > On Tue 12 Jul 2022, at 10:19, Maximiliano Estudies > wrote: > >> drop and reject are not equivalent. > > Fair enough > > [...] >> In most cases it's a best practice to configure all chains with >> _policy drop_ and then add rules for the traffic that you want to >>

Re: macbook pro e debian 11 - problema no teclado

2022-07-12 Thread Gunther Furtado
Bom dia, Você já viu essa solução? https://www.dobitaobyte.com.br/como-mapear-teclado-no-linux/#:~:text=Para%20isso%2C%20usamos%20o%20comando,tecla%20foi%20o%20n%C3%BAmero%20105 . At.te, "Mas, afinal, só as criaturas que nunca escreveram cartas de amor é que são ridículas." Fernando Pessoa

Re: avahi-daemon allow/deny interfaces question

2022-07-12 Thread Gareth Evans
> On 11 Jul 2022, at 17:48, Ram Ramesh wrote: [...] > . However, my new machine has this daemon running which notices that $extif > does not have much activity and disables it after some timeout idle time. > Today I noticed that my $extif is vanishing and /var/log/daemon.log shows > some

Re: Verwisseling sda en sdb

2022-07-12 Thread Sjoerd
Paul van der Vlis: > Sjoerd: > > Martijn van de Streek: > > > Diederik de Haas: > > > > Paul van der Vlis: > > > > > > > > > > tune2fs -l /dev/sdb8 | grep UUID > > > > > > > > lsblk -o +UUID > > > > > > blkid > > > > Niettemin, als sda en sdb tijdens het opstarten zijn verwisseld, > > is dat bij

Re: Partición /datos compartida

2022-07-12 Thread Simeón Ignacio Martirén
Antes de incorporar los cambios, quisiera que me ayuden con estos interrogantes, ya que con lo que encontrè en los buscadores sòlo quedaron estas dudas: Se menciona en algunos sitios que dado que en /home además de los documentos de trabajo se guardan configuraciones varias, que al ser compartida

Re: nft newbie

2022-07-12 Thread fxkl47BF
On Tue, 12 Jul 2022, Gareth Evans wrote: > On Tue 12 Jul 2022, at 10:19, Maximiliano Estudies > wrote: > >> drop and reject are not equivalent. > > Fair enough > > [...] >> In most cases it's a best practice to configure all chains with >> _policy drop_ and then add rules for the traffic that

Re: Converting an old Chromebook to pure Debian, was: OT, Recommendation for low cost laptop

2022-07-12 Thread Dan Ritter
Ottavio Caruso wrote: > On 11/07/2022 12:20, Dan Ritter wrote: > > Ottavio Caruso wrote: > > > On 11/07/2022 08:32, john doe wrote: > > > > > > > I'm looking for something cheap (max would be around 300 bucks), do you > > > > have any suggestions/ideas? > > > > > > > > > My local

Re: nft newbie

2022-07-12 Thread Gareth Evans
> On 12 Jul 2022, at 11:31, mick crane wrote: > On 2022-07-12 10:33, Gareth Evans wrote: >> On Tue 12 Jul 2022, at 10:19, Maximiliano Estudies > >>> In most cases it's a best practice to configure all chains with >>> _policy drop_ and then add rules for the traffic that you want to >>> allow

Re: nft newbie

2022-07-12 Thread mick crane
On 2022-07-12 10:33, Gareth Evans wrote: On Tue 12 Jul 2022, at 10:19, Maximiliano Estudies In most cases it's a best practice to configure all chains with _policy drop_ and then add rules for the traffic that you want to allow All the nftables and PF howtos I have found take this approach.

Re: [Résolu] Déplacer une debian sur un disque plus petit avec clonezilla

2022-07-12 Thread Dethegeek
Bonjour L'idée de réduire les partitions est bonne, mais c'est une opération à risque. Un backup est chaudement recommandé avant de réduire les partitions ! Le mar. 12 juil. 2022 à 01:06, benoit a écrit : > > > > > > Envoyé avec la messagerie sécurisée Proton Mail. > > --- Original Message

Re: nft newbie

2022-07-12 Thread Gareth Evans
On Tue 12 Jul 2022, at 10:19, Maximiliano Estudies wrote: > drop and reject are not equivalent. Fair enough [...] > In most cases it's a best practice to configure all chains with > _policy drop_ and then add rules for the traffic that you want to > allow All the nftables and PF howtos I

Re: nft newbie

2022-07-12 Thread Maximiliano Estudies
drop and reject are not equivalent. with _reject with icmpx_ you get an icmp response when trying to access a system and get blocked by the firewall. with _policy drop_ packets that are not allowed just get silently dropped and don't give any feedback to the source. In most cases it's a best