Re: Impossible to verify GPG signature on Debian Release file

2021-11-25 Thread john doe
On 11/23/2021 4:16 PM, john doe wrote: On 11/23/2021 1:49 PM, deloptes wrote: john doe wrote: What am I missing? this specific key seems not to be available on the debian keyserver try keyserver.ubuntu.com, you can find the key there Thank you. The Ubuntu keyring is: keyserver.ubuntu.c

Re: Debian 11 on old Macbook

2021-11-25 Thread Rick Thomas
Hold down the key when you turn the machine on. Hold it until the finishes. You should see a menu of possible boot disks. Pick one that has a penguin on it. Hope that helps! Rick On Wed, Nov 24, 2021, at 11:11 AM, David Wright wrote: > On Wed 24 Nov 2021 at 14:59:09 (+0100), fran...@libero

Re: where to find wifi card info in linux-doc

2021-11-25 Thread lou
sorry, i use wrong word i mean wifi adapter, not wifi card in Chinese, it's called wireless card, though it's really USB wifi adapter

Re: what is flooding /var/tmp?

2021-11-25 Thread sp...@caiway.net
On Thu, 25 Nov 2021 09:53:21 +0100 "sp...@caiway.net" wrote: > On Wed, 24 Nov 2021 22:59:06 -0500 > Greg Wooledge wrote: > > > On Thu, Nov 25, 2021 at 04:23:23AM +0100, sp...@caiway.net wrote: > > > Hello, > > > > > > My /var/tmp directory gets flooded by big files named: > > > > > > sort01ei

Re: what is flooding /var/tmp?

2021-11-25 Thread Tim Woodall
On Thu, 25 Nov 2021, Marc Auslander wrote: On 11/24/2021 10:40 PM, sp...@caiway.net wrote: Hello, My /var/tmp directory gets flooded by big files named: sort01ei1t sort01Eq7u sort01sLAs ... sortzZZtvv the files are approx. 13 Gb each. In 24 hours > 6000 are written. My big partition is fil

Re: what is flooding /var/tmp?

2021-11-25 Thread Marc Auslander
On 11/24/2021 10:40 PM, sp...@caiway.net wrote: Hello, My /var/tmp directory gets flooded by big files named: sort01ei1t sort01Eq7u sort01sLAs ... sortzZZtvv the files are approx. 13 Gb each. In 24 hours > 6000 are written. My big partition is filled by it until the system freezes. The file

Re: what is flooding /var/tmp?

2021-11-25 Thread sp...@caiway.net
On Thu, 25 Nov 2021 04:23:23 +0100 "sp...@caiway.net" wrote: > Hello, > > My /var/tmp directory gets flooded by big files named: > > sort01ei1t > sort01Eq7u > sort01sLAs > ... > sortzZZtvv > > > the files are approx. 13 Gb each. > In 24 hours > 6000 are written. > they are approx. 13 Mb eac

Re: ALSA plugins

2021-11-25 Thread Dan Ritter
Miroslav Skoric wrote: > On 11/22/21 1:04 AM, Dan Ritter wrote: > > ... and here is what I got after adding the secondary sound-card device: > > ham@localhost:~$ aplay -L|grep dmix > dmix:CARD=Intel,DEV=0 > dmix:CARD=Audio,DEV=0 > ham@localhost:~$ arecord -L|grep dsnoop > dsnoop:CARD=Intel,DEV=0

Re: ALSA plugins

2021-11-25 Thread Miroslav Skoric
On 11/22/21 1:04 AM, Dan Ritter wrote: The dmix plugin is installed by default. $ aplay -L|grep dmix dmix:CARD=HDMI,DEV=3 dmix:CARD=Generic,DEV=0 The dsnoop plugin is installed by default: $ arecord -L|grep dsnoop dsnoop:CARD=Generic,DEV=0 dsnoop:CARD=Generic,DEV=2 You configure them either

[SOLVED] Re: How to NOT automatically mount a specific partition of an external device?

2021-11-25 Thread steve
Le 25-11-2021, à 10:43:16 +, Jonathan Dowland a écrit : On Thu, Nov 25, 2021 at 09:28:03AM +0100, steve wrote: It seems like /etc/fstab in not read when plugging in the device. What's wrong? The thing doing the mounting is udisks (8). Checking that man-page, one thing you can do to hint

