9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: cinap_lenrek@felloff.net
To: 9fans@9fans.net
Subject: Re: [9fans] 9front:  fossil broken in Humanbiologics rel.
Date: Tue, 12 Dec 2023 22:49:10 +0100	[thread overview]
Message-ID: <575BCFA49C6B2C74DB69F0221AAB3E37@felloff.net> (raw)
In-Reply-To: <17024101730.0c2E2.99591@composer.9fans.topicbox.com>

i tried it, downloading 9legacy, compiling fossil and
using the following script from ori to format a fossil
file-system:

ori → http://okturing.com/src/17908/body <-- there's the script

and fossil successfully starts up and is mounted:

term% cat fossiltest.rc 
#!/bin/rc


fossil/flfmt $1
fossil/conf -w $1 <<EOF
        fsys main config
        fsys main open -AWP
        fsys main
        create /active/adm adm sys d775
        create /active/adm/users adm sys 664
        users -w
        srv -p fscons.test
        srv fossil.test
EOF
fossil/fossil -f $1
mount -c /srv/fossil.test /n/fossil

term% dd -if /dev/zero -bs 1kk -count 100 > /tmp/test.fossil
100+0 records in
100+0 records out
term% ./fossiltest.rc /tmp/test.fossil 
fs file is mounted via devmnt (is not a kernel device); are you sure? [y/n]: y
fsys: dialing venti at net!$venti!venti
warning: connecting to venti: cs: file does not exist: '/lib/ndb/dnschallenge.ip'
        nuser 5 len 84
term% ls /n/fossil
/n/fossil/adm
term% du -a /n/fossil
1       /n/fossil/adm/users
1       /n/fossil/adm
1       /n/fossil

--
cinap

------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/Tac8d983292c826c1-M5faadbe20043e8e93b23e61e
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

  parent reply	other threads:[~2023-12-12 21:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-12 19:42 wb.kloke
2023-12-12 21:04 ` ori
2023-12-12 21:10 ` cinap_lenrek
2023-12-12 21:21 ` ori
2023-12-12 21:44 ` ori
2023-12-12 21:49 ` cinap_lenrek [this message]
2023-12-13 17:36   ` wb.kloke
2023-12-14  4:05     ` Noam Preil
2023-12-14 14:43       ` wb.kloke
2023-12-14 17:46         ` Noam Preil
2023-12-14 22:31           ` wb.kloke
2023-12-15 14:13             ` wb.kloke

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=575BCFA49C6B2C74DB69F0221AAB3E37@felloff.net \
    --to=cinap_lenrek@felloff.net \
    --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).