Re: Poll: The best way to run an Android app in F40

2024-07-29 Thread Barry
> On 28 Jul 2024, at 21:13, Frank Bures wrote: > > I downloaded open Android version 9 and ran it in a VM. I found https://openandroidinstaller.org/ but I do not think is what you used? Can you share a link to the android you downloaded? Barry-- __

Re: Cloning a BTRFS filesystem

2024-07-29 Thread Barry
> On 27 Jul 2024, at 22:53, Cameron Simpson wrote: > > You could put a filesystem on a whole disc if you were happy to trash the > partition table (i.e. not have one at all). There are tools that depend on the GPT and the GUIDs describing partitions to automate file system discovery. With th

Re: teal(?) messages during boot.

2024-07-29 Thread Barry
> On 29 Jul 2024, at 18:05, home user via users > wrote: > > There is no "/var/log/dmesg" directory or file. > "find -name logfiles -print" does not find a file "logfiles" in the /var tree. The log files in /var/log are written by rsyslog by getting them from the systemd-journald daemon. It

Re: teal(?) messages during boot.

2024-07-29 Thread Tim via users
Tim: >> Also look at dmesg (it's a command, and logfiles in /var/log/dmesg). home user: > There is no "/var/log/dmesg" directory or file. > "find -name logfiles -print" does not find a file "logfiles" in the /var tree. Okay, in my case this was on an older system, and might be a peculiarity of it

Re: teal(?) messages during boot.

2024-07-29 Thread Samuel Sieb
On 7/29/24 9:43 AM, home user via users wrote: On 7/28/24 11:09 PM, Samuel Sieb wrote: On 7/28/24 7:56 PM, home user via users wrote: I have a few follow-up questions. 1. correct or wrong: During the boot process, before log-in becomes available, there is no way to "freeze" and "unfreeze" the

Re: chmod - display dirs

2024-07-29 Thread Samuel Sieb
On 7/29/24 9:42 AM, bruce wrote: I'm looking to update the permissions of a bunch of folders within a dir (not recursively), but I'd like to display the dirs prior to making changes -- measure twice, then cut. find /etc/*/ -maxdepth 0 -type d -exec ls -dal {} \; --seems to display the list of

Re: Cloning a BTRFS filesystem

2024-07-29 Thread Jonathan Billings
On Jul 26, 2024, at 06:35, Patrick O'Callaghan wrote: > > On Wed, 2024-07-24 at 11:14 +0100, Patrick O'Callaghan wrote: >>> On Tue, 2024-07-23 at 20:44 -0700, Gregorio Gervasio Jr. wrote: >>> I just did this recently. I used "btrfs replace", which is part >>> of >>> btrfs-progs. See "man btrfs

Re: teal(?) messages during boot.

2024-07-29 Thread home user via users
On 7/28/24 11:17 PM, Tim wrote: On Sun, 2024-07-28 at 20:56 -0600, home user via users wrote: 2. correct or wrong: Not all messages displayed on the monitor during the boot process, before log-in becomes available, are stored in /var/log/boot.log* files. I think that some may be omitted. Mi

Re: chmod - display dirs

2024-07-29 Thread Roger Heflin
That is typically the sort I would do. I usually just use the find option "-ls" and not the exec. And for warm and fuzzy feelings you can add a -ls on thd fine command after the chmod's \; On Mon, Jul 29, 2024 at 11:43 AM bruce wrote: > > Hi > > I'm looking to update the permissions of a bunch

Re: teal(?) messages during boot.

2024-07-29 Thread home user via users
On 7/28/24 11:09 PM, Samuel Sieb wrote: On 7/28/24 7:56 PM, home user via users wrote: I have a few follow-up questions. 1. correct or wrong: During the boot process, before log-in becomes available, there is no way to "freeze" and "unfreeze" the messages appearing on the monitor. correct

chmod - display dirs

2024-07-29 Thread bruce
Hi I'm looking to update the permissions of a bunch of folders within a dir (not recursively), but I'd like to display the dirs prior to making changes -- measure twice, then cut. find /etc/*/ -maxdepth 0 -type d -exec ls -dal {} \; --seems to display the list of dirs for the test folder... I c

Re: teal(?) messages during boot.

2024-07-29 Thread home user via users
On 7/28/24 11:03 PM, Tim wrote: [... snip ...] Getting back to the boot messages, there's a couple of levels of verbosity. If you simply switch off the graphical boot screen (with just the progress bar), then you get to see what's going on. If you remove the quiet parameter from the boot kerne

Re: NVMe questions - SOLVED?

2024-07-29 Thread Patrick O'Callaghan
On Mon, 2024-07-29 at 08:34 -0400, Go Canes wrote: > Note the quotes have been re-ordered for clarity > > On Mon, Jul 29, 2024 at 6:32 AM Patrick O'Callaghan > wrote: > > > # efibootmgr > > BootCurrent: 0001 > [...] > > Boot0001* Fedora    HD(1,GPT,8a303a03-0b91-453a-8555- > > f9627c261f65,0

Re: compatible filesystems between Mac and Linux

2024-07-29 Thread Tim via users
On Mon, 2024-07-29 at 11:00 +0100, Patrick O'Callaghan wrote: > Also, be aware that some Apple filesystems allow hard links to > directories (to support Time Machine). May or may not be relevant. I don't use that. -- uname -rsvp Linux 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC

Re: compatible filesystems between Mac and Linux

2024-07-29 Thread Tim via users
Tim: > > If I wanted to use a USB hard drive between a Mac and Linux, what are > > the best choices of file systems that work well in both ways? > > > > Chiefly, I'm offloading edited video files from the Mac's drive that's > > filling up, that I want to keep for posterity. But it would be nice t

Re: NVMe questions - SOLVED?

2024-07-29 Thread Go Canes
Note the quotes have been re-ordered for clarity On Mon, Jul 29, 2024 at 6:32 AM Patrick O'Callaghan wrote: > # efibootmgr > BootCurrent: 0001 [...] > Boot0001* Fedora > HD(1,GPT,8a303a03-0b91-453a-8555-f9627c261f65,0x800,0x12c000)/\EFI\fedora\shimx64.efi424f > # blkid [...] > /dev/

Re: compatible filesystems between Mac and Linux

2024-07-29 Thread Tim via users
Tim: > > If I wanted to use a USB hard drive between a Mac and Linux, what are > > the best choices of file systems that work well in both ways? > > > > Chiefly, I'm offloading edited video files from the Mac's drive that's > > filling up, that I want to keep for posterity. But it would be nice t

Re: NVMe questions

2024-07-29 Thread Patrick O'Callaghan
On Mon, 2024-07-29 at 09:21 +1000, Michael D. Setzer II via users wrote: > If you clone a disk in a raw mode, the blkid's are the same on both > devices, and since the boot process looks for the blkid to load, it > would be using the first device it sees. > I didn't clone it in raw mode, and t

Re: NVMe questions - SOLVED?

2024-07-29 Thread Patrick O'Callaghan
On Fri, 2024-07-26 at 23:02 +0100, Patrick O'Callaghan wrote: > I've cloned my existing SSD onto a new NVMe drive, copying EFI > (vfat), > /boot (ext4) and root+/home (BTRFS with /home subvolume) partitions > and > editing /etc/fstab appropriately. > > However I have a couple of questions: > > 1)

Re: compatible filesystems between Mac and Linux

2024-07-29 Thread Patrick O'Callaghan
On Mon, 2024-07-29 at 03:05 -0400, Jeffrey Walton wrote: > On Mon, Jul 29, 2024 at 1:32 AM Tim via users > wrote: > > > > If I wanted to use a USB hard drive between a Mac and Linux, what > > are > > the best choices of file systems that work well in both ways? > > > > Chiefly, I'm offloading ed

Re: Virtualizing Win2K

2024-07-29 Thread Javier Perez
Thanks Jeff. Will do the test. On Mon, Jul 29, 2024 at 1:37 AM Jeffrey Walton wrote: > On Mon, Jul 29, 2024 at 1:22 AM Javier Perez wrote: > > > > Some advances. > > Internet is fine. I can ping other websites. > > My problem is that my security protocols on Internet Explorer are too > old. > >

Re: Kernel 6.10 Test Week 2024-07-28 to 2024-08-04

2024-07-29 Thread Luna Jernberg
Hey! Started to help out a bit on gnome-boxes this morning the performance test suite is still broken however, and 6.10.2 is not yet built to test however, but helping out a bit with the 6.10.1 testing Den lör 27 juli 2024 kl 19:16 skrev Sumantro Mukherjee : > Hey All, > > I would like to invit

Re: compatible filesystems between Mac and Linux

2024-07-29 Thread Jeffrey Walton
On Mon, Jul 29, 2024 at 1:32 AM Tim via users wrote: > > If I wanted to use a USB hard drive between a Mac and Linux, what are > the best choices of file systems that work well in both ways? > > Chiefly, I'm offloading edited video files from the Mac's drive that's > filling up, that I want to kee