Re: solution to / full

2023-03-01 Thread tomas
On Wed, Mar 01, 2023 at 06:12:05PM -0500, Greg Wooledge wrote: > On Wed, Mar 01, 2023 at 05:53:18PM -0500, Jeffrey Walton wrote: > > On Wed, Mar 1, 2023 at 8:35 AM lina wrote: > > > > > > My / is almost full. [...] > > > /dev/nvme0n1p2 23G 21G 966M 96% / [...] > > > /dev/nvme0n1p3 9.1G

Re: ssh bug known_hosts?

2023-03-01 Thread Greg Wooledge
On Thu, Mar 02, 2023 at 09:52:35AM +0800, Jeremy Ardley wrote: > On 2/3/23 05:51, Greg Wooledge wrote: > > unicorn:~$ namei -l ~/.ssh/config > > f: /home/greg/.ssh/config > > drwxr-xr-x root root / > > drwxr-xr-x root root home > > drwxr-xr-x greg greg greg > > drwxr-xr-x greg greg .ssh > > -rw-r--

Re: ssh bug known_hosts?

2023-03-01 Thread Jeffrey Walton
On Wed, Mar 1, 2023 at 8:53 PM Jeremy Ardley wrote: > [...] > However I've found the cause of the problem, but not necessarily > resolved the bug. > > For some reason on my journey /etc/ssh/ssh_config had acquired > > UserKnownHostsFile /etc/ssh/ssh_known_hosts > > changing to > > # UserKnow

Re: ssh bug known_hosts?

2023-03-01 Thread Jeremy Ardley
On 2/3/23 05:51, Greg Wooledge wrote: On Wed, Mar 01, 2023 at 02:43:38PM -0700, Charles Curley wrote: On Thu, 2 Mar 2023 03:48:49 +0800 jeremy ardley wrote: 2. The known hosts file used is /etc/ssh/known_hosts rather that ~/.ssh/known_hosts - which causes a permissions error I am not seein

Re: ssh bug known_hosts?

2023-03-01 Thread jeremy ardley
On 2/3/23 05:52, Jeffrey Walton wrote: On Wed, Mar 1, 2023 at 2:49 PM jeremy ardley wrote: I may have found a bug in openssh. [...] I have created a ~/.ssh/config file with contents Host jeremy_client HostName client.example.com User jeremy IdentityFile ~/.ssh/com.example.j

Re: solution to / full

2023-03-01 Thread David Wright
On Wed 01 Mar 2023 at 19:53:09 (+), Andy Smith wrote: > On Wed, Mar 01, 2023 at 07:53:19PM +0100, Nicolas George wrote: > I was talking about them going to the effort of separating /home and > /var and ending up with completely inappropriate sizings. They would > have been much better off just

Re: Debugging what is deleting/recreating /etc/resolv.conf with wrong configuration, on debian stable

2023-03-01 Thread David Wright
On Tue 28 Feb 2023 at 16:05:14 (+0100), daven...@tuxfamily.org wrote: > On 2023-02-28 05:27, David Wright wrote: > > On Thu 23 Feb 2023 at 11:23:30 (+0100), daven...@tuxfamily.org wrote: > > > On 2023-02-23 02:59, cono...@panix.com wrote: > > > > > > […] > > > > > > On the newer work laptop on th

Re: solution to / full

2023-03-01 Thread Greg Wooledge
On Wed, Mar 01, 2023 at 05:53:18PM -0500, Jeffrey Walton wrote: > On Wed, Mar 1, 2023 at 8:35 AM lina wrote: > > > > My / is almost full. > > > > # df -h > > Filesystem Size Used Avail Use% Mounted on > > udev126G 0 126G 0% /dev > > tmpfs26G 2.3M 26G 1% /r

Re: solution to / full

2023-03-01 Thread Felix Miata
Jeffrey Walton composed on 2023-03-01 17:53 (UTC-0500): > You can probably reclaim a couple of GB by trimming systemd logs. It > should get you some room to work. Something like: >journalctl --vacuum-time=14d I limit journal size this way: # cat /etc/systemd/journald.conf.d/local.conf [Journ

Re: solution to / full

2023-03-01 Thread Jeffrey Walton
On Wed, Mar 1, 2023 at 8:35 AM lina wrote: > > My / is almost full. > > # df -h > Filesystem Size Used Avail Use% Mounted on > udev126G 0 126G 0% /dev > tmpfs26G 2.3M 26G 1% /run > /dev/nvme0n1p2 23G 21G 966M 96% / > tmpfs 126G 15M 126G

