9front - general discussion about 9front
 help / color / mirror / Atom feed
* Re: [9front] unofficial sdcard image for raspberry pi 4 testing
@ 2019-10-20  0:37 cinap_lenrek
  2019-10-20  9:13 ` Steve Simon
  0 siblings, 1 reply; 6+ messages in thread
From: cinap_lenrek @ 2019-10-20  0:37 UTC (permalink / raw)
  To: 9front

9front has a generic wifi layer that handles the wifi protocol details such
as logging on to an access point and encryption. richard millers raspberry pi
wifi driver was written in a different environemnt. so our aux/wpa, which is used
to establish encryption keys to a wpa/wpa2 wirelss nework might be incompatible
to richard millers driver.

the error message sounds like the driver does not understand the "essid" control
message wich aux/wpa uses to select the wifi network to scan and associate to
by essid string.

i'm currently moving to spain and have no time to look into this. sorry.

--
cinap


^ permalink raw reply	[flat|nested] 6+ messages in thread
* hjfs
@ 2012-08-07 16:27 Julius Schmidt
  0 siblings, 0 replies; 6+ messages in thread
From: Julius Schmidt @ 2012-08-07 16:27 UTC (permalink / raw)
  To: 9front

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

I just committed a new file system for 9front, called hjfs after the 
infamous #pragma.
It can be already used as a root filesystem and now needs to be reviewed 
and tested.
Please note that it's highly experimental and expect that any data you put 
on it may be lost.
(It just crashed here a few minutes after the commit)

I would be happy if someone could review the code and/or test it and report 
any (possible) bugs here.

There are no really exciting features (it wouldn't have made a good phd 
thesis and it won't make a good reddit post either); it's for the most part 
a simplified version of cwfs (about four times smaller in terms of SLOC), 
differences being in particular
1. it uses one partition for everything
2. it has refcounting for blocks
3. as a result, dump is very quick
4. it uses lib9p
5. deleted files which are still open continue to exist as "zombies" (with 
the DGONE flag set) until they are closed

Planned future features:
1. file system checking (this is vital really)
2. move command to move file trees quickly
3. (perhaps) copy command to copy file trees quickly (copy-on-write)
4. separate attach for commands
5. (perhaps) support for multiple file systems similar to the other file 
servers (most of the underlying code already supports this)
6. "pruning" the dump (removing old data)
7. (perhaps) copying the dump in parts from and to other storage media

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-10-20 15:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20  0:37 [9front] unofficial sdcard image for raspberry pi 4 testing cinap_lenrek
2019-10-20  9:13 ` Steve Simon
2019-10-20 13:40   ` hjfs Ethan Gardener
2019-10-20 15:26     ` [9front] hjfs Stanley Lieber
2019-10-20 13:48   ` [9front] unofficial sdcard image for raspberry pi 4 testing hiro
  -- strict thread matches above, loose matches on Subject: below --
2012-08-07 16:27 hjfs Julius Schmidt

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).