unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Chris Marusich <cmmarusich@gmail.com>
To: John Darrington <john@darrington.wattle.id.au>
Cc: guix-devel@gnu.org
Subject: Re: Graphical Installer - Call for Testing.
Date: Sun, 15 Jan 2017 01:20:56 -0800	[thread overview]
Message-ID: <cuceg04vfuv.fsf@gmail.com> (raw)
In-Reply-To: <20170115065548.GA20820@jocasta.intra> (John Darrington's message of "Sun, 15 Jan 2017 07:55:48 +0100")

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

John Darrington <john@darrington.wattle.id.au> writes:

> Hi Chris,
>
> Thanks for this very comprehensive feedback.  I hope you will forgive
> me if I don't respond to every point you have raised.  I have however read
> them all, and they are all relevant and useful.  So thanks very much.

My pleasure!  It's easy to give feedback; it's hard to write something
that works.  Thank you for writing something that works!

> * It would be great if you could try to find out why your wireless failed.

I'll look into it.  FWIW, the following DOES work for setting up my
wireless from the (usual release) installation image (I know WEP is
insecure, but I use it for certain reasons that are not related to the
topic of this email thread):

--8<---------------cut here---------------start------------->8---
config_file="$(mktemp --tmpdir wireless-XXXXX.cfg)"
trap "rm -f $config_file" EXIT
cat > "$config_file" << EOM
network={
    ssid="my-network-id"
    key_mgmt=NONE
    wep_key0=my-wep-key
}
EOM
wpa_supplicant -i wlp2s0 -c "$config_file" -B
dhclient -v wlp2s0
--8<---------------cut here---------------end--------------->8---

Does your installer assume a specific (non-WEP) wireless encryption
protocol?  That might explain the issue.

> * What would you suggest instead of the "Reboot" message?

I think the USB stick needs to be mounted in order for the system to
function, right?  So it seems like we can't unmount it before
rebooting...  I know that Ubuntu's installer ejects the installation CD
and asks the user to remove it and then reboot, so it must be possible
to arrange for the media to be physically removed without crashing the
system.  I'm not sure how to do that, though.

Until that's figured out, maybe just say something like: "To avoid
accidentally booting into the installation media, please shut down the
computer, remove the installation media, and turn the computer back on."
How's that?  Too verbose?

Anyway, thanks again for the installer.  It's really nice!

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2017-01-15  9:21 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-04  7:59 Graphical Installer - Call for Testing John Darrington
2017-01-04 13:18 ` Thomas Danckaert
2017-01-04 18:44   ` John Darrington
2017-01-04 15:54 ` dian_cecht
2017-01-04 16:36   ` Ricardo Wurmus
2017-01-04 18:52   ` John Darrington
2017-01-06  3:23 ` Thompson, David
2017-01-07 16:02   ` Christopher Allan Webber
2017-01-06 20:53 ` myglc2
2017-01-06 21:50   ` John Darrington
2017-01-07  2:18     ` myglc2
2017-01-07  4:55       ` myglc2
2017-01-07 20:35         ` Alex Kost
2017-01-07  8:05       ` John Darrington
2017-01-08 18:47       ` Taylan Ulrich Bayırlı/Kammer
2017-01-08 19:28         ` John Darrington
2017-01-08 22:34 ` Ludovic Courtès
2017-01-09 12:31   ` John Darrington
2017-01-10  8:39     ` Ludovic Courtès
2017-01-10 11:57       ` John Darrington
2017-01-13  5:40 ` Chris Marusich
2017-01-13  6:35   ` John Darrington
2017-01-13  7:03     ` Chris Marusich
2017-01-14 13:24       ` David Craven
2017-01-22 14:41         ` John Darrington
2017-01-15  4:06     ` Chris Marusich
2017-01-15  6:55       ` John Darrington
2017-01-15  9:20         ` Chris Marusich [this message]
2017-01-15 11:56           ` John Darrington
2017-01-16  9:34             ` Ludovic Courtès
2017-01-16 12:35               ` John Darrington
2017-01-16 17:18           ` John Darrington
2017-01-18  9:36             ` Chris Marusich
2017-07-05 17:27       ` Danny Milosavljevic
2017-07-07  4:48         ` Chris Marusich
2017-07-07  6:13           ` Danny Milosavljevic
2017-07-07 11:37             ` Ludovic Courtès
2017-07-12 11:30               ` Danny Milosavljevic
2017-07-12 17:31                 ` Danny Milosavljevic
2017-07-17 13:34                 ` Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=cuceg04vfuv.fsf@gmail.com \
    --to=cmmarusich@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=john@darrington.wattle.id.au \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).