Re: Boot issue

2023-08-27 Thread David Wright
On Sun 27 Aug 2023 at 14:27:09 (-0500), Tom Browder wrote: > On Sun, Aug 27, 2023 at 13:27 Greg Wooledge wrote: > > > On Sun, Aug 27, 2023 at 08:19:35PM +0200, Hans wrote: > > > When I boot the system, then the drives are not mounted as set in > > /etc/fstab. > > > For example, the SDD should

Re: LaTex Unicode entry issues

2023-08-27 Thread Max Nikulin
On 27/08/2023 10:23, David wrote: On Sun, 2023-08-27 at 10:16 +0700, Max Nikulin wrote: On 26/08/2023 19:08, Haines Brown wrote: \documentclass[12pt]{article} % \usepackage[utf8]{inputenc} % \usepackage[T1]{fontenc} % \usepackage[greek,english]{babel} % to make Greek charactes available It

Re: AW: Debugging initramfs, server hangs during boot process

2023-08-27 Thread Max Nikulin
On 28/08/2023 05:19, thah...@t-online.de wrote: It hangs in /usr/share/initramfs-tools/scripts/init-top/udev Unsure if it is related or not (I have not tried to debug it), but I have noticed some issues with laptop boot when a USB hub with a keyboard and a mouse is connected. It might be an

Problemen met de upgrade van Debian 11 naar 12

2023-08-27 Thread Cecil Westerhof
Ben al veel te lang bezig met de upgrade van Debian 11 naar 12 en moet nodig onder de wol, dus alleen het meest belangrijke en de rest volgt later. Ik had geen kernel 6, maar dat heb ik kunnen oplossen met: apt install linux-image-amd64 -y Er is geen spamassassin.service file. Ik heb van

Re: Safing.io

2023-08-27 Thread Tom Browder
On Sat, Aug 26, 2023 at 17:26 Nate Bargmann wrote: > * On 2023 26 Aug 14:27 -0500, Tom Browder wrote: > > I was watching a Linux distro video on YouTube this morning, and one of > the > > sponsors was Safin.io which hosts a multi- Erg, typo, should be: safing.io -Tom

AW: Debugging initramfs, server hangs during boot process

2023-08-27 Thread thah...@t-online.de
The udev script is from the udev package -Original-Nachricht- Betreff: AW: Debugging initramfs, server hangs during boot process Datum: 2023-08-28T00:20:33+0200 Von: "thah...@t-online.de" An: "debian user" It hangs in /usr/share/initramfs-tools/scripts/init-top/udev The 2nd last udev

AW: Debugging initramfs, server hangs during boot process

2023-08-27 Thread thah...@t-online.de
It hangs in /usr/share/initramfs-tools/scripts/init-top/udev The 2nd last udev call hangs my box udevadm trigger --type=devices --action=add This initramfs stuff hasn't changed since July 2022, so the real problem must be inside udev To narrow it down I have added echo and sleep statements If

Re: Boot issue

2023-08-27 Thread Tom Browder
On Sun, Aug 27, 2023 at 13:27 Greg Wooledge wrote: > On Sun, Aug 27, 2023 at 08:19:35PM +0200, Hans wrote: > > When I boot the system, then the drives are not mounted as set in > /etc/fstab. > > For example, the SDD should mounted to /space, and the unencrypted HDD ... > Use UUIDs or Labels

[SOLVED] Re: Boot issue

2023-08-27 Thread Hans
I am answering myself. It must be the opened UUID. Looks like this problem is solved. Thank you all for the fast response! I hope, my question was not too annoying. But I am very very happy, to get this little issue so easily solved - and learned something, too. Thank you all, you made a man

Re: Boot issue

2023-08-27 Thread Hans
So, now I added all UUIDs. But I am not quite sure for the enrcypted /home partition. The UUID changes when the device is luks-opened. Which one must be in the fstab? The one from "lsblk -f /dev/sda4" or "lsblk -f /dev/mapper/home"? Am Sonntag, 27. August 2023, 20:26:46 CEST schrieb Greg

Re: Boot issue

2023-08-27 Thread Hans
Here it is: # /etc/fstab: static file system information. # # proc/proc procdefaults0 0 # /dev/sda3 / ext4defaults,errors=remount-ro 0 1 UUID=819bf8ae-a727-4b5e-97f8-007f58e98f74

Re: Boot issue on system with four SATA devices

