installing Debian From Working Debian

2022-11-30 Thread K0LNY_Glenn
I am hoping someone here will know this. I'm wondering if there is a way to install a clean install of Debian x86, same bullseye version that is on the machine, to an external drive, so I can boot to it? I installed this one from DVD images on a thumb drive, but I'd rather install something that

Re: no space left on device

2022-11-30 Thread Jude DaShiell
dpkg.log has all of the packages installed and date stamps for when those got installed. kern.log is a log of kernel activity. The kern.log may have warnings and errors and fatals in it that may be helpful to know. That can be searched with grep -i fatal kern.log grep -i error kern.log and grep -i

Re: no space left on device

2022-11-30 Thread K0LNY_Glenn
The first one listed is dpkg.log The next one is kern.log - Original Message - From: "Jude DaShiell" To: "K0LNY_Glenn" ; "Jeffery Mewtamer" ; Sent: Wednesday, November 30, 2022 6:30 PM Subject: Re: no space left on device Next, try this: ls -1S /var/log/*.log. The first log name you

Re: no space left on device

2022-11-30 Thread Jude DaShiell
No, I would not delete all of those logs. Some of them may have valuable information in them you'll need later. Do man logrotate and read up on the -f option. Before and after using logrotate run: df -h / This way you get information on what logrotate -f saved you in disk space. It's good to get l

Re: no space left on device

2022-11-30 Thread Jude DaShiell
Next, try this: ls -1S /var/log/*.log. The first log name you read will be the largest log in that directory and the logs get progressively smaller. Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author, 19

Re: no space left on device

2022-11-30 Thread K0LNY_Glenn
Yeah, that tells me 170 M. So I deleting everything would help. Is it safe to do that? - Original Message - From: "Jude DaShiell" To: "K0LNY_Glenn" ; "Jeffery Mewtamer" ; Sent: Wednesday, November 30, 2022 6:02 PM Subject: Re: no space left on device Try du --human *.log in /var/log/

Re: no space left on device

2022-11-30 Thread Jude DaShiell
Try du --human *.log in /var/log/ and you'll get a report on space used. Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author, 1940) . On Wed, 30 Nov 2022, K0LNY_Glenn wrote: > Well there's a lot of log

Re: no space left on device

2022-11-30 Thread K0LNY_Glenn
Well there's a lot of log files there, is it okay to just delete them all? I don't know to see how much space they are taking up. Glenn - Original Message - From: "Jude DaShiell" To: "K0LNY_Glenn" ; "Jeffery Mewtamer" ; Sent: Wednesday, November 30, 2022 5:41 PM Subject: Re: no space le

Re: no space left on device

2022-11-30 Thread Jude DaShiell
Another consideration is partition architecture. Some systems separate /home and other partitions when installed and this can get into trouble rather fast. Putting everything into a single / partition likely will get users into trouble later and when that happens that's more difficult. Do any hi

Re: no space left on device

2022-11-30 Thread Jude DaShiell
Are logs being rotated timely and correctly? If not, you likely have lots of ancient logs in /var/log/. How to check and set up good log rotation I don't know though. Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed How

Re: no space left on device

2022-11-30 Thread K0LNY_Glenn
Thanks Samuel and Jeffrey, I deleted everything in /tmp with sudo rm -R *.* and it removed everything except a file or folder called pulse-something The something was letters and numbers. I got rid of that with rm -R puls* So I rebooted, and I still get the same error. I'm wondering about how to mi

Re: no space left on device

2022-11-30 Thread Jeffery Mewtamer
Yeah, doing a sudo rm -Rf /tmp/* should be safe. My system drive is 320 GB, but before I got in the routine of regularly clearing out /tmp/ I'd get such errors constantly once /tmp/ accumulated 2GB of temp files. Worst I've noticed is that Firefox and/or Orca are a little more prone to crashing a

Re: no space left on device

2022-11-30 Thread Samuel Thibault
K0LNY_Glenn, le mer. 30 nov. 2022 15:39:00 -0600, a ecrit: > There a lot of items in /tmp. > I'm wondering if I can simply delete everything in /tmp without causing more > problems. Actually /tmp is supposed to be completely cleared at reboot, so you can safely drop whatever is there. Samuel

no space left on device

2022-11-30 Thread K0LNY_Glenn
Hi All, I've been looking on-line for some solutions, to the problem of my Asus 701 with only 4GB internal space, which is giving me the error of: no space left on device I think I filled it up with the program: gqrx-sdr Then I found out that GQRX-sdr is apparently a GUI program only. So I did s