Marius Bakke writes:
> Arne Babenhauserheide writes:
>
>> Marius Bakke writes:
>>
>>> Arne Babenhauserheide writes:
1. &message:
"'/gnu/store/xlcbi7dc89n4wvyz4jk6j0g4590ymi6q-grub-efi-2.04/sbin/grub-install
--boot-directory //boot --bootloader-id=Guix --efi-directory //boo
Arne Babenhauserheide writes:
> Marius Bakke writes:
>
>> Arne Babenhauserheide writes:
>>
>>> The error I receive:
>>>
>>> building
>>> /gnu/store/fyn1cmq9p38ipp5mlbx1z4gs84qd5jg4-install-bootloader.scm.drv...
>>> Backtrace:
>>>1 (primitive-load "/root/.config/guix/current/bin/gui
$ crontab -e
In unknown file:
0 (copy-file "/tmp/crontab.10313" "/var/cron/tabs/dannym")
ERROR: In procedure copy-file:
In procedure copy-file: No such file or directory
/var/cron doesn't exit either. Maybe we should automatically create /var/cron ?
pgpvgsUxnY5_R.pgp
Description: O
Ludovic Courtès writes:
> Arne Babenhauserheide skribis:
>> building
>> /gnu/store/fyn1cmq9p38ipp5mlbx1z4gs84qd5jg4-install-bootloader.scm.drv...
>> Backtrace:
>>1 (primitive-load "/root/.config/guix/current/bin/guix")
>> In guix/ui.scm:
>> 1936:12 0 (run-guix-command _ . _)
>>
Hi,
Arne Babenhauserheide skribis:
> building
> /gnu/store/fyn1cmq9p38ipp5mlbx1z4gs84qd5jg4-install-bootloader.scm.drv...
> Backtrace:
>1 (primitive-load "/root/.config/guix/current/bin/guix")
> In guix/ui.scm:
> 1936:12 0 (run-guix-command _ . _)
>
> guix/ui.scm:1936:12: In proc
On Tue, Apr 07, 2020 at 11:18:56PM +0200, Ludovic Courtès wrote:
> I haven’t tested it though. I’m a bit concerned about the rewrite rule,
> because there are bits that should not be rewritten, like:
>
> /manual (must not be: /LANG/manual, at least for now)
> /guix-refcard.pdf
> …
>
> Will
On Tue, Apr 07, 2020 at 10:38:16PM +0200, Ludovic Courtès wrote:
> Overall LGTM! Minor suggestion below:
I will make a new patch tonight and follow your suggestions. Thank you!
The layout toggling worked fine btw, except Arabic layout is called
"ara" and not "ar" in base.xml …
Regards,
Florian
Hi Florian,
"pelzflorian (Florian Pelz)" skribis:
>> What would it take to complete the i18n’d web site deployment? It would
>> be great to get that done by the time of the next release.
>>
>
> set_from_accept_language $lang en de;
>
> would better be a global directive. en comes first so it i
Marius Bakke writes:
> Arne Babenhauserheide writes:
>
>> The error I receive:
>>
>> building
>> /gnu/store/fyn1cmq9p38ipp5mlbx1z4gs84qd5jg4-install-bootloader.scm.drv...
>> Backtrace:
>>1 (primitive-load "/root/.config/guix/current/bin/guix")
>> In guix/ui.scm:
>> 1936:12 0 (r
Arne Babenhauserheide writes:
> The error I receive:
>
> building
> /gnu/store/fyn1cmq9p38ipp5mlbx1z4gs84qd5jg4-install-bootloader.scm.drv...
> Backtrace:
>1 (primitive-load "/root/.config/guix/current/bin/guix")
> In guix/ui.scm:
> 1936:12 0 (run-guix-command _ . _)
>
> guix/ui.s
Good evening comrades!
"pelzflorian (Florian Pelz)" skribis:
> IMHO two things should be done:
>
> * Within the installer, a toggleable second keyboard layout should be
> available by default.
>
> Mathieu enabled changing the layout via the F1 help menu. This is
> good and more flexible a
When using
LANG=C guix system reconfigure -k /etc/config.scm
I receive an error.
I am currently booting off the guix install USB stick, rewiring the disk
in grub, because my bios does not find my system disk.
The error I receive:
building
/gnu/store/fyn1cmq9p38ipp5mlbx1z4gs84qd5jg4-insta
This is no longer an issue.
Guile seems to build reliably now, closing.
This was likely due to ABI breakage, which is caught and reported
automatically in recent versions of Guix.
This is a feature, not a bug; and the other points discussed have been
resolved. Closing!
The ungoogled-chromium build process no longer requires boatloads of
memory, and is also much more stable on the build farm. Closing.
Ricardo Wurmus writes:
> Qemu comes with support for sharing files with a guest via Samba. This
> is done by appending something like this to the qemu-system-*
> invocation:
>
> … -net user,smb=$HOME/Downloads -net nic
>
> Qemu needs to be told *at configure time* where the smbd executable w
This was fixed in deeaa9e1993b9c4684be8879d154000d234a5c24.
This was fixed a long time ago, closing.
On Tue, Apr 07, 2020 at 07:12:34PM +0200, Mathieu Othacehe wrote:
> Now it would be nice to support multiple keyboard layout selection from
> the installer, so that a configuration like to one above is generated.
>
> Thanks,
>
> Mathieu
Ludo responded to the other bug:
On Tue, Apr 07, 2020 at 1
Marius Bakke writes:
> Christopher Baines writes:
>
>> → guix describe
>> Generation 181 Apr 07 2020 16:55:29(current)
>> guix 1e96e6a
>> repository URL: https://git.savannah.gnu.org/git/guix.git
>> branch: master
>> commit: 1e96e6ac8bc0285cc2adfac4ac29b538b84d5dfc
>>
>>
Hey,
> Ideally we’d also offer a way to choose multiple layouts in the
> installer, so that one can end up with:
>
> (keyboard-layout "ar,us" #:options '("grp:alt_shift_toggle"))
>
> Although that’s mostly useful for the console as GDM and GNOME should be
> able to do the right thing.
>
> Anyw
Hello,
The installer gained support for keyboard layout switching from every
step recently[1].
It is also possible with commit 2729cb406d9f3e9eb22cc660f887138134edb3a8
to specify comma-separated keyboard layouts, this way:
--8<---cut here---start->8---
(keyb
Christopher Baines writes:
> → guix describe
> Generation 181Apr 07 2020 16:55:29(current)
> guix 1e96e6a
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: 1e96e6ac8bc0285cc2adfac4ac29b538b84d5dfc
>
> → guix build ledger
> Backtrace:
Hi, I have been using gnome-maps for a few months. It has always been
the case that I can open gnome-maps fine from a terminal. Also, if I
run Alt-F2 gnome-maps, this also works. However, if I press Meta key
(Windows key) and type map, the, the Maps application is selectable,
but if I select it, gn
Hey buddy, I tried running flatpak on a freshly installed Guix system (today)
and for some reason it segfaults when I try to add the flathub repo. I was told
to report the bug to you.
I've attached the command output, Flatpak version is 1.4.3.
It also complains about XDG_DATA_DIRS as you can se
→ guix describe
Generation 181 Apr 07 2020 16:55:29(current)
guix 1e96e6a
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 1e96e6ac8bc0285cc2adfac4ac29b538b84d5dfc
→ guix build ledger
Backtrace:
1 (primitive-load "/home/chris/.config/gu
Closing due to lack of feedback.
Ricardo Wurmus writes:
> Marius Bakke writes:
>
>> Is this bug report still relevant?
>
> The EOMA68-A20 board still hasn’t been completed, so I think it’s fine
> to close this bug report.
OK. There has been quite a lot of work getting Guix System running on
various boards since this was opene
Marius Bakke writes:
> Is this bug report still relevant?
The EOMA68-A20 board still hasn’t been completed, so I think it’s fine
to close this bug report.
--
Ricardo
GRUB builds successfully on armhf and aarch64 nowadays, so I'm closing
this bug.
Is this bug report still relevant?
amar writes:
> Hi,
>
> I have an issue with guixSD installation.
>
> I tried to install GuixSD 0.14 x86_64 on my machine. The installation media
> didn't boot in the uefi mode which is to say the startup messages showed this
> is the error message:
> "fb: switching to amdgpudrmfb from EFI VGA"
Joshua Branson writes:
> Perhaps for now, I'll just throw in this patch that modifies an
> guix/system/examples desktop file. The "full blown" desktop has a UEFI
> boot, but it does not show the (file-system (type "vfat") ...) example.
> This patch should fix that.
Pierre pushed an identical pa
This was fixed a while back, closing.
On the current "core-updates" branch (commit
a533c5a1835cbeafaf595c4474e2ce6adde7de8d), one test starts to fail if
commits 190ddfe21e3d87719733d12fb9b5eb176125a49f and
a187cc562890895ad41dfad00eb1d5c4a4b00936 are applied:
--8<---cut here---start->8---
test-name:
Ludovic Courtès skribis:
> l...@gnu.org (Ludovic Courtès) skribis:
>
>> Changing the HTTP{,S} and FTP proxies used by guix-daemon is
>> inconvenient, especially when doing a GuixSD install, as reported by
>> Divan Santana at:
>>
>> https://lists.gnu.org/archive/html/help-guix/2017-01/msg00047.
Hi,
Jack Hill skribis:
> I'm an avid reader of `guix pull --news`. I like learning about new
> and updated software. However, I noticed that when a package gains a
> new replacement (e.g. for a security fix via grafting), it is not
> mentioned. We do not show all changes to package definitions i
Hi!
Mathieu Othacehe skribis:
>> Yes please! (BTW, sorry for the latency when replying; if you want,
>> please do chime in on #guix on IRC.)
>
> Merged! Heh, I know you are already quite busy :p
>
> The installer tests are really a nice addition. Being able to test it
> running:
>
> make check-
l...@gnu.org (Ludovic Courtès) skribis:
> Changing the HTTP{,S} and FTP proxies used by guix-daemon is
> inconvenient, especially when doing a GuixSD install, as reported by
> Divan Santana at:
>
> https://lists.gnu.org/archive/html/help-guix/2017-01/msg00047.html
>
> We should add a service-sp
Fixed in 92da05885c780fb92694f0d84ceda093b1b67db8.
--
Pierre Neidhardt
https://ambrevar.xyz/
signature.asc
Description: PGP signature
Hi,
Bengt Richter skribis:
> On +2020-04-07 00:07:14 +0200, Ludovic Courtès wrote:
>> Hi,
>>
>> Ludovic Courtès skribis:
>>
>> > In the meantime, the patch below fixes the syslogd problem. Also
>> > attached is a patch for the accounting database, though that one is
>> > questionable.
>>
>>
43 matches
Mail list logo