9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Skip Tavakkolian <skip.tavakkolian@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] 9P or better file services for multiple platforms
Date: Sun,  2 Sep 2018 10:47:42 -0700	[thread overview]
Message-ID: <CAJSxfmJ3j6+3W_pVLT_B=VyhaiVRXGTB1WBATtoBmWu4H3k69g@mail.gmail.com> (raw)
In-Reply-To: <CAJQ9t7gZN9pwtyzzzgq2hwLYKPsuMtKWPbf3Swzq2FBCwKYPhw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1837 bytes --]

Have you considered using AoE (Coraid)? It would require dedicated fossil,
NFS CIFS servers, but they'd all be sharing the storage -- Coraid supports
ext4 and NTFS. Most servers have multiple NICs, which makes a dedicated LAN
for AoE traffic easy.

Regarding authentication and access control, I think the only *standard*
option for a mixed OS environment (Plan 9, Linux/*BSD, Windows) is Kerberos.

It would be great if factotum could handle Kerberos 5. There is a pure Go
package (https://github.com/jcmturner/gokrb5) that could help. Of course,
this would take some work.

This setup would require 4 (or potentially only 3) machines:
  * AoE block storage
  * the KDC (MIT, Heimdal, or MS Active Directory)
  * Plan 9 file server (fossil, but also CIFS and NFS servers)
  * Linux or NetBSD file server for CIFS and NFS

-Skip

On Fri, Aug 31, 2018 at 10:22 PM Lucio De Re <lucio.dere@gmail.com> wrote:

>
>
> My hope is to provide a central file server that fulfills reliable
> file services to both Plan 9 and Linux as seamlessly as possible. I am
> willing to sacrifice a few Unix features, such as file links, in that
> file server, if I can dedicate it to a narrower role than to support
> the full Linux environment. In Plan 9 parlance, I only need file
> services, not computing capabilities and the file server is allowed to
> limit some of the computing needs involved (like, say, graphics, any
> multimedia stuff, even mouse use).
>
> The question, then, is what file service will satisfy these needs,
> including access control, automatic backup as provided by default
> under Plan 9, etc. I am not very fond of Linux's propensity to need
> daily upgrades, but Plan 9 has quirks of its own, which I would be
> hard pressed to enumerate here, but we are all aware of.
>
> Lucio.
>
>

[-- Attachment #2: Type: text/html, Size: 2304 bytes --]

  parent reply	other threads:[~2018-09-02 17:47 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-01  5:21 Lucio De Re
2018-09-01 10:29 ` Rui Carmo
2018-09-01 13:33   ` Lucio De Re
2018-09-01 14:03     ` Emery Hemingway
2018-09-01 14:33       ` Lucio De Re
2018-09-01 14:49         ` Lucio De Re
2018-09-01 18:00           ` Joseph Stewart
2018-09-02 11:14             ` Lucio De Re
2018-09-02 11:24               ` hiro
2018-09-02 11:30                 ` hiro
2018-09-02 12:01                   ` Lucio De Re
2018-09-02 12:16                     ` hiro
2018-09-02 12:22                       ` hiro
2018-09-02 17:51                         ` Lucio De Re
2018-09-02 18:00                           ` hiro
2018-09-02 18:07                           ` hiro
2018-09-02 11:43                 ` Lucio De Re
2018-09-02 11:48                 ` Lucio De Re
2018-09-02 12:07                   ` hiro
2018-09-03  4:03                     ` Lucio De Re
2018-09-01 18:32   ` Ethan Gardener
2018-09-01 20:33     ` hiro
2018-09-02 11:22       ` Lucio De Re
2018-09-02 11:25         ` Lucio De Re
2018-09-02 11:32           ` hiro
2018-09-02 17:44 ` Ethan Gardener
2018-09-02 18:02   ` Lucio De Re
2018-09-02 18:19     ` Ethan Gardener
2018-09-02 18:24       ` Lucio De Re
2018-09-02 18:55         ` Ethan Gardener
2018-09-02 17:47 ` Skip Tavakkolian [this message]
2018-09-02 17:55   ` Lucio De Re
2018-09-02 18:09   ` Lucio De Re
2018-09-02 23:22     ` Kurt H Maier
2018-09-03  3:22       ` Lucio De Re
     [not found] <600987589.2057147.1535842278571.ref@mail.yahoo.com>
2018-09-01 22:51 ` Brian L. Stuart
2018-09-02  9:25   ` Lucio De Re
2018-09-02 17:03     ` Bakul Shah
2018-09-02 13:33 cinap_lenrek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJSxfmJ3j6+3W_pVLT_B=VyhaiVRXGTB1WBATtoBmWu4H3k69g@mail.gmail.com' \
    --to=skip.tavakkolian@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).