bug#25045: [Website] Packages page takes too long to load

2016-11-27 Thread Ludovic Courtès
Hello! Luis Felipe López Acevedo skribis: > I plan to redesign the packages page, and submit a proposal to fix > this bug. For the record, Alex (Cc’d) posted an initial patch a week ago: https://lists.gnu.org/archive/html/guix-devel/2016-11/msg00498.html Please coordinate. :-) Glad to see

bug#25036: make check-system hangs.

2016-11-27 Thread Ludovic Courtès
John Darrington skribis: > Whenever I run > > make check-system TESTS=openssh > > it gets as far as: > > > PASS: tests/test-filter-redirector > TEST: tests/postcopy-test... (pid=10426) > /i386/postcopy: > > and hangs there indefinitely.

bug#25045: [Website] Packages page takes too long to load

2016-11-27 Thread Luis Felipe López Acevedo
Steps to reproduce == 1. Open a Web browser 2. Go to https://www.gnu.org/software/guix/packages/ 3. Download the page, and check its size Unexpected behavior === * The page takes almost 60 seconds to load when visited for the first time, and about 30 seconds w

bug#25043: mount is unable to locate mount helpers

2016-11-27 Thread Tomáš Čech
mount command from util-linux is expecting helpers in /sbin/ directory, which is not available on GuixSD. If found it when I tried to mount manully NFS: # mount -t nfs server:/some/path /mnt Manual page of `mount' - section EXTERNAL HELPERS and strace seems to agree: ... stat("/sbin/mount.nfs"