g/chromium directory from the (googled)
Chromium laying around, there may be strange interactions.
You can avoid both caveats by running:
guix shell {ungoogled,ublock-origin}-chromium -- \
chromium --user-data-dir=/tmp/chromium-profile
Does the extension show up then?
> Marius Bakke men
Hello!
I worked with David off-list on this, and it eventually turned out that
the problems were hardware-related.
The cluster consisted of two Librebooted x200 machines. One that
happened to support KVM, and one that did not. The Libreboot wiki entry
on the x200 states that there is only one k
david larsson writes:
> Hi!
>
> First of all - thanks for a great post about using Ganeti with Guix!
Thanks. :-)
> I need some help with the networking setup part since I am stuck at the
> end stages of the blog post tutorial - I am unable to run "gnt-instance
> console ". So, I have things
Emmanuel Medernach writes:
>> I pulled the same commit on the VM that the one obtained
>> with "guix describe" but it still recompiles my local
>> packages with "guix build". Did I forget something ?
>>
>
>
> I mean it does not download from my substitute server.
Did you authorize the
Zelphir Kaltstahl writes:
> Hi Guix Users!
>
> I would like to repair or reinstall my Guix package manager
> installation, because it seems broken and nothing I tried fixes the problem.
>
> The problem:
>
>
> xiaolong@xlx200:~/Downloads$ guix pull
> Migrating profile generations to '/var/gui
Hello Anthony,
Anthony Quizon writes:
> Hello,
> I'm trying to install gold linker using guix.
> I noticed there is a package in `(gnu packages base)` called
> "binutils-gold". However, it doesn't come up on the search via `guix search
> binutils-gold` and I'm unable to install it.
>
> Why is th
zimoun writes:
>> Can you paste the full package definition?
>
> Well, I have tried with and without the 'arguments'.
>
> --8<---cut here---start->8---
> (define-public python-attrs-strict
> (package
> (name "python-attrs-strict")
> (version "0.1.0")
zimoun writes:
> Dear,
>
> I am trying to package "swh.model" which is a CLI tool developed by
> Software Heritage. It allows to compute SWHID which is their internal
> hash tag. This package is on PyPI, so I did:
>
>guix import pypi -r swh.model
>
> which returns 2 packages: "python-attrs-
conjaroy writes:
> Greetings help-guix,
>
> I've been a casual user of Nix for a couple of years and have decided to
> test the waters with Guix. While I'm looking forward to spending time with
> Lisp after many years away, my biggest impression is that Guix seems to
> have well-documented interf
Hi Zelphir,
Zelphir Kaltstahl writes:
> I create a profile with that and it works fine:
>
> guix package --manifest="manifest.scm"
> --profile="${GUIX_EXTRA_PROFILES}"/my-env/my-env
>
> Then I do the sourcing:
>
> GUIX_PROFILE="${GUIX_EXTRA_PROFILES}/my-env/my-env"; source
> "${GUIX_PROFILE}/e
Giovanni Biscuolo writes:
> Hi Tobias,
>
> thank you for your clear explanation and patience
>
> ...and sorry again to all other Guix users for the "noise": this is not
> strictly related to Guix but just to the most recent version of
> curl/wget
>
> I still I don't understand the differences bet
Emmanuel Medernach writes:
> Hello Guixers !
>
> I created an image with 'guix system vm-image'
> which contains local defined packages. These
> packages are present on the Virtual Machine
> however they are not listed with 'guix package
> --list-installed'.
'guix package -I
Leo Famulari writes:
>> How else would you suggest that it be done? It would be nice if `guix
>> system docker-image`
>> took `--branch` and `--commit` options to build a container from a
>> well-defined Guix check-in
>> state, but that doesn't seem to be the case. And in any case - too slow.
>>
sirgazil writes:
> Hmm, and is there any way for a Guile program installed as a Guix package to
> use the modules of the Guix obtained by the user with "guix pull" and also
> being able to take advantage of user-defined channels? Or is this just not
> possible at all?
You need to add $HOME/.c
sirgazil writes:
> Hi,
>
> I use Guix's GNU system.
>
> I had written a Guile script that called Guix procedures to manipulate
> profiles. I put it in a Guix package in a custom channel and installed it. It
> used to work, but now it fails with an error I can also reproduce when trying
> to d
Pierre Neidhardt writes:
> Hi!
>
> Is there a way to calculate the closure size of a system (as generated
> by guix system reconfigure config.scm)?
Try: 'guix size $(guix system build config.scm)'.
Or for the currently running generation:
'guix size $(readlink -f /run/current-system)'
signat
Christophe Pisteur writes:
> Le vendredi 15 mai 2020 à 17:33 +0200, Tobias Geerinckx-Rice a écrit :
>> Christophe,
>>
>> Christophe Pisteur 写道:
>> > Since now, I installed the following packages: cups,
>> > cups-filters,
>> > fomatics-filters.
>> > When I launch http: // localhost: 631 / in my
Guix,
The mythical 'core-updates' branch was just merged to 'master'!
You will notice newer versions of many "core" packages such as glibc,
findutils, make, etc; see 'guix pull --news' for the scoop. The mailing
list has a (non-exhaustive) overview of the big changes this round:
https://lists
zimoun writes:
> Dear,
>
> When debugging, I find really useful the command: "guix build -d package".
>
> Is it possible to do the same on the resulting '/gnu/store/'?
>
> For example,
>
> $ guix build hello
> /gnu/store/kg9mirg6xbvzcp0a98v7326n1nvvwgsj-hello-2.10
>
> $ guix build -d hello
> /gnu
Simon Josefsson writes:
> The manual is quite clear that LVM support is missing:
>
> https://guix.gnu.org/manual/en/html_node/Limitations.html
>
> This held me back from using guix as the OS for my virtualization
> servers since I use LVM for virtual machines. However, one evening I
> was curi
Timothy Sample writes:
> Hi Marius,
>
> Marius Bakke writes:
>
>> The "core-updates" branch is ready for testing! [...]
>>
>> Please try upgrading your profiles and systems and file bugs for
>> anything that does not work for you. GNOME users
Leo Famulari writes:
> I reconfigured my Guix System based on core-updates, and afterwards I
> was unable to login, either remotely over SSH, or on the Linux console.
Do you still have the logs from this attempt? Curious what caused login
to fail.
signature.asc
Description: PGP signature
Efraim Flashner writes:
> I have a package which currently depends on gfortran-5, although
> gfortran-5 doesn't build on core-updates.
>
> efraimf@penguin2:~/workspace/guix-core-updates$ ./pre-inst-env guix build
> --no-grafts -e '(@@ (gnu packages gcc) gfortran-5)'
> substitute: updating substi
zna...@disroot.org writes:
> Hello! I use pcmanfm and everything works fine.
> But when I open Downloads folder from IceCat it is opening in Thunar that has
> ugly behavior.
> When I click on any file it cannot run an Application with this error:
>
> Failed to open filename.csv
> Failed to execut
sirgazil writes:
> This time, one of my packages in a custom channel failed with "no code for
> (term ansi-color)" (the package definition:
> https://gitlab.com/sirgazil/guix-channel-x/-/blob/master/sirgazil-x/packages/guile.scm#L13).
> This is not a new package in my profile, I've been using
sirgazil writes:
> On Fri, 24 Apr 2020 03:20:41 + sirgazil wrote
>
> > On Thu, 23 Apr 2020 23:24:23 + Marius Bakke
> wrote
> > > Hello Guix!
> > >
> > > The "core-updates" branch is ready for testing!
Hello Guix!
The "core-updates" branch is ready for testing! According to 'guix
weather', the substitute coverage is slightly better than on "master"
for x86_64. You can get it by running:
guix pull --branch=core-updates
Please try upgrading your profiles and systems and file bugs for
anythin
Pierre Neidhardt writes:
> Hi!
>
> I've got a couple of sound issues which I suspect might be linked to
> Pulseaudio.
>
> I'd like to temporarily disable Pulseaudio and see if I experience those
> issues with ALSA alone.
>
> It seems that Pulseaudio is part of the %desktop-services.
> However it'
Hi Satoru, and welcome to Guix! I hope you will enjoy your stay. :-)
Satoru KURASHIKI writes:
> hi,
>
> I happen to know Guix SD recently, and trying to tinkering it.
FYI the 'SD' name has been deprecated in favor of 'Guix System'.
> I've just managed to "guix init" on my new box, and have q
Hi 白い熊,
白い熊 writes:
> Unfortunately, this fails to install with:
>
> Updating channel 'guix' from Git repository at
> 'https://git.savannah.gnu.org/git/guix.git'...
> substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
> 1.2 MB will be downloaded:
> /gnu/store/p5qdvijyl3vm
白い熊 writes:
> Apr 3, 2020 18:53:25 Marius Bakke :
>
>
>> ClamAV can be pulled from that branch through an inferior or with
>> 'guix time-machine --branch=core-updates -- install clamav'.
>>
>>
>
> I have clamav installed in its own profile usin
Tobias Geerinckx-Rice writes:
> Let's see how we can patch freshclam to point libcurl in the right
> direction…
FWIW this problem has been fixed on the 'core-updates' branch with
commit a76a343082d61d5303b61a9e4cbde4ab8515a1e7. Now all libcurl users
will respect the same search paths.
ClamAV
Pierre Neidhardt writes:
> Hi!
>
> I'm trying to update DXVK to 1.6 and it now ships a new d3d10core.dll.so
> on which its other libraries depend.
> Thus RUNPATH verification fails:
>
> --8<---cut here---start->8---
> validating RUNPATH of 6 binaries in
> "/gn
Vagrant Cascadian writes:
> I'm curious if you can get audio or microphone access using
> ungoogled-chromium on meet.jit.si... video worked fine for me, but
> neither audio output nor microphone input worked. Are there optional
> plugins needed to make audio work with ungoogled-chromium?
Early
Marco van Hulten writes:
> I installed ungoogled-chromium. When it starts and I browse to the
> main Jitsi instance [1], it wants to install the extension for Google
> Calendar and Office 365 integration. I don't know if those are
> non-free softwares, but they at least provide non-free web ser
Mikael Djurfeldt writes:
> Hi,
>
> I just installed guix on top of Debian Buster using the installation script
> at guix.gnu.org. I did this on two machines, hat and wand, with the hope
> that I could offload compilation to wand.
>
> This is what I get:
>
> root@hat:~# guix offload test
> guile:
Roy Lemmon writes:
> Hi All,
>
> I have followed the instructions in that link and successfully installed
> the build users and guix daemon on my nixos system. As root, I can run
>
> guix package -i hello
>
> and the hello package is installed and I can run it.
>
> However I am having trouble set
Ben Sturmfels writes:
> For what it's worth, there's a bug report here matching the issue you
> describe. The issue appears to affect quite a number of programs.
>
> https://issues.guix.gnu.org/issue/35746
Hmm, I thought we had fixed that particular bug with commit
2a80d9e55299214a3f0b4f585767b4
Giovanni Biscuolo writes:
>>> The chromium binary from Debian 10 on the same LTSP environment does not
>>> have the same problem, it works
>
> so the Debian binary is working without user namespaces?
Chromium has another sandboxing method that relies on a setuid binary,
which is what Debian uses
Marco van Hulten writes:
> Hello—
>
> One of the great features of Guix is that one can roll back his
> profile. But I did a garbage collection (gc) that was too aggressive
> such that a relevant old profile disappeared. I presume this is gone
> forever.
>
> Is it possible to lock certain gener
Giovanni Biscuolo writes:
> if I run the last ungoogled-chromium Guix version in my terminal session
> [1] on a Debian 10 server, I get SIGABRT:
>
> --8<---cut here---start->8---
> [14913:14913:0110/113833.689067:FATAL:zygote_host_impl_linux.cc(116)] No
> usab
Jack Hill writes:
> Thanks Marius!
>
> On Wed, 18 Dec 2019, Marius Bakke wrote:
>
>> It's not pretty, but you could create a package that takes "match-theme"
>> as an input and makes the necessary adjustments.
>>
>>
Jack Hill writes:
> Hi,
>
> It's been a few days, so I was wondering if anyone had thoughts on the
> following:
It's not pretty, but you could create a package that takes "match-theme"
as an input and makes the necessary adjustments.
See the 'mariadb/fixed-install-db' variant added in
9077cf68
jorge+l...@disroot.org (Jorge P. de Morais Neto) writes:
> For more than a week I have been unable to update Gnucash. One of its
> dependencies, libdbi-drivers, fails to build. I have attached the build
> log.
Hello Jorge,
This is fixed with commit 9077cf68ec57c0303ef7746e203c3fe5ed041add.
Tha
Hi Josh,
Josh Marshall writes:
> Hello,
>
> nckd and I have gone back and forth over a few days in IRC trying to
> help me out here. I am trying to package magic-enum (
> https://github.com/Neargye/magic_enum ) which is a C++ header only
> library requiring at least C++ 17, and uses the cmake b
zimoun writes:
> On Thu, 21 Nov 2019 at 20:09, Marius Bakke wrote:
>
>> Did you use a different user account?
>
> No, same user account.
Right. For those trying this tutorial at home, I recommend a dedicated
user account to prevent conflicts with the other desktop sessio
Try adding your user to the 'input' group:
(user-account
...
(supplementary-groups '("input" ...)))
...then reconfigure and reboot your system.
If that does not work, please mention which controller you are using and
paste the last lines from the `dmesg` command after plugging it in.
signatu
zimoun writes:
> Hi Marius,
>
> I have tried on the top of Debian.
>
> Instead of "/etc/X11/xinit/xinitrc-common" in the .xinitrc file, it is
> just "/etc/X11/xinit/xinitrc". Then it works. \o/
Cool, thanks for testing!
> However, after a couple of minutes, my normal X session (C-M-F7) using
>
Jan writes:
> On Fri, 15 Nov 2019 15:49:23 +0100
> Marius Bakke wrote:
>
>> Did you get the same error when you mounted at /boot/efi?
> Yes.
>
>> If you want the USB drive to be 'portable', i.e. not tied to a single
>> system, you can not use 'g
Konrad Hinsen writes:
> Hi Simon,
>
>> Maybe a "gfortran-toolchain" package with all the battery included?
>
> That sounds like a very good idea! And I even volunteer to
> implement it. Except if someone comes up with a better
> solution of course.
Sounds great to me. :-)
signature.asc
Descri
Hello Guixers,
Here is an end-to-end tutorial for running Guix XFCE on CentOS 7:
https://guix.gnu.org/blog/2019/running-a-guix-xfce-desktop-on-centos-7/
It has only been tested on a special CentOS "appliance", but should be
easily adaptable to other systemd-based distributions.
Please share you
zimoun writes:
> However, is it expected that LIBRARY_PATH is not set?
>
> --8<---cut here---start->8---
> $ cat /tmp/proto/etc/profile
> # Source this file to define all the relevant environment variables in Bash
> # for this profile. You may want to define
Konrad Hinsen writes:
> Hi Marius,
>
>> 'as' is part of Binutils, you don't need the entire toolchain.
>>
>> That said, there are various other workarounds in Guix due to GCC
>> (and apparently gfortran) lacking an absolute reference to 'as'.
>>
>> Can you try the following patch and see if it wo
Jan writes:
> Tried this, but didn't work, also tried mounting the partition at
> "/boot/efi" and installing bootloader at "/boot". I'm installing Guix
> form a not-UEFI machine, could this cause the problem?
Did you get the same error when you mounted at /boot/efi?
If you want the USB drive to
Efraim Flashner writes:
> On Sun, Nov 10, 2019 at 12:03:37AM +0100, Marius Bakke wrote:
>> Konrad Hinsen writes:
>>
>> > Hi Guix,
>> >
>> > I am trying to recompile old Fortran code under Guix. I made an (pure)
>> > environment contai
Konrad Hinsen writes:
> Hi Guix,
>
> I am trying to recompile old Fortran code under Guix. I made an (pure)
> environment containing "gfortran" plus a few required tools (make etc.),
> but found that every Fortran compilation stops with an error message
> complaining about "as" missing. Installin
zimoun writes:
> Dear,
>
> When I run `guix install protobuf:static -p path/to/profile` then I
> expect that the headers are in "path/to/profile" but they are not.
> However, they appear without the ":static" flag.
>
> I am confused.
>
> Moreover, the static libraries are even copied without the
Marco van Hulten writes:
> Marius—
>
> Je 31 okt 23:49 skribis Marius:
>> Marco van Hulten writes:
>>
>> > I have an oldish amd64 system with 2 GiB of memory, but it is fast
>> > enough to use as a media center. Guix was last updated early this
>> > year. Upgrading it now takes many days. It
Marco van Hulten writes:
> Hello—
>
> I have an oldish amd64 system with 2 GiB of memory, but it is fast
> enough to use as a media center. Guix was last updated early this
> year. Upgrading it now takes many days. It keeps on swapping (using
> quite consistently 2 of 4 GiB of swap available).
Jack Hill writes:
> On Thu, 24 Oct 2019, Marius Bakke wrote:
>
>> Hello Pierre,
>>
>> pirboazo writes:
>>
>>> for several days I can no longer update my system.
>>>
>>> with the last guix : 4c46356
>>> The update fails duri
Hello Pierre,
pirboazo writes:
> for several days I can no longer update my system.
>
> with the last guix : 4c46356
> The update fails during the check phase of the jimtcl-0.77 package.
Where is this package from? I can not find it in Guix.
signature.asc
Description: PGP signature
Raghav Gururajan writes:
> Whenever I shutdown my system, I end up with kernel panic, 50% of the
> time.
Can you post a picture or transcript of the kernel panic? Please also
include your system configuration and some information about the
hardware you are using (i.e. laptop model).
> I was wo
Hartmut Goebel writes:
> Am 22.10.19 um 05:27 schrieb Maxim Cournoyer:
>> I can only think that one of the packages you updated as part of your
>> work on the KDE Framework must be a dependency of many others (such as
>> Python, or another core tool)?
>
> Of course the updated package have many d
Hello Rene,
Rene writes:
> ice-9/eval.scm:293:34: ice-9/eval.scm:293:34: error:
> repository-working-directory: unbound variable
> hint: Did you forget `(use-modules (git repository))'?
This means your installed version of Guile-Git is too old: you need
version 0.2 or later.
Typically `guix e
Pierre Neidhardt writes:
> Hi!
>
> I've installed webkitgtk+ to a custom profile, and the etc/profile file
> does not contain any "export PKG_CONFIG_PATH...".
> Because of this,
>
> --8<---cut here---start->8---
> $ pkg-config --cflags webkit2gtk-4.0
> --8<
Jorge P. de Morais Neto writes:
> Em 2019-07-04T11:05:35+0200, mar...@famic.de escreveu:
>
>> However, calling `guix pull` and `guix system reconfigure` still fails
>> due to unreachable network. Does it need different proxy settings?
>> What can I do?
>
> I have the same problem on a Debian bus
Jack Hill writes:
> Hello Guix,
>
> I'm trying to use `guix copy` to copy some store items from a more
> powerful computer to my laptop. I've tried to set everything up correctly
> with ssh-agent, and I can ssh without being prompted for credentials, but
> guix-initiated connections are timing
Jesse Gibbons writes:
> A package I am building fails multiple tests with the following error:
> OSError: [Errno 13] Permission denied: '/homeless-shelter'
>
> It is trying to make subdirectories to the builder's $HOME directory,
> which does not exist. Is there a standard workaround for this?
Y
"Reza Alizadeh Majd" writes:
> Hi Guix,
>
> I tried to build Guix from source on an existing version of GuixSD. so I
> followed
> the instructions provided in official documents:
>
> https://guix.info/manual/en/html_node/Requirements.html
> https://www.gnu.org/software/guix/manual/en/html_no
Jack Hill writes:
> On Sat, 8 Jun 2019, Marius Bakke wrote:
>
>> Jack Hill writes:
>>
>>> Hi Guix,
>>>
>>> I'm trying to copy the store items for ungoogled-chromium from one of my
>>> hosts that has many computational resources to an
Jack Hill writes:
> Hi Guix,
>
> I'm trying to copy the store items for ungoogled-chromium from one of my
> hosts that has many computational resources to another one that does not,
> so that I do not have to build ungoogled-chromium on the less powerful
> host.
>
> However, even after copying
Raghav Gururajan writes:
>> > The Tor daemon received SIGTERM 10 minutes (or even 5 hours?) after it
>> > had been started, so something must have happened. Is there anything
>> > else in the log that could be useful in that interval?
>> >
>>
>> Nope! There was nothing related to tor in that in
Hi 白い熊,
白い熊 skriver:
> Why does “guix package -i gcc” give me:
> guix package: error: gcc: unknown package
>
> I realize about installing gcc-toolchain, but if I just want to install a
> single arbitrary package?
The 'gcc' package was recently "hidden" so that users don't accidentally
install
rce yet, but they seem to be doing the
Right Thing (scrubbing non-free and otherwise unneeded stuff).
Can you try this patch and ideally get something else (Qutebrowser) to
use it?
Thanks!
From cd873b4b9f22371ef4fcb3990a927d529c81c614 Mon Sep 17 00:00:00 2001
From: Marius Bakke
Date: Sun, 19
Hello,
HiPhish writes:
> Then it fails at this step:
>
> In file included from source/build/include/mutex.h:10:0,
> from source/build/include/osd.h:12,
> from source/build/include/baselayer.h:11,
> from source/duke3d/src/duke3d.h
nightowl writes:
> I just got back to looking at this. I was able to add the
> linux-libre-4.4 to my system, the ethernet is visible now, but the
> connection is erratic. I am using gnome, but it doesn't automatically
> detect the ethernet. Sometimes I can execute the 'ifconfig eth0' up
>
Chris Marusich writes:
> writes:
>
>> [...] And may be I will need
>> any other configurations in other services that were not mentioned in
>> Guix cgit.
>> So how to get their exact names?
>
> Some (perhaps most) services assume that you are somewhat familiar with
> the software in question.
amirou...@hypermove.net writes:
> Hello all,
>
> I would like to buy a rack server (from Algeria (North Africa)) to host in a
> data center and use Guix System.
> Looking up the Internet for rack server offering in Algeria doesn't lead to
> good results so far.
> So it seems like I will need to
Roel Janssen writes:
> Oleg Pykhalov writes:
>
>> Hello Roel,
>>
>> Roel Janssen writes:
>>
>> […]
>>
>>> So I created a new entry from a LiveUSB using “efibootmgr” to boot into
>>> GuixSD again. Is this a known problem […]?
>>
>> I had this issue a long time ago. [1]
>>
>> I didn't take an at
Jone writes:
> Hello. My question briefly: I want to get a compact base system, but can
> not do this by of the dependencies.
>
> Now for more details: during reconfigure installed a package A. A depend of
> B, B depend of C,
> C depend of D, .. and all of them I don't need.
> Removing package А
Ricardo Wurmus writes:
> Ricardo Wurmus writes:
>
>> Pierre Neidhardt writes:
>>
>>> Both Gentoo and Guix packages are outdated.
>>> 1.37 is out.
>>> GVFS has switched to Meson in the mean time.
>>> Arch is a little bit more up to date:
>>>
>>> https://git.archlinux.org/svntogit/packages.git/tr
George Clemmer writes:
> What is GUIX_PROFILE is for?
>
>
> First question:
>
> If I log into a GuixSD vm-image w/ 1 package installed ...
>
> nemo:~ $ ssh g1@sysi34.local
> Last login: Fri Jun 22 08:24:11 2018 from fe80::1c82:5c21:6372:5970%eth0
> g1@sysi34 ~$ guix package -I
> znc 1.7.0
Ricardo Wurmus writes:
> Leo Famulari writes:
>
>> On Wed, Jun 20, 2018 at 06:15:19PM +0200, Pierre Neidhardt wrote:
>>> I'm till seeing this problem.
>>>
>>> > guix --version
>>> guix (GNU Guix) d39c9efa11168f5a441ac60b3ed486f2ac0b4c73
>>>
>>> > guix pull -l
>>> # ...
>>> Generation 2Ju
Rutger Helling writes:
> I've created a patch to update Mesa on staging, along with removing
> wayland-egl from it. I can confirm I can still start GNOME on Wayland
> manually after rebuilding with this patch.
Excellent, thanks!
> Should I apply this to staging now? It's been two weeks since th
Pierre Neidhardt writes:
> I'm trying to use my nitrokey on GuixSD.
>
> --8<---cut here---start->8---
>> gpg --card-status
> gpg: selecting openpgp failed: No such device
> gpg: OpenPGP card not available: No such device
> --8<---cut here---
Pierre Neidhardt writes:
>> Does that make sense?
>
> Absolutely, but it gets trickier when trying to run a 32-bit executable
> which was not compiled on Guix.
>
> Any idea how to achieve that easily?
>
> The way I can think of for now is to run patchelf against the binary to
> change the dynamic
Pierre Neidhardt writes:
> Clément Lassieur writes:
>
>> Pierre Neidhardt writes:
>>
>>> vsftp: Very Secure FTP daemon
>>> Upstream URL: https://security.appspot.com/vsftpd.html
>>> (It seems that there is not a single FTP server on Guix. Strange... Can
>>> anyone
>>> recommend any
Thorsten Wilms writes:
> Now if anyone knows or can figure out how *exactly* to turn XTS's -*-
> into a {M}, that would still be good to know. A script that turns any
> kernel configuration into a guix-sd-safe one, or changes to make these
> gymnastics unnecessary would be great!
I recently r
Pierre Neidhardt writes:
> Marius Bakke writes:
>
>> Can you post the output of these commands in a terminal:
>>
>> $ locale
>
> locale: command not found
Try: "$(guix build glibc)/bin/locale" instead.
And then `ls -l /run/current-system/locale/
Pierre Neidhardt writes:
> Marius Bakke writes:
>
>> Pierre Neidhardt writes:
>>
>>>> guix package -I local
>>> glibc-utf8-locales 2.26.105-g0890d5379cout
>>> /gnu/store/3k6hl20c3b7big8ngrsl6mj9k8xav99d-glibc-utf8-locales-2.26.105-g089
Pierre Neidhardt writes:
>> guix package -I local
> glibc-utf8-locales2.26.105-g0890d5379cout
> /gnu/store/3k6hl20c3b7big8ngrsl6mj9k8xav99d-glibc-utf8-locales-2.26.105-g0890d5379c
>
>> guix package -I emacs
> emacs 25.3out /gnu/store/y335nx4r08m6kg0yrna7spfwr4s05n36-emacs-25.
Pierre Neidhardt writes:
> Qutebrowser is out of date: 0.11.0 in GuixSD, upstream is 1.2.1.
>
> https://github.com/qutebrowser/qutebrowser/releases
>
> Newer versions support qtwebengine, which is not packaged on GuixSD
> either.
> I was wondering if this has anything to do with non-free software
Oleg Pykhalov writes:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Pierre Neidhardt skribis:
>>
>>> Considering the importance of Emacs in this community, I think it would
>>> make sense to provide a cutting-edge version.
>>
>> Do you mean a snapshot of the ‘master’ branch?
>>
>> We don’t do th
Chris Marusich writes:
> Hi Pierre,
>
> Pierre Neidhardt writes:
>
>> linux-libre turns off the ability to load non-free firmware. Why is
>> it so?
>
> I did a little bit of searching on the Internet, and it seems to me like
> the reason why Linux-libre turns off the ability to load non-free
>
Thorsten Wilms writes:
> Things were going well until I got to XTS support. With either my custom
> configuration, or a default one, XTS is stuck on -*-, i.e. mandatory
> built-in. The after-build phase will fail if there's no xts.ko module!
>
> I tried to figure out the dependencies and failed
Catonano writes:
> ~$ guix system vm ~/configs/vm-config-desktop.scm \
>>--image-size=10GB \
>>--share=$HOME/transit=/transit
> guix system: error: build failed: error parsing derivation
> `/gnu/store/dp8ywhh22n8ixikqdvsb6w6qbn4iw899-environment.drv': expected
> string `Derive(['
This is
Catonano writes:
> Ok, so in running
>
> sudo -E guix ...
>
> I had messed up my installation, so guix pull didn't work anymore
>
> I think I fixed it now
>
> guix pull ust worked, I reconfigured my system
>
> but this still happens
>
> $ ./pre-inst-env guix system vm ~/configs/vm-config-desktop.
Catonano writes:
> and from a checked out gix I get
>
> ~/projects/guix$ sudo ./pre-inst-env guix pull
> guix pull: error: Guile-Git is missing but it is now required by 'guix
> pull'.
> Install it by running:
>
> guix package -i guile-git
> export
> GUILE_LOAD_PATH=$HOME/.guix-profile/share/
Hi Thorsten,
Thorsten Wilms writes:
> Hi!
>
> I finally got Weston to ... fill my screen with a blocky mess and flood
> STDERR with failure.
>
> To recap:
> - use-modules freedesktop and xorg
> - global packages: xorg-server-xwayland wayland weston %base-packages
> - add "weston-launch" group
>
Marco van Hulten writes:
> ("nb"
> "Abonner på diskusjonlisten «Help» for å få hjelp om GuixSD og
> GNU Guix via e-post. Du kan legge inn meldinger på norsk.")
Takk! I think "diskusjonliste" should be "diskusjonsliste" as
"diskusjon" is used in a passive infinite form (though good r
1 - 100 of 137 matches
Mail list logo