From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: Re: Porting with Guix Date: Sun, 05 Feb 2017 23:06:49 -0600 Message-ID: <976ad8b48ad201cdcb1a5c79315da60d@openmailbox.org> References: <049ec993f9462be2688767ef4f5b1ca5@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cabW0-0006mP-Q3 for guix-devel@gnu.org; Mon, 06 Feb 2017 00:07:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cabVz-0004Ii-Ts for guix-devel@gnu.org; Mon, 06 Feb 2017 00:07:00 -0500 In-Reply-To: <049ec993f9462be2688767ef4f5b1ca5@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: bug-hurd@gnu.org Cc: guix-devel@gnu.org Hello, Regarding this topic, performing more tests: * Running with the sudo command 'Screen' works. I think that a user must be set for 'Screen' to run correctly as the Debian project does. buzz@Hurd:~$ sudo /home/buzz/.guix-profile/bin/screen ~/Guix-on-Hurd/pre-inst-env guix-daemon --build-users-group=guixbuild -c 1 --substitute-urls=http://homenetwork.servebeer.com:8080/ [sudo] password for buzz: [detached from 1007.ttyp0.Hurd] buzz@Hurd:~$ ps -ef | grep guix root 1007 1 - 0:00.01 /home/buzz/.guix-profile/bin/SCREEN /home/buz root 1009 1007 p1 0:00.01 guix-daemon --build-users-group=guixbuild -c buzz 1046 987 p0 0:00.00 grep guix regards > I have the following error when running the Screen application, and > tried to debug as follows: > > $ screen /home/buzz/.guix-profile/bin/bash > [screen is terminating] > > $ gdb screen /home/buzz/.guix-profile/bin/bash > "/home/buzz/.guix-profile/bin/bash" is not a core dump: File format > not recognized > (gdb) r > Starting program: > /gnu/store/b8189hzmvmzmz9rwsqff48sa2klqyw8q-profile/bin/screen > [New Thread 6488.5] > [screen is terminating] > [New Thread 6488.6] > > Program received signal SIGHUP, Hangup. > 0x01102f4c in mach_msg_trap () from > /gnu/store/lj4hj6xz0i1lr0kzia3dxmgggl53ngq7-glibc-2.19/lib/libc.so.0.3 > (gdb) bt > #0 0x01102f4c in mach_msg_trap () from > /gnu/store/lj4hj6xz0i1lr0kzia3dxmgggl53ngq7-glibc-2.19/lib/libc.so.0.3 > #1 0x0110364a in mach_msg () from > /gnu/store/lj4hj6xz0i1lr0kzia3dxmgggl53ngq7-glibc-2.19/lib/libc.so.0.3 > #2 0x01140873 in sigsuspend_not_cancel () > from > /gnu/store/lj4hj6xz0i1lr0kzia3dxmgggl53ngq7-glibc-2.19/lib/libc.so.0.3 > #3 0x011b30fe in pause () from > /gnu/store/lj4hj6xz0i1lr0kzia3dxmgggl53ngq7-glibc-2.19/lib/libc.so.0.3 > #4 0x0806e6b2 in Attacher () > #5 0x0804c1d8 in main ()