Re: ssh bug known_hosts?

2023-03-01 Thread Greg Wooledge
On Wed, Mar 01, 2023 at 04:52:57PM -0500, Jeffrey Walton wrote: > On Wed, Mar 1, 2023 at 2:49 PM jeremy ardley wrote: > > > > I may have found a bug in openssh. > > [...] > > I have created a ~/.ssh/config file with contents > > > > Host jeremy_client > > HostName client.example.com > >

Re: ssh bug known_hosts?

2023-03-01 Thread Jeffrey Walton
On Wed, Mar 1, 2023 at 2:49 PM jeremy ardley wrote: > > I may have found a bug in openssh. > [...] > I have created a ~/.ssh/config file with contents > > Host jeremy_client > HostName client.example.com > User jeremy > IdentityFile ~/.ssh/com.example.jeremy.id_rsa Does ssh_config(

Re: ssh bug known_hosts?

2023-03-01 Thread Greg Wooledge
On Wed, Mar 01, 2023 at 02:43:38PM -0700, Charles Curley wrote: > On Thu, 2 Mar 2023 03:48:49 +0800 > jeremy ardley wrote: > > > 2. The known hosts file used is /etc/ssh/known_hosts rather that > > ~/.ssh/known_hosts - which causes a permissions error > > I am not seeing that, for either root o

Re: ssh bug known_hosts?

2023-03-01 Thread Jeffrey Walton
On Wed, Mar 1, 2023 at 2:49 PM jeremy ardley wrote: > > I may have found a bug in openssh. > > I raise it here as the ssh mailing list is actually a newsgroup that > no-one seems to use. You might give comp.security.openssh a try: https://groups.google.com/g/comp.security.ssh . That is the genera

Re: ssh bug known_hosts?

2023-03-01 Thread Charles Curley
On Thu, 2 Mar 2023 03:48:49 +0800 jeremy ardley wrote: > 2. The known hosts file used is /etc/ssh/known_hosts rather that > ~/.ssh/known_hosts - which causes a permissions error I am not seeing that, for either root or my regular non-root user. You indicated you created your ~/.ssh/config as s

Re: solution to / full

2023-03-01 Thread Charles Curley
On Wed, 1 Mar 2023 14:35:17 +0100 lina wrote: > My / is almost full. > > # df -h > Filesystem Size Used Avail Use% Mounted on > udev126G 0 126G 0% /dev > tmpfs26G 2.3M 26G 1% /run > /dev/nvme0n1p2 23G 21G 966M 96% / You can find the large director

Re: solution to / full

2023-03-01 Thread David Christensen
On 3/1/23 05:35, lina wrote: Hi, My / is almost full. # df -h Filesystem Size Used Avail Use% Mounted on udev126G 0 126G 0% /dev tmpfs26G 2.3M 26G 1% /run /dev/nvme0n1p2 23G 21G 966M 96% / tmpfs 126G 15M 126G 1% /dev/shm tmpfs

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-03-01 Thread Albretch Mueller
On 3/1/23, Andrew M.A. Cater wrote: > With the next release,(Bookworm/Debian 12), the default installers will > include non-freee firmware at request. > At this point, it is unknown whether anyone will step up to undertake > maintenance for the debian-live media and scripts for the lifecycle > of

Re: solution to / full

2023-03-01 Thread Brian
On Wed 01 Mar 2023 at 19:37:10 +0100, to...@tuxteam.de wrote: > On Wed, Mar 01, 2023 at 06:12:09PM +, Brian wrote: > > On Wed 01 Mar 2023 at 17:43:41 +0100, to...@tuxteam.de wrote: > > > > [...] > > > > > In a pinch, you can "sudo apt-get clean", which purges the APT > > > package cache, whi

Re: solution to / full

2023-03-01 Thread Brian
On Wed 01 Mar 2023 at 13:33:32 -0500, Greg Wooledge wrote: > On Wed, Mar 01, 2023 at 06:12:09PM +, Brian wrote: > > On Wed 01 Mar 2023 at 17:43:41 +0100, to...@tuxteam.de wrote: > > > > [...] > > > > > In a pinch, you can "sudo apt-get clean", which purges the APT > > > package cache, which

Re: solution to / full

2023-03-01 Thread Brian
On Wed 01 Mar 2023 at 19:48:59 +, Joe wrote: > On Wed, 1 Mar 2023 18:12:09 + > Brian wrote: > > > On Wed 01 Mar 2023 at 17:43:41 +0100, to...@tuxteam.de wrote: > > > > [...] > > > > > In a pinch, you can "sudo apt-get clean", which purges the APT > > > package cache, which lives in /va

Re: solution to / full

2023-03-01 Thread Greg Wooledge
On Wed, Mar 01, 2023 at 07:53:34PM +, Joe wrote: > On Wed, 1 Mar 2023 13:33:32 -0500 > Greg Wooledge wrote: > > By default, "apt" removes the .deb files > > from /var/cache/apt/archives/ after installing them, but "apt-get" > > does not. For other programs, who knows. > > I've just asked abo

Re: solution to / full

2023-03-01 Thread Joe
On Wed, 1 Mar 2023 13:33:32 -0500 Greg Wooledge wrote: > On Wed, Mar 01, 2023 at 06:12:09PM +, Brian wrote: > > On Wed 01 Mar 2023 at 17:43:41 +0100, to...@tuxteam.de wrote: > > > > [...] > > > > > In a pinch, you can "sudo apt-get clean", which purges the APT > > > package cache, which l

Re: solution to / full

2023-03-01 Thread Andy Smith
Hello, On Wed, Mar 01, 2023 at 07:53:19PM +0100, Nicolas George wrote: > Andy Smith (12023-03-01): > > > /dev/nvme0n1p2 23G 21G 966M 96% / > > > /dev/nvme0n1p6 267M 83M 166M 34% /boot > > > /dev/nvme0n1p1 511M 5.8M 506M 2% /boot/efi > > > /dev/nvme0n1p3 9.1G 3.2G 5.5G 37% /var

Re: solution to / full

2023-03-01 Thread Joe
On Wed, 1 Mar 2023 18:12:09 + Brian wrote: > On Wed 01 Mar 2023 at 17:43:41 +0100, to...@tuxteam.de wrote: > > [...] > > > In a pinch, you can "sudo apt-get clean", which purges the APT > > package cache, which lives in /var. You didn't show us /var, > > which might be interesting too (/var

ssh bug known_hosts?

2023-03-01 Thread jeremy ardley
I may have found a bug in openssh. I raise it here as the ssh mailing list is actually a newsgroup that no-one seems to use. I can ssh jer...@client.example.com without the issue I have created a ~/.ssh/config file with contents Host jeremy_client     HostName client.example.com     User jer

Re: Removable media issue

2023-03-01 Thread Eike Lantzsch KY4PZ
On Mittwoch, 1. März 2023 14:26:02 -03 Hans wrote: > Hi folks, > > some weeks ago I mentioned the problem, that an USB-stick is not > recognized, when it is put in the second time. I am using Plasma5. > > For remembering: > > 1. Put the USB-Stick for the first time in, it will be recognized. >

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-03-01 Thread Andrew M.A. Cater
On Wed, Mar 01, 2023 at 11:00:27AM -0600, Albretch Mueller wrote: > by the way regarding that idea, which Linux friendly chipset producer > makes wifi dongles which you can run from a DL start without having to > install anything. it should be detected right away a be good to go. > Would you sugg

Re: solution to / full

2023-03-01 Thread Nicolas George
Andy Smith (12023-03-01): > > /dev/nvme0n1p2 23G 21G 966M 96% / > > /dev/nvme0n1p6 267M 83M 166M 34% /boot > > /dev/nvme0n1p1 511M 5.8M 506M 2% /boot/efi > > /dev/nvme0n1p3 9.1G 3.2G 5.5G 37% /var > > /dev/nvme0n1p5 1.8G 14M 1.7G 1% /tmp > > /dev/nvme0n1p7 630G 116G 482

Re: solution to / full

2023-03-01 Thread tomas
On Wed, Mar 01, 2023 at 06:12:09PM +, Brian wrote: > On Wed 01 Mar 2023 at 17:43:41 +0100, to...@tuxteam.de wrote: > > [...] > > > In a pinch, you can "sudo apt-get clean", which purges the APT > > package cache, which lives in /var. You didn't show us /var, > > which might be interesting too

Re: solution to / full

2023-03-01 Thread Greg Wooledge
On Wed, Mar 01, 2023 at 06:12:09PM +, Brian wrote: > On Wed 01 Mar 2023 at 17:43:41 +0100, to...@tuxteam.de wrote: > > [...] > > > In a pinch, you can "sudo apt-get clean", which purges the APT > > package cache, which lives in /var. You didn't show us /var, > > which might be interesting too

Re: solution to / full

2023-03-01 Thread Brian
On Wed 01 Mar 2023 at 17:43:41 +0100, to...@tuxteam.de wrote: [...] > In a pinch, you can "sudo apt-get clean", which purges the APT > package cache, which lives in /var. You didn't show us /var, > which might be interesting too (/var/log, in case some logs > aren't rotated properly?) There shou

