Re: How can I find packages manually installed using "dpkg -i"?

2023-10-02 Thread tomas
On Mon, Oct 02, 2023 at 11:24:04PM -0500, David Wright wrote: [...] > If you have complete logs and try this, presumably coming up with a > sorted list of apt-installed packages (remembering --unique) from its > history, and a similar list from the ' install ' lines in dpkg.log*, > bear in mind t

Re: How can I find packages manually installed using "dpkg -i"?

2023-10-02 Thread David Wright
On Mon 02 Oct 2023 at 16:00:57 (+0200), to...@tuxteam.de wrote: > On Mon, Oct 02, 2023 at 09:52:39AM -0400, Greg Wooledge wrote: > > On Mon, Oct 02, 2023 at 09:43:39AM -0400, The Wanderer wrote: > > > On 2023-10-02 at 09:28, Ottavio Caruso wrote: > > > > Yeah, the one for which I had to manually us

Re: XFCE4 without panels

2023-10-02 Thread Mike Castle
I just tried this in a VM and it seemed to work. >From a command line: xfce4-panel -q find ~/.config | grep panel Remove the xfce4-panel.xml (I also removed the empty directory just named panel.) The lack of panels seems to have survived a reboot. I don't know if it is sufficient for every va

Re: swap-fle on arm64, need to disable, how?

2023-10-02 Thread Max Nikulin
On 02/10/2023 03:01, hw wrote: Once you figured it out, you add sufficent amounts of RAM and use zram. Is it possible for *Pi boards? Even laptops may have soldered RAM with no spare slots. ZRAM may be fast, but if you need, say +2G in comparison to physical RAM size, the chance of success

Re: Debian live boot corrupting secure boot

2023-10-02 Thread Jeffrey Walton
On Thu, Sep 28, 2023 at 12:10 AM Valerio Vanni wrote: > > On Wed, 27 Sep 2023 09:54:31 +0700 Max Nikulin wrote: > > I found the issue on latest versions of Clonezilla, but then I tried > > > >^^ > > with plain Debian live and the behavior is the same. > > > > D

Same Debian, different hardware = different OpenGL version?

2023-10-02 Thread Anders Andersson
I recently installed Debian stable on my old desktop and my trusty old Thinkpad X200, without messing with any driver settings. Both are running the default gnome desktop with the same kernel. I installed the terminal emulator 'kitty' from the main repository on both machines but it only works on

Re: btrfs snapshots (of root file system)?

2023-10-02 Thread Anders Andersson
On Sun, Oct 1, 2023 at 7:20 AM hw wrote: > > Hi, Hello! I'm not going into much detail but maybe I can guide you to better be able to find what you want. > with btrfs, how do I make a snapshot of the root file system? The > purpose is to update software and being able to go back to a previous >

Re: systemctl status mariadb - Access denied for user root at localhost using password NO

2023-10-02 Thread Andy Smith
Hello, On Mon, Oct 02, 2023 at 04:45:25PM +0300, Petros Pap wrote: > root@server:~# mysql -u root > ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using > password: NO) I believe that the Debian packaging of MariaDB is by default set up to allow socket authentication for root@loca

Re: Debian live boot corrupting secure boot

2023-10-02 Thread Valerio Vanni
Il 02/10/2023 18:45, Max Nikulin ha scritto: At least a warning "I'm going to blacklist something, do you want to continue?". It is just speculation. To show a warning you need to execute some code. Yes, but I would trust a code that asks before doing some potentially disruptive change. I

Re: Debian live boot corrupting secure boot

2023-10-02 Thread Max Nikulin
On 30/09/2023 20:53, Valerio Vanni wrote: Il 29/09/2023 05:39, Max Nikulin ha scritto: That is why I am suggesting to check for discussions related to shim & grub and to ask people involved into their development. I'll try. I don't feel confortable at the idea that a live environment could d

Re: Debian will not boot any more, wrong UUID

2023-10-02 Thread Hans
Am Montag, 2. Oktober 2023, 17:03:57 CEST schrieb Curt: > On 2023-09-30, Hans wrote: > > Second: The setting of AHCI has disappeared, so I can not change the > > settings in BIOS. And: the BIOS can not be reflashed! > > I've read that on some Acer machines the procedure is: > > 'Main' BIOS tab/c

[SOLVED] Re: Debian will not boot any more, wrong UUID

2023-10-02 Thread Hans
Am Montag, 2. Oktober 2023, 10:42:42 CEST schrieb Steve McIntyre: Hi Steve and all ones who helped me. I had to search a solution for my problem and so I dind the following: 1. After I spoke to my customer, i installed Debian_12 to the second harddrive. And yes, it is a normal SSD and slower tha

Re: Debian will not boot any more, wrong UUID

2023-10-02 Thread Curt
On 2023-09-30, Hans wrote: > > Second: The setting of AHCI has disappeared, so I can not change the settings > in BIOS. And: the BIOS can not be reflashed! > I've read that on some Acer machines the procedure is: 'Main' BIOS tab/ctrl+s (as suggested by Steve and Jeffrey)/toggle VMD Controller t

Re: [SOLVED] Samba+Kerberos inside LXC container...

2023-10-02 Thread nimrod
I've found a decent workaround for this issue. I set a public IP for the container and put it in the DNS with hostname "samba". Et voilà: $ smbclient //samba/dati -k WARNING: The option -k|--kerberos is deprecated! Try "help" to get a list of possible commands. smb: \> The share is also perfect

Re: How can I find packages manually installed using "dpkg -i"?

2023-10-02 Thread The Wanderer
On 2023-10-02 at 09:52, Greg Wooledge wrote: > On Mon, Oct 02, 2023 at 09:43:39AM -0400, The Wanderer wrote: > >> On 2023-10-02 at 09:28, Ottavio Caruso wrote: >> >>> Yeah, the one for which I had to manually use "dpkg -i". >> >> That information is not tracked. >> >> What is tracked is "the p

