Re: Non-recurring Events in calendar(1)

2025-05-30 Thread Carsten Reith
First let me apologize for the bad diff. I pledge, I'll never write emails before having had the first coffee ... On Fri, May 30, 2025 at 12:14:13AM +0100, Stuart Henderson wrote: > On 2025-05-29, Jason McIntyre wrote: > > so essentially the diff doesn;t make sense, right? so i can drop it... >

Re: Non-recurring Events in calendar(1)

2025-05-27 Thread Carsten Reith
On Tue, May 27, 2025 at 03:22:56PM -0400, Allan Streib wrote: > On Tue, May 27, 2025, at 15:20, Allan Streib wrote: > > The man page for calendar says: > > > > Other lines should begin with a month and day. > > Sorry, fat fingered and sent before completing my thought. > > This implies that year

Re: Non-recurring Events in calendar(1)

2025-05-27 Thread Carsten Reith
On Tue, May 27, 2025 at 08:37:26PM +0200, Richard Ulmer wrote: The following two date formats work: 05/27/2025 test May 27 test2 There a tab between the dates and the text. "May 27 2025" works, too. Cheers, Carsten > Hi all, > I've just discovered calendar(1) and am thinking about

Re: Console hints and question

2024-10-04 Thread Carsten Reith
Something like: or i in xml*/email/*; do mv $i `dirname $i`/po...@elletronica.lol; done ? Cheers, Carsten Dan writes: > Hello, > > About *shelling*, I found two useful tricks to edit the filesystem. > > To speed up editing on folder file list: > nano *.xml (CTRL+S, CTRL+X) > > Recursively in

Re: mongo shell on openBSD

2024-04-22 Thread Carsten Reith
The mongo shell is installed as /usr/local/bin/mongo. $ mongo MongoDB shell version v4.4.29 connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb Implicit session: session { "id" : UUID("666a27c9-2944-4b54-9d27-10c999dfdaf6") } MongoDB server ver

Re: httpd generating: read_errdoc entries in syslog

2024-02-11 Thread Carsten Reith
On Sat, Feb 10, 2024 at 06:21:03PM -0500, J Doe wrote: > In /var/www I have created: > > /err root:daemon chmod 0755 > > Within /var/www/err I have created: > > err.html www:www chmod 0444 > > In my httpd.conf I have a global configuration that points t

Re: httpd generating: read_errdoc entries in syslog

2024-02-11 Thread Carsten Reith
On Sat, Feb 10, 2024 at 06:21:03PM -0500, J Doe wrote: > > In /var/www I have created: > > /err root:daemon chmod 0755 > > Within /var/www/err I have created: > > err.html www:www chmod 0444 > > In my httpd.conf I have a global configuration that point

Re: Screenshotting using PrtScr in cwm?

2024-02-10 Thread Carsten Reith
On Sat, Feb 10, 2024 at 05:46:27PM +0100, b...@fea.st wrote: > I did this now: > > ~$ mv .xsession .xsession.old > > > ~$ mv .cwmrc .cwmrc.old

Re: NFS Server performance

2023-12-06 Thread Carsten Reith
Steven Surdock writes: > The client is VMWare ESXi, so my options are limited. I tried > enabling jumbo frames (used 9000) and this made very little > difference. > Is it possible that you confuse the network layers here ? Jumbo frames are layer 2, the read and write sizes referred to apply a

Re: Microphone on Thinkpad X1 carbon 7th Gen

2023-12-04 Thread Carsten Reith
Corl3ss writes: > Hi everyone, > > > Everything but the microphone is working well on my Thinkpad X1 carbon 7th Gen > (20QD). > > I have reviewed [1] and [2] without solution. > Below some useful data. > > Do you have any solution or tips ? Did I missed something ? or is it just not > supported ?

Re: Home folder default permission

2023-03-23 Thread Carsten Reith
> > I did not look at the code at all for this. Only using existing programs. > If this should not be working then a patch will be needed somewhere. > However I will state that having the ability to set the default > permissions somewhere would be useful, and a requirement in some > environment

Re: permission denied when writing to mounted directory exported by NFS server

2023-02-10 Thread carsten . reith
On Fri, Feb 10, 2023 at 12:58:21PM +0530, Sandeep Gupta wrote: > On test setup I got this fixed. I will try to see if it works on actual > system. > > I made following changes: > - modified /etc/exports entry > ` > /nfs/testdir -alldirs -maproot=root:wheel -network=192.168.0 > -mask=255.255.255.0

Re: Wayland

2023-02-09 Thread carsten . reith
On Thu, Feb 09, 2023 at 03:47:00PM +0100, Daniele B. wrote: > Hello, > > I see you are talking about X server in other threads and apart its bugs > and security, absolutly in terms of num of clients.. Explain > I came in my mind with a curiousity that is passing by from a while > and sorry if it

Re: permission denied when writing to mounted directory exported by NFS server

2023-02-09 Thread carsten . reith
On Thu, Feb 09, 2023 at 08:40:50AM +0100, Daniele B. wrote: > Unfortunately - personal experience - NFS is not the best offering from > OpenBSD: it is enough > combersome to setup and easy to lose grip: something unsafe to keep me away > from it. > What exactly do you mean ? rcctl enable portm

Re: permission denied when writing to mounted directory exported by NFS server

2023-02-09 Thread carsten . reith
On Thu, Feb 09, 2023 at 08:40:50AM +0100, Daniele B. wrote: > Unfortunately - personal experience - NFS is not the best offering from > OpenBSD: it is enough > combersome to setup and easy to lose grip: something unsafe to keep me away > from it. > What is cumbersome ? $ rcctl enable portmap mo

Re: permission denied when writing to mounted directory exported by NFS server

2023-02-09 Thread carsten . reith
On Wed, Feb 08, 2023 at 09:27:34PM +0530, Sandeep Gupta wrote: > I have a default installation of openbsd, with portmap, mountd, nfsd > services started via rcctl. I have following entry in /etc/exports > > /nfs/testdir -alldirs -maproot=root -network=192.168.0 -mask=255.255.255.0 > > I am able

Re: permission denied when writing to mounted directory exported by NFS server

2023-02-09 Thread carsten . reith
On Thu, Feb 09, 2023 at 11:41:12AM +0530, Sandeep Gupta wrote: > Following up on this. I looked into the /var/log/messages/ and > /var/log/daemon. Both are quite after starting the portmap, mountd, and > nfsd services. > > Here is verbose output from the client side when mounting the share: > ```

Re: permission denied when writing to mounted directory exported by NFS server

2023-02-09 Thread carsten . reith
On Thu, Feb 09, 2023 at 11:41:55AM +0530, Sandeep Gupta wrote: > Not a problem. I am glad that you looked into it. > > On Thu, Feb 9, 2023 at 7:48 AM wrote: > > > sorry, for having you replied directly. I set up this system today, I > > still have some twerks. > > Can you check the uid and gid

Re: permission denied when writing to mounted directory exported by NFS server

2023-02-08 Thread carsten . reith
On Wed, Feb 08, 2023 at 10:30:17PM +0100, cre...@macbeth.creith.de wrote: > On Wed, Feb 08, 2023 at 09:27:34PM +0530, Sandeep Gupta wrote: > > I have a default installation of openbsd, with portmap, mountd, nfsd > > services started via rcctl. I have following entry in /etc/exports > > > > /nfs/te

DBeaver ... and OpenBSD ?

2023-02-08 Thread carsten . reith
> > Damn, where is the source code of Eclipse!? If anyone is able to > drive me in to somehow start I could appreciate it.. > > > -- Daniele Bonini > ?? Would anybody enlighten me ? How is all this related to OpenBSD ? :wq Carsten