all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: myglc2 <myglc2@gmail.com>
To: help-guix@gnu.org
Subject: Re: guixSD - problem with X11 forwarding
Date: Fri, 12 Feb 2016 16:48:47 -0500	[thread overview]
Message-ID: <874mddeh1c.fsf@gmail.com> (raw)
In-Reply-To: 87oabl3eb3.fsf@gmail.com

Alex Kost <alezost@gmail.com> writes:

> myglc2 (2016-02-12 18:06 +0300) wrote:
>
>> On guixSD, with no packages installed in the login user profile, I get
>> 'X11 forwarding request failed on channel 0'
>>
>> config.scm and ssh-v log attached below.
>>
>> TIA - george
>>
>>
>> ;; see if tmux supports 256 colors
>> ;; add curl for lpaste
>> ;; add xauth for X11
>>
>> (use-modules (gnu))
>> (use-service-modules networking ssh)
>> (use-package-modules admin)
>> (use-package-modules disk) ;; parted
>> (use-package-modules ssh rsync wget screen)
>> (use-package-modules ssh tmux)
>> (use-package-modules version-control) ;; git git-manpages
>> (use-package-modules emacs) ;; emacs magit
>> (use-package-modules curl) ;; lpaste
>> (use-package-modules xorg) ;; xauth
>
> I wonder why do you do it like this?

Because I don't know any better and I am just continuing the pattern set
in bare-bones.scm

> I would do it in a single
> 'use-package-modules' clause:
>
> (use-package-modules
>  admin
>  disk                           ; parted
>  ssh rsync wget screen
>  tmux
>  version-control                ; git git-manpages
>  emacs                          ; emacs magit
>  curl                           ; lpaste
>  xorg)
>

That looks easier, thank you.

> As for your problem, I have no idea what's going on, sorry :-(

:(

  reply	other threads:[~2016-02-12 21:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-12 15:06 guixSD - problem with X11 forwarding myglc2
2016-02-12 19:43 ` Alex Kost
2016-02-12 21:48   ` myglc2 [this message]
2016-02-24 12:13 ` Ludovic Courtès
2016-03-01  2:12   ` myglc2

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=874mddeh1c.fsf@gmail.com \
    --to=myglc2@gmail.com \
    --cc=help-guix@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.