Sub-Etha/Moon: Difference between revisions

From Chaosdorf Wiki
No edit summary
(i686, actually)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A ''Moon'' is a public terminal computer. It can be used by anyone to work freely. We will provide USB sticks which can be prepared for use on Moons. Without one, no data will be saved.
A ''Moon'' is a public terminal computer. It can be used by anyone to work freely. We will provide USB sticks which can be prepared for use on Moons. Without one, no data will be saved.


Moons boot a Arch Linux (i386) from their local hard drive. Swap is encrypted at random on boot. Host names are chosen from [[Wikipedia:Moons of Jupiter|Jupiter’s moons]], starting with ordinal number 1.
Moons boot a Arch Linux (i686) from their local hard drive. Swap is encrypted at random on boot. Host names are chosen from [[Wikipedia:Moons of Jupiter|Jupiter’s moons]], starting with ordinal number 1.


== user stories ==
== user stories ==
Line 8: Line 8:


;state
;state
:draft
:resolved (nomaster)


Users can log on as ''guest'' with any password (pam_succeed_if). A tmpfs is freshly mount on guest’s home directory (pam_mount).
Users can log on as ''hitchhiker'' with any password (empty password). A tmpfs is freshly mount on guest’s home directory (pam_mount).


=== mount USB stick on login ===
=== mount USB stick on login ===


;state
;state
:draft
:resolved (nomaster)


If a usb stick with an LUKS volume is found, the provided password is used to open the container. If that succeeds, the contained file system is mounted (on top of tmpfs). If a container is found, but the password ist wrong, the user is presented with a login failure.
If a usb stick with an LUKS volume is found, the provided password is used to open the container. If that succeeds, the contained file system is mounted (on top of tmpfs). If a container is found, but the password ist wrong, the user is presented with a login failure.
Line 22: Line 22:


;state
;state
:draft
:assigned (soulnet)


On the desktop, there will be a link to prepare a USB stick for usage. The user is presented with a password entry dialog and the provided password is used to set up an LUKS partition with a FAT file system. When the user loggs off and then logs in again with her password, the home directory will be initialized.
On the desktop, there will be a link to prepare a USB stick for usage. The user is presented with a password entry dialog and the provided password is used to set up an LUKS partition with a FAT file system. When the user loggs off and then logs in again with her password, the home directory will be initialized.


== Hosts ==
== Hosts ==
A list of running hosts


=== Desktop like Computers ===
{{#ask: [[Category:Host]] [[Has purpose::Sub-Etha/Moon]]
* Hostname : Amalthea
| format=table
::Dell OptiPlex GX240. P4, 512 MB of RAM, 80 GB HDD
|? Hostname
|? Operating System
}}


=== Laptops ===
[[Category:Sub-Etha]]
* tbd

Latest revision as of 23:12, 4 July 2012

A Moon is a public terminal computer. It can be used by anyone to work freely. We will provide USB sticks which can be prepared for use on Moons. Without one, no data will be saved.

Moons boot a Arch Linux (i686) from their local hard drive. Swap is encrypted at random on boot. Host names are chosen from Jupiter’s moons, starting with ordinal number 1.

user stories[edit | edit source]

login[edit | edit source]

state
resolved (nomaster)

Users can log on as hitchhiker with any password (empty password). A tmpfs is freshly mount on guest’s home directory (pam_mount).

mount USB stick on login[edit | edit source]

state
resolved (nomaster)

If a usb stick with an LUKS volume is found, the provided password is used to open the container. If that succeeds, the contained file system is mounted (on top of tmpfs). If a container is found, but the password ist wrong, the user is presented with a login failure.

prepare USB stick[edit | edit source]

state
assigned (soulnet)

On the desktop, there will be a link to prepare a USB stick for usage. The user is presented with a password entry dialog and the provided password is used to set up an LUKS partition with a FAT file system. When the user loggs off and then logs in again with her password, the home directory will be initialized.

Hosts[edit | edit source]