Re: Unexplained freezes and crashes, nothing in /var/log/messages

2021-06-03 Thread Stella Ashburne
Hi David

> Sent: Friday, June 04, 2021 at 10:27 AM
> From: "David Wright" 
> To: debian-user@lists.debian.org
> Subject: Re: Unexplained freezes and crashes, nothing in /var/log/messages
>
> It's just a home-grown program that's started from .xsession.
> It sets the X background colour in a loop, with excessive
> temperatures taking priority over power indications.
>
Is your program proprietary? If it isn't, would you like to share it with me?



Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-03 Thread Stella Ashburne
Hi Thomas

Thank you for your help and time. I really appreciate it.

> Sent: Friday, June 04, 2021 at 10:23 AM
> From: "Thomas D. Dean" 
> To: debian-user@lists.debian.org
> Subject: Re: How do I permanently disable unattended downloads of 
> software/security updates?
>
> I have the same problem.

OK, but do you use Ubuntu or Debian or both?
>
> I saw this in: https://askubuntu.com/questions/1038923
>
> sudo systemctl disable apt-daily.service
> sudo systemctl disable apt-daily.timer
>
> sudo systemctl disable apt-daily-upgrade.timer
> sudo systemctl disable apt-daily-upgrade.service
>
A poster named l0f...@tuta.io replied to me via this mailing list yesterday and 
below is what he wrote (verbatim):

"Cannot remember if you have Gnome installed but you should have a look at 
https://unix.stackexchange.com/a/594287, especially ALL the associated comments 
(click on "Show 7 more comments")."

When I did a *fresh* minimal install of Debian about two years ago, I didn't 
install the whole Gnome DE. Instead, I installed the following packages: xorg 
gnome-core gnome-tweak-tool synaptic file-roller gedit

A few days ago, after reading replies from some posters, I purged the package 
called unattended-upgrades. I don't know how and when it was installed in the 
first place. You see, about two years I chose the option Expert Install 
(without GUI) and during the installation process, I chose the option to not 
install updates automatically.

After reading what was written in the page 
(https://unix.stackexchange.com/a/594287), I disabled the package called 
PackageKit today. Only time will tell if said step works.

By the way, does Ubuntu use the full or stripped-down version of Gnome Desktop 
Environment?

*fresh* = not upgraded from Debian Stretch



Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-03 Thread Thomas D. Dean

On 6/3/21 5:15 PM, Stella Ashburne wrote:

Hi Greg


Sent: Thursday, June 03, 2021 at 9:55 AM
From: "Greg Wooledge" 
To: debian-user@lists.debian.org
Subject: Re: How do I permanently disable unattended downloads of 
software/security updates?


I gave some alternatives that will reveal more information.  Replies to
my reply elaborated further still.


Output of systemctl list-timers | grep apt

Thu  2021-06-03 20:29:30 GMT  9h leftThu 2021-06-03 09:18:00 GMT  1h 17min 
ago apt-daily.timer  apt-daily.service
Fri  2021-06-04 06:51:16 GMT  20h left   Thu 2021-06-03 09:18:00 GMT  1h 17min 
ago apt-daily-upgrade.timer  apt-daily-upgrade.service



I have the same problem.

I saw this in: https://askubuntu.com/questions/1038923

sudo systemctl disable apt-daily.service
sudo systemctl disable apt-daily.timer

sudo systemctl disable apt-daily-upgrade.timer
sudo systemctl disable apt-daily-upgrade.service



Re: passwordless SSH

2021-06-03 Thread David Wright
On Thu 03 Jun 2021 at 17:23:43 (-0400), Frank Pikelner wrote:
> It is much better to use SSH certificates, not a great deal of extra work,
> but well worth it. Simplifies management and works well for automation.

Thanks for the top-posted explanation.
The references were useful too.

> On Thu, Jun 3, 2021 at 5:15 PM David Wright> wrote:
> > On Sat 29 May 2021 at 18:25:50 (-0400), Bob Weber wrote:
> >
> > > Now follow the instructions at:
> > >
> > > https://linuxize.com/post/how-to-setup-passwordless-ssh-login/

Cheers,
David.



Re: Unexplained freezes and crashes, nothing in /var/log/messages

2021-06-03 Thread David Wright
On Fri 04 Jun 2021 at 02:05:52 (+0200), Stella Ashburne wrote:
> 
> > Sent: Friday, June 04, 2021 at 5:12 AM
> > From: "David Wright" 
> >
> > My own monitoring program logs the temperature (and battery)
> > every six seconds.
> >
> I'm curious: what's the name of your monitoring program? Is it available for 
> download and installation from Debian's official repos?

It's just a home-grown program that's started from .xsession.
It sets the X background colour in a loop, with excessive
temperatures taking priority over power indications.

It used to be written in shell, but I converted it to python
some years ago when I found that reading the files in
/sys/class/ could fail (3.x kernels). Python's try…except is
easier for me to code than shell's trap mechanism.

I wrote it originally for monitoring whether the AC power
was connected (the brick was unreliable), and the state of
the battery. Temperature came later, for the Dell laptop
I mentioned. That laptop was scrapped last year, and
ironically the Acer laptop it now runs on has a completely
broken power controller (it only runs with AC power).

Woefully underpowered to run even one browser, this Acer
fortunately has a good fan, so it doesn't run too hot. But
it does suffer from symptoms that are somewhat similar to
the OP's—sometimes you have to wait a minute or two (and
avoid touching the touchpad) for things to catch up. But
you can tell it's merely swapping heavily, because the
disk-active light stays lit. (Firefox on buster in ½GB
at 1.5GHz, encrypted /home and 1GB swap.)

Cheers,
David.


Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-03 Thread Stella Ashburne
Hi Greg

> Sent: Thursday, June 03, 2021 at 9:55 AM
> From: "Greg Wooledge" 
> To: debian-user@lists.debian.org
> Subject: Re: How do I permanently disable unattended downloads of 
> software/security updates?
>
>
> I gave some alternatives that will reveal more information.  Replies to
> my reply elaborated further still.
>
Output of systemctl list-timers | grep apt

Thu  2021-06-03 20:29:30 GMT  9h leftThu 2021-06-03 09:18:00 GMT  1h 17min 
ago apt-daily.timer  apt-daily.service
Fri  2021-06-04 06:51:16 GMT  20h left   Thu 2021-06-03 09:18:00 GMT  1h 17min 
ago apt-daily-upgrade.timer  apt-daily-upgrade.service



Re: Nvidia graphic card and newer kernels (open source driver)

2021-06-03 Thread Vincent Lefevre
This is a bit old, but...

