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 mou
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 se
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 u
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
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
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
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 ins
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
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 W
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 /
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: HDD
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
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: HDD
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 correct
> 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
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 Fedor
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: HD
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:
symlink
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 so
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
sign
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.
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 provi
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 m
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
> 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
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 _ "Va
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 di
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 som
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 ---
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 way
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
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.
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
Codena
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.
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: rep...@phishing.g
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
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.
37 matches
Mail list logo