emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#18081: closed (openpty fails on standalone guix)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18081: closed (openpty fails on standalone guix)
Date: Wed, 23 Jul 2014 00:06:02 +0000

Your message dated Wed, 23 Jul 2014 02:05:23 +0200
with message-id <address@hidden>
and subject line Re: bug#18081: openpty fails on standalone guix
has caused the debbugs.gnu.org bug report #18081,
regarding openpty fails on standalone guix
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18081: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18081
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: openpty fails on standalone guix Date: Tue, 22 Jul 2014 12:54:27 -0400
openpty fails for unprivileged users on standalone guix.  For example,
running 'script' or 'screen' fails, and running M-x shell within emacs
results in a bash without job control, because emacs uses pipes to
communicate with the subprocess instead of pseudo-ttys, apparently
because it was unable to use openpty.

I've found that I can fix the problem by unmounting /dev/pts and then
remounting with the same options that LFS uses for its /etc/fstab:
"gid=1004,mode=620".  That gid corresponds to the 'tty' group.

      Mark



--- End Message ---
--- Begin Message --- Subject: Re: bug#18081: openpty fails on standalone guix Date: Wed, 23 Jul 2014 02:05:23 +0200 User-agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux)
This should be fixed with 7f239fd.  Let me know if it’s not!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]