Re: Membership disabled due to excessive bounces

2018-11-11 Thread Mark H Weaver
Pierre Neidhardt writes: > Today is the second time I receive a membership deletion email from the > mailing list (first one was on the 31st of October). > > It starts with: > >> Your membership in the mailing list Guix-devel has been disabled due >> to excessive bounces The last bounce received

Re: more space on berlin.guixsd.org

2018-11-11 Thread Brett Gilio
Ricardo Wurmus writes: > Hey Guix, > > today we finally succeeded in attaching an external storage array to the > server known as berlin.guixsd.org. I relocated the /gnu/store directory > from the local 1TB disk to the external storage. The result is that we > now have 36TB of free space on /g

Re: more space on berlin.guixsd.org

2018-11-11 Thread Joshua Branson
Ricardo Wurmus writes: > Hey Guix, > > today we finally succeeded in attaching an external storage array to the > server known as berlin.guixsd.org. I relocated the /gnu/store directory > from the local 1TB disk to the external storage. The result is that we > now have 36TB of free space on /gn

more space on berlin.guixsd.org

2018-11-11 Thread Ricardo Wurmus
Hey Guix, today we finally succeeded in attaching an external storage array to the server known as berlin.guixsd.org. I relocated the /gnu/store directory from the local 1TB disk to the external storage. The result is that we now have 36TB of free space on /gnu. This means that we can keep more

Re: plz is there a roadmap for a more resilient substitutes infrastructure?

2018-11-11 Thread Giovanni Biscuolo
Hi! sorry for my late reply I confess I haven't still read the whole Guix/GuixSD Reference Maulal, so my apologies if I'm asking something already documented :-S l...@gnu.org (Ludovic Courtès) writes: [...] > We Guix developers don’t have control over the physical hardware behind > hydra.gnu.o

Re: NPM importer

2018-11-11 Thread Ludovic Courtès
Hello, swedebugia skribis: > Has anybody worked on that? Yes, this was the topic of a GSoC project by Jelle Licht (Cc’d). But don’t hold your breath: as Chris Webber explained, the npm situation is very hard to address sanely: http://dustycloud.org/blog/javascript-packaging-dystopia/ Ludo’

Re: [Cuirass] Missing database indexes?

2018-11-11 Thread Ludovic Courtès
Hi Björn, Björn Höfling skribis: > The link you provided explains it: The column over which you are sorting > (stoptime) is not indexed. Add it to the (same) index: > > sqlite> DROP INDEX Builds_index_evaluation; > sqlite> CREATE INDEX Builds_index_evaluation ON Builds(evaluation, stoptime); > s

Re: push right for trivial commits

2018-11-11 Thread Ludovic Courtès
Hi Alex, Alex Vong skribis: > l...@gnu.org (Ludovic Courtès) writes: [...] >> I’ve added you to the group on Savannah, so you now have commit access. >> >> Please upload the OpenPGP key you will use to sign commits to Savannah, >> and reply with a message signed with this key. >> > I receive t

Re: NPM importer

2018-11-11 Thread Julien Lepiller
I improved a bit over jlicht's work here, but there still a few tgings we want co work on: https://framagit.org/tyreunom/guix/tree/npm There is an importer and a build system as well as a few packages. One of tge issue is that the importer is not recursive, so it doesn't get the specified versi

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

2018-11-11 Thread Ludovic Courtès
Hello, swedebugia skribis: > I stumpled upon this today: > > https://www.slant.co/topics/344/~best-linux-package-managers This web page is very weak IMO, which is a bit sad. > "Cannot handle filetypes that have different semantics across > different versions > While the functional approach tha

Re: Environment variables in Guix and GuixSD

2018-11-11 Thread Ludovic Courtès
Hello, Gábor Boskovits skribis: > 2018. nov. 7., Sze 22:55 dátummal Ludovic Courtès ezt írta: > >> Hi, >> >> Gábor Boskovits skribis: >> >> > I have seen in the /etc/profile file that it suggest you to do something >> like >> > >> > source $GUIX_PROFILE/etc/profile. >> >> Right, you see this a

Re: Membership disabled due to excessive bounces

2018-11-11 Thread Catonano
Il giorno dom 11 nov 2018 alle ore 12:02 Amirouche Boubekki < amirou...@hypermove.net> ha scritto: > On 2018-11-11 11:58, Pierre Neidhardt wrote: > > Hi Guix, > > > > Hi! > > > > > I've re-enabled my membership both times. > > > > My email is hosted by https://gandi.net (I use their email hosting

Re: Membership disabled due to excessive bounces

2018-11-11 Thread Amirouche Boubekki
On 2018-11-11 11:58, Pierre Neidhardt wrote: Hi Guix, Hi! I've re-enabled my membership both times. My email is hosted by https://gandi.net (I use their email hosting service). I send emails with Emacs' mu4e if that matters. Does anyone know why this happens? I've never had this issue b

Membership disabled due to excessive bounces

2018-11-11 Thread Pierre Neidhardt
Hi Guix, Today is the second time I receive a membership deletion email from the mailing list (first one was on the 31st of October). It starts with: > Your membership in the mailing list Guix-devel has been disabled due > to excessive bounces The last bounce received from you was dated > 11-Nov

NPM importer

2018-11-11 Thread swedebugia
Hi Has anybody worked on that? -- Cheers Swedebugia

Re: Nano: disable hard wrapping by default

2018-11-11 Thread Thorsten Wilms
On 11/11/2018 09.02, swedebugia wrote: It looks like the option to use would be: -r number, --fill=number Hard-wrap  lines at column number.  If this value is 0 or less, wrapping will occur at the width of the screen less number columns, allowing the wrap point to vary along with the width of

Re: Weird lint warning

2018-11-11 Thread Maxim Cournoyer
Hi! On November 11, 2018 7:21:08 AM UTC, swedebugia wrote: >$ ./pre-inst-env guix lint ufw >guix lint: warning: failed to load '(gnu packages #{.#python}#)': >no code for module (gnu packages #{.#python}#) > > >Does anyone know what this means? This is caused by temporary files created by Emacs

Re: Nano: disable hard wrapping by default

2018-11-11 Thread swedebugia
On 2018-11-07 19:20, Leo Famulari wrote: snip In general, we don't change upstream defaults in Guix except when it's required for portability or to fix really egregious problems (i.e. security bugs). This is different from distros like Debian that basically fork the software and make a huge num

Re: Nano: disable hard wrapping by default

2018-11-11 Thread swedebugia
On 2018-11-07 10:19, Thorsten Wilms wrote: snip Ubuntu is also in the --disable-wrapping-as-root flag club. A potential reason against joining would be if there's a real need for the default behavior (no --disable-wrapping-as-root, no -w) and it being hard to achieve with the flag. I can