bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-17 Thread Bengt Richter
Forgot to add: ┌──┐ │ guile -c '(use-modules (ice-9 session))(apropos "env") │ ├──┤ │ (guile): getenv #

bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-17 Thread Bengt Richter
Hi Gábor, Konrad, et al On +2019-12-17 10:14:12 +0100, Gábor Boskovits wrote: > Hello Konrad, > > Konrad Hinsen ezt írta (időpont: 2019. dec. > 17., Ke 7:52): > > > On 16/12/2019 23:09, Ludovic Courtès wrote: > > > So in a more algorithmic manner: > > >> 1. if ad-hoc and inputs-of is present

bug#38653: Acknowledgement (wpa-supplicant dbus failure leads to networking service failure)

2019-12-17 Thread Christopher Howard
I took the neofetch pull after rebooting into an older profile, so some data there might be suspect. -- Christopher Howard Enterprise Solutions Manager Alaska Satellite Internet PO Box 70, Ester, AK 99725 3239 La Ree Way, Fairbanks, AK 99709 907.451.0088 1.888.396.5623

bug#38653: wpa-supplicant dbus failure leads to networking service failure

2019-12-17 Thread Christopher Howard
Under this guix commit, wpa_supplicant service fails to initialize, which takes out networking also. ''' root@eowyn ~# guix describe Generation 2Dec 17 2019 08:30:38(current) guix 328dd9b repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit:

bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-17 Thread zimoun
Hi Konrad, On Tue, 17 Dec 2019 at 07:52, Konrad Hinsen wrote: > > On 16/12/2019 23:09, Ludovic Courtès wrote: > > So in a more algorithmic manner: > >> 1. if ad-hoc and inputs-of is present at the same invocation: fail > >> hard. (With an error like incompatible options present) > >> 2. if only

bug#38651: connman integration issue after recent updates

2019-12-17 Thread Reza Alizadeh Majd
here is a sample configuration file that I used to reproduce the issue: (use-modules (gnu) (gnu system nss) (gnu packages gnome) (gnu packages vim) (srfi srfi-1)) (use-service-modules desktop networking ssh xorg) (use-package-modules screen ssh

bug#38651: connman integration issue after recent updates

2019-12-17 Thread Reza Alizadeh Majd
Hi Guix, I'm using `connman` + `cmst` for network management on my guix machine, recently after I updated the system, I receive following message after login and `cmst` can't communicate with `connman`. I also tried with `econnman` interface and received same error: ``` Error Name:

bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-17 Thread Brett Gilio
Dec 17, 2019 7:34:17 AM Kyle Meyer : > G�bor Boskovits writes: > > > > Konrad Hinsen ezt �rta (id?pont: 2019. dec. > > 17., Ke 7:52): > > > [...] > > > > > > How about a more drastic measure: deprecate "guix environment" and > > > introduce a new subcommand with the desired new behaviour? > >

bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-17 Thread Kyle Meyer
Gábor Boskovits writes: > Konrad Hinsen ezt írta (időpont: 2019. dec. > 17., Ke 7:52): [...] >> How about a more drastic measure: deprecate "guix environment" and >> introduce a new subcommand with the desired new behaviour? >> > That is also the other option I was thinking about. Do you have

bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-17 Thread Gábor Boskovits
Hello Konrad, Konrad Hinsen ezt írta (időpont: 2019. dec. 17., Ke 7:52): > On 16/12/2019 23:09, Ludovic Courtès wrote: > > So in a more algorithmic manner: > >> 1. if ad-hoc and inputs-of is present at the same invocation: fail > >> hard. (With an error like incompatible options present) > >>