Re: 回复: [External] Re: Recall: Grub struct the OS reboot

2025-05-19 Thread to...@tuxteam.de
On Tue, May 20, 2025 at 05:53:31AM +, Kean Hai2 Ren | 任 海 wrote: > Hi Tomas, > > Thanks for your updates. Hi, Kean (is this the correct way to address you?) Thanks for your detailed description. Myself, I am not a grub expert, but with that description I'm sure someone around here will find

Re: Checking for a mount in a shell script

2025-05-19 Thread Kamil Jońca
Andy Smith writes: > Hi, > > On Sun, May 18, 2025 at 12:47:25PM -0400, Default User wrote: >> Since I know almost no shell scripting, the rsync usb drive A  >> to usb drive B copy is done with a simple bash script consisting >> only of the rsync backup command, with options and parameters, but >

Re: Recall: Grub struct the OS reboot

2025-05-19 Thread tomas
On Mon, May 19, 2025 at 05:49:34AM +, Kean Hai2 Ren | 任 海 wrote: > renh...@lenovo.com would like to recall the message, "Grub struct the OS > reboot". Hi, I read your first message, and couldn't make much sense of it. Quite possibly, others are in the same situation as me and don't answer fo

Re: Preparing for Debian 13

2025-05-19 Thread Michael Paoli
I might suggest using LVM for all filesystems and swap, except for /boot and if applicable, EFI (/boot/efi). I'd also suggest tmpfs for /tmp (I think that also becomes the default with trixie 13). With LVM, one can grow LVs, and then filesystems atop that, and generally avoid further mucking about

Re: Why is my VM image so large?!

2025-05-19 Thread Michael Paoli
Not a Debian specific question. You may possibly want to ask/check on, e.g. relevant qemu list or the like. Though qcow2 is quite flexible, and can be quite efficient, depending what data is written there, what snapshots are or may have been there, etc., it may also be rather to quite inefficient

Re: What file does Linux use to...

2025-05-19 Thread David Christensen
Please use interleaved posting style rather than top-posting style: https://en.wikipedia.org/wiki/Posting_style On 5/18/25 06:42, COMCAST wrote: > What file does in Linux use to the store network address in? On 5/19/25 11:11, COMCAST wrote: Close bu no cooky. My install of Debian docent even

Re: How to know when a fuse filesystem is properly unmounted

2025-05-19 Thread songbird
Tim Woodall wrote: > Short script below that shows my problem. > > fusermount -u (and umount) both return before all the data is written > out to the backing file on a fuse FS. Is there any way to tell when this > is complete? I tried running fuse in the foreground and then doing a > wait $PID b

Re: Checking for a mount in a shell script (Was: Re: Preparing for Debian 13)

2025-05-19 Thread Lee
On Mon, May 19, 2025 at 3:22 PM Dan Purgert wrote: > > On May 19, 2025, Lee wrote: > > On Sun, May 18, 2025 at 8:03 PM Greg Wooledge wrote: > > > > > > On Sun, May 18, 2025 at 19:51:04 -0400, Lee wrote: > > > > On Sun, May 18, 2025 at 4:51 PM Andy Smith wrote: > > > > > > > > > > Hi, > > > > > > >

Re: Arch Wiki (was Re: "Tips"?)

2025-05-19 Thread debian-user
Greg wrote: > On 2025-05-16, Jonathan Dowland wrote: > > On Thu May 15, 2025 at 2:33 PM BST, Dan Ritter wrote: > >> The most prominent issue I can see is that there is no unified > >> sense of chronology. That is, I can look at a page and not have > >> any idea whether it is correct for current

Recall: Grub struct the OS reboot

2025-05-19 Thread Kean Hai2 Ren | 任 海
renh...@lenovo.com would like to recall the message, "Grub struct the OS reboot".

Re: What file does Linux use to...

2025-05-19 Thread COMCAST
Close bu no cooky. My install of Debian docent even have those files. On 5/18/25 11:35, Nicholas Geovanis wrote: On Sun, May 18, 2025, 9:16 AM wrote: On Sun, May 18, 2025 at 09:42:45AM -0400, COMCAST wrote: What file does in Linux use to the store network address in? If you mean "what file

How to know when a fuse filesystem is properly unmounted

2025-05-19 Thread Tim Woodall
Short script below that shows my problem. fusermount -u (and umount) both return before all the data is written out to the backing file on a fuse FS. Is there any way to tell when this is complete? I tried running fuse in the foreground and then doing a wait $PID but that didn't help, I still

Re: No link with BCM57412 (Broadcom Extreme NetXtreme-E 10Gb)

2025-05-19 Thread Dan Ritter
Mihaly Zachar wrote: > I have never used fibre connection yet. Now I got a server where the HW > (Dell R440) and the network connections are provided by others, my task > is to install a Linux on it. > > I installed a fresh Debian 12, the built-in NIC (BCM5720) is working, it > also can see the

Re: Checking for a mount in a shell script (Was: Re: Preparing for Debian 13)

2025-05-19 Thread Dan Purgert
On May 19, 2025, Lee wrote: > On Sun, May 18, 2025 at 8:03 PM Greg Wooledge wrote: > > > > On Sun, May 18, 2025 at 19:51:04 -0400, Lee wrote: > > > On Sun, May 18, 2025 at 4:51 PM Andy Smith wrote: > > > > > > > > Hi, > > > > > > > > On Sun, May 18, 2025 at 12:47:25PM -0400, Default User wrote: > >

Re: Checking for a mount in a shell script (Was: Re: Preparing for Debian 13)

2025-05-19 Thread Lee
On Sun, May 18, 2025 at 8:03 PM Greg Wooledge wrote: > > On Sun, May 18, 2025 at 19:51:04 -0400, Lee wrote: > > On Sun, May 18, 2025 at 4:51 PM Andy Smith wrote: > > > > > > Hi, > > > > > > On Sun, May 18, 2025 at 12:47:25PM -0400, Default User wrote: > > > > Since I know almost no shell scripting,

No link with BCM57412 (Broadcom Extreme NetXtreme-E 10Gb)

2025-05-19 Thread Mihaly Zachar
Dear All, I have never used fibre connection yet. Now I got a server where the HW (Dell R440) and the network connections are provided by others, my task is to install a Linux on it. I installed a fresh Debian 12, the built-in NIC (BCM5720) is working, it also can see the BCM57412 card ports, b

Re: Grub struct the OS reboot

2025-05-19 Thread Dan Ritter
Kean Hai2 Ren | 任 海 wrote: > When I installed Debian 12.10 on my device : > CPU: 13th GenIntel Core i5-13500x20 > Graphic:Mesa intel UHD Graphics 770(ADL-S GT1) > Memery: 16G > During the installation, it works well, but after finishing the installation, > it will reboot, and then it is stuck wit

Re: Arch Wiki (was Re: "Tips"?)

2025-05-19 Thread Greg
On 2025-05-16, Jonathan Dowland wrote: > On Thu May 15, 2025 at 2:33 PM BST, Dan Ritter wrote: >> The most prominent issue I can see is that there is no unified >> sense of chronology. That is, I can look at a page and not have >> any idea whether it is correct for current Stable. That's what I s

Grub struct the OS reboot

2025-05-19 Thread Kean Hai2 Ren | 任 海
Package: grub Version: 2.06 When I installed Debian 12.10 on my device : CPU: 13th GenIntel Core i5-13500x20 Graphic:Mesa intel UHD Graphics 770(ADL-S GT1) Memery: 16G During the installation, it works well, but after finishing the installation, it will reboot, and then it is stuck without seeing