Re: Unable to get (menu-entries (...)) to work properly

2017-04-09 Thread dian_cecht
On Sun, 9 Apr 2017 01:17:10 -0700 wrote: > On Sun, 09 Apr 2017 09:59:07 +0200 (CEST) > Thomas Danckaert wrote: > > > From: > > Subject: Unable to get (menu-entries (...)) to work properly > > Date: Sun, 9 Apr 2017 00:36:42 -0700 > > > > > (bootloader (grub-configuration (device "/dev/sda")

Re: Unable to get (menu-entries (...)) to work properly

2017-04-09 Thread dian_cecht
On Sun, 09 Apr 2017 09:59:07 +0200 (CEST) Thomas Danckaert wrote: > From: > Subject: Unable to get (menu-entries (...)) to work properly > Date: Sun, 9 Apr 2017 00:36:42 -0700 > > > (bootloader (grub-configuration (device "/dev/sda") > > (menu-entries > >

Unable to get (menu-entries (...)) to work properly

2017-04-09 Thread dian_cecht
So I'm trying to define a new menu-entry for my desktop system using GuixSD's system config. I've ran into an interesting problem that I'm not sure how to resolve. Forgive any formatting issues here, I'm having to hand-copy this over from a VM I'm using to test everything. I know it's this piece of

Re: How to setuid X.org?

2017-03-21 Thread dian_cecht
On Mon, 20 Mar 2017 09:50:21 +0100 l...@gnu.org (Ludovic Courtès) wrote: > However, people reported in the past that there were problems with > ‘xinit’, though I forgot what it was. I booted into the LiveUSB I was using for testing and xinit/startx was looking for X in it's own directory. I didn't

How to setuid X.org?

2017-03-19 Thread dian_cecht
Hello, I have tried several times to get X.org (/bin/X, specifically) setuid for obvious reasons. However, I can't find any examples of usage and attempting to follow the infopages has led to a bunch of different errors and failures (and rather useless error messages). I currently don't have

How important is /gnu/store/.links?

2017-03-09 Thread dian_cecht
What is the purpose of /gnu/store/.links and is it important? I checked the docs on the website and couldn't find any reference to this directory anywhere, so I'm asking here.

Re: GuixSD installation: binary vs source packages

2017-03-06 Thread dian_cecht
On Mon, 06 Mar 2017 11:59:51 +0100 l...@gnu.org (Ludovic Courtès) wrote: > However, in the presence of “grafts”, it may be that additional things > will be downloaded or built without you being notified beforehand. > > I consider this a bug but we don’t have an easy fix at this stage. Is there a

Re: Backing up a GuixSD system? rsnapshot doesn't seem to like the store.

2017-03-02 Thread dian_cecht
On Thu, 02 Mar 2017 13:56:28 +0100 Ricardo Wurmus wrote: > > I’m using borg for backups, but I haven’t tested backing up the store > itself because the state of my software environment is fully described > by the manifest and the guix version. Doesn't that mean the system can't be restored from

Backing up a GuixSD system? rsnapshot doesn't seem to like the store.

2017-02-23 Thread dian_cecht
Hello, My normal backup software (rsnapshot) doesn't seem to play terribly well with GuixSD because the software uses hardlinks for it's deduplication, so I'm looking for alternatives (or someone to tell me what needs to happen to get rsnapshot to backup /gnu/store without issue). I'd prefer

Does guix remount /gnu/store when on another partition?

2017-01-05 Thread dian_cecht
Hello, I was wondering whether, if I put /gnu (or /gnu/store) on a seperate partition, Guix would (re)mount the partition ro/rw as needed. I know the store is supposed to be read-only (unless guix-daemon is making a change), but I wanted to know if it handed this specific case or if it was on

Re: Some questions regarding GuixSD

2016-09-30 Thread dian_cecht
On Sat, Oct 01, 2016 at 09:50:11AM +0800, 宋文武 wrote: > dian_ce...@zoho.com writes: > > On GuixSD, you can rollback the whole system safely and easily (by > choosing a grub menu item at boot). I don't guess you happen to be able to supply me with the options passed to do this, would you? My system

Re: Some questions regarding GuixSD

2016-09-30 Thread dian_cecht
On Fri, Sep 30, 2016 at 12:07:22PM +, ng0 wrote: > >> 4) Is GnuNET integration already working? > > > > No. > > > > It's like Google Summer of Code, only a bit longer. I'll very optimistic > and say that my internal documented goal for basic gnunet-filesystem > integration for guix is summer /

Re: Some questions regarding GuixSD

2016-09-30 Thread dian_cecht
On Fri, Sep 30, 2016 at 10:18:40AM +0200, Ludovic Courtès wrote: > > 2) Are multiple versions of a package in the tree at any given time? > > You can have multiple profiles, each containing a different version of a > given package, for example. > > The source tree of Guix itself usually only cont

Some questions regarding GuixSD

2016-09-30 Thread dian_cecht
Hello, I have a few questions about GuixSD that I need to have answered before I can think about trying to install it. For some background on myself, I'm a long-time Gentoo user, and I've used Funtoo and Arch some in the past. 1) Is there any way to prevent a package from being installed at