From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: bug#35030: Error on update by root Date: Fri, 29 Mar 2019 18:01:07 +0100 (CET) Message-ID: References: <87wokj0yip.fsf@elephly.net> <87d0m98xlr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_626_666651988.1553878867514" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9utJ-00052h-K9 for bug-guix@gnu.org; Fri, 29 Mar 2019 13:02:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9utG-0001BM-Ea for bug-guix@gnu.org; Fri, 29 Mar 2019 13:02:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50697) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h9utG-0001B9-9y for bug-guix@gnu.org; Fri, 29 Mar 2019 13:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h9utG-0005ma-3L for bug-guix@gnu.org; Fri, 29 Mar 2019 13:02:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87d0m98xlr.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35030@debbugs.gnu.org ------=_Part_626_666651988.1553878867514 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Now touchpad and my config work, xserver is compiling, an other issue with = touchpad configuration was solved in Help Guix maillist. Here it is my config: ;;this is znavko's cute config (use-modules (gnu) (gnu system nss) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (g= nu system locale) ;;for locale-definition =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (g= nu services desktop) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;;= (gnu services dns) ;;for dnsmasq =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (s= rfi srfi-1) ;;for remove function =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (g= nu services networking) ;;for remove ntp =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (g= nu services avahi) ;;for remove avahi =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (g= nu services xorg) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;;= (gnu services databases);;for postgres =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (g= nu packages admin) ;;for wpa_supplicant ) (use-service-modules desktop) (use-package-modules certs gnome) ;;(define %redundant-linux-modules '("pcspkr" "snd_pcsp")) (operating-system (host-name "antelope") (timezone "Europe/Moscow") (locale= "en_US.utf8") =C2=A0 (bootloader (bootloader-configuration =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (bootloader grub-bootloader) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (target "/dev/sda"))) =C2=A0 (file-systems (cons (file-system =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (device "/d= ev/sda1") (mount-point "/") (type "ext4")) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 %base-file-systems)) =C2=A0 (swap-devices '("/dev/sda2")) =C2=A0 (users (cons* (user-account (name "bob") (group "users") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (supplementary-groups '("wheel" "netdev" "audio" "video")) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (home-directory "/home/bob")) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (user-account (name "alice") (group "users") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (supplementary-groups '("wheel" "netdev" "audio" "video")) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (home-directory "/home/alice")) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (user-account (name "mom") (group "users") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (supplementary-groups '("wheel" "netdev" "audio" "video")) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (home-directory "/home/mom")) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 %base-user-accounts)) =C2=A0 ;; This is where we specify system-wide packages. =C2=A0 (packages (cons* nss-certs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 ;for HTTPS access =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gvfs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;for user mounts =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 wpa-supplicant =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 isc-dhcp =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 %base-packages)) =C2=A0 (services (cons*=C2=A0=20 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;;(service postgresql-service-type) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (service xfce-desktop-service-type) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (modify-services=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=20 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;;(remove (lambda (serv= ice) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;;=C2=A0 (eq? (service-= kind service) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;;=C2=A0=C2=A0=C2=A0 wp= a-supplicant-service-type)) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;;=C2=A0 (remove (lambd= a (service) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;;=C2=A0=C2=A0=C2=A0 (e= q? (service-kind service) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;;=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 static-networking-service-type)) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= (remove (lambda (service) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (eq? (service-kind service) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 ntp-service-type)) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (remove (lambda (service) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 (eq? (service-kind service) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 avahi-service-type)) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 (modify-services %desktop-services =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (slim-service-type config =3D> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (slim-configuration =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (xorg-configuration =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (xorg-confi= guration =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (extr= a-config =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=20 '("Section \"InputClass\" =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Identifier \"touchpad\" =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Driver \"libinput\" =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 MatchIsTouchpad \"on\" =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Option \"Tapping\" \"on\" EndSection") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ))))) =C2=A0 )=C2=A0 ;end of modify-services 2nd =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 )=C2=A0 ;end of remove avahi =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= )=C2=A0 ;end of remove2 ntp =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;;)=C2=A0 ;= end of remove3 networking =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;)=C2=A0 ;end of remove= 4 wpa-supplicant =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (elogind-service-type =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 c =3D> (elo= gind-configuration (handle-lid-switch 'ignore))) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 );;end of modify-services 1st deskt= op-services =C2=A0 ));;end of services =C2=A0 ;; Allow resolution of '.local' host names with mDNS. =C2=A0 (name-service-switch %mdns-host-lookup-nss) =C2=A0(kernel-arguments '("modprobe.blacklist=3Dpcspkr,snd_pcsp")) =C2=A0;(kernel-arguments =C2=A0;=C2=A0=C2=A0=C2=A0 (list (string-append "modprobe.blacklist=3D" =C2=A0;=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 (apply comma-separated =C2=A0;=C2=A0=C2=A0 %redundant-linux-modules)))) );;end of operating-system =C2=A0 I hope I'll be able to configure networking with wpa_supplicant + dhclient = only, without newtworkmanager (that I hate) as I asked before https://lists.gnu.org/archive/html/help-guix/2018-11/msg00208.html Now I cannot determine what to type to remove networkmanager and let autost= art wpa_supplicant=C2=A0 dhclient with my cute wpa_supplicant.config? Mar 29, 2019, 4:16 PM by ludo@gnu.org: > Ricardo Wurmus <> rekado@elephly.net > > skrib= is: > >> znavko@tutanota.com >> writes: >> >>> `guix pull` fail on building xserver derivation. log is attatched. >>> >> >> Backtrace: >> 3 (primitive-load "/gnu/store/fdp2jmpz6pwdlmdg1izih8cly75?") >> In ice-9/ports.scm: >> 462:17 2 (call-with-output-file _ _ #:binary _ #:encoding _) >> In srfi/srfi-1.scm: >> 637:5 1 (for-each # ?) >> In unknown file: >> 0 (scm-error wrong-type-arg "for-each" "Wrong type argum?" ?) >> >> ERROR: In procedure scm-error: >> In procedure for-each: Wrong type argument: "Section \"InputClass\"\n = Identifier \"touchpad\"\n Driver \"libinput\"\n MatchIsT= ouchpad \"on\"\n Option \"Tapping\" \"on\"\nEndSection" >> >> This is an error in your operating system configuration. You provided a >> string, but the error shows that a list is expected. >> > > znavko, could you share your OS config? > > Thanks, > Ludo=E2=80=99. > ------=_Part_626_666651988.1553878867514 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Now touchpad and my config work, xs= erver is compiling, an other issue with touchpad configuration was solved i= n Help Guix maillist.

