Re: Adding (gnu packages emulator) to games team scope?

2024-09-26 Thread Adam Faiz
Hello Maxim, On 9/26/24 14:00, Maxim Cournoyer wrote: > Hi, > > I just sent some emulators packages, and was suprised it's not covered > by the games team. Should it be? I'd say most emulators we have there > are for emulating gaming consoles, which seems related to gaming to me > :-). > > Wha

is git the right tool for getting package definitions?

2024-04-22 Thread Adam
(original message was formatted in rich text, so I decided to resend it in plain text) Hi guix! Recently I used nixos on one of my machines. And I noticed people there use tar balls for fetching package definitions. And It worked much faster for me. That was surprising and I decided to write this l

Is git the best tool for pulling packages?

2024-04-22 Thread Adam
Hi guix! Recently I used nixos on one of my machines. And I noticed people there use tar balls for fetching package definitions. And It worked much faster for me. That was surprising and I decided to write this letter. Is git the right tool for getting new package definitions? What if git commits h

Re: Shepherd timers

2024-03-30 Thread Adam Faiz
Hi Ludovic, I want to give my suggestion for the timer support in the Shepherd: Could the Shepherd depend on mcron for the timer functionality? Since mcron already handles scheduling commands to run at a certain time, there would be no need to reimplement it again. Mcron would just need to sup

Re: Google Season of Docs 2024

2024-02-24 Thread Adam McCartney
articipants Maybe I'm not reading this correctly, but it looks like the application window opened yesterday, 22nd February and will close for organizations on the 2nd April 2024? -- Adam McCartney - https://admccartney.mur.at /

Re: Guidelines for bootstrapping with lots of inputs

2024-02-20 Thread Adam Faiz
>How is typescript bootstrapped? Even though you'll have to repeat the trial >and error process again, I think using sucrase is easier for bootstrapping >typescript: https://lists.gnu.org/archive/html/guix-devel/2024-02/msg00122.html Nevermind, it's already bootstrapped with esbuild in guixrus.

Re: Guidelines for bootstrapping with lots of inputs

2024-02-20 Thread Adam Faiz
> WDYT? Are there guidelines somewhere about how to do proper bootstrapping in > these cases where hundreds of packages are involved? Not really, but your idea to rewrite inputs for the bootstrapping process does simplify things a lot. How is typescript bootstrapped? Even though you'll have to

Re: How to always keep build tree when run guix build.

2024-01-17 Thread Adam Faiz
Hello, > Hello: > > How to always keep build tree when run guix build, at the moment, I > use --keep-failed, but it will remove build tree when build success, the > problem is that build success alway not right build success :-), I need > go to build tree to check some thing. > > Thanks! > >

Re: guix installation why internet connection required?

2023-12-20 Thread Adam Faiz
Hi vvt, > x86 x64 gnu guix system 1.4.0 iso requires internet connection in order to get > installed. Same goes for i686 iso. > > Why is that so? Why is there no > iso option for installing off line? Thanks. The reason why is because the GNU Guix System ISO is a netinstall ISO, it has the bare mi

Re: GUI for Guix

2023-10-02 Thread Adam Faiz
> The last message in that issue discussion is mine: >FWIW M-x guix-installed-packages (and all the other stuff) works for me > Is it *actually* broken? If it is and you can provide information on how to trigger the broken behavior we might be a step closer to fixing it. I assumed that M-x

(computed-origin-method) and (origin)'s file-name field

2023-08-27 Thread Adam Faiz
Hello everyone, I'm wondering about the solution to the computed-origin-method workaround... Must the 'computed-origin-method' workaround be solved by adding the renaming capability to snippets? Why couldn't the file-name field of the source origin be used to rename it? If it's because the upst

Re: Help packaging ArrayFire

2023-08-25 Thread Adam Faiz
On 8/20/23 19:35, B. Wilson wrote: > Hello Guix, > > Knee deep in CMake hell here and would appreciate a helping hand. ArrayFire > build is defeating me: > > CMake Error at > /gnu/store/ygab8v4ci9iklaykapq52bfsshpvi8pw-cmake-minimal-3.24.2/share/cmake-3.24/Modules/ExternalProject.cmake:3269

