Re: CPU temperature

2024-10-26 Thread basti
Hello, cat /sys/class/thermal/thermal_zone0/temp / 1000 = °C Work's for me on raspberry pi and Thinkpad Laptop. Best Regards Am 27.10.24 um 06:11 schrieb Corey: where shall i check the CPU temperature in command line? my dell laptop gets hot and hot when debian run for some time. do you think

CPU temperature

2024-10-26 Thread Corey
where shall i check the CPU temperature in command line? my dell laptop gets hot and hot when debian run for some time. do you think it's due to cpu too busy? Thanks.

Trouble with lvreduce on Debian 12

2024-10-26 Thread Jonathan Wiebe
I ran into an issue with my root partition being too small. My plan was to reduce the size of my home partition and increase the size of my root partition. Here is what I have done: First, I rebooted in single user mode. Then I did the following: # mount / -rw -o remount # amount /home umount:

[solved, partly] Re: Grub menu entry for a system on a second drive.

2024-10-26 Thread peter
Tim & all, From: Tim Woodall Date: Fri, 25 Oct 2024 22:35:50 +0100 (BST) > It's possibly not reading the grub.cfg you think it is reading. I've > hit this problem before - IIRC grub uses the grub.cfg from the *first* > place it finds one - this can even be a partition (or in my case a LV

Re: asciidoctor-pdf

2024-10-26 Thread Jeffrey Walton
On Sat, Oct 26, 2024 at 2:13 PM Tom Browder wrote: > > I am running Debian 11 and trying to run asciidoctor and > asciidoctor-pdf with no luck so far. > > I run it with this bash script: > > asciidoctor -r asciidoctor-pdf -b pdf \ > -a pdf-theme=binder \ > -a pdf-themesdir=./data/themes \ >

Re: asciidoctor-pdf

2024-10-26 Thread Jeffrey Walton
On Sat, Oct 26, 2024 at 2:13 PM Tom Browder wrote: > > I am running Debian 11 and trying to run asciidoctor and > asciidoctor-pdf with no luck so far. > > I run it with this bash script: > > asciidoctor -r asciidoctor-pdf -b pdf \ > -a pdf-theme=binder \ > -a pdf-themesdir=./data/themes \ >

Re: asciidoctor-pdf

2024-10-26 Thread Tom Browder
On Sat, Oct 26, 2024 at 11:05 wrote: > On Sat, Oct 26, 2024 at 10:06:10AM -0500, Tom Browder wrote: > > I am running Debian 11 and trying to run asciidoctor and > > asciidoctor-pdf with no luck so far. > > [...] > > > `block (2 levels) in parse!' > > /usr/lib/ruby/vendor_ruby/asciidoctor/cli/opti

Re: New Debian 12 installation, GUI login doesn't run .profile

2024-10-26 Thread Timothy M Butterworth
On Sat, Oct 26, 2024 at 5:20 AM Chris Green wrote: > I have installed Debian 12 on my Lenovo Thinkpad T470. It all went > pretty smoothly but for some reason when I do a GUI login my .profile > doesn't get run. > > If I ssh into the laptop then .profile does get run. > > So what might cause this

Re: recover files

2024-10-26 Thread Hans
Even very big files should not be the problem, because, when the header is found all date until the footer are the file. When you are quick and do not overwrite your device (thus create an iumage as soon as possible!), also big data can be saved. And here comes scalpel in handy: scalpel has the

Re: recover files

2024-10-26 Thread tomas
On Sat, Oct 26, 2024 at 06:30:07PM +0200, Hans wrote: > Even very big files should not be the problem, because, when the header is > found all date until the footer are the file. Well, but that file content is cut up in little 4K snippets strewn around your disk's free space. The "backbone" hold

Re: asciidoctor-pdf

2024-10-26 Thread tomas
On Sat, Oct 26, 2024 at 10:06:10AM -0500, Tom Browder wrote: > I am running Debian 11 and trying to run asciidoctor and > asciidoctor-pdf with no luck so far. [...] > `block (2 levels) in parse!' > /usr/lib/ruby/vendor_ruby/asciidoctor/cli/options.rb:87:in `encode': > "\\xE2" from ASCII-8BIT to U

Re: recover files

2024-10-26 Thread Max Nikulin
On 26/10/2024 20:26, Hans wrote: On 26/10/2024 18:37, Max Nikulin wrote: however I can not figure out what approach extundelete or other tools may use to noticeably improve success rate since important data is overwritten. As far as I know, it does not use journal. It is looking at the data it

asciidoctor-pdf

2024-10-26 Thread Tom Browder
I am running Debian 11 and trying to run asciidoctor and asciidoctor-pdf with no luck so far. I run it with this bash script: asciidoctor -r asciidoctor-pdf -b pdf \ -a pdf-theme=binder \ -a pdf-themesdir=./data/themes \ -a document_name=”Raku Guide” \ -o rakuguide-binder.pdf rakuguide-bi

Re: Popularity contest files in /var/log

2024-10-26 Thread Michel Verdier
On 2024-10-25, Andy Smith wrote: > On Fri, Oct 25, 2024 at 03:54:58PM -0300, Bruno Schneider wrote: >> I noticed that I have hundreds of files whose names start with >> "popularity-contest" in /var/log. They don't even seem to be logs. >> They seem to be data that popularity-contest sends away. >

Re: recover files

2024-10-26 Thread Hans
> Thank you for the detailed answer. youre welcome. > > I have tried ext4magic. My impression is that it might have an issue > with reading journal and that it is unnecessary strict walking through > inodes (zeroing invalidates checksums if I remember it correctly). It > may restore some files, h

Re: New Debian 12 installation, GUI login doesn't run .profile

2024-10-26 Thread Chris Green
Max Nikulin wrote: > On 26/10/2024 18:08, Chris Green wrote: > > Well on my previous XFCE installation on xubuntu it certainly did run > > ~/.profile. > > LightDM package in Ubuntu contains an additional script that reads > ~/.profile (like SDDM in Debian). Some hints: > > - >

Re: New Debian 12 installation, GUI login doesn't run .profile

2024-10-26 Thread Greg Wooledge
On Sat, Oct 26, 2024 at 12:08:31 +0100, Chris Green wrote: > Michael Kjörling wrote: > > On 26 Oct 2024 10:13 +0100, from c...@isbd.net (Chris Green): > > > I have installed Debian 12 on my Lenovo Thinkpad T470. It all went > > > pretty smoothly but for some reason when I do a GUI login my .profi

Re: New Debian 12 installation, GUI login doesn't run .profile

2024-10-26 Thread Max Nikulin
On 26/10/2024 18:08, Chris Green wrote: Well on my previous XFCE installation on xubuntu it certainly did run ~/.profile. LightDM package in Ubuntu contains an additional script that reads ~/.profile (like SDDM in Debian). Some hints: -

Re: recover files

2024-10-26 Thread Max Nikulin
On 26/10/2024 14:53, Hans wrote: Yes, whilst extundelete is not so easy to use, Thank you for the detailed answer. I have tried ext4magic. My impression is that it might have an issue with reading journal and that it is unnecessary strict walking through inodes (zeroing invalidates checksums

Re: New Debian 12 installation, GUI login doesn't run .profile

2024-10-26 Thread Michael Kjörling
On 26 Oct 2024 12:08 +0100, from c...@isbd.net (Chris Green): >> As I understand it, those are meant to be run by a _login shell_. This >> sets them apart from e.g. ~/.bashrc which is read each time _bash_ is >> started. >> > Yes, and entering one's name and password at GUI start-up **is** > loggi

Re: New Debian 12 installation, GUI login doesn't run .profile

2024-10-26 Thread Chris Green
Michael Kjörling wrote: > On 26 Oct 2024 10:13 +0100, from c...@isbd.net (Chris Green): > > I have installed Debian 12 on my Lenovo Thinkpad T470. It all went > > pretty smoothly but for some reason when I do a GUI login my .profile > > doesn't get run. > > Is starting a GUI session (whether X11

Re: New Debian 12 installation, GUI login doesn't run .profile

2024-10-26 Thread Chris Green
Timothy M Butterworth wrote: > [-- text/plain, size 0.6K, charset UTF-8, 29 lines, encoding quoted-printable > --] > > On Sat, Oct 26, 2024 at 5:20 AM Chris Green wrote: > > > I have installed Debian 12 on my Lenovo Thinkpad T470. It all went > > pretty smoothly but for some reason when I do

Re: New Debian 12 installation, GUI login doesn't run .profile

2024-10-26 Thread Michael Kjörling
On 26 Oct 2024 10:13 +0100, from c...@isbd.net (Chris Green): > I have installed Debian 12 on my Lenovo Thinkpad T470. It all went > pretty smoothly but for some reason when I do a GUI login my .profile > doesn't get run. Is starting a GUI session (whether X11/Xorg or Wayland) even _supposed_ to

New Debian 12 installation, GUI login doesn't run .profile

2024-10-26 Thread Chris Green
I have installed Debian 12 on my Lenovo Thinkpad T470. It all went pretty smoothly but for some reason when I do a GUI login my .profile doesn't get run. If I ssh into the laptop then .profile does get run. So what might cause this? -- Chris Green ·

Re: recover files

2024-10-26 Thread Hans
Yes, whilst extundelete is not so easy to use, I was very successfull with photorec and autopsy. Last time I had to revover 2 TB music files for a friend, and photorec gave me all files back. However, i had to rename the filenames to the title of the music, but here puddletag could help. As ypo

Re: recover files

2024-10-26 Thread tomas
On Sat, Oct 26, 2024 at 09:57:11AM +0700, Max Nikulin wrote: > On 26/10/2024 02:03, Hans wrote: > > Am Freitag, 25. Oktober 2024, 20:32:29 CEST schrieb loulet...@sina.com: > > > Hi folksIs there possible to recover deleted files in ext4 filesystem? > > > > Try extundelete. > [...] > > Using an ima