2023-08-27 Thread Geert Stappers
On Sun, Aug 27, 2023 at 08:19:35PM +0200, Hans wrote: > Dear list, > > there is a little issue, which I try to solve. On my desptop computer I have > 4 > harddrives: > > SATA 0: HDD 300 GB with Debian + GRUB on MBR (parted in /boot, /, /home > (luks), /var (luks) and /usr (luks) > SATA 1:

Re: Boot issue

2023-08-27 Thread Felix Miata
Hans composed on 2023-08-27 20:19 (UTC+0200): > When I boot the system, then the drives are not mounted as set in /etc/fstab. > For example, the SDD should mounted to /space, and the unencrypted HDD shall > be mounted to /daten. > But it seems, sometimes the mountpoints are not correct, so the

Re: Boot issue

2023-08-27 Thread tomas
On Sun, Aug 27, 2023 at 08:19:35PM +0200, Hans wrote: > Dear list, > > there is a little issue, which I try to solve. On my desptop computer I have > 4 > harddrives: > > SATA 0: HDD 300 GB with Debian + GRUB on MBR (parted in /boot, /, /home > (luks), /var (luks) and /usr (luks) > SATA 1:

Re: Boot issue

2023-08-27 Thread Greg Wooledge
On Sun, Aug 27, 2023 at 08:19:35PM +0200, Hans wrote: > When I boot the system, then the drives are not mounted as set in /etc/fstab. > For example, the SDD should mounted to /space, and the unencrypted HDD shall > be mounted to /daten. > > But it seems, sometimes the mountpoints are not

Re: Boot issue

2023-08-27 Thread Stefan Monnier
> When I boot the system, then the drives are not mounted as set in /etc/fstab. I suspect that showing us your `/etc/fstab` would help, Stefan

Re: dangling symlinks [ was: Re: "locate" easier to use than "find"]

2023-08-27 Thread tomas
On Sun, Aug 27, 2023 at 02:17:06PM -0400, Jeffrey Walton wrote: [...] > The symlink tool works great, too: > > symlink -r / | grep dangling > > You can also delete them, once you verify they are dangling: > > symlink -r -d / > > In fact, it is a recommended post-upgrade step for

Boot issue

2023-08-27 Thread Hans
Dear list, there is a little issue, which I try to solve. On my desptop computer I have 4 harddrives: SATA 0: HDD 300 GB with Debian + GRUB on MBR (parted in /boot, /, /home (luks), /var (luks) and /usr (luks) SATA 1: HDD 300 GB with Win10 SATA 2: SDD 128 GB (as simple data storage) SATA 3:

Re: dangling symlinks [ was: Re: "locate" easier to use than "find"]

2023-08-27 Thread Jeffrey Walton
On Sun, Aug 27, 2023 at 1:10 PM Jörg-Volker Peetz wrote: > > to...@tuxteam.de wrote on 24/08/2023 14:00: > > > > A couple of days ago I was searching for dangling symlinks. > > > >find . -follow -lname "*" > > > How about > find -L . -type l The symlink tool works great, too:

Re: In OKD (previously OpenShift Origin) Reliable

2023-08-27 Thread Jason
On 25.08.23 17:15, Ahmad Ismail wrote: This is a little umm question. However, the details are important because most probably my whole application infrastructure will be dependent on it. Thanks, very interesting project https://www.okd.io/ But i can't see any relation to Debian. Do I miss

Re: dangling symlinks [ was: Re: "locate" easier to use than "find"]

2023-08-27 Thread tomas
On Sun, Aug 27, 2023 at 07:09:36PM +0200, Jörg-Volker Peetz wrote: > to...@tuxteam.de wrote on 24/08/2023 14:00: > > > > A couple of days ago I was searching for dangling symlinks. > > > >find . -follow -lname "*" > > > How about >find -L . -type l Should work, too. Cheers -- t

dangling symlinks [ was: Re: "locate" easier to use than "find"]

2023-08-27 Thread Jörg-Volker Peetz
to...@tuxteam.de wrote on 24/08/2023 14:00: A couple of days ago I was searching for dangling symlinks. find . -follow -lname "*" How about find -L . -type l Regards, Jörg.

Re: General Questions

2023-08-27 Thread l0f4r0
Hi again, 27 août 2023, 18:46 de l0f...@tuta.io: >>> ClamAV scan files but data scanned: 0.00 MB, why? I have Debian stable and >>> use last version of clamav (1.0.1+dfsg-2) >>> , which is located in debian stable repository. >>> I don't think your file has been scanned actually... Can you

Re: General Questions

2023-08-27 Thread l0f4r0
Hello Takota, >> ClamAV scan files but data scanned: 0.00 MB, why? I have Debian stable and >> use last version of clamav (1.0.1+dfsg-2) >> , which is located in debian stable repository. >> Maybe someone on this list will be able to help you, otherwise I recommend you write to ClamAV dedicated

XFCE and Awesome WM

2023-08-27 Thread Tatoka
Hello again, dear debian user comunity! I just wanna ask you, will any problems be if i use XFCE and Awesome wm on my Debian Linux? 2 actions can be: I use Awesome WM as defautl WM of XFCE insted of xfwm4. I use Awesome WM and XFCE in differents sessions. Can I get errors or problems with these 2

Re: Virtualization under Bookworm

2023-08-27 Thread Stefan Monnier
> What's the current recommendation for someone who just wants to create > a one-off VM to run Debian under Debian? Last time I needed such a thing I used LXC. Stefan

Re: General Questions

2023-08-27 Thread Brad Rogers
On Sun, 27 Aug 2023 17:01:22 +0600 Tatoka wrote: Hello Tatoka, >1. Is Subscribing to mailing list free? Yes. All that's needed is a valid email address to sign up with. >2. I have problem with ClamAv: Sorry, can't help with that as I have no experience with ClamAV. -- Regards _

Re: Trojan

2023-08-27 Thread Brad Rogers
On Sun, 27 Aug 2023 11:20:37 +0100 Alain D D Williams wrote: Hello Alain, >Sorry if I came across as overly cynical. You didn't. The same can't be said for me, though. ;-) >It would be nice if they also went after the perps/crims behind >phishing emails‡‡ Not the job of government. Not

Re: Virtualization under Bookworm

2023-08-27 Thread Paul van der Vlis
Op 26-08-2023 om 18:40 schreef Carl Fink: Hi, I have a project that I'd like to work on in a virtual machine hosted on my Bookworm system. In the old days (5-10 years ago) I used VirtualBox, just from inertia. I haven't really virtualized since then. What's the current recommendation for

Re: General Questions

2023-08-27 Thread tomas
On Sun, Aug 27, 2023 at 05:01:22PM +0600, Tatoka wrote: > Hello, dear users community of debian! I just wanna ask questions: > 1. Is Subscribing to mailing list free? Yes, it is. I am subscribed, so I know :) > 2. I have problem with ClamAv: When I scanned file: > --- SCAN SUMMARY

Re: Gradle version in bookworm

2023-08-27 Thread Mark Fletcher
On Sun, 27 Aug 2023 at 07:52, Steve Sobol wrote: > On 2023-08-26 03:18, Mark Fletcher wrote: > > > continue using it -- but since I can get it onto my machine with zero > > effort via Intellij > > I am a Jetbrains subscriber who uses many of their IDEs, including > IntelliJ, and if that's the

General Questions

2023-08-27 Thread Tatoka
Hello, dear users community of debian! I just wanna ask questions: 1. Is Subscribing to mailing list free? 2. I have problem with ClamAv: When I scanned file: --- SCAN SUMMARY --- Known viruses: 8671927 Engine version: 1.0.1 Scanned directories: 0 Scanned files: 1 Infected files: 0

Re: Trojan

2023-08-27 Thread Alain D D Williams
On Sun, Aug 27, 2023 at 10:23:06AM +0100, Brad Rogers wrote: > On Sun, 27 Aug 2023 09:36:02 +0100 > Alain D D Williams wrote: > > Hello Alain, > > >They will look at it and do something - or so they claim, > > Most likely that 'something' will be to compile statistics about > phishing attacks.

Failed to acquire pid file : /var/local/run/libvirt/qemu/driver.pid

2023-08-27 Thread Mario Marietto
Hello. I'm running Debian bookworm on my ARM Chromebook,model "xe303c12" and I've recompiled the kernel to enable KVM,so now my system sounds like this : $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux 12 (bookworm) Release:12

Re: Trojan

2023-08-27 Thread Brad Rogers
On Sun, 27 Aug 2023 09:36:02 +0100 Alain D D Williams wrote: Hello Alain, >They will look at it and do something - or so they claim, Most likely that 'something' will be to compile statistics about phishing attacks. Maybe produce a leaflet, or update the advice given on a web page somewhere.

Re: Trojan

2023-08-27 Thread Alain D D Williams
On Sun, Aug 27, 2023 at 10:31:55AM +0200, to...@tuxteam.de wrote: > If you feel like you'd like to learn a bit, study the mail > headers. Ponder about which ones the sender could have faked > and which ones not. Things like that. If you live in the UK you can forward it to here:

Re: Trojan

2023-08-27 Thread tomas
On Sun, Aug 27, 2023 at 01:02:29AM -0600, William Torrez Corea wrote: > I am being threatened for this account: > > femor...@schlangenbad.de > > I receive the following message: > > I am a professional hacker and have successfully managed to hack your > operating system. I receive one of those

Re: Gradle version in bookworm

2023-08-27 Thread Steve Sobol
On 2023-08-26 03:18, Mark Fletcher wrote: continue using it -- but since I can get it onto my machine with zero effort via Intellij I am a Jetbrains subscriber who uses many of their IDEs, including IntelliJ, and if that's the way you want to go, I'm certainly not going to tell you not to.

Re: priorite de la swap

2023-08-27 Thread hamster
Le 27/08/2023 à 01:52, Th.A.C a écrit : Le 26/08/2023 à 20:34, hamster a écrit : Salut. Mais quand je fais swapon ca me dit : swapon NAME   TYPE  SIZE   USED PRIO /dev/sda1  partition 4,2G 0B   -2 Ce que je comprend pas, c'est que ma partition swap a une priorité de