Zain Jabbar writes:
> QUESTION: Why does Guile Scheme not find some package symbols that the
> command line can?
>
> ...
>
> ```
> (use-modules (gnu packages)
> (gnu packages machine-learning))
>
> (specification->package "python-pytorch") ;; 2.2.1
> python-pytorch ;; 1.13.1
> python-pytorc
Hi Kristoffer,
On Mon, May 13 2024, Kristoffer Ström wrote:
> I realize now that my ssh key is password protected, is this maybe not
> supported?
To my knowledge that is not supported, but I'd love to hear otherwise.
Kind regards
Felix
> There is no error message?
With my current user it gets the ssh login correct, but fails at sudo
(i want it to, i don't like my remote user to be pwless sudo)
The error i get is
guix deploy: error: failed to deploy rymdkoloni: SSH authentication failed for
'dep...@example.se': Access denied
Hello,
I am writing package definitions for a certain Texinfo document, the
r7rs-small. Each package would create another file format, so:
r7rs-small-info, r7rs-small-pdf, r7rs-small-epub, etc.
I am having problems generating epub because the native-input texinfo
package does not accept the `--
Aloha Guix Help,
After a few years I decided to really want to sit down and learn Guix
deeply. In this email, I wish to understand the difference between using
Guile Scheme to interact with Guix and using Bash to interact with Guix.
QUESTION: Why does Guile Scheme not find some package symbols th
I've noticed that build systems in Guix are split in two parts:
- guix/build-system/${name}.scm
- guix/build/${name}-build-system.scm
where ${name} can be "cmake", or "node", etc... So, the question is:
what's the reason for this split?
If I want to write a new build system, what code should I
Greetings!
Recently I’ve been trying to have an Emacs daemon start in the background on
login. On Guix, I’ve found some interesting behavior in that an Emacs started
with no args and then the command “server-start” will then be available to
subsequent emacsclient calls, but an “emacs —daemon” i
Hi Kristoffer,
On Mon, May 13 2024, Kristoffer Ström wrote:
> i'm trying to use guix deploy for a remote vhost
Here is a machine stanza I have been using. It always works, aside from
name resolution issues or SSH timeouts:
https://codeberg.org/lechner/system-config/src/branch/history/host
> Would you, by any chance, happen to have ~/.ssh/config that sets Identity for
> the host in question? If yes, those do override whatever you put into
> (machine-ssh-configuration).
No i do not, i only have known_hosts and my keys.
have a good day too.
On 2024-05-13 14:15:07 +, Kristoffer Ström wrote:
>
> Hello, i'm trying to use guix deploy for a remote vhost, my conf looks
> something like this:
>
> (list (machine
>(operating-system test-os)
>(environment managed-host-environment-type)
>(configuration (machine-ssh-co
Hello Carlo,
Well after a while, I finally manage to take the time to deal with that
issue.
And... thank you very much! Indeed, I had only one profile set instead
of two.
I added the second and everything works like a charm.
On 2024-03-17 20:31, Carlo Zancanaro wrote:
Hi Thomas,
On Sun,
Hello, i'm trying to use guix deploy for a remote vhost, my conf looks
something like this:
(list (machine
(operating-system test-os)
(environment managed-host-environment-type)
(configuration (machine-ssh-configuration
(host-name "test.se")
12 matches
Mail list logo