Monthly FAQ for Debian-user list

2023-03-01 Thread Andrew M.A. Cater
Debian-user is a mailing list provided for support for Debian users, and to facilitate discussion on relevant topics. Some guidelines which may help explain how the list works: * The language on this mailing list is English. There may be other mailing lists that are language-specific, for exa

Removable media issue

2023-03-01 Thread Hans
Hi folks, some weeks ago I mentioned the problem, that an USB-stick is not recognized, when it is put in the second time. I am using Plasma5. For remembering: 1. Put the USB-Stick for the first time in, it will be recognized. 2. Mount it in the window either by the option in the bottom taskb

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-03-01 Thread Albretch Mueller
by the way regarding that idea, which Linux friendly chipset producer makes wifi dongles which you can run from a DL start without having to install anything. it should be detected right away a be good to go. Would you suggest a particular one? this very thread started because I recently bought

Re: solution to / full

2023-03-01 Thread Andy Smith
Hi, On Wed, Mar 01, 2023 at 02:35:17PM +0100, lina wrote: > My / is almost full. > > # df -h > Filesystem Size Used Avail Use% Mounted on > udev126G 0 126G 0% /dev > tmpfs26G 2.3M 26G 1% /run > /dev/nvme0n1p2 23G 21G 966M 96% / > tmpfs 126

