Re: OpenBSD, PHP lifecycle and PHP 8.1 broken compatibility

2023-02-16 Thread Daniele B.
> You can have multiple vm's with old versions. > E.g. you can keep an openbsd 60 vm with PHP 5.5.37. Reasoning about it. I need to start saying..in respect of all who is reading..as many of you could work with OpenBSD and vms. I already passed from that kind of environment and three problems

Re: Ensuring data integrity

2023-02-16 Thread Crystal Kolipe
On Thu, Feb 16, 2023 at 01:48:49AM +0100, i...@tutanota.com wrote: > If I setup a couple of drives in a RAID mirror on OpenBSD to serve as > a NAS box, what is the best way to ensure data integrity? This is a very broad question and the answer is always going to depend on your specific use case.

Re: IPv6 chellange and OpenBSD

2023-02-16 Thread Philipp Buehler
Am 16.02.2023 08:27 schrieb Daniele B.: 3) Can you advise about hosting providers in terms of managed VPS with OpenBSD, in North America and Europe? For some years now with https://transip.eu - spotless IPv6 and OpenBSD included. The web/vnc console just works, too. I think I had only one (may

Mail from the command line

2023-02-16 Thread Andrew
Hi Misc, I'm so sorry guys if that question has been asked too often. *Do you know any recipe for using $ mail on the command line? Or a web link that proposes one.* The man pages are great but they are meant for people with great technical skills, which I am not. And web pages are full of phoney

Re: Mail from the command line

2023-02-16 Thread Peter N. M. Hansteen
On Thu, Feb 16, 2023 at 12:27:37PM +0100, Andrew wrote: > > *Do you know any recipe for using $ mail on the command line? Or a web link > that proposes one.* typing "using mail from the command line" into a search engine yields quite a few hits. This one https://phoenixnap.com/kb/linux-mail-comma

Re: Mail from the command line

2023-02-16 Thread Crystal Kolipe
On Thu, Feb 16, 2023 at 12:27:37PM +0100, Andrew wrote: > *Do you know any recipe for using $ mail on the command line? Or a web link > that proposes one.* > > The man pages are great but they are meant for people with great technical > skills, which I am not. What exactly are you trying to set u

Re: Mail from the command line

2023-02-16 Thread Andrew
Thanks Crystal for your reply and encouragement, I'll explore all your suggestions and references when I have enough time. Cheers, Andrew Le jeu. 16 févr. 2023 à 12:58, Crystal Kolipe a écrit : > On Thu, Feb 16, 2023 at 12:27:37PM +0100, Andrew wrote: > > *Do you know any recipe for using $ mail

Re: IPv6 chellange and OpenBSD

2023-02-16 Thread Daniele B.
> For some years now with https://transip.eu - spotless IPv6 and OpenBSD > included. Thanks for this one, appreciated. -- Daniele Bonini

Re: IPv6 chellange and OpenBSD

2023-02-16 Thread Mischa
On 2023-02-16 11:09, Philipp Buehler wrote: Am 16.02.2023 08:27 schrieb Daniele B.: 3) Can you advise about hosting providers in terms of managed VPS with OpenBSD, in North America and Europe? For some years now with https://transip.eu - spotless IPv6 and OpenBSD included. The web/vnc console

Re: IPv6 chellange and OpenBSD

2023-02-16 Thread Daniele B.
> If you like the CLI don't forget OpenBSD Amsterdam plug> Thanks also for this one, OpenBSD Amsterdam, not the first referral.. Indeed cudoz to you but I would say cudoz to Amsterdam.. PS: my daughter is sleeping, can't me sorry for any unconviniance..

tracker-miner-fs-3

2023-02-16 Thread Daniele Bonini
Hello, Sorry if I'm reluctant to this piece of software: NAME tracker-miner-fs-3 - Used to crawl the file system to mine data. SYNOPSIS tracker-miner-fs-3 DESCRIPTION tracker-miner-fs-3 is not supposed to be run by the user since it is started by its .desktop file when the user logs in.

Re: tracker-miner-fs-3

2023-02-16 Thread David Anthony
I believe it’s part of Gnome - although very scary name… Sent from my iPhone > On Feb 16, 2023, at 11:09 AM, Daniele Bonini wrote: > >  > Hello, > Sorry if I'm reluctant to this piece of software: > > NAME > tracker-miner-fs-3 - Used to crawl the file system to mine data. > SYNOPSIS > trac

Re: tracker-miner-fs-3

2023-02-16 Thread Daniele B.
Thanks David, thanks Mike. In the meanwhile I also investigated a little bit.. By memory (my case) is the following, I'm with Thunar on XFCE (without gnome services): tracker3-miner depends on nautilus nautilus depends on file-roller file-roller depends on thunar-archive-plugin (omg.. optional)

scp to an unwritable filesystem - err msg

2023-02-16 Thread Jan Stary
This is current/amd64 on a PC; no dmesg as it's not HW related. I have a filesystem on a remote machine, mounted ro. When trying to copy onto that filesystem: $ scp -r dir/ box:/fs/path/ Enter passphrase for key '/Users/hans/.ssh/id_ed25519': scp: stat remote: No such file or directory scp: fail

Re: tracker-miner-fs-3

2023-02-16 Thread Mike Coddington
On Thu, Feb 16, 2023 at 05:06:05PM +0100, Daniele Bonini wrote: > > Hello, > Sorry if I'm reluctant to this piece of software: > > NAME > tracker-miner-fs-3 - Used to crawl the file system to mine data. > > It is continuously accessing and browsing my disk.. > Any clue? > Is it possible to sa

Re: scp to an unwritable filesystem - err msg

2023-02-16 Thread Todd C . Miller
The problem is that the error message has to be transferred from the remote end and there are a limited number of status messages. These are defined by the (draft) RFC for the protocol. OpenSSH supports the following: SSH_FX_OK0 SSH_FX_EOF

Re: tracker-miner-fs-3

2023-02-16 Thread Daniele Bonini
> tracker3-minerS depends on nautilus > nautilus depends on file-roller > file-roller depends on thunar-archive-plugin (omg.. optional) Just to let you know that in the end I erased any of these *optionals* in favour of xarchiver, maybe worse then file-roll but.. saving on disk life.. -- Daniel

how tail waits for file to appear again?

2023-02-16 Thread Maksim Rodin
Hello, Sorry if I chose the wrong place to ask such a question. I have been learning C for a couple of months and along with reading "C Primer Plus" by Stephen Prata and doing some exercises from it I took a hard (for me) task to replicate a tail program in its simplest form. I was able to reproduc