ren...@openmailbox.org skribis:
> i run 'guix system reconfigure config.scm --falback', and add new
> user: tron.
How did you add the new user account? You added it in the
‘operating-system’ declaration and then run ‘guix system reconfigure’,
right?
> When i try to login such as tron does not a
Hi ludo,
On 2016-01-31 17:29, l...@gnu.org wrote:
ren...@openmailbox.org skribis:
i run 'guix system reconfigure config.scm --falback', and add new
user: tron.
How did you add the new user account? You added it in the
‘operating-system’ declaration and then run ‘guix system reconfigure’,
ri
Hi,
On 2016-02-01 01:55, Leo Famulari wrote:
On Sat, Jan 30, 2016 at 03:48:26AM +0100, ren...@openmailbox.org wrote:
Hi,
i run 'guix system reconfigure config.scm --falback', and add new
user:
tron.
When i try to login such as tron does not allow login and slim
restart.
i check secure an
myglc2 writes:
> In emacs INFO pages, single quotes "'" appear as question marks "?" and
> 'echo $LANG' returns a blank line.
Note/clarification: the problem is only with user accounts. root emacs
INFO "'" quotes are normal and 'echo $LANG' returns "en_US.UTF-8".
> I am running guixSD on a head
While preparing a package for borg [0], I found that the built output
was not reproducible. The problem is that the bytecode compiler [1] for
Python 3.4.3 (our current version) encodes the mtime of the
corresponding Python source file in the output. This is described in
PEP-3147 [2], and the respon