Re: solution to / full

2023-03-01 Thread The Wanderer
On 2023-03-01 at 09:15, Jochen Spieker wrote: > lina: > >> My / is almost full. >> >> # df -h >> Filesystem Size Used Avail Use% Mounted on >> udev126G 0 126G 0% /dev >> tmpfs26G 2.3M 26G 1% /run >> /dev/nvme0n1p2 23G 21G 966M 96% / >> tmpfs

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-03-01 Thread Albretch Mueller
On 2/28/23, Anders Andersson wrote: > It did exactly what I expected and what OP seems to want ... Yes, it is, partially. I would like to be able to go into "exposed mode" (connect to the Internet) using a Debian live DVD and keep my own work totally off line (you could even use the same machine

Re: solution to / full

2023-03-01 Thread tomas
On Wed, Mar 01, 2023 at 02:35:17PM +0100, lina wrote: > Hi, > > My / is almost full. > > # df -h > Filesystem Size Used Avail Use% Mounted on > udev126G 0 126G 0% /dev > tmpfs26G 2.3M 26G 1% /run > /dev/nvme0n1p2 23G 21G 966M 96% / > tmpfs

Re: solution to / full

2023-03-01 Thread Klaus Singvogel
lina wrote: > Filesystem Size Used Avail Use% Mounted on [...] > /dev/nvme0n1p2 23G 21G 966M 96% / > /dev/nvme0n1p3 9.1G 3.2G 5.5G 37% /var > /dev/nvme0n1p5 1.8G 14M 1.7G 1% /tmp > /dev/nvme0n1p7 630G 116G 482G 20% /home [...] > I have done some purging already. > :/usr#

Re: solution to / full

2023-03-01 Thread Jochen Spieker
lina: > > My / is almost full. > > # df -h > Filesystem Size Used Avail Use% Mounted on > udev126G 0 126G 0% /dev > tmpfs26G 2.3M 26G 1% /run > /dev/nvme0n1p2 23G 21G 966M 96% / > tmpfs 126G 15M 126G 1% /dev/shm > tmpfs 5.0M

solution to / full

2023-03-01 Thread lina
Hi, My / is almost full. # df -h Filesystem Size Used Avail Use% Mounted on udev126G 0 126G 0% /dev tmpfs26G 2.3M 26G 1% /run /dev/nvme0n1p2 23G 21G 966M 96% / tmpfs 126G 15M 126G 1% /dev/shm tmpfs 5.0M 4.0K 5.0M 1% /run

Re: Debian 11 upgrade to Debian 12

2023-03-01 Thread piorunz
On 28/02/2023 09:03, Timothy M Butterworth wrote: All, I just updated my media center PC from Debian Bullseye to Debian Bookworm. The upgrade went alright. I initially had to download almost 2GB of 1640 packages. Around 600 failed to upgrade and I had to manually install them in small chunks