Re: apt install : command not found

2021-11-25 Thread Thomas Schmitt
Hi, lists.deb...@netc.eu > it seams that you found the reason... Nbsp played similar tricks on me 6 years ago. https://lists.debian.org/debian-user/2015/08/msg00030.html But there is still the question how you produced Em Space by mistake. Did you copy the line from some web page ? Have a ni

Re: apt install : command not found

2021-11-25 Thread lists . debian
Oh my god, Nice found, thanks very much, it seams that you found the reason... Thank you !!! Nice day to you also Le 2021-11-25 12:34, Thomas Schmitt a écrit : > > Hi, > > lists.deb...@netc.eu wrote: > > To test I did "sudo apt install" and it worked > > [...] > > But just after I retried

Re: apt install : command not found

2021-11-25 Thread Thomas Schmitt
Hi, lists.deb...@netc.eu wrote: > To test I did "sudo apt install" and it worked > [...] > But just after I retried "apt install" and it not work. Here is all the > output: > [...] > $ sudo apt install nfs-common > Lecture des listes de paquets... Fait > [...] > $ sudo apt install nfs-common

Re: How to NOT automatically mount a specific partition of an external device?

2021-11-25 Thread Jonathan Dowland
On Thu, Nov 25, 2021 at 09:28:03AM +0100, steve wrote: It seems like /etc/fstab in not read when plugging in the device. What's wrong? The thing doing the mounting is udisks (8). Checking that man-page, one thing you can do to hint udisks to ignore a device is to have udev set a property UDISK

Re: apt install : command not found

2021-11-25 Thread lists . debian
Hello and thanks for the reply. PATH seems corrects I think: $ echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games "/usr/bin/apt update" worked, the same as "apt update", which always work. To test I did "sudo apt install" and it worked But just after I retried "apt install"

Re: apt install : command not found

2021-11-25 Thread Philipp Ewald
is your "$PATH" right? you can check this with: echo $PATH Does "/usr/bin/apt update" work? kind regards On 11/25/21 10:04 AM, lists.deb...@netc.eu wrote: Hello to all, After this morning I realize that command "apt install" isn't working anymore on my PC. I already used a few days ago.

apt install : command not found

2021-11-25 Thread lists . debian
Hello to all, After this morning I realize that command "apt install" isn't working anymore on my PC. I already used a few days ago... I've tried several other options (always with sudo): apt update apt search __ apt upgrade apt show __ ... And they all work as intended, only "apt instal

apt install : command not found

2021-11-25 Thread lists . debian
Hello to all, After this morning I realize that command "apt install" isn't working anymore on my PC. I already used a few days ago... I've tried several other options (always with sudo): apt update apt search __ apt upgrade apt show __ ... And they all work as intended, only "apt instal

problem with fstab and umask

2021-11-25 Thread lists . debian
Hello to all, I have a dual boot PC with Windows 10 and Debian 11 This PC has 2 drives, one SSD that has both operating systems and a HDD where I store all other files (documents, music, images, ...) The goal is to share this HDD between Windows and Debian. To do it, I added the following line t

Re: what is flooding /var/tmp?

2021-11-25 Thread sp...@caiway.net
On Wed, 24 Nov 2021 22:59:06 -0500 Greg Wooledge wrote: > On Thu, Nov 25, 2021 at 04:23:23AM +0100, sp...@caiway.net wrote: > > Hello, > > > > My /var/tmp directory gets flooded by big files named: > > > > sort01ei1t > > sort01Eq7u > > sort01sLAs > > ... > > sortzZZtvv > > > > > > the files a

Re: How to NOT automatically mount a specific partition of an external device?

2021-11-25 Thread steve
Le 24-11-2021, à 20:29:19 +1100, Keith Bainbridge a écrit : Steve I use a line in /etc/fstab like this for just this purpose: UUID= /mount/point/you/want ext4defaults,noexec,noauto 0 2 Well, the partition still mounts to /media/steve/Samsung_T5 when plugged in. I put this in