Re: FOSDEM + Guix Days approaching!

2020-01-05 Thread Efraim Flashner
On Fri, Jan 03, 2020 at 12:10:54PM +0100, Ludovic Courtès wrote: > Hello Guix! > > The Guix Days and FOSDEM are approaching! For FOSDEM, these are the > Guix talks I know of: > > • “Sharing Reproducible Results in a Container” (Efraim), >

Re: Looking for someone to host an Overdrive server (ARM build farm)

2020-01-05 Thread Christopher Baines
Pierre Neidhardt writes: > I have here in Paris an Overdrive machine which used to build ARM > package for Guix. Sadly I cannot get it online here at my apartment. > > Would anyone be able to host it? > > Ideally with minimal downtime. It just needs a reliable Internet > connection (via Ethern

Re: Commit log for reverts

2020-01-05 Thread Gábor Boskovits
Hello, Ludovic Courtès ezt írta (időpont: 2020. jan. 4., Szo, 23:20): > > Hola! > > guix-comm...@gnu.org skribis: > > > commit a06a4f918243dc784f9089d60690559b72a4e308 > > Author: Brett Gilio > > Date: Fri Jan 3 20:15:44 2020 -0600 > > > > Revert "gnu: Add swi-prolog." > > > > This rev

Re: qtwenengine anybody?

2020-01-05 Thread mike . rosset
Ricardo Wurmus writes: > Does the code include DRM support, for example? Does it phone home? > Can we see the patches that upstream applied to the Chromium sources? > QtWebengine does not handle DRM at all. That is handled by a 3rd party plugin called wildevine and would require guix to bundle

Re: qtwenengine anybody?

2020-01-05 Thread mike . rosset
Hartmut Goebel writes: > Am 02.01.20 um 21:24 schrieb mike.ros...@gmail.com: >> Apologies this is probably a failure in my ML workflow. And just my luck >> I'm in the process of doing some working related moving todoy. Here is a >> complete diff >> https://gitlab.com/mike.rosset/guix/compare/mast

Re: qtwenengine anybody?

2020-01-05 Thread Hartmut Goebel
Hi Mike, > I've upgraded the description field as request see attached. And CC to > 35...@debbugs.gnu.org > > I've also addressed in depth some Ricardo's concerns. For me this would be okay. Ricardo needs to state whether his concerns are covered. > https://gitlab.com/mike.rosset/guix/compare/ma

Re: System monitoring

2020-01-05 Thread Gábor Boskovits
One lightweight soultion on the client would be to provide a prometheus exporter, implementing the spec here: https://prometheus.io/docs/instrumenting/exposition_formats/ That would need a prometheus server to scrape it, but would be very lightweight. Zabbix can be used also, Data can be pushed for

Re: qtwenengine anybody?

2020-01-05 Thread Ricardo Wurmus
Hi Mike, thank you for your patient reply. > Ricardo Wurmus writes: > >> Does the code include DRM support, for example? Does it phone home? >> Can we see the patches that upstream applied to the Chromium sources? >> > > QtWebengine does not handle DRM at all. That is handled by a 3rd party >

Another update on the Guix Data Service

2020-01-05 Thread Christopher Baines
Hey, It's been a while since I send out an update about the Guix Data Service, so here's a somewhat failed attempt at a short update about recent progress. There are formatted [1] and plain views of derivations [2]. The plain view is constructed from the representation in the database, but it sho

Speeding up “guix pull”: splitting modules

2020-01-05 Thread Ricardo Wurmus
Hi Guix, thanks to Ludo’s excellent work on “guix pull”, updating Guix has become a lot faster than in the old days. With build farm support one usually only needs to wait a little while to be able to download all parts of an up-to-date Guix. Unfortunately, changes to the repository invalidate e

Re: Packaging Jami progress

2020-01-05 Thread Jan
Dnia 2020-01-04, o godz. 16:37:53 Pierre Neidhardt napisał(a): > Please do! > Okay, don't know what was that, but I got an smtp error 250 during sending patches aaand the mailing list looks like a mess now. I closed four visible issues (out of 22), but don't know what's with the rest. I think t

Re: qtwenengine anybody?

2020-01-05 Thread mike . rosset
Ricardo Wurmus writes: > Hi Mike, > > thank you for your patient reply. > >> Ricardo Wurmus writes: >> >>> Does the code include DRM support, for example? Does it phone home? >>> Can we see the patches that upstream applied to the Chromium sources? >>> >> >> QtWebengine does not handle DRM at a

Re: System monitoring

2020-01-05 Thread Pjotr Prins
On Sun, Jan 05, 2020 at 08:39:03PM +0100, Gábor Boskovits wrote: > One lightweight soultion on the client would be to provide a > prometheus exporter, implementing the spec here: > https://prometheus.io/docs/instrumenting/exposition_formats/ > That would need a prometheus server to scrape it, but w