=
Here it is my config:

;;this is znavko's cute config

(use-modules (gnu) (= gnu system nss)
         &n= bsp;   (gnu system locale) ;;for locale-definition
  = ;           (gnu services= desktop)
          &n= bsp;  ;;(gnu services dns) ;;for dnsmasq
    &n= bsp;        (srfi srfi-1) ;;for remove f= unction
          &nbs= p;  (gnu services networking) ;;for remove ntp
   &n= bsp;         (gnu services avahi) ;= ;for remove avahi
         =     (gnu services xorg)
     &nb= sp;       ;;(gnu services databases);;for pos= tgres
           =   (gnu packages admin) ;;for wpa_supplicant
)
(use-service-modul= es desktop)
(use-package-modules certs gnome)

;;(define %redundan= t-linux-modules '("pcspkr" "snd_pcsp"))

(operating-system (host-name= "antelope") (timezone "Europe/Moscow") (locale "en_US.utf8")
  (bo= otloader (bootloader-configuration
      &= nbsp;         (bootloader grub-boot= loader)
          &nbs= p;     (target "/dev/sda")))
  (file-systems (c= ons (file-system
         &= nbsp;           &nbs= p;  (device "/dev/sda1") (mount-point "/") (type "ext4"))
 &nb= sp;            =         %base-file-systems))
  (= swap-devices '("/dev/sda2"))

  (users (cons* (user-account (nam= e "bob") (group "users")
        = ;        (supplementary-groups '("wheel"= "netdev" "audio" "video"))
       &n= bsp;        (home-directory "/home/bob")= )
           &nbs= p;    (user-account (name "alice") (group "users")
 =             &nb= sp;  (supplementary-groups '("wheel" "netdev" "audio" "video"))
&nb= sp;            =    (home-directory "/home/alice"))
    &nb= sp;           (user-accou= nt (name "mom") (group "users")
      &nbs= p;         (supplementary-groups '(= "wheel" "netdev" "audio" "video"))
      &= nbsp;         (home-directory "/hom= e/mom"))
          &nb= sp;    %base-user-accounts))

  ;; This is where = we specify system-wide packages.
  (packages (cons* nss-certs =         ;for HTTPS access
  = ;            &n= bsp;    gvfs        =       ;for user mounts
     = ;      wpa-supplicant
      = ;     isc-dhcp
       =             %base-pa= ckages))

  (services (cons* 
    &= nbsp;           &nbs= p;   ;;(service postgresql-service-type)
   &nb= sp;            =     (service xfce-desktop-service-type)
   = ;            &n= bsp;    (modify-services     
&= nbsp;           &nbs= p;         ;;(remove (lambda (servi= ce)
           &n= bsp;          ;;  (eq? (s= ervice-kind service)
        &nb= sp;            = ;;    wpa-supplicant-service-type))
   &n= bsp;            = ;      ;;  (remove (lambda (service)
 = ;            &n= bsp;        ;;    (eq? (s= ervice-kind service)
        &nb= sp;            = ;;      static-networking-service-type))
 = ;            &n= bsp;            (rem= ove (lambda (service)
        &n= bsp;            = ;       (eq? (service-kind service)
 =             &nb= sp;            =     ntp-service-type))
     &nbs= p;            &= nbsp;         (remove (lambda (serv= ice)
           &= nbsp;           &nbs= p;      (eq? (service-kind service)
  = ;            &n= bsp;            = ;     avahi-service-type))
    &= nbsp;           &nbs= p;             = (modify-services %desktop-services

     &nb= sp;            =             &nb= sp; (slim-service-type config =3D>
     &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;  (slim-configuration
      &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;  (xorg-configuration
      &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;    (xorg-configuration
    &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;       (extra-config
  &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;        
'("Section \"Inpu= tClass\"
        Identifier \"touchpa= d\"
        Driver \"libinput\"
&n= bsp;       MatchIsTouchpad \"on\"
 &n= bsp;      Option \"Tapping\" \"on\"
EndSection"= )
           &nbs= p;            &= nbsp;        )))))
  )  ;en= d of modify-services 2nd


      &nb= sp;            =          )  ;end of remove ava= hi
           &nb= sp;            =   )  ;end of remove2 ntp
      &= nbsp;           &nbs= p;     ;;)  ;end of remove3 networking
 &n= bsp;            = ;        ;)  ;end of remove4 wpa-su= pplicant
          &nb= sp;           (elogind-se= rvice-type
          &= nbsp;           &nbs= p; c =3D> (elogind-configuration (handle-lid-switch 'ignore)))
 =             &nb= sp;      );;end of modify-services 1st desktop-ser= vices
  ));;end of services

  ;; Allow resolution of '.= local' host names with mDNS.
  (name-service-switch %mdns-host-look= up-nss)


 (kernel-arguments '("modprobe.blacklist=3Dpcspkr,s= nd_pcsp"))
 ;(kernel-arguments
 ;    (list (= string-append "modprobe.blacklist=3D"
 ;    &nb= sp;            =         (apply comma-separated
 = ;   %redundant-linux-modules))))

);;end of operating-syste= m

 

I hope I'll be able to configure networ= king with wpa_supplicant + dhclient only, without newtworkmanager (that I h= ate) as I asked before

Now I cannot determine what to type to remove networkm= anager and let autostart wpa_supplicant  dhclient with my cute wpa_sup= plicant.config?

=
Mar 29, 2019, 4:16 PM by ludo@gnu.o= rg:
Ricardo Wurmus <rekado@elephly.net> = skribis:
`guix pull` fail = on building xserver derivation. log is attatched.

Backtrace:
3 (primi= tive-load "/gnu/store/fdp2jmpz6pwdlmdg1izih8cly75?")
In ice-9/ports.scm:
462:17 2 (call-with-output-file _ _ #:binary _ #:enc= oding _)
In srfi/srfi-1.sc= m:
637:5 1 (for-each #&l= t;procedure 61d180 at ice-9/eval.scm:333:13 ?> ?)
In unknown file:
0 (scm-error wrong-type-arg "for-each" "Wrong type argum= ?" ?)

ERROR: In procedure scm-error:
In procedure for-each: Wrong type argume= nt: "Section \"InputClass\"\n Identifier \"touchpad\"\n Drive= r \"libinput\"\n MatchIsTouchpad \"on\"\n Option \"Tapping\" = \"on\"\nEndSection"

This is an error in your operat= ing system configuration. You provided a
string, but the error shows that a list is expected.

znavko, could you share your OS config?
<= /div>

Thanks,
Ludo=E2=80=99.

------=_Part_626_666651988.1553878867514--