Re: [OpenIndiana-discuss] How do I set an OpenIndiana Hipster ZFS NFS share to be writeable when mounted on a Raspberry Pi OS Stable client?

2020-07-19 Thread Joshua M. Clulow
On Sun, 19 Jul 2020 at 17:24, Judah Richardson wrote: > On Sun, Jul 19, 2020 at 7:18 PM Joshua M. Clulow wrote: > > On Sun, 19 Jul 2020 at 16:52, Judah Richardson > > wrote: > > > # zfs set sharenfs='rw=@ClientIPAddress/32,root=@ClientIPAddress/32' > > rpool1 > > > # zfs share rpool1 > > > >

Re: [OpenIndiana-discuss] Which Oracle Solaris version('s documentation) is closest to OI Hipster's current state?

2020-07-19 Thread Judah Richardson
Fair enough. Thanks! On Sun, Jul 19, 2020 at 7:30 PM Joshua M. Clulow wrote: > On Sun, 19 Jul 2020 at 17:05, Judah Richardson > wrote: > > I'd been using Solaris 11.4's docs for OI but after realizing OI's zfs > > share functionality is closer to the "legacy" implementation described > > there

Re: [OpenIndiana-discuss] Which Oracle Solaris version('s documentation) is closest to OI Hipster's current state?

2020-07-19 Thread Joshua M. Clulow
On Sun, 19 Jul 2020 at 17:05, Judah Richardson wrote: > I'd been using Solaris 11.4's docs for OI but after realizing OI's zfs > share functionality is closer to the "legacy" implementation described > there than Solaris 11.4's, I'm trying to figure out which Solaris version > is closest to OI's

Re: [OpenIndiana-discuss] How do I set an OpenIndiana Hipster ZFS NFS share to be writeable when mounted on a Raspberry Pi OS Stable client?

2020-07-19 Thread Judah Richardson
On Sun, Jul 19, 2020 at 7:18 PM Joshua M. Clulow wrote: > On Sun, 19 Jul 2020 at 16:52, Judah Richardson > wrote: > > # zfs set sharenfs='rw=@ClientIPAddress/32,root=@ClientIPAddress/32' > rpool1 > > # zfs share rpool1 > > You should be able to skip the "zfs share ..." command, Thanks, I just

Re: [OpenIndiana-discuss] How do I set an OpenIndiana Hipster ZFS NFS share to be writeable when mounted on a Raspberry Pi OS Stable client?

2020-07-19 Thread Joshua M. Clulow
On Sun, 19 Jul 2020 at 16:52, Judah Richardson wrote: > # zfs set sharenfs='rw=@ClientIPAddress/32,root=@ClientIPAddress/32' rpool1 > # zfs share rpool1 You should be able to skip the "zfs share ..." command, ideally, unless something is really broken (at which point we should get a bug filed).

[OpenIndiana-discuss] Which Oracle Solaris version('s documentation) is closest to OI Hipster's current state?

2020-07-19 Thread Judah Richardson
Hi All, I'd been using Solaris 11.4's docs for OI but after realizing OI's zfs share functionality is closer to the "legacy" implementation described there than Solaris 11.4's, I'm trying to figure out which Solaris version is closest to OI's current state. That way I can use that version's docs

Re: [OpenIndiana-discuss] How do I set an OpenIndiana Hipster ZFS NFS share to be writeable when mounted on a Raspberry Pi OS Stable client?

2020-07-19 Thread Judah Richardson
On Sun, Jul 19, 2020 at 6:55 PM John D Groenveld wrote: > In message < > cab7kt3f+oiorh8-jgnzhmnigw4+fajjtaw8dcb2r20qu6j8...@mail.gmail.com> > , Judah Richardson writes: > >Thanks. Is there something I need to run after this to update the NFS > >server daemon with the new settings, or does that

Re: [OpenIndiana-discuss] How do I set an OpenIndiana Hipster ZFS NFS share to be writeable when mounted on a Raspberry Pi OS Stable client?

2020-07-19 Thread John D Groenveld
In message , Judah Richardson writes: >Thanks. Is there something I need to run after this to update the NFS >server daemon with the new settings, or does that happen automatically? The NFS server services do NOT need to be refreshed. ># showmount -e 192.168.0.71 >Export list for 192.168.0.71:

Re: [OpenIndiana-discuss] How do I set an OpenIndiana Hipster ZFS NFS share to be writeable when mounted on a Raspberry Pi OS Stable client?

2020-07-19 Thread Judah Richardson
On Sun, Jul 19, 2020 at 6:18 PM Joshua M. Clulow wrote: > On Sun, 19 Jul 2020 at 13:59, Judah Richardson > wrote: > > Raspberry Pi 3 Model B+ running Raspberry Pi OS Stable, hostname > > RaspberryPi3ModelPlus.lan (The .lan is the standard fill-in domain name > for > > networks that don't have

Re: [OpenIndiana-discuss] How do I set an OpenIndiana Hipster ZFS NFS share to be writeable when mounted on a Raspberry Pi OS Stable client?

2020-07-19 Thread Judah Richardson
On Sun, Jul 19, 2020 at 5:56 PM John D Groenveld wrote: > In message < > cab7kt3gohx0+2_stwrpa_zhgwahmbftwh3kd6yqfjdtdlvt...@mail.gmail.com> > , Judah Richardson writes: > >*NFS Server* > > > >OpenIndiana Hipster PC, IP address 192.168.0.71 > > > >*ZFS filesystem to be shared* > > > >rpool1,

Re: [OpenIndiana-discuss] How do I set an OpenIndiana Hipster ZFS NFS share to be writeable when mounted on a Raspberry Pi OS Stable client?

2020-07-19 Thread Joshua M. Clulow
On Sun, 19 Jul 2020 at 13:59, Judah Richardson wrote: > Raspberry Pi 3 Model B+ running Raspberry Pi OS Stable, hostname > RaspberryPi3ModelPlus.lan (The .lan is the standard fill-in domain name for > networks that don't have an FQDN, such as a home network like mine). IP > address is

Re: [OpenIndiana-discuss] Has anyone mounted a FreeBSD NFS export on OI Hipster? Any ideas on how to do that?

2020-07-19 Thread John D Groenveld
In message , Judah Richardson writes: >Did that, same error. oi# showmount -e freebsd oi# mount -F nfs -o vers=4 freebsd:/v4share /mnt John groenv...@acm.org ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org

Re: [OpenIndiana-discuss] How do I set an OpenIndiana Hipster ZFS NFS share to be writeable when mounted on a Raspberry Pi OS Stable client?

2020-07-19 Thread John D Groenveld
In message , Judah Richardson writes: >*NFS Server* > >OpenIndiana Hipster PC, IP address 192.168.0.71 > >*ZFS filesystem to be shared* > >rpool1, mounted at /rpool1 > >*NFS Client* > >Raspberry Pi 3 Model B+ running Raspberry Pi OS Stable, hostname >RaspberryPi3ModelPlus.lan (The .lan is the

Re: [OpenIndiana-discuss] Has anyone mounted a FreeBSD NFS export on OI Hipster? Any ideas on how to do that?

2020-07-19 Thread Judah Richardson
On Fri, Jul 10, 2020 at 12:17 AM Hugh McIntyre wrote: > > > On 7/7/20 12:25 PM, Andreas Wacknitz wrote: > > > > You should set your nfd mapid domain, like > > pfexec sharectl set -p nfsmapid_domain= > > and make sure to have the same mapid domain on your FreeBSD host. > > If you run a NFS server

Re: [OpenIndiana-discuss] Has anyone mounted a FreeBSD NFS export on OI Hipster? Any ideas on how to do that?

2020-07-19 Thread Judah Richardson
On Tue, Jul 7, 2020 at 3:11 PM John D Groenveld wrote: > In message < > cab7kt3fegtulsv25uacpxohfb9gqznaaboy0f5xrku6uy56...@mail.gmail.com> > , Judah Richardson writes: > >I have a couple directories on a ZFS filesystem on FreeBSD 12.1-RELEASE. > >I'd like to export them via NFS and then

Re: [OpenIndiana-discuss] Has anyone mounted a FreeBSD NFS export on OI Hipster? Any ideas on how to do that?

2020-07-19 Thread Judah Richardson
On Tue, Jul 7, 2020 at 2:25 PM Andreas Wacknitz wrote: > > Am 07.07.20 um 18:19 schrieb Judah Richardson: > > I have a couple directories on a ZFS filesystem on FreeBSD 12.1-RELEASE. > > I'd like to export them via NFS and then automatically mount them on > > OpenIndiana Hipster at boot. > > > >

[OpenIndiana-discuss] How do I set an OpenIndiana Hipster ZFS NFS share to be writeable when mounted on a Raspberry Pi OS Stable client?

2020-07-19 Thread Judah Richardson
Here are the details: *NFS Server* OpenIndiana Hipster PC, IP address 192.168.0.71 *ZFS filesystem to be shared* rpool1, mounted at /rpool1 *NFS Client* Raspberry Pi 3 Model B+ running Raspberry Pi OS Stable, hostname RaspberryPi3ModelPlus.lan (The .lan is the standard fill-in domain name