> 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--
__
> 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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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)
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
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.
> >
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
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
23 matches
Mail list logo