bug#22492: create new user guixsd

2016-02-01 Thread Ludovic Courtès
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

bug#22492: create new user guixsd

2016-02-01 Thread rennes
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

bug#22492: create new user guixsd

2016-02-01 Thread rennes
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

bug#22514: emacs INFO pages have "?"s instead of "'"s

2016-02-01 Thread myglc2
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

bug#22533: Non-determinism in python-3 ".pyc" bytecode

2016-02-01 Thread Leo Famulari
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