When running 'guix system init', GRUB requires a GC root to be placed in
/var/guix. When building a VM, this GC root is placed in /var/guix/gcroots
however while building a system on another drive, the GC root is placed on the
host's /var/guix/gcroots , not only overwriting the host's grub.cfg whic
fixed in commit f072e9ad.
Ricardo Wurmus skribis:
> I have an annoying little problem with IBus. IBus creates a binary
> registry in ~/.cache/ibus/bus on first start(?) which contains the full
> paths to store items such as
>
> /gnu/store/k3r...-ibus-1.5.11/libexec/ibus-dconf
GIMP has a similar problem for files in
On Wed, 24 Feb 2016 11:32:52 +0100
Andreas Enge wrote:
> On Thu, Feb 18, 2016 at 10:59:11PM -0500, Leo Famulari wrote:
> [...]
>
> This is part of the vigra source code. There should soon be a new vigra
> release:
>
> https://mailhost.informatik.uni-hamburg.de/pipermail/vigra/2016-Februar
Hello, unlike other file system types, FAT volumes have short UUIDs,
for example: "58D7-4FA5", but such an UUID cannot be used in an
operating system declaration:
(file-system
(device (uuid "58D7-4FA5"))
(title 'uuid)
(type "vfat")
;; ...
)
because (uuid "58D7-4FA5") errors.
--
Alex
Andreas Enge (2016-02-23 12:18 +0300) wrote:
> On Tue, Feb 23, 2016 at 11:54:30AM +0300, Alex Kost wrote:
>> Attached. I also removed 'check-package-freshness' from (gnu packages)
>> as it is not used anywhere else, or should it be left?
>
> I think it is good, please push. (Assuming that "guix r
myglc2 skribis:
> glc@g1 ~$ ssh glc4@g1
> glc4@g1's password:
> glc4@g1 ~$ umask
>
Oh indeed, I can reproduce it.
The problem is that lshd resets the umask when it starts (in
src/daemon.c:daemon_init) but never changes it again.
Perhaps we should be using pam_umask and login.defs (althou
Jookia <166...@gmail.com> skribis:
> After building netpbm from source using no substitutes, running this command:
>
> % guix build --source netpbm --check
>
> Will use the checked out source files in /gnu/store rather than redownloading
> from the project SVN repostiory. This is unlike this comma
On Wed, Feb 24, 2016 at 12:30:38PM +0100, Ricardo Wurmus wrote:
> I’m told[1] that this is solved on branch “version-1-11-rc”, but I
> haven’t been able to test this yet. Would anyone else like to try?
> [1]: https://github.com/ukoethe/vigra/issues/326#issuecomment-187669279
I have, but there is
Andreas Enge writes:
> On Thu, Feb 18, 2016 at 10:59:11PM -0500, Leo Famulari wrote:
>> It looks like we need this module 'vigranumpy':
>> https://ukoethe.github.io/vigra/doc-release/vigranumpy/index.html
>
> This is part of the vigra source code. There should soon be a new vigra
> release:
>
On Thu, Feb 18, 2016 at 10:59:11PM -0500, Leo Famulari wrote:
> It looks like we need this module 'vigranumpy':
> https://ukoethe.github.io/vigra/doc-release/vigranumpy/index.html
This is part of the vigra source code. There should soon be a new vigra
release:
https://mailhost.informatik.uni-h
11 matches
Mail list logo