On 2021-04-24 15:37:28 -0400, Felix Miata wrote:
> Vincent Lefevre composed on 2021-04-24 21:05 (UTC+0200):
> 
> > Yes, very bad experience with the nouveau driver (I haven't tried
> > recently with the latest kernels, but my bug reports remained
> > unanswered), which is the only free driver I know. In particular,
> > it is unusable with my laptop and an external screen, as being
> > awfully slow (just for basic desktop use, such as scrolling and
> > moving windows).
>   
> That description sounds exactly like you were *not* using the
> nouveau X driver. What you describe is what is expected from using
> the VESA and FBDEV drivers, the fallback you get if you use
> nomodeset or nouveau.modeset=0 to boot, or if the nouveau kernel
> driver is blacklisted, or if NVidia drivers and their configuration
> files have been incompletely purged.

I had posted an excerpt of lshw output, and it was saying:

   *-display
description: VGA compatible controller
product: GK208GLM [Quadro K610M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master 
cap_list rom
configuration: driver=nouveau latency=0
   ^^
resources: irq:37 memory:d100-d1ff 
memory:7000-7fff memory:8000-81ff ioport:5000(size=128) 
memory:c-d

And I don't see why the kernel would choose to use a different driver
when there are 2 screens enabled.

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Re: Unexplained freezes and crashes, nothing in /var/log/messages

2021-06-03 Thread Stella Ashburne
Hi David

> Sent: Friday, June 04, 2021 at 5:12 AM
> From: "David Wright" 
> To: debian-user@lists.debian.org
> Subject: Re: Unexplained freezes and crashes, nothing in /var/log/messages
>
>
> My own monitoring program logs the temperature (and battery)
> every six seconds.
>
I'm curious: what's the name of your monitoring program? Is it available for 
download and installation from Debian's official repos?

Stella



Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-03 Thread Stella Ashburne
Hi Tom

> Sent: Friday, June 04, 2021 at 4:18 AM
> From: "Tom Browder" 
> To: "Stella Ashburne" 
> Cc: "debian-user mailing list" 
> Subject: Re: How do I permanently disable unattended downloads of 
> software/security updates?
>
>
> Unfortunately I mostly use email from my iPad (gmail app) and I
> haven't found a way to get plain text on it like one can from a real
> computer. Sometimes I go to my Linux laptop and force plain text, but
> normally I try to strip out what I can.
>

Don't get me wrong Tom. I'm perfectly fine with receiving emails in HTML 
format. It's just that a few years ago, when I sent emails with HTML 
formatting, Debian User Mailing List rejected them outright. It took me quite a 
while - about at least two months - trying to figure out why my sent 
HTML-formatted emails were rejected.

> This time i'm replying from my laptop so it **should** be plain text.
>
I am OK as long as Debian User Mailing List now accepts HTML-formatted emails.

Stella



Re: firefox problem (OT?) [Solved]

2021-06-03 Thread ghe2001
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Thank you all.  Copying .mozilla/firefox/ from the backup to ~/.mozilla/ made 
it all better.  Lots of funny file names and one called 'profile.' 
-- looked like a reasonable possibility.

Seems pretty obvious in retrospect :-)

--
Glenn English
-BEGIN PGP SIGNATURE-
Version: ProtonMail

wsBzBAEBCAAGBQJguUaVACEJEObKK1bRaqt3FiEExEbtoeXBeE9fruv35sor
VtFqq3dV9wgA8TcQQFCnp3nqC1hqUDzZKmVMbK4Y+F3z8tHFzJTByf/4zLVo
R5bhAZ2y8O9OMo2mMXaRsDxApgJZYhX5FvAMEeHdZJtEAfAvXIeCV8puBaG1
oIfymGq5AgyaARLU9rn5x0Dgu/T9k892fDswaVyZ+2IQQqvrCx6S4tSJAQPS
UKauN+Wj7cffpSFbQx9aBkCdT0C2alNopd20ZL7yE/TrGi0v+9VpfjPvnmWu
bYTHRUetqy6aOIxc517LhaaCv3IJLhfcsDQb7aMgVr9ZLI4lIGJGdp08JZnY
Ek5kltCa+a0EaJBHKGVbcEgrdoYf7c+WhWvIOQDumg5CaqS1D+yj3A==
=FWFj
-END PGP SIGNATURE-



Re: passwordless SSH

2021-06-03 Thread Frank Pikelner
It is much better to use SSH certificates, not a great deal of extra work,
but well worth it. Simplifies management and works well for automation.

Best,

Frank

On Thu, Jun 3, 2021 at 5:15 PM David Wright 
wrote:

