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

2023-02-09 Thread Sandeep Gupta
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 ` The not-working version used "-maproot=root". - started nfsd from command

Re: Live stick / cd from official sources

2023-02-09 Thread Daniele B.
My student was still safe dispite it and I'm working all night long... I'm derty (groomy). I'm tasty (smelling). Ouch, that's scaryy ! Feb 10, 2023 06:44:26 Michael Hekeler : The minipc will be on business from tomorrow and I will use it together with a little student of mine: it is

Re: Why some mail were lost, is this common?

2023-02-09 Thread Digua Dong
Thanks! OpenMbox.net has the most suckless interface I've ever seen, I like it. Hope this is the last time I change the mail service. If this don't work well, I'll probably just build my own, (using my friends' domain xd) digua On Fri, Feb 10, 2023 at 04:39:13AM +, Adriel Peng wrote: > Hmm

Re: Live stick / cd from official sources

2023-02-09 Thread Michael Hekeler
Am 08.02.23 13:06 schrieb Stuart Henderson: > On 2023-02-08, Michael Hekeler wrote: > > Am 04.02.23 17:48 schrieb Daniele B.: > >> Sorry if I bother you again with the thread. > >> > >> The minipc will be on business from tomorrow and I will use it > >> together with a little student of mine: it

Re: Why some mail were lost, is this common?

2023-02-09 Thread Adriel Peng
Hmm I am the person working for email delivery. don't use mail.ru who blocks a lot of lists mail every day. Use gmail instead. If gmail is unavailable in your country, then try Fastmail/riseup/GMX etc, or even the new one OpenMbox.net Regards On Fri, Feb 10, 2023 at 10:06 AM Digua Dong wrote:

Re: Wayland

2023-02-09 Thread Alexis
"Daniele B." writes: I see you are talking about X server in other threads and apart its bugs and security, absolutly in terms of num of clients.. I came in my mind with a curiousity that is passing by from a while and sorry if it is disregarding the "archive": What is the porting /

Why some mail were lost, is this common?

2023-02-09 Thread Digua Dong
hello new to mailing list I'm previously using zohomail.cn and some of email from mailing list are lost. I thought, it is in China, so probably because of GFW? And one weird thing: if I delete Notification folder, I can't receive any mail. Then I switched to mail.ru, but still can't get the

Re: Safely remove USB drive

2023-02-09 Thread Daniele Bonini
I want to thank you from here for the tour of the usb utils, appreciated.. -- Daniele Bonini Crystal Kolipe wrote: > On Thu, Feb 09, 2023 at 11:02:14AM -0500, Bryan Steele wrote: > > On Wed, Feb 08, 2023 at 10:34:07AM -0300, vitmau...@gmail.com wrote: > > > Hi, > > > > > > I'm not using

Re: athn on a bridge

2023-02-09 Thread David Gwynne
On Thu, Feb 09, 2023 at 11:44:56AM -, Stuart Henderson wrote: > On 2023-02-08, Martin Kj??r J??rgensen wrote: > > > > When configuring the athn0 with no IP address, and adding the interface to a > > bridge0 interface along with the em1 device and a vether0 device, clients > > still connects

Re: How to announce over OSPF only one IP address

2023-02-09 Thread Bradley Latus
Hello Maybe try doing the IP of the host you want to go to? It will look silly but maybe it works? Aka !route add 10.1.111.11 10.1.111.11 That worked on my attempt even without sleeping See if that helps. On Thu, 9 Feb 2023, 22:59 Radek, wrote: > Hello Bradley, > if I add that route to

Re: Safely remove USB drive

2023-02-09 Thread Crystal Kolipe
On Thu, Feb 09, 2023 at 11:02:14AM -0500, Bryan Steele wrote: > On Wed, Feb 08, 2023 at 10:34:07AM -0300, vitmau...@gmail.com wrote: > > Hi, > > > > I'm not using my drives for anything more than copying files, dd etc. > > I just got curious because you mentioned the act of detaching a device > >

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

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

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

Re: Error from the PCB program

2023-02-09 Thread Freddy Fisker
It is installed from source code I have used the PCB program. And it was early yesterday the problem began. Before PCB has been working on my Raspberry Pi4 with OpenBSD 7.2. The only difference is update of OpenBSD to current version. The system update I did before this one is a few weeks ago,

Re: Safely remove USB drive

2023-02-09 Thread Bryan Steele
On Wed, Feb 08, 2023 at 10:34:07AM -0300, vitmau...@gmail.com wrote: > Hi, > > I'm not using my drives for anything more than copying files, dd etc. > I just got curious because you mentioned the act of detaching a device > after umounting it and I don't know how to do that on OpenBSD. On >

Wayland

2023-02-09 Thread Daniele B.
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.. I came in my mind with a curiousity that is passing by from a while and sorry if it is disregarding the "archive": What is the porting / development status of

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

Re: athn on a bridge

2023-02-09 Thread Stefan Sperling
On Thu, Feb 09, 2023 at 08:39:50AM -0300, Crystal Kolipe wrote: > On Thu, Feb 09, 2023 at 06:51:54AM +0100, Martin Kjr Jrgensen wrote: > > That's what I gathered so far, but I could have been wrong or not > > up-to-date. There have been some work on the ieee80211(9) lately. > > I've just done a

Re: How to announce over OSPF only one IP address

2023-02-09 Thread Radek
Hello Bradley, if I add that route to /etc/hostname.vr3 I have no access to 10.1.111.11, even from the local router. After reboot I have to delete and add that route again by hand to make everything work (sometimes I have to repeat delete/add few times to make it work). It's 7.2/i386. Any idea?

Re: athn on a bridge

2023-02-09 Thread Stuart Henderson
On 2023-02-08, Martin Kjær Jørgensen wrote: > > When configuring the athn0 with no IP address, and adding the interface to a > bridge0 interface along with the em1 device and a vether0 device, clients > still connects fine to athn0 SSID but when clients ask for IP over DHCP, > ethernet frames

Re: athn on a bridge

2023-02-09 Thread Crystal Kolipe
On Thu, Feb 09, 2023 at 06:51:54AM +0100, Martin Kjr Jrgensen wrote: > That's what I gathered so far, but I could have been wrong or not > up-to-date. There have been some work on the ieee80211(9) lately. I've just done a quick test using: athn0 at pci1 dev 0 function 0 "Atheros AR9287" rev

Re: Error from the PCB program

2023-02-09 Thread Stuart Henderson
On 2023-02-09, Freddy Fisker wrote: > Thanks for your interest. > > I forgot to mention that the problem came after the last time I updated > OpenBSD 7.2 to current. cad/pcb didn't get built in the last set of bulk builds due to a dependency loop in multimedia/frei0r-plugins which has since

Re: Error from the PCB program

2023-02-09 Thread John Rigg
On Thu, Feb 09, 2023 at 10:53:19AM +0100, Freddy Fisker wrote: > I forgot to mention that the problem came after the last time I updated > OpenBSD 7.2 to current. OpenBSD 7.2 here. Problem existed before latest xserver patch, no change with latest syspatch. > On Thursday, 9 February 2023

Re: Error from the PCB program

2023-02-09 Thread Freddy Fisker
Thanks for your interest. I forgot to mention that the problem came after the last time I updated OpenBSD 7.2 to current. Best regards Freddy Fisker On Thursday, 9 February 2023 10:23:27 CET, John Rigg wrote: On Thu, Feb 09, 2023 at 09:12:31AM +0100, Freddy Fisker wrote: The PCB do not

Re: Error from the PCB program

2023-02-09 Thread John Rigg
On Thu, Feb 09, 2023 at 09:12:31AM +0100, Freddy Fisker wrote: > The PCB do not start. This is the error: > > openbsd6$ pcb pcb:/usr/X11R6/lib/modules/dri/swrast_dri.so: undefined symbol > 'util_streaming_load_memcpy' > libGL error: MESA-LOADER: failed to open swrast: Cannot load specified >

Error from the PCB program

2023-02-09 Thread Freddy Fisker
The PCB do not start. This is the error: openbsd6$ pcb pcb:/usr/X11R6/lib/modules/dri/swrast_dri.so: undefined symbol 'util_streaming_load_memcpy' libGL error: MESA-LOADER: failed to open swrast: Cannot load specified object (search paths /usr/X11R6/lib/modules/dri, suffix _dri) libGL error: