Re: Passwords inside System Configuration

2020-01-22 Thread Raghav Gururajan
Hi Vagrant! > I'm no expert, but evaluating the future based on today has it's > weaknesses; brute-force isn't usually what makes it possible to > compromise an algorithm... > > https://valerieaurora.org/hash.html I see. > According to wikipedia, SHA-512 is in the SHA2 family: > > https://

Re: guix import texlive fails because of svn

2020-01-22 Thread Ricardo Wurmus
EuAndreh writes: > Ricardo Wurmus writes: > >> Looking at the strace output I see that SVN complains about the temp >> directory already existing. This happens in download-svn-to-store in >> guix/svn-download.scm where we generate a temporary directory and pass >> it as an argument to build:s

Re: Qemu image broken?

2020-01-22 Thread Leo Famulari
On Wed, Jan 22, 2020 at 12:41:18PM -0500, Josh Marshall wrote: > `qemu-system-x86_64 `. Just the naive default starting point. At the very least you will need to allocate some more RAM, for example with '-m 4096'; that will provide 4 GB RAM to the virtual machine. The default of 128 megabytes is n

Re: Qemu image broken?

2020-01-22 Thread Tobias Geerinckx-Rice
Josh Marshall 写道: `qemu-system-x86_64 `. Just the naive default starting point. Is that supposed to work? I'm not familiar with the qemu command line at all. It would be nice if it did, but that's for the Qemu team to support. The command line I used comes from here[0], which is linked as

Re: Qemu image broken?

2020-01-22 Thread Josh Marshall
`qemu-system-x86_64 `. Just the naive default starting point. On Wed, Jan 22, 2020, 12:22 Tobias Geerinckx-Rice wrote: > Tobias Geerinckx-Rice 写道: > > if=none,file=$PWD/guix-system-vm-image-1.0.1.x86_64-linux.xz,id=myhd > > Paste-o. Of course I didn't add .xz here. >

Re: Qemu image broken?

2020-01-22 Thread Tobias Geerinckx-Rice
Tobias Geerinckx-Rice 写道: if=none,file=$PWD/guix-system-vm-image-1.0.1.x86_64-linux.xz,id=myhd Paste-o. Of course I didn't add .xz here. signature.asc Description: PGP signature

Re: Qemu image broken?

2020-01-22 Thread Tobias Geerinckx-Rice
Josh, Josh Marshall 写道: Starting up the Qemu image off the website immediately results in a kernel panic and can't run. This should be fixed quickly. I agree that any bugs should be promptly fixed. However, I'm not yet convinced there's anything wrong with the image. We'll need more info

Qemu image is broken

2020-01-22 Thread Josh Marshall
Hey guys, Starting up the Qemu image off the website immediately results in a kernel panic and can't run. This should be fixed quickly.

XeLaTeX, fontspec, unsuccessful font search

2020-01-22 Thread Wiktor Żelazny
Dear list, I’ve been tackling a similar problem as in [1]: $ cat minimal.tex \documentclass{minimal} \usepackage{fontspec} \setmainfont{Latin Modern Sans} \begin{document} Hello \end{document} $ guix environment --container --ad-hoc texlive texlive-latex-fontspec texlive-lm [

Re: Guix as a package manager for Emacs

2020-01-22 Thread John Soo
Hi everyone, Has anyone used the portable dumper yet? Could it be used to make a custom emacs package with the specified emacs packages dumped to a separate dump file? Just some thoughts I’ve had and tried recently but I don’t really know where the dumper is at these days. John

Re: Guix as a package manager for Emacs

2020-01-22 Thread zimoun
Ah crap! On Wed, 22 Jan 2020 at 15:14, zimoun wrote: > --8<---cut here---start->8--- > (use-package-modules emacs emacs-xyz) > > (with-output-to-file (string-append (getenv "HOME") "/.emacs") > (lambda () > (display > (string-append ";; initialize p

Re: Guix as a package manager for Emacs

2020-01-22 Thread zimoun
Hi, On Wed, 22 Jan 2020 at 05:10, EuAndreh via wrote: > How can I get in Guix something similar to Nix's emacsWithPackages: > https://nixos.org/nixpkgs/manual/#sec-emacs-config I do not understand what Nix does. Namely, from where do the packages come from? Nix or ELPA? > It shows how to use

Re: Guix as a package manager for Emacs

2020-01-22 Thread EuAndreh via
Pierre Neidhardt writes: > Hi! Hello :) > I'm not sure this is the answer you are looking for, but with Guix you > can simply install the desired "emacs-*" packages. So if I were to add the 'emacs' and 'emacs-evil-collection' packages, I could just require the packages? I'll try this next and

Re: How to present Guix to a wider audience

2020-01-22 Thread Pierre Neidhardt
Hi ndre, Thanks, those are great suggestions! Some comments below: > "Applications are /written/ in programming languages, which are specialized > human > languages made up to give instructions to computers. As such, they are > usually a > subset of English language with a special syntax whic

Re: Guix as a package manager for Emacs

2020-01-22 Thread Pierre Neidhardt
Hi! I'm not sure this is the answer you are looking for, but with Guix you can simply install the desired "emacs-*" packages. Should you install them to a non default profile, make sure you source the relevant etc/profile or export EMACSLOADPATH to $GUIX_PROFILE/share/emacs/26.3/lisp (Replace 2