systemctl status mariadb - Access denied for user root at localhost using password NO

2023-10-02 Thread Petros Pap
-- System Information: Debian GNU/Linux 12 (bookworm) Linux server 6.1.0-12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.52-1 (2023-09-07) x86_64 GNU/Linux Version: systemd 252 (252.12-1~deb12u1) +PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FI

Re: How can I find packages manually installed using "dpkg -i"?

2023-10-02 Thread tomas
On Mon, Oct 02, 2023 at 09:52:39AM -0400, Greg Wooledge wrote: > On Mon, Oct 02, 2023 at 09:43:39AM -0400, The Wanderer wrote: > > On 2023-10-02 at 09:28, Ottavio Caruso wrote: > > > Yeah, the one for which I had to manually use "dpkg -i". > > > > That information is not tracked. > > > > What is

Re: How can I find packages manually installed using "dpkg -i"?

2023-10-02 Thread Greg Wooledge
On Mon, Oct 02, 2023 at 09:43:39AM -0400, The Wanderer wrote: > On 2023-10-02 at 09:28, Ottavio Caruso wrote: > > Yeah, the one for which I had to manually use "dpkg -i". > > That information is not tracked. > > What is tracked is "the package versions known to be available from each > registered

Re: How can I find packages manually installed using "dpkg -i"?

2023-10-02 Thread The Wanderer
On 2023-10-02 at 09:28, Ottavio Caruso wrote: > Am 02/10/2023 um 10:12 schrieb Marco M.: > >> That means it cannot be found in the currently enables repos. >> >> Do you want to list such packages > > Yeah, the one for which I had to manually use "dpkg -i". That information is not tracked. Wha

Re: How can I find packages manually installed using "dpkg -i"?

2023-10-02 Thread Marco M.
Am 02.10.2023 um 13:28:05 Uhr schrieb Ottavio Caruso: > Yeah, the one for which I had to manually use "dpkg -i". I don't know a way to only show them. Every package has the attribute "automatically installed". Every package you manually installed doesn't have that.

Re: Segmentation fault in Chromium

2023-10-02 Thread Marco M.
Am 02.10.2023 um 13:16:24 Uhr schrieb Richmond: > I received a segmentation fault from chromium. Would it be logged > anywhere? Install gdb and run it with that to get more information.

Segmentation fault in Chromium

2023-10-02 Thread Richmond
I received a segmentation fault from chromium. Would it be logged anywhere? I searched journalctl but no mention of it. Chromium 117.0.5938.132 built on Debian 11.7, running on Debian 11.7 5.10.0-25-amd64 #1 SMP Debian 5.10.191-1 (2023-08-16) x86_64 GNU/Linux I expect such things cannot be logge

Re: How can I find packages manually installed using "dpkg -i"?

2023-10-02 Thread Max Nikulin
On 02/10/2023 17:05, Ottavio Caruso wrote: Before you say: $ apt list '?narrow(?installed, ?not(?origin(Debian)))' The problem with that is there are packages that I added from the Linux Mint repos (not manually) and that I want to keep and they all have the tag "local". For example: mintme

Re: How can I find packages manually installed using "dpkg -i"?

2023-10-02 Thread tomas
On Mon, Oct 02, 2023 at 10:05:46AM +, Ottavio Caruso wrote: > I want to upgrade Bullseye to Bookworm and I want to remove all packages > that I installed manually, downloading the .debs > and then using "dpkg -i". [...] If you're lucky, /var/log/dpkg.log in combination with one or both of /v

Re: How can I find packages manually installed using "dpkg -i"?

2023-10-02 Thread Marco M.
Am 02.10.2023 um 10:05:46 Uhr schrieb Ottavio Caruso: > Before you say: > > $ apt list '?narrow(?installed, ?not(?origin(Debian)))' > > The problem with that is there are packages that I added from the > Linux Mint repos (not manually) and that I want to keep and they all > have the tag "local".

Fwd: btrfs snapshots (of root file system)?

2023-10-02 Thread Keith Bainbridge
Try ext4 All the best Keith BAINBRIDGE +61 (0)447 667 468 keithr...@gmail.com UTC + 10 >From my Apad -- Forwarded message - From: Keith Bainbridge Date: Mon, 2 Oct 2023, 20:32 Subject: Re: btrfs snapshots (of root file system)? To: debian-user@lists.debian.org I use timesh

Re: btrfs snapshots (of root file system)?

2023-10-02 Thread Keith Bainbridge
I use timeshift for this. It claims to use btrfs as an option. I've only used rsync on extra, and that has saved my bacon a few times All the best Keith BAINBRIDGE +61 (0)447 667 468 keithr...@gmail.com UTC + 10 >From my Apad On Sun, 1 Oct 2023, 15:10 hw, wrote: > Hi, > > with btrfs, how do

Re: Does anyone own and use a Kindle Scribe?

2023-10-02 Thread Eric S Fraga
On Sunday, 1 Oct 2023 at 15:25, Joe wrote: > Calibre converts/creates ebooks and is generally a useful accessory for > a Kindle or other hardware reader. No, I'm not on commission. +1 for calibre! I use it for managing my Kobo devices. Works very well. -- Eric S Fraga via gnus (Emacs 30.0.50

Re: Debian will not boot any more, wrong UUID

2023-10-02 Thread Steve McIntyre
Hi Hans! hans.ullr...@loop.de wrote: > >In short; I tried (as most people tell): Starting windows in secure mode, then >boot into the BIOS and there set from RAID to AHCI, afterwards start windows >as normal. > >This setting in BIOS was existent some time ago, but now it is complete gone >(this