Re: Installation of Sheperd under Linux from Scratch

2023-06-26 Thread Adam Faiz
Hello Andreas, On 6/22/23 12:56, Andreas Buchter wrote: > I would like to install/use Shepherd as an init system under LFS (Linux from > Scratch) https://www.linuxfromscratch.org > No clue what would be required to do that. Could someone give me any hints? > Th

Re: package transformation and “guix graph”?

2023-04-28 Thread Adam Faiz
Hello, Hi, Investigating « bug#62645: Failing `guix install gnash` » [1], I am a bit surprised: The package rust-hmac needs to be rebuilt but it does not appear connected via “guix graph”. Note that rust-hmac has no direct dependency and only the ones from the Rust build system. Similarly,

Re: The 🐑 Shepherd gets a service collection

2023-03-16 Thread Adam Faiz
On 3/16/23 22:14, Ludovic Courtès wrote: The main limitation of mcron for such thing is that it’s entirely static: it reads a list of job specs upfront and then goes on to schedule them. There’s no communication protocol to talk to it and add/remove jobs on the fly, which is what ‘at’ would need

Re: The 🐑 Shepherd gets a service collection

2023-03-13 Thread Adam Faiz
I imagine we could develop more convenient services like this, such as basic command scheduler similar to the ‘at’ command, and a syslogd implementation. The latter could be nice for a couple of reasons: logging would happen from the start and till the end (an improvement over the external syslo

Shepherd news + planned feature removal

2023-02-23 Thread Adam Faiz
Hello Guix! I recently pushed an updated and rebased variant of ‘wip-service-monitor’ in the Shepherd, previously discussed here: https://lists.gnu.org/archive/html/guix-devel/2022-06/msg00350.html I’m going to merge it real soon if there are no objections, with the goal of using it as the ba

Preferring packages with smaller closures as package inputs (Was: Packages grow, no longer fit on a 💾)

2023-01-18 Thread Adam Faiz
Hello! Over the course of a few years, the size of our packages has apparently kept growing. Example: --8<---cut here---start->8--- Should packages with smaller closures be preferred as package inputs, in the case that multiple packages implement the same in

Re: Help needed adapting IceCat patches to 102

2022-12-24 Thread Adam Faiz
On 12/24/22 08:34, Adam Faiz wrote: Gentoo's patches should be tested, I don't have the time but maybe someone else can do it. The relevant patches can be found in Gentoo's 102esr-patches-07j.tar.xz: Support-system-graphite2.patch Support-system-harfbuzz.patch Support-system-av

Help needed adapting IceCat patches to 102

2022-12-24 Thread Adam Faiz
Hello everyone, I don't know what I'm doing wrong with adding configure options, but icecat-102.6.0-guix0-preview1/moz.configure still doesn't recognise --with-system-ogg after applying the attached patches. I think the problem is that it's not registering properly in toolkit/moz.configure or

[PATCH] gnu: Add python-tcod.

2022-12-24 Thread Adam Kandur
* gnu/packages/game-development.scm (python-tcod): New variable. --- gnu/packages/game-development.scm | 47 +++ 1 file changed, 47 insertions(+) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 8fec474d0b..2746c43a5f 100644 ---

Example Nginx config from Guix manual does not work

2022-12-24 Thread Adam Kandur
Hi guix!(service nginx-service-type    (nginx-configuration      (server-blocks  (list (nginx-server-configuration      (server-name '("www.example.com"))

trying to write my own herd service

2022-11-04 Thread Adam Kandur
Hi guix! I tried to write my own herd service, that's what i did ``` (define (my-daemon-shepherd-service _) (list (shepherd-service (documentation "") (provision '(go-github-com-KefirTheAutomator-daemon)) (requirement '(networking)) (start #~(make-forkexec-cons

Re: GNU Shepherd config contribution

2022-01-16 Thread Adam Faiz
On 16/01/2022 16:41, jbra...@dismail.de wrote: Hey, Adam thanks for this submission! I think it's great that you can give examples of shepherd services! I don't really know much about how to define shepherd services. Maybe you could teach me sometime. Since, you are wanting to s

GNU Shepherd config contribution

2022-01-15 Thread Adam Faiz
Hello! I would like to contribute examples of Shepherd services, by sending my Shepherd system configuration file that I use. Attached is the configuration file. I hope this will help add more detailed examples to the GNU Shepherd manual. ;; init.scm -- default shepherd configuration file. ;;

Just found you

2019-12-11 Thread Adam of Bremen-Krubally
may well turn out to be a good thing if, as may well be, I decide to cast Mint and Ubuntu to the waves and put my efforts fully into Guix, which looks to be most deserving and made for something new and great. Thanks for building it. Hopefully they all will come. Best wishes Adam of Bremen-Kru

Re: Joint statement on the GNU Project

2019-10-10 Thread Adam Pribyl
ull RMS mails the day they were published and was disgusted what media did with this conversation. In this case I do not agree with the Guix statement joint-statement-on-the-gnu-project... Adam Pribyl

Re: What is the philosophy behind shepherd?

2019-04-07 Thread Adam Pribyl
Shepherd is more like (sysv)init system, what's different is it is in guile, ie. you may easily extended or script it like you did with init via bash and like you can not with systemd because systemd only allows ComplicatedSetOfPredefinedCrypticWordsToDoAnything. To my experience systemd is go

Re: [GNU-linux-libre] [PATCH] gnu: Add ungoogled-chromium.

2019-02-16 Thread Adam Van Ymeren
On February 16, 2019 9:18:58 AM EST, Julie Marchant wrote: >On 02/16/2019 05:25 AM, Brett Gilio wrote: >> I agree with everything Bill said in his message, and I heavily >> encourage all of us lurking in this mailing list with an opinion on >the >> matter to please state your opinion on this co

Re: GNU Guix & GuixSD 0.14.0 released

2019-01-30 Thread Adam Van Ymeren
99.9% certain its spam. On January 30, 2019 5:29:29 PM EST, n...@n0.is wrote: >What. > >What is this? > >Spam? > >Like 0.14 was released ages ago. > >Bennett, Lucy (Student) transcribed 9.0K bytes: >> Display message >

Re: Help with map match

2018-11-30 Thread Adam Van Ymeren
Just saw Ricardo's message. Sorry for the redundancy! On November 30, 2018 8:34:46 AM EST, Adam Van Ymeren wrote: >I believe match is a macro but you need to pass map a lambda. > >Try (map (lambda (a) (match a ("test" #t) ...) x) > >Or (map (match-lambda ("tes

Re: Help with map match

2018-11-30 Thread Adam Van Ymeren
I believe match is a macro but you need to pass map a lambda. Try (map (lambda (a) (match a ("test" #t) ...) x) Or (map (match-lambda ("test" #t) ...) x) as match-lambda is a macro that expands to (lambda (a) (match a ...)) On November 29, 2018 6:13:26 PM EST, swedebugia wrote: >Hi > >I'm tr

Re: Review of pros and cons of package managers including Guix

2018-11-08 Thread Adam Van Ymeren
On November 8, 2018 4:43:23 AM EST, Thorsten Wilms wrote: >On 08/11/2018 10.09, swedebugia wrote: >> >> https://www.slant.co/topics/344/~best-linux-package-managers >> >> Insights from the Guix-section: >> >> 4 pros: (missing the roll-back feature) see link. >> >> 1 cons: >> >> "Cannot han

Re: Mono and .NET Core

2018-10-24 Thread Adam Van Ymeren
I tried to package .NET Core a while ago but didn't produce anything useful. Their GNU/Linux story was rapidly changing at the time. .NET Core was a pain to package partly because it bootstraps from a binary version of .NET Core similar to Rust. Although it may be possible to bootstrap via Mo

Re: Tensorflow package

2018-10-23 Thread Adam Massmann
t there is no big rush on my end. Thanks again for the work on this. Best, Adam

Re: Tensorflow package

2018-10-22 Thread Adam Massmann
l...@gnu.org (Ludovic Courtès) writes: > Ricardo eventually submitted a preliminary TensorFlow package: > > https://issues.guix.info/issue/31386 > > It’s not directly usable at this stage but I’m sure Ricardo would > welcome testing and help. As a first step, I suppose you could apply > the pat

Tensorflow package

2018-10-19 Thread Adam Massmann
/ be able to help with the package, depending on how technical the roadblocks are. Just want to make sure I'm not repeating any work. Thanks a lot for the help! Best, Adam [1] https://lists.gnu.org/archive/html/guix-devel/2018-04/msg00276.html

Re: Roadmap for Guix 1.0

2018-09-04 Thread Adam Van Ymeren
Kinda late to the party here but I think a goal for 1.0 should be to ensure every single package builds on x86_64 and/or i686 and that most substitutes are available at the time of release. Having guix claim to have packages which then fail to build can leave a poor first impression. It's fin

Re: [PATCH] opensmtpd: Fix crash during authentication

2018-06-12 Thread Adam Zimmerman
On 2018-06-12 10:46 AM, Clément Lassieur wrote: > Clément Lassieur writes: > >> Hi Adam, >> >> Adam Zimmerman writes: >> >>> Hi all, >>> >>> I'm running a mail server that I recently migrated to GuixSD, and I >>> f

[PATCH] opensmtpd: Fix crash during authentication

2018-06-12 Thread Adam Zimmerman
settings on the submission port: listen on eth0 port 587 tls-require pki dusk auth hostname $host mask-source I wonder if it's related to which specific hash you use. My file uses sha512crypt (hash starts with $6$). - Adam > > Clément >

[PATCH] opensmtpd: Fix crash during authentication

2018-06-06 Thread Adam Zimmerman
ht was to change the requirements to '(networking), but could that cause issues for people who only use opensmtpd as a local delivery server? - Adam From 42b7717b167553c10adbed1a0ef405b1accfc87e Mon Sep 17 00:00:00 2001 From: Adam Zimmerman Date: Wed, 6 Jun 2018 14:47:46 -0700 Subject: [PATCH] gnu

Re: Preferred blog format - Markdown or SXML?

2018-04-22 Thread Adam Massmann
.scm accordingly. However, even though Haunt handles multiple post formats, it's possible that the Guix project has a preferred format, so please let me know if that is the case. Best, Adam Footnotes: [1] https://dthompson.us/projects/haunt.html signature.asc Description: PGP signature

Re: [PATCH] guix-daemon: Add option to disable garbage collection.

2018-04-03 Thread Adam Van Ymeren
Just out of curiosity, what is your situation where the daemon can't see all GC roots? Are you sharing the store over NFS or something?On 3 Apr 2018 6:12 a.m., Roel Janssen wrote: > > Dear Guix, > > I have an interesting situation where the guix-daemon cannot see all > directories that (may)

Re: gnunet-guile reboot & guix (take two)

2018-02-03 Thread Adam Van Ymeren
On February 3, 2018 8:10:36 AM EST, amirouche wrote: >Hello all, > > >After discussing gnunet & guix at fosdem with gnunet >people I have better picture of where things can go. > >The short story is: > >1) There is no way to know the gnunet hash aka. gnunet uri > of a substitute before the build

Re: [bug#30165] [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags.

2018-01-24 Thread Adam Van Ymeren
n...@n0.is writes: > > Out of curiosity: Where do you use gnURL in the system? For > normal user experience it was never intended (though it would > work). It would be nice to know if another project depends on it, > as we've started looking into wget2 as a successor to cURL for > GNUnet. I don't

Re: [bug#30165] [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags.

2018-01-24 Thread Adam Van Ymeren
n...@n0.is writes: >> The problem I'm trying to address is the same horror story we >> have with cURL: We need to be able to reference a certificate >> store. >> So far no one in 2+ years fixed this in our cURL to my best >> knowledge, so my idea as a maintainer of gnURL was to simply >> apply thi

Re: [bug#30165] [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags.

2018-01-24 Thread Adam Van Ymeren
n...@n0.is writes: >> The problem I'm trying to address is the same horror story we >> have with cURL: We need to be able to reference a certificate >> store. >> So far no one in 2+ years fixed this in our cURL to my best >> knowledge, so my idea as a maintainer of gnURL was to simply >> apply thi

Re: [bug#30165] [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags.

2018-01-23 Thread Adam Van Ymeren
Regarding https://debbugs.gnu.org/30165 gnurl is failing to build on my system and I think this patch is to blame. Why is gnurl referencing something under the root filesystem rather something provided by an input? Shouldn't we provided ca-certificates.crt from an input and reference that? I g

Re: GRUB LUKS support is slow?

2017-12-15 Thread Adam Van Ymeren
On December 15, 2017 8:10:24 PM EST, Tobias Geerinckx-Rice wrote: >Guix, > >I'm afraid you'll all be somewhat disappointed by the answer... > >Adam Van Ymeren wrote on 16/12/17 at 00:25: >> On December 15, 2017 5:53:15 PM EST, Mark H Weaver >> wrote: >

Re: GRUB LUKS support is slow?

2017-12-15 Thread Adam Van Ymeren
On December 15, 2017 5:53:15 PM EST, Mark H Weaver wrote: >l...@gnu.org (Ludovic Courtès) writes: > >> I have an encrypted root. When GRUB asks me for my passphrase, it >takes >> 5–10 seconds after I hit enter before it displays the menu; then, >once >> I’ve selected an entry, it takes another 5

Rust bootstraps via i686?

2017-12-04 Thread Adam Van Ymeren
or is there some problem with bootstraping from x86_64 that I'm unaware of? Thanks! -Adam

Re: Installing some packages results in "incomplete deployment"

2017-12-02 Thread Adam Van Ymeren
On December 2, 2017 4:50:04 AM EST, Chris Marusich wrote: >Hi, > >Some Guix packages exist which are not intended to be installed into a >user's profile. For example, android-udev-rules's description says: > >_Simply installing this package will not have any effect._ It is >meant to be pa

Re: EOMA68-A20 preproduction unit for dev work

2017-11-10 Thread Adam Van Ymeren
On 10 November 2017 07:35:50 GMT+07:00, Eric Bavier wrote: >Hello Guix, > >There may be an opportunity to get a preproduction EOMA68-A20 unit from >lkcl. He'd like them to be used for either hardware or software >development. I'm not sure that I have the time or necessary experience >to help in

Re: Please put the system-configuration into the image

2017-09-05 Thread Adam Pribyl
fig would be fine too inside the distro. Just my 42 cent -- Regards Hartmut Goebel Adam Pribyl

Re: let's talk about SLIM

2017-09-02 Thread Adam Van Ymeren
"Bernd S." writes: > I also agree that the replacement should be something really lightweight and > independent, > I really like the suggestion of OpenBSDs xenodm for example. I did a quick test trying to build xenodm on GuixSD. I believe the code has some OpenBSDisms in it, as it doesn't comp

Re: let's talk about SLIM

2017-08-27 Thread Adam Van Ymeren
On August 27, 2017 2:08:42 PM CST, Mark H Weaver wrote: >ng0 writes: > >> It seems to me as if SLIM can be dropped once we >> have something else in place. Would you agree? > >It would be good to keep a display manager service that is lightweight >in terms of both resource usage, runtime-dependen

Re: NetworkManager instead of Wicd in ‘%desktop-services’?

2017-08-10 Thread Adam Van Ymeren
l...@gnu.org (Ludovic Courtès) writes: > Adam Van Ymeren skribis: >> Most of the time I have to restart my applications like icecat of emacs >> when my network settings change. I'm using wpa_supplicant and dhclient >> by hand rather than wicd. >> >>

Re: NetworkManager instead of Wicd in ‘%desktop-services’?

2017-08-02 Thread Adam Van Ymeren
Maxim Cournoyer writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Maxim Cournoyer skribis: >> >>> I've noticed the same (lack of DNS resolution) following a reboot for >>> some minutes and was also wondering what was causing this. I'm using >>> wicd as part of the %desktop-services, so that

Re: ISO-9660 image working and ready

2017-07-17 Thread Adam Van Ymeren
Danny Milosavljevic writes: > Hi Ludo, > > On Mon, 17 Jul 2017 15:41:26 +0200 > l...@gnu.org (Ludovic Courtès) wrote: > >> Would you like to update the ‘release’ Makefile.am target as well as >> “System Installation” in guix.texi to reflect that? > > Sure, but if possible, let's make sure that th

Re: ISO-9660 image working and ready

2017-07-17 Thread Adam Van Ymeren
On July 17, 2017 1:54:49 PM EDT, Danny Milosavljevic wrote: > >Sure, but if possible, let's make sure that the image is tested in all >cases first. I hope someone tests the image on a real EFI computer >again. (It works in qemu - but with the complexity of the EFI >specification and all I'd rat

Re: Bootloader trouble during installation

2017-07-06 Thread Adam Van Ymeren
cinde...@hushmail.com writes: > Hello again, all. I've been trying to install GuixSD for the first time with > no success. > The installation process seems to go smoothly, but my machine can't detect the > installation. Since the installation isn't detected, I believe the problem is > with the >

Re: Guix libification.

2017-06-10 Thread Adam Van Ymeren
On June 10, 2017 12:04:59 PM EDT, Alex Kost wrote: > >I also needed similar functionality, but since I didn't want to depend >on guix modules Why not depend on guix modules? I'm not a scheme/guile expert just curious, what's the downside to depending upon guix?

Package page

2016-11-11 Thread Adam Pribyl
The GuixSD package page https://www.gnu.org/software/guix/packages/ is getting somewhat large to load. It is also bit short sighted to list all packages on one html page. Any plans what to with this? Adam Pribyl

Re: GNU Guix diagram

2016-03-04 Thread Adam Pribyl
n in words (is it not there?), then it would be definitely good. Adam Pribyl

Re: dmd’s new name

2016-01-08 Thread Adam Pribyl
ed with a ordinary word and I personaly always struggle with spelling. Ludo’. I hope, besides the name change, there is going to be some more development on Shepherd then... Adam Pribyl

Re: Call for testing!

2015-11-05 Thread Adam Pribyl
. After some more package installation, that brought in the glibc or something and reboot it started to work OK?! (Related to 3?) Thanks! :-) I am very impressed with the GuixSD advancement. Thanks to all. Ludo’. Adam Pribyl

Re: “System” and “profile” services

2015-11-03 Thread Adam Pribyl
simplify things a bit. Nice! I'll test that when release comes... Ludo’. Adam Pribyl

Re: Some newbie questions

2015-10-29 Thread Adam Pribyl
eir names are only hashes. Does any documentation/source of information about what all those are exist? I couldn't find anything. The .links directory takes over 2GiB on my machine and I wonder why. No idea. :) Cheers, -- Jan Synáček Adam Pribyl

Re: Last-minute testing

2015-07-21 Thread Adam Pribyl
e/user") in users list for some time. This works OK. Home dirs are not created by default and this sets password to empty. Adam Pribyl

Re: Last-minute testing

2015-07-21 Thread Adam Pribyl
ls and boots ok Thats it. Ludo’. Adam Pribyl

Re: Presence of GuixSD as "a Linux"

2015-07-10 Thread Adam Pribyl
mailing list archives; I don't know if perhaps my communication skills were too bad. Do not bother people with that - let them use what they want. To understand this, people have to have some level of insight and will. They may grow to that or not. Taylan Adam Pribyl

Re: Prerequesits GuixSD

2015-05-24 Thread Adam Pribyl
ought. I even used 1GB swap and still no go. The question is something I am interest in too - what is the minimum to compile the guix(SD)? Does anybody know? ~~ Ricardo Adam Pribyl

Re: Guix Oficial Website

2015-05-24 Thread Adam Pribyl
Luis, your work on the website is very appreciated, just check result with e.g. https://validator.w3.org/ for syntax and other errors. Then it would be perfect. Regards Adam Pribyl

Re: Guix Oficial Website

2015-05-13 Thread Adam Pribyl
(d4n1) Adam Pribyl

Re: GuixSD kernel panic on linux-libre 3.18.7

2015-02-26 Thread Adam Pribyl
... P.S.: With old kernel (Linux-Libre 3.18.4) it's work. Thanks, -- Daniel Pimentel (d4n1) Adam Pribyl

Re: [ART] Website mockup rev2

2015-02-21 Thread Adam Pribyl
show the state of the distro you may expect. Adding info picture like diagrams is a good idea too. ~~ Ricardo Adam Pribyl

Re: [ART] Website mockup

2015-02-18 Thread Adam Pribyl
On Tue, 17 Feb 2015, Luis Felipe López Acevedo wrote: El mar, 17-02-2015 a las 17:54 +0100, Adam Pribyl escribió: The design is of course nice, but looks quite out of GNU style. No problem with that, just it is bit surprising. With GNU style you mean the colours used in gnu.org? Just

Re: [ART] Website mockup

2015-02-17 Thread Adam Pribyl
... Adam Pribyl

Re: using guix in virtualbox

2015-02-10 Thread Adam Pribyl
Attach it as a new SATA storage to new VB machine, enable PAE in System/Processor tab, otherwise it may crash. Add another disk image to install to and after a boot continue with install. Adam Pribyl

Re: [ART] Logo proposal

2015-02-10 Thread Adam Pribyl
GuixSD, though. I just wanted to share anyways. Very nice. Just I am not sure why to change the existing Guix logo. IMHO Guix and GSD need a symbols/icon - it is good for orientation. And here is and asciiart version :) (_ _) \/ GuixSD -- Luis Felipe López Acevedo Adam Pribyl

Re: Server unrresponsive

2015-01-30 Thread Adam Pribyl
On Fri, 30 Jan 2015, John Darrington wrote: I kindof presumed it was the bandwidth to hydra which was the problem. Not the machine itself. Are you sure which problem needs to be solved before we spend $$$ on it? Most of the time I was seeing that hydra is unresponsive and guix will fetch th

Re: GNU Guix 0.8.1 released

2015-01-30 Thread Adam Pribyl
On Fri, 30 Jan 2015, Paul van der Walt wrote: Hello Adam, Here is an example definition file: <http://paste.lisp.org/display/145439/> It's not mine, but it should answer your question :) Well well, thanks, I still struggle to understand all the things correctly as I was missi

Re: GNU Guix 0.8.1 released

2015-01-30 Thread Adam Pribyl
I've missed the testing! OK, installation went fine. How can one add packages installed by default to config.scm? I thought (packages (cons* (emacs) (xterm) (mc) %base-packages)) would do, but it did not. Thanks Adam Pribyl

Re: A couple roadblocks using guix

2015-01-22 Thread Adam Pribyl
ion to install, but if there was some metapackage, like buildessential (I come from Debian). That last peeve is really just a missing feature, I do understand that it will take some time to implement and I'm not really demanding it, just extremely recommending it. But the first 2 are definitely pro

Re: New year, new name!

2015-01-05 Thread Adam Pribyl
”, which someone proposed on IRC, but it lacks those traits.) Well well, ok. I think this is good, as it caused a lot of confusion. Ludo’. Adam Pribyl

Re: guix pull fails for me

2015-01-01 Thread Adam Pribyl
not able to get that far... Thanks anyway. Adam Pribyl ERROR: no code for module (json) Backtrace: In ice-9/boot-9.scm: 157: 12 [catch #t # ...] In unknown file: ?: 11 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 10 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 9 [eval # #] In i

guix pull fails for me

2014-12-31 Thread Adam Pribyl
2a65yhh2ildqllyx9alg1zd-guix-latest.drv' failed Regards Adam Pribyl

guix is trademarked

2014-12-08 Thread Adam Pribyl
I am not sure how big problem this could be, but I found today that guix name is probably trademarked http://rtos.com/products/guix/

Few notes to 0.8

2014-11-28 Thread Adam Pribyl
ure would help), as useradd makes the usuall unix user, but is missing some other things like a build directory... Regards Adam Pribyl

Re: Root file system not cleanly unmounted

2014-11-25 Thread Adam Pribyl
On Tue, 25 Nov 2014, Ludovic Courtès wrote: Eric Bavier skribis: Adam Pribyl writes: On Tue, 25 Nov 2014, Ludovic Courtès wrote: FYI, if you installed a system from 0.8, chances are that your root file system is not cleanly unmounted (from what ext4 recovers without any problems, but

Re: Root file system not cleanly unmounted

2014-11-25 Thread Adam Pribyl
axmn7ixgm3bbygba-guix-latest.drv' failed with exit code 1 killing process 1095 guix pull: error: build failed: build of `/gnu/store/haam2bdcnzqmbyscaxmn7ixgm3bbygba-guix-latest.drv' failed Thanks, Ludo’. Adam Pribyl

Re: Running X on Guix 0.8

2014-11-24 Thread Adam Pribyl
like Xorg -modulepath /root/.guix-profile/lib/xorg/modules/ not sure if there is some more elegant way, but this worked. Adam Pribyl

Re: Advice needed on gcc error

2014-11-23 Thread Adam Pribyl
On Sun, 23 Nov 2014, Ludovic Courtès wrote: Adam Pribyl skribis: Great, this is it! I had (services (cons (dhcp-client-service) %base-services)) (services (cons (lsh-service #:port-number 22 #:root-login? #t) %base-services)) Oh, OK. Ideally an

Re: Advice needed on gcc error

2014-11-23 Thread Adam Pribyl
On Sat, 22 Nov 2014, Ludovic Courtès wrote: Adam Pribyl skribis: Could you post your configuration? I have something like this: --8<---cut here---start->8--- (services (cons* (slim-service) (avahi-service)

Re: Advice needed on gcc error

2014-11-22 Thread Adam Pribyl
at all providing networking. I totally understand if you do not want to take up time trying to solve newbie errors. However, my hope is that these problems provide useful information for guix development. It’s definitely useful! Thanks, Ludo’. Adam Pribyl

Re: Howto run guix.el correctly?

2014-11-22 Thread Adam Pribyl
On Sat, 22 Nov 2014, Alex Kost wrote: Adam Pribyl (2014-11-22 01:28 +0300) wrote: I have folloed the instruction in http://www.gnu.org/software/guix/manual/guix.html#Emacs-Interface to get the emacs interface for guix, but there is something missing probably. Installation of emacs and geiser

Howto run guix.el correctly?

2014-11-21 Thread Adam Pribyl
installation, I had to find guix.el in the /gnu/store), after that I can start emacs and "M-x guix-..." but every action says "Cannot open load file: no such file or directory geiser-mode". There should probably be also the geiser path in the emacs init file or something? Adam Pribyl

Re: lsh-service definition in documentation

2014-11-21 Thread Adam Pribyl
On Fri, 21 Nov 2014, Ludovic Courtès wrote: Adam Pribyl skribis: On Fri, 21 Nov 2014, Adam Pribyl wrote: I am not sure if the doc is wrong or it has changed in the guix but the definition of lsh service as it is at http://www.gnu.org/software/guix/manual/html_node/Using-the-Configuration

Re: lsh-service definition in documentation

2014-11-21 Thread Adam Pribyl
On Fri, 21 Nov 2014, Adam Pribyl wrote: I am not sure if the doc is wrong or it has changed in the guix but the definition of lsh service as it is at http://www.gnu.org/software/guix/manual/html_node/Using-the-Configuration-System.html#Using-the-Configuration-System (services (cons (lsh

lsh-service definition in documentation

2014-11-21 Thread Adam Pribyl
#Networking-Services regards Adam Pribyl

  1   2   >