Re: Could not prepare Boot variable

2025-01-28 Thread Leo Famulari
On Tue, Jan 28, 2025 at 11:12:45AM -0800, Felix Lechner wrote: > A news entry is probably a good idea, although I was thinking about the > manual. Maybe a new section entitled "Kernel Options" in Chapter 11 > "System Configuration" right after "Bootloader Configuration?" > > With Initrd section b

Re: Could not prepare Boot variable

2025-01-28 Thread Felix Lechner via
Hi Leo, On Tue, Jan 28 2025, Leo Famulari wrote: > A Guix news entry, perhaps? A news entry is probably a good idea, although I was thinking about the manual. Maybe a new section entitled "Kernel Options" in Chapter 11 "System Configuration" right after "Bootloader Configuration?" With Initrd

Re: Could not prepare Boot variable

2025-01-28 Thread Leo Famulari
On Tue, Jan 28, 2025 at 07:27:59AM -0800, Felix Lechner wrote: > If you go with build time, which I find reasonable, please consider that > the change from vanilla is less visible to users and should therefore be > documented better. Do you have something in mind to improve documentation of this c

Re: Could not prepare Boot variable

2025-01-28 Thread Felix Lechner via
Hi Leo, On Mon, Jan 27 2025, Leo Famulari wrote: > Your thoughts? You should choose whichever is easier and more intuitive for you. If you go with build time, which I find reasonable, please consider that the change from vanilla is less visible to users and should therefore be documented better

Guix survey - final post on contributors views is out!

2025-01-28 Thread Steve George
Hi The final post from the Guix User and Contributor Survey is out. This time it's digging into contributors views [0] Some fun bits: 1. 450 people contributed to Guix Research found 450 individual people, and about 300 contributors filled out the survey. About 60% of volunteers send 1-5 pat

Re: Input-/Output Port Routing in Shepherd Actions

2025-01-28 Thread Luis Felipe
On 28/01/25 9:14, Gabriel Wicki wrote: Hi there! Hi Gabriel, I am in the process of writing a (generalized) service to ease deployment of Python/Django web applications. I managed to get the service up and running (using gunicorn to serve dynamic web request and nginx to serve static files) bu

MATE desktop

2025-01-28 Thread gfp
Hi Guix, I have the impression (I canĀ“t say which ones at the moment) and others also (AFAI remember Avron mentioned it in Trisquel), that in Guix e.g. MATE desktop has less Applications available than MATE desktop in Trisquel although both are GNU systems. Why is that? Does it mean that in Gui

Input-/Output Port Routing in Shepherd Actions

2025-01-28 Thread Gabriel Wicki
Hi there! I am in the process of writing a (generalized) service to ease deployment of Python/Django web applications. I managed to get the service up and running (using gunicorn to serve dynamic web request and nginx to serve static files) but I stumble over one crucial point in the process. Dj