Re: cpu cores

2024-06-08 Thread Andreas Kähäri
On Sat, Jun 08, 2024 at 11:39:28AM +0100, Kirill A. Korinsky wrote: > On Sat, 08 Jun 2024 11:09:29 +0100, > Omar Polo wrote: > > > > On 2024/06/08 10:09:07 +0100, Kirill A. Korinsky wrote: > > > On Sat, 08 Jun 2024 04:57:49 +0100, > > > Gustavo Rios wrote: > > > > > > > > i have installed

Re: Favorite configuration and system replication tools?

2024-05-12 Thread Andreas Kähäri
On Sun, May 12, 2024 at 08:08:17PM +1000, Alexis wrote: > Andreas Kähäri writes: > > > Well, that's one way to control this trainwreck of a script; just say > > that any name containing "inappropriate" characters aren't allowed! > > > > May I ask wh

Re: Favorite configuration and system replication tools?

2024-05-12 Thread Andreas Kähäri
On Sun, May 12, 2024 at 07:56:55PM +1000, Alexis wrote: > Andreas Kähäri writes: > > > The ksh(1) shell sets IFS by default to a space, tab and a newline > > character. > > Those are the defaults used when IFS is not set _as a variable_. If you log > in, and run en

Re: Favorite configuration and system replication tools?

2024-05-12 Thread Andreas Kähäri
On Sun, May 12, 2024 at 07:31:41PM +1000, Alexis wrote: > Страхиња Радић writes: > > > When `while ... read ...` idiom is used, it is advisable to clear IFS to > > turn off field splitting > > *nod* Fair point; it's not set by default, so i didn't think to note that > any manual setting of it

Re: Mouse moving on its own, kbd typing on its own

2024-03-11 Thread Andreas Kähäri
On Fri, Mar 08, 2024 at 09:43:58PM +0500, ofthecentury wrote: > I have a USB mouse that starts to move a little > on its own once in a while when I'm browsing > the internet using chromium. My USB keyboard > is also acting up...it just started typing spaces all > of a sudden as I was typing up

Re: Single partition fs layout

2024-02-13 Thread Andreas Kähäri
On Tue, Feb 13, 2024 at 04:52:08PM +0300, Odhiambo Washington wrote: > On Tue, Feb 13, 2024 at 4:12 PM Janne Johansson wrote: > > > Den tis 13 feb. 2024 kl 13:40 skrev Odhiambo Washington < > > odhia...@gmail.com>: > > > > > > Is there a disadvantage to having this layout style where everything

Re: OpenBSD 7.3 found a process with PID 0

2023-09-26 Thread Andreas Kähäri
On Tue, Sep 26, 2023 at 04:59:22PM +0200, Alessandro Baggi wrote: > Hi list, > running this python3 script: > > #!/usr/bin/env python3 > import psutil > > pids = psutil.pids() > for i in pids: > p = psutil.Process(i) > with p.oneshot(): > print(str(i) + " " + p.name()) > > The

Re: desire for journaled filesystem

2023-09-05 Thread Andreas Kähäri
On Tue, Sep 05, 2023 at 08:54:58AM -0400, John Holland wrote: > I just had a kernel panic when reloading a firefox tab pointed at facebook. > After restarting, all the filesystems had errors but /home was particularly > bad and caused the boot to stop and prompt if I wanted to enter a root >