> On Sat 29 May 2021 at 18:25:50 (-0400), Bob Weber wrote:
>
> > Now follow the instructions at:
> >
> > https://linuxize.com/post/how-to-setup-passwordless-ssh-login/
> >
> > You will need to follow those instructions for each linux server you
> > want to backup.  The .ssh directory will be under the directory listed
> > in the passwd file (/var/lib/backuppc).? DO NOT USE A PASSWORD TO
> > create the key pair files! They should go into the
> > /var/lib/backuppc/.ssh directory (only do this ONCE!).  In step 03.
> > the username should be root@ip-address (you will need root access on
> > that machine to backup all files from the backuppc user on the
> > backuppc server).  In step 04 you should be able to "ssh
> > root@ip-address" without a password.
>
> I do this as a matter of course when I set up my machines …
>
> > THESE COMMANDS ARE RUN ON EACH SERVER TO BE BACKED UP.
>
> … (not the backuppc stuff, but just the passwordless login) …
>
> > If yyou can't "ssh root@ip-address" without a password you may also
> need the line
> >
> > "PermitRootLogin yes"
> >
> > in the /etc/ssh/sshd_config file on each server to be backed up.
>
> I avoid this wrinkle with a trick that's especially simple when it's
> done first thing after installation (but it's easy at any time).
>
> On machine A:
>
>   # ssh-copy-id -i ~/.ssh/id_rsa.pub @hostB
>
> where the sysadminuser¹ is as yet unconfigured for passwordless
> login by ssh. On machine B, as sysadminuser:
>
>   $ /bin/su -
>   # mv -i /home//.ssh/authorized_keys /root/.ssh/
>   # chown 0.0 /root/.ssh/authorized_keys
>
> If sysadminuser already had some keys in authorized_keys,
> then root will need to edit the key from the last line of
> /home//.ssh/authorized_keys rather than just
> moving the file (and make sure you don't leave behind a
> backup in /home//.ssh/authorized_keys~).
>
> Alternatively, you can move sysadminuser's authorized_keys
> out of the way while you type the lines shown above, and then
> move it back. (Stay logged in to sysadminuser while you do this.)
>
> > If you want to you can follow the instructions at "Disabling SSH
> > Password Authentication".  Be very careful to follow the instructions
> > closely.  These are not needed to get backuppc running!  You will need
> > to be able to sudo into root from an unprivileged user to get root
> > access so be VERY careful to follow the instructions.
>
> ¹ I'm assuming root and sysadminuser are the same person, and others
>   don't (yet) have access to the machine.
>
> Cheers,
> David.
>
>


Re: passwordless SSH

2021-06-03 Thread David Wright
On Sat 29 May 2021 at 18:25:50 (-0400), Bob Weber wrote:

> Now follow the instructions at:
> 
> https://linuxize.com/post/how-to-setup-passwordless-ssh-login/
> 
> You will need to follow those instructions for each linux server you
> want to backup.  The .ssh directory will be under the directory listed
> in the passwd file (/var/lib/backuppc).? DO NOT USE A PASSWORD TO
> create the key pair files! They should go into the
> /var/lib/backuppc/.ssh directory (only do this ONCE!).  In step 03.
> the username should be root@ip-address (you will need root access on
> that machine to backup all files from the backuppc user on the
> backuppc server).  In step 04 you should be able to "ssh
> root@ip-address" without a password.

I do this as a matter of course when I set up my machines …

> THESE COMMANDS ARE RUN ON EACH SERVER TO BE BACKED UP.

… (not the backuppc stuff, but just the passwordless login) …

> If yyou can't "ssh root@ip-address" without a password you may also need the 
> line
> 
> "PermitRootLogin yes"
> 
> in the /etc/ssh/sshd_config file on each server to be backed up.

I avoid this wrinkle with a trick that's especially simple when it's
done first thing after installation (but it's easy at any time).

On machine A:

  # ssh-copy-id -i ~/.ssh/id_rsa.pub @hostB

where the sysadminuser¹ is as yet unconfigured for passwordless
login by ssh. On machine B, as sysadminuser:

  $ /bin/su -
  # mv -i /home//.ssh/authorized_keys /root/.ssh/
  # chown 0.0 /root/.ssh/authorized_keys

If sysadminuser already had some keys in authorized_keys,
then root will need to edit the key from the last line of
/home//.ssh/authorized_keys rather than just
moving the file (and make sure you don't leave behind a
backup in /home//.ssh/authorized_keys~).

Alternatively, you can move sysadminuser's authorized_keys
out of the way while you type the lines shown above, and then
move it back. (Stay logged in to sysadminuser while you do this.)

> If you want to you can follow the instructions at "Disabling SSH
> Password Authentication".  Be very careful to follow the instructions
> closely.  These are not needed to get backuppc running!  You will need
> to be able to sudo into root from an unprivileged user to get root
> access so be VERY careful to follow the instructions.

¹ I'm assuming root and sysadminuser are the same person, and others
  don't (yet) have access to the machine.

Cheers,
David.



Re: Unexplained freezes and crashes, nothing in /var/log/messages

2021-06-03 Thread David Wright
On Thu 03 Jun 2021 at 18:34:41 (+0100), Tixy wrote:
> On Thu, 2021-06-03 at 12:19 -0400, Polyna-Maude Racicot-Summerside wrote:
> > On 2021-06-03 11:27 a.m., Marc Auslander wrote:
> > > On 6/3/2021 10:20 AM, Ottavio Caruso wrote:
> > > > On 03/06/2021 09:09, Polyna-Maude Racicot-Summerside wrote:
> > > > I check the temperature regularly with sensors and it's usually
> > > > between 42 and 52 C.
> > > > 
> > > > Problem is I can't check the temperature while it's freezing.
> > > > 
> > > > You might run a background job that keeps writing the sensors to a file,
> > > say every 5 minutes, although a really don't know how quickly the
> > > temperature can change.

My own monitoring program logs the temperature (and battery)
every six seconds.

> > > That said, this sounds like a long shot to me.
> > > 
> > Temperature doesn't change in a matter of one or two minutes, unless you
> > have a real heat dissipation problem and you'll see in this case the
> > changes from the time you power it on the temperature will rise fast.
> 
> Only if workload stays the same and the system has reached equilibrium.
> Temperature can change in a matter of seconds if workload suddenly
> changes.
> 
> $ cat /sys/class/thermal/thermal_zone2/type
> x86_pkg_temp
> $ cat /sys/class/thermal/thermal_zone2/temp
> 47000
> $ while : ; do : ; done &
> [1] 4739
> $ cat /sys/class/thermal/thermal_zone2/temp
> 63000
> $ kill 4739
> $ cat /sys/class/thermal/thermal_zone2/temp
> 49000
> 
> That's 15C change in about second on this laptop. My desktop will go
> from drawing 17W from the mains when idle, to 160W when maxing out all
> 8 CPUs and temperature will jump about from 40C to 95C in a few
> seconds. 

I haven't managed that rate of rise on a laptop with two cores,
but it could certainly cook your thighs. The attached shows a profile
when I was running the browser on a weather radar site much of the
day. I don't recall whether the machine was switched off from 16:22
to 16:30, or just not running X, but it was certainly switched off
between 16:53 and 17:18 as I was fetching my wife from work through
flooded streets. (The day reached 29°C whereupon over 4 inches of
rain fell.)

Cheers,
David.


Re: rtlwifi/rtl8723befw_36.bin , rtlwifi/rtl8723befw.bin

2021-06-03 Thread Dan Ritter
srmillersrmil...@outlook.com wrote: 
> Utilizo un disco flash USB para instalar debian, la pantalla del monitor. 
> Parte de su hardware necesita archivos de firmware no libres para funcionar. 
> El firmware se puede cargar desde un medio extraíble, como una memoria USB o 
> un disquete. Los archivos de firmware que faltan son: rtlwifi / 
> rtl8723befw_36.bin, rtlwifi / rtl8723befw.bin. Si tiene ese medio disponible 
> ahora, insértelo y continúe. Qué tengo que hacer ? Me gustaría conocer los 
> pasos detallados.

Use:

https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/




rtlwifi/rtl8723befw_36.bin , rtlwifi/rtl8723befw.bin

2021-06-03 Thread srmillersrmil...@outlook.com
Utilizo un disco flash USB para instalar debian, la pantalla del monitor. Parte 
de su hardware necesita archivos de firmware no libres para funcionar. El 
firmware se puede cargar desde un medio extraíble, como una memoria USB o un 
disquete. Los archivos de firmware que faltan son: rtlwifi / 
rtl8723befw_36.bin, rtlwifi / rtl8723befw.bin. Si tiene ese medio disponible 
ahora, insértelo y continúe. Qué tengo que hacer ? Me gustaría conocer los 
pasos detallados.


Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-03 Thread Greg Wooledge
On Thu, Jun 03, 2021 at 03:18:31PM -0500, Tom Browder wrote:
> This time i'm replying from my laptop so it **should** be plain text.

It is.



Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-03 Thread Tom Browder
On Wed, Jun 2, 2021 at 20:48 Stella Ashburne  wrote:
...
> On a different topic, I noticed that you composed your email with HTML 
> formatting. I didn't know
> it is allowed by Debian User Mailing List.

Unfortunately I mostly use email from my iPad (gmail app) and I
haven't found a way to get plain text on it like one can from a real
computer. Sometimes I go to my Linux laptop and force plain text, but
normally I try to strip out what I can.

This time i'm replying from my laptop so it **should** be plain text.

Best,

-Tom



Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-03 Thread Stella Ashburne
Hi

Thanks for your help and time. I really appreciate it.

> Sent: Thursday, June 03, 2021 at 3:03 AM
> From: "Linux-Fan" 
> To: debian-user@lists.debian.org
> Subject: Re: How do I permanently disable unattended downloads of 
> software/security updates?
>

> > Anyway, I suspect that the OP might find some useful information from
> > this command:
> >
> > systemctl list-timers | grep apt

Below is the output of systemctl list-timers | grep apt

Thu 2021-06-03 20:29:30 GMT  9h leftThu 2021-06-03 09:18:00 GMT  1h 17min 
ago apt-daily.timer  apt-daily.service
Fri 2021-06-04 06:51:16 GMT  20h left   Thu 2021-06-03 09:18:00 GMT  1h 17min 
ago apt-daily-upgrade.timer  apt-daily-upgrade.service

>
> I am leaning towards the "DE explanation" -- that the upgrades are not
> caused by APT's own mechanisms but rather triggered by some DE through
> opaque means not visible in cron or systemd timers. I am not sure how I
> would go about identifying the cause there, except for checking the GUI
> configuration that all related options are turned off?
>
One of the posters provided me a link to the post in Unix StackExchange: 
https://unix.stackexchange.com/a/594287 and I have followed the instructions to 
disable PackageKit.

By the way, when I did a fresh minimal install of Debian Buster without 
installing the full Gnome DE about two years ago, I also installed the 
following packages: xorg gnome-core gnome-tweak-tool synaptic gedit gdebi 
file-roller



Re: firefox problem (OT?)

2021-06-03 Thread Dan Ritter
ghe2001 wrote: 
> Buster, Firefox-esr, apt says there's nothing to update.
> 
> Where does Firefox store the bookmarks?
> 
> I had to re-install yesterday, and everything seems to be working. Except my 
> years of web bookmarks are gone.  And I can't tell where they are in the 
> backups so I can put them back.
> 
> I put last week's .mozilla in my home dir, nothing.  I grep'ed the 
> .mozilla/firefox files for text that was in one of them, nope.  I searched 
> the web and got lots of hits, but they're all about restoring from a fully 
> working browser.
> 
> Thoughts?  Been there before?

I bet you've got a new profile, thanks to Mozilla continuing the
war on their own users.

Look in ~/.mozilla/firefox for strangely named directories.

Start firefox with -P  to use the profile manager. You may or
may not be able to go back to the old one.

-dsr-



Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-03 Thread Stella Ashburne
Hi,

Thanks for your help and effort. I really appreciate it.

> Sent: Thursday, June 03, 2021 at 4:02 AM
> From: l0f...@tuta.io
> To: "Debian User" 
> Subject: Re: How do I permanently disable unattended downloads of 
> software/security updates?
>
> Cannot remember if you have Gnome installed but you should have a look at 
> https://unix.stackexchange.com/a/594287, especially ALL the associated 
> comments (click on "Show 7 more comments").

After I have done a fresh minimal install of Debian, I installed the following 
packages:

xorg gnome-core gnome-tweak-tool synaptic gedit gdebi file-roller

As you can see from the above, I did not install the full Gnome desktop 
environment.

The link that you gave me leads to the post in which the description of the 
problem is similar to my issue. It contains helpful information and I have 
taken action based on what the contributors had written. I have disabled 
PackageKit. I have not purged gnome-software as advised by the contributor in 
said post. Why? I am afraid that purging gnome-software may cause my operating 
system to become unusable.

I shall keep you informed if after disabling PackageKit, automatic downloads of 
software/security updates still take place.



Re: firefox problem (OT?)

2021-06-03 Thread Felix Miata
ghe2001 composed on 2021-06-03 18:27 (UTC):

> Where does Firefox store the bookmarks?   
> 
places.sqlite and bookmarksbackup/.
-- 
Evolution as taught in public schools is, like religion,
based on faith, not based on science.

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata



Re: firefox problem (OT?)

2021-06-03 Thread Nicolas George
ghe2001 (12021-06-03):
> Where does Firefox store the bookmarks?

places.sqlite in your profile directory.

Regards,

-- 
  Nicolas George


signature.asc
Description: PGP signature


firefox problem (OT?)

2021-06-03 Thread ghe2001
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Buster, Firefox-esr, apt says there's nothing to update.

Where does Firefox store the bookmarks?

I had to re-install yesterday, and everything seems to be working. Except my 
years of web bookmarks are gone.  And I can't tell where they are in the 
backups so I can put them back.

I put last week's .mozilla in my home dir, nothing.  I grep'ed the 
.mozilla/firefox files for text that was in one of them, nope.  I searched the 
web and got lots of hits, but they're all about restoring from a fully working 
browser.

Thoughts?  Been there before?

--
Glenn English


-BEGIN PGP SIGNATURE-
Version: ProtonMail

wsBzBAEBCAAGBQJguR8tACEJEObKK1bRaqt3FiEExEbtoeXBeE9fruv35sor
VtFqq3cXRAf/RRJwD92jCpEZejAAyQCSbhOqEh1TWWHiEd806BsKSd5KJtT0
tgqCPXqs4xdoSvpAoACs+x98aKPqxifkSvvKHZYRLJiV9T46svZDhbc/eAGx
5nwC+f2MBgc50t4Cffz6i50N6SuHfQ+dx5MHWAFpgNfZ4Ne/lgbox1miS82j
c9rhVNQ/L+tuJmcjM+Z2pw3Plq4smf9vKWJkoUi6FqlkPU0JTelzGED03wSS
4SaMiLGeuFGFDiG6oqfxGguUciIbiLv3Rs6SSMhw0yKSuYi2cCGsBSn7y3kM
9o917T/hJXtXoJ7YaBS1/F6+Jfbv2z0Tio47mj51Srj+bNpThtFWDw==
=UGNJ
-END PGP SIGNATURE-



Re: Boot Repair

2021-06-03 Thread Dan Ritter
Martin McCormick wrote: 
>   This is actually a systemic problem these days when
> dealing with sick machines.  Nobody is selling new desktops
> with RS-232 native serial ports and that is fine as long as
> there is an alternative way such as a bluetooth interface or ssh
> network connection.  The dream solution would be a local network
> login covering all the lights-out conditions such as BIOS
> configuration and failure to boot as in this situation where grub
> is confused.

I find serial ports frequently on:

NUC-style machines (not always, but often)
servers (always)
Supermicro motherboards

>   For folks who are blind, you treat all those things as if
> they were halfway round the Earth instead of sitting less than 1
> meter apart.  They are all headless even if I can extend my arms
> and touch both machines.

You might consider getting someone to build you machines based
off of used server motherboards -- that way you will always have
full access to a text console covering BIOS function, booting,
and so forth.

Anything claiming to support IPMI (generic), iDRAC (Dell) or iLO (HP) 
should work nicely for this. Everyone complains that servers are
loud, but it's entirely an artifact of being in a short case
with high-speed fans. Build a desktop-sized system with a server
motherboard and it can be as quiet (or better!) than the next PC
over.

-dsr-



Re: Unexplained freezes and crashes, nothing in /var/log/messages

2021-06-03 Thread Tixy
On Thu, 2021-06-03 at 12:19 -0400, Polyna-Maude Racicot-Summerside wrote:
> Hi,
> 
> On 2021-06-03 11:27 a.m., Marc Auslander wrote:
> > On 6/3/2021 10:20 AM, Ottavio Caruso wrote:
> > > On 03/06/2021 09:09, Polyna-Maude Racicot-Summerside wrote:
> > > I check the temperature regularly with sensors and it's usually
> > > between 42 and 52 C.
> > > 
> > > Problem is I can't check the temperature while it's freezing.
> > > 
> > > You might run a background job that keeps writing the sensors to a file,
> > say every 5 minutes, although a really don't know how quickly the
> > temperature can change.
> > 
> > That said, this sounds like a long shot to me.
> > 
> Temperature doesn't change in a matter of one or two minutes, unless you
> have a real heat dissipation problem and you'll see in this case the
> changes from the time you power it on the temperature will rise fast.

Only if workload stays the same and the system has reached equilibrium.
Temperature can change in a matter of seconds if workload suddenly
changes.

$ cat /sys/class/thermal/thermal_zone2/type
x86_pkg_temp
$ cat /sys/class/thermal/thermal_zone2/temp
47000
$ while : ; do : ; done &
[1] 4739
$ cat /sys/class/thermal/thermal_zone2/temp
63000
$ kill 4739
$ cat /sys/class/thermal/thermal_zone2/temp
49000

That's 15C change in about second on this laptop. My desktop will go
from drawing 17W from the mains when idle, to 160W when maxing out all
8 CPUs and temperature will jump about from 40C to 95C in a few
seconds. 

-- 
Tixy



Re: Boot Repair

2021-06-03 Thread Martin McCormick
Weaver  writes:
> Well, let us know how it goes, because I've noted a few visually
> disadvantaged users on the list, and they would find the reference
> useful.

I have found out that grub is very accessible if one has
defined a serial console and there is a working serial port on
the target system.  In this case, both conditions are true.

The next thing one needs is a talking terminal which is
no problem if one has another computer equipped with a serial
terminal program like microcom or what I consider the gold
standard, kermit which apparently has too many dependencies to be
part of the Debian distributions any more.  Kermit has a decent
scripting language so one can save the commands that work, even
the commands that involve entering a huge string in which one
typo means completely starting over again.

This means you can completely repeat all the things that
work each time and feed it all in again in a fraction of a
second.  Talk about working smarter as opposed to harder.

While I call kermit the gold standard, the gold standard
for scripting is expect so one can call unix applications from
the login shell to any valid command, read the output and
generate commands as if one was there.  You can even simulate
human typing rhythms to defeat attempts to detect robots.  I'd
love to see a good CAPTCHA solver with OCR that was so good that
CAPTCHA designers would go out and find honest work but I digress.

This is actually a systemic problem these days when
dealing with sick machines.  Nobody is selling new desktops
with RS-232 native serial ports and that is fine as long as
there is an alternative way such as a bluetooth interface or ssh
network connection.  The dream solution would be a local network
login covering all the lights-out conditions such as BIOS
configuration and failure to boot as in this situation where grub
is confused.

Before I retired, some of our newest servers used
management interfaces and ipmitool where one could turn power on
and off, do BIOS setups and other configuration remotely.  It was
so cool to be able to do those things on a system in another town
without leaving the chair or grabbing a go bag and blowing a
whole day just to flip a couple of switches.  Of course,  
if it was that simple, we usually could call someone we trusted
at one of our remote campuses and ask them to flip the switches
but I'm sure you see the advantage of remote management.

For folks who are blind, you treat all those things as if
they were halfway round the Earth instead of sitting less than 1
meter apart.  They are all headless even if I can extend my arms
and touch both machines.

I think the grubdisk2 GUI app is basically a lost cause
but that's the rule when dealing with accessibility.  When
it's done wrong, you chase down endless rabbit holes all day and
muse as to how there must be some way to turn the sausage machine
backwards and have live farm animals running away from the
other end.

There was an American country and Western song back in
the early seventies which had a line at the end of each verse
that went,

"Work your fingers to the bone
What do ya' get?
Bony fingers."

I think the best course right now is to take my bony
fingers and workup a kermit script to interact with grub and get
it to produce one boot and then use the running system and grub
to fix itself.  So far, nothing else is less work.

I do appreciate your telling me about grubdisk2 because
sometimes, these things turn out to be life savers and you have
to try the rabbit holes to know for sure.

Martin



Re: Unexplained freezes and crashes, nothing in /var/log/messages

2021-06-03 Thread Polyna-Maude Racicot-Summerside
Hi,

On 2021-06-03 11:27 a.m., Marc Auslander wrote:
> On 6/3/2021 10:20 AM, Ottavio Caruso wrote:
>> On 03/06/2021 09:09, Polyna-Maude Racicot-Summerside wrote:
>> I check the temperature regularly with sensors and it's usually
>> between 42 and 52 C.
>>
>>
>> Problem is I can't check the temperature while it's freezing.
>>
>>
> You might run a background job that keeps writing the sensors to a file,
> say every 5 minutes, although a really don't know how quickly the
> temperature can change.
> 
> That said, this sounds like a long shot to me.
> 
Temperature doesn't change in a matter of one or two minutes, unless you
have a real heat dissipation problem and you'll see in this case the
changes from the time you power it on the temperature will rise fast.
-- 
Polyna-Maude R.-Summerside
-Be smart, Be wise, Support opensource development



OpenPGP_signature
Description: OpenPGP digital signature


Re: Unexplained freezes and crashes, nothing in /var/log/messages

2021-06-03 Thread Marc Auslander

On 6/3/2021 10:20 AM, Ottavio Caruso wrote:

On 03/06/2021 09:09, Polyna-Maude Racicot-Summerside wrote:
I check the temperature regularly with sensors and it's usually between 
42 and 52 C.



Problem is I can't check the temperature while it's freezing.


You might run a background job that keeps writing the sensors to a file, 
say every 5 minutes, although a really don't know how quickly the 
temperature can change.


That said, this sounds like a long shot to me.



Re: Best remote client+server setup for ~10 users?

2021-06-03 Thread Jim Popovitch
On Thu, 2021-06-03 at 07:14 -0400, Dan Ritter wrote:
> Jim Popovitch wrote: 
> > On June 2, 2021 11:06:29 PM UTC, Dan Ritter  wrote:
> > > Jim Popovitch wrote: 
> > > > I need a FOSS remote desktop solution for around 10 users, back to a 
> > > > central server.  The client connections will be broadband over OpenVPN 
> > > > with an avg latency of 45ms (WFH).
> > > > 
> > > 
> > > I'm going to assume you have a reasonably powerful Debian server
> > > as the host for these 10 remote desktops.
> > > 
> > > What can you tell us about the client machines?
> > > 
> > > Also, are you locked into OpenVPN for some reason?
> > > 
> > > -dsr-
> > > 
> > 
> > Clients are the mostly Ubuntu, Debian, but 2 are Win10.  Server is a beefy 
> > Debian VDS, this is shared dev environment. I thougt about using SSH 
> > tunnels, what other options are there?
> 
> You could, should, consider Wireguard.
> 
> - It's faster (less overhead) than OpenVPN
> - Config requirements are similar to SSH, rather than OpenVPN
> - Easier to add/drop clients than OpenVPN
> - Available for all the OSs you mention, and will be in-kernel
>   in the next major revisions
> 
> You can use any of the remote desktop protocols over the
> pseudo-ethernet interface that Wireguard creates. X11, VNC,
> Spice, RDP...
> 
> xserver-xspice might be the right choice here. Debian and Ubuntu
> have virt-viewer clients for spice, Windows and other OS have
> clients here: https://www.spice-space.org/download.html

Thanks for that Dan, that experienced feedback is exactly what I was
looking for.

-Jim P.




Trunk-bond-vlan-bridge on KVM and LXC host Stretch x Buster

2021-06-03 Thread debbug

 
Hello,
in Stretch I have done this by Debian way with /etc/network/interfaces an it 
goes well.
The same configuration in Buster is interpreted differently and doesn't work.
 
Config from interfaces:

auto lo
iface lo inet loopback
 
 
allow-hotplug ens3f0
iface ens3f0 inet manual
 
# The primary network interface
allow-hotplug ens3f1
iface ens3f1 inet manual
 
 
auto bond0
iface bond0 inet manual
bond-slaves ens3f0 ens3f1
bond-mode 1 
# bond-arp-validate all
# Specifies the MII link monitoring frequency in milliseconds. This determines 
how often the link state of each slave is inspected for link failures. 
# bond-miimon 500
bond-downdelay 500
# Specifies the time, in milliseconds, to wait before disabling a slave after a 
link failure has been detected.
bond-updelay 500
bond-primary ens3f1
bond-arp-interval 5000
bond-arp-ip-target 10.5.75.1
 
 
 
iface bond0.20 inet manual
iface bond0.21 inet manual
 
 
auto br0.20
iface br0.20 inet static
address 10.5.75.138
netmask 255.255.255.0
network 10.5.75.0
broadcast 10.5.75.255
gateway 10.5.75.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 10.5.64.4 10.5.65.4
dns-search domain.org
bridge_ports bond0.20
bridge_fd 0
bridge_maxwait 0
bridge_stp off
 
auto br0.21
iface br0.21 inet manual
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 10.5.64.4 10.5.65.4
dns-search domain.org
bridge_ports bond0.21
 
 
auto br0
iface br0 inet manual
bridge_ports bond0
bridge_fd 0
bridge_maxwait 0
bridge_stp off
bridge_vlan_aware yes
---
 
Interfaces in Stretch are generated :
 
bridge link
11: bond0 state UP :  mtu 1500 master 
br0 state forwarding priority 32 cost 2 
12: bond0.20 state UP @bond0:  mtu 1500 master 
br0.20 state forwarding priority 32 cost 2 
14: bond0.21 state UP @bond0:  mtu 1500 master 
br0.21 state forwarding priority 32 cost 2 
 
brctl show
bridge name bridge id STP enabled interfaces
br0 8000.001b21da10c0 no bond0
br0.20 8000.001b21da10c0 no bond0.20
br0.21 8000.001b21da10c0 no bond0.21
 
 
ip a s
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host 
valid_lft forever preferred_lft forever
2: ens3f0:  mtu 1500 qdisc mq master 
bond0 state UP group default qlen 1000
link/ether 00:1b:21:da:10:c0 brd ff:ff:ff:ff:ff:ff
5: ens3f1:  mtu 1500 qdisc mq master 
bond0 state UP group default qlen 1000
link/ether 00:1b:21:da:10:c0 brd ff:ff:ff:ff:ff:ff
11: bond0:  mtu 1500 qdisc noqueue 
master br0 state UP group default qlen 1000
link/ether 00:1b:21:da:10:c0 brd ff:ff:ff:ff:ff:ff
12: bond0.20@bond0:  mtu 1500 qdisc noqueue 
master br0.20 state UP group default qlen 1000
link/ether 00:1b:21:da:10:c0 brd ff:ff:ff:ff:ff:ff
13: br0.20:  mtu 1500 qdisc noqueue state UP 
group default qlen 1000
link/ether 00:1b:21:da:10:c0 brd ff:ff:ff:ff:ff:ff
inet 10.5.75.137/24 brd 10.5.75.255 scope global br0.20
valid_lft forever preferred_lft forever
inet6 fe80::21b:21ff:feda:10c0/64 scope link 
valid_lft forever preferred_lft forever
14: bond0.21@bond0:  mtu 1500 qdisc noqueue 
master br0.21 state UP group default qlen 1000
link/ether 00:1b:21:da:10:c0 brd ff:ff:ff:ff:ff:ff
15: br0.21:  mtu 1500 qdisc noqueue state UP 
group default qlen 1000
link/ether 00:1b:21:da:10:c0 brd ff:ff:ff:ff:ff:ff
inet6 fe80::21b:21ff:feda:10c0/64 scope link 
valid_lft forever preferred_lft forever
16: br0:  mtu 1500 qdisc noqueue state UP 
group default qlen 1000
link/ether 00:1b:21:da:10:c0 brd ff:ff:ff:ff:ff:ff
inet6 fe80::21b:21ff:feda:10c0/64 scope link 
valid_lft forever preferred_lft forever
 
 
On Stretch this config operates as the first case of "Adding VLANs to the mix – the 
usual guest access mode" of DAVID VASSALLO'S BLOG
 
https://blog.davidvassallo.me/2012/05/05/kvm-brctl-in-linux-bringing-vlans-to-the-guests/
 
 
But in Buster devices generated as:
 
root@blade2:~# bridge link
8: bond0:  mtu 1500 master br0 state 
forwarding priority 32 cost 2 
 
root@blade2:~# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.9295da8a5326 no bond0
 
 
root@blade2:~# ip a s
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host 
valid_lft forever preferred_lft forever
3: ens3f0:  mtu 1500 qdisc mq master 
bond0 state UP group default qlen 1000
link/ether 92:95:da:8a:53:26 brd ff:ff:ff:ff:ff:ff
4: ens3f1:  mtu 1500 qdisc mq master 
bond0 state UP group default qlen 1000
link/ether 92:95:da:8a:53:26 brd ff:ff:ff:ff:ff:ff
8: bond0:  mtu 1500 qdisc noqueue 
master br0 state UP group default qlen 1000
link/ether 92:95:da:8a:53:26 brd ff:ff:ff:ff:ff:ff
9: br0:  mtu 1500 qdisc noqueue state UP group 
default qlen 1000
link/e

Re: Openvpn 2fa google

2021-06-03 Thread Gokan Atmaca
the error is as follows.  Verification code is correct.

-% error:
openvpn(pam_google_authenticator)[16239]: Invalid verification code for usi21

On Wed, Jun 2, 2021 at 10:58 PM Gokan Atmaca  wrote:
>
> Hello
>
> I use Google for 2FA. My configuration is as follows. However, I could
> not log in. Stn. When I configure it with TLS I am able to login. But
> unfortunately it doesn't work when I add 2fa. What could be the
> problem ?
>
> -% error:
> TLS Auth Error: Auth Username/Password verification failed for peer
>
> -% Pam_config:
> auth required /usr/lib/x86_64-linux-gnu/security/pam_google_authenticator.so
> secret=/etc/openvpn/google-authenticator/${USER} forward_pass
> accountrequired pam_permit.so
>
> -% usr_create:
> sudo su -c "google-authenticator -t -d -r3 -R30 -f -l \"My VPN\" -s
> /etc/openvpn/google-authenticator/client2981" - gauth
>
>
>
> Thanks.
>
> --
> ⢀⣴⠾⠻⢶⣦⠀
> ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
> ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
> ⠈⠳⣄



Re: Best remote client+server setup for ~10 users?

2021-06-03 Thread Dan Ritter
Jim Popovitch wrote: 
> On June 2, 2021 11:06:29 PM UTC, Dan Ritter  wrote:
> >Jim Popovitch wrote: 
> >> I need a FOSS remote desktop solution for around 10 users, back to a 
> >> central server.  The client connections will be broadband over OpenVPN 
> >> with an avg latency of 45ms (WFH).
> >> 
> >
> >I'm going to assume you have a reasonably powerful Debian server
> >as the host for these 10 remote desktops.
> >
> >What can you tell us about the client machines?
> >
> >Also, are you locked into OpenVPN for some reason?
> >
> >-dsr-
> >
> 
> Clients are the mostly Ubuntu, Debian, but 2 are Win10.  Server is a beefy 
> Debian VDS, this is shared dev environment. I thougt about using SSH tunnels, 
> what other options are there?


You could, should, consider Wireguard.

- It's faster (less overhead) than OpenVPN
- Config requirements are similar to SSH, rather than OpenVPN
- Easier to add/drop clients than OpenVPN
- Available for all the OSs you mention, and will be in-kernel
  in the next major revisions

You can use any of the remote desktop protocols over the
pseudo-ethernet interface that Wireguard creates. X11, VNC,
Spice, RDP...

xserver-xspice might be the right choice here. Debian and Ubuntu
have virt-viewer clients for spice, Windows and other OS have
clients here: https://www.spice-space.org/download.html

-dsr-



Re: Unexplained freezes and crashes, nothing in /var/log/messages

2021-06-03 Thread Polyna-Maude Racicot-Summerside
Hi,

On 2021-06-03 4:17 a.m., Andrei POPESCU wrote:
> On Jo, 03 iun 21, 08:51:06, Ottavio Caruso wrote:
>>
>> $ sudo inxi -FzCDMm
>> System:
>>   Host: e130 Kernel: 4.19.0-8-amd64 x86_64 bits: 64 Desktop: Cinnamon 4.4.8
>>   Distro: LMDE 4 Debbie
> 
> Can you reproduce the issue on Debian?
> 
> Do CapsLock / NumLed or similar LEDs react (provided there are any)?
> 
> Can you ssh into the system, or does it even react to pings from another 
> machine?
> 
>> Drives:
>>   Local Storage: total: 465.76 GiB used: 206.22 GiB (44.3%)
>>   ID-1: /dev/sda vendor: Hitachi model: HTS725050A7E630 size: 465.76 
>>   GiB
> 
> You might want to do a thorough check of the HDD.
> 
> Even if it turns out its ok, provided the rest of the hardware is still 

> good, you should consider replacing the HDD with an SSD. The speed 
> increase will be significant.
> 
> Maxing out the RAM (if any changes are possible) is also a good idea.
> 
Sorry ! But this is irrelevant... When you have a broken piece of
hardware (or faultry), you first find what's not going good before
investing funds into this machine...
You are telling this guy, go out and invest on something that maybe faulty.
So go buys RAM (that may not be easily transferred) for a laptop that
maybe the motherboard is starting to be faulty, like problem with
capacitors or cold solder.

The RAM and HDD are relevant if and only if, what he describe as a
freezes / crashes ain't one but is more of a huge lag with endless waiting.

> Kind regards,
> Andrei
> 

-- 
Polyna-Maude R.-Summerside
-Be smart, Be wise, Support opensource development



OpenPGP_signature
Description: OpenPGP digital signature


Re: Unexplained freezes and crashes, nothing in /var/log/messages

2021-06-03 Thread Andrei POPESCU
On Jo, 03 iun 21, 08:51:06, Ottavio Caruso wrote:
> 
> $ sudo inxi -FzCDMm
> System:
>   Host: e130 Kernel: 4.19.0-8-amd64 x86_64 bits: 64 Desktop: Cinnamon 4.4.8
>   Distro: LMDE 4 Debbie

Can you reproduce the issue on Debian?

Do CapsLock / NumLed or similar LEDs react (provided there are any)?

Can you ssh into the system, or does it even react to pings from another 
machine?

> Drives:
>   Local Storage: total: 465.76 GiB used: 206.22 GiB (44.3%)
>   ID-1: /dev/sda vendor: Hitachi model: HTS725050A7E630 size: 465.76 
>   GiB

You might want to do a thorough check of the HDD.

Even if it turns out its ok, provided the rest of the hardware is still 
good, you should consider replacing the HDD with an SSD. The speed 
increase will be significant.

Maxing out the RAM (if any changes are possible) is also a good idea.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser


signature.asc
Description: PGP signature


Re: Unexplained freezes and crashes, nothing in /var/log/messages

2021-06-03 Thread Polyna-Maude Racicot-Summerside
When you say "it freeze".
How long have you waited before "pulling the plug" or considering other
way of powering off ?

Have you checked the temperature of your CPU after leaving it running
for a while. Laptop end up with lot of dirt inside and this is not good
for thermal conductivity. So they tend to heat up when they get older
(and not cleaned).

If your system freeze it may be some problem caused by overheating. On
the long run, capacitor get tricky and solder may become problematic.

But first, is this happening only when you have been using the system
for a while ? Because this could point to a problem of overheating.

What are asking here anyway is pretty tough. As we don't have your
hardware in front of us.

On 2021-06-03 3:51 a.m., Ottavio Caruso wrote:
> On 03/06/2021 08:04, Andrei POPESCU wrote:
>> On Jo, 03 iun 21, 07:49:32, Ottavio Caruso wrote:
>>> Debian Buster here. My laptop is aging and has only 4BG Ram, however
>>> that
>>> should be sufficient for a couple of instances of Firefox (no streaming,
>>> etc) and an instance of Chromium.
>>>
>>> It has happened a few times in the last few days that the system becomes
>>> irresponsive, the screen is frozen, I can't shut X down nor go into text
>>> mode. I can't hear any drive activity.
>>
>> Does this imply all drives are rotating?
>>
>> Anyway, more information on the hardware might help.
> 
> 
> $ sudo inxi -FzCDMm
> System:
>  Host: e130 Kernel: 4.19.0-8-amd64 x86_64 bits: 64 Desktop: Cinnamon 4.4.8
>  Distro: LMDE 4 Debbie
> Machine:
>  Type: Laptop System: LENOVO product: 33588QG v: ThinkPad Edge E130
>  serial: 
>  Mobo: LENOVO model: 33588QG v: Win8 Pro DPK TPG serial: 
>  UEFI: LENOVO v: H4ET98WW (2.58 ) date: 08/24/2016
> Battery:
>  ID-1: BAT1 charge: 45.1 Wh condition: 58.2/62.2 Wh (94%)
> Memory:
>  RAM: total: 3.70 GiB used: 1.77 GiB (47.7%)
>  Array-1: capacity: 16 GiB slots: 2 EC: None
>  Device-1: ChannelA-DIMM0 size: 2 GiB speed: 1067 MT/s
>  Device-2: ChannelB-DIMM0 size: 2 GiB speed: 1067 MT/s
> CPU:
>  Topology: Dual Core model: Intel Core i3-3217U bits: 64 type: MT MCP
>  L2 cache: 3072 KiB
>  Speed: 951 MHz min/max: 800/1800 MHz Core speeds (MHz): 1: 1229 2: 997
>  3: 1139 4: 1385
> Graphics:
>  Device-1: Intel 3rd Gen Core processor Graphics driver: i915 v: kernel
>  Display: server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa
>  resolution: 1366x768~60Hz
>  OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 18.3.6
> Audio:
>  Device-1: Intel 7 Series/C216 Family High Definition Audio
>  driver: snd_hda_intel
>  Sound Server: ALSA v: k4.19.0-8-amd64
> Network:
>  Device-1: Intel Centrino Wireless-N 2230 driver: iwlwifi
>  IF: wlp3s0 state: up mac: 
>  Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
>  driver: r8169
>  IF: enp9s0 state: down mac: 
>  Device-3: Ericsson Business Mobile Networks BV H5321 gw Mobile Broadband
>  Driver
>  type: USB driver: cdc_acm,cdc_ncm,cdc_wdm
>  IF: wwp0s29u1u6i6 state: down mac: 
> Drives:
>  Local Storage: total: 465.76 GiB used: 206.22 GiB (44.3%)
>  ID-1: /dev/sda vendor: Hitachi model: HTS725050A7E630 size: 465.76 GiB
> Partition:
>  ID-1: / size: 47.81 GiB used: 13.96 GiB (29.2%) fs: ext4 dev: /dev/sda5
>  ID-2: /home size: 46.45 GiB used: 24.20 GiB (52.1%) fs: ext4
>  dev: /dev/sda8
>  ID-3: swap-1 size: 8.08 GiB used: 245.6 MiB (3.0%) fs: swap dev: /dev/sda7
> Sensors:
>  System Temperatures: cpu: 53.0 C mobo: 0.0 C
>  Fan Speeds (RPM): cpu: 600
> Info:
>  Processes: 200 Uptime: 1d 10h 29m Shell: bash inxi: 3.0.32
> 
> 
> 

-- 
Polyna-Maude R.-Summerside
-Be smart, Be wise, Support opensource development



OpenPGP_signature
Description: OpenPGP digital signature


Re: Unexplained freezes and crashes, nothing in /var/log/messages

2021-06-03 Thread Andrei POPESCU
On Jo, 03 iun 21, 07:49:32, Ottavio Caruso wrote:
> Debian Buster here. My laptop is aging and has only 4BG Ram, however that
> should be sufficient for a couple of instances of Firefox (no streaming,
> etc) and an instance of Chromium.
> 
> It has happened a few times in the last few days that the system becomes
> irresponsive, the screen is frozen, I can't shut X down nor go into text
> mode. I can't hear any drive activity. 

Does this imply all drives are rotating?

Anyway, more information on the hardware might help.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser


signature.asc
Description: PGP signature