[Bug 845120] New: screen update makes usage of screen impossible
https://bugzilla.novell.com/show_bug.cgi?id=845120 https://bugzilla.novell.com/show_bug.cgi?id=845120#c0 Summary: screen update makes usage of screen impossible Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: lmuelle@suse.com QAContact: qa-bugs@suse.de CC: jmcdonough@suse.com Found By: Development Blocker: No Created an attachment (id=562662) --> (http://bugzilla.novell.com/attachment.cgi?id=562662) strace of calling screen After the update from systemd 195-13.40.1 to 195-13.45.1 it's impossible to open fresh screen sessions. As root users it's still possible to call screen. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=845120 https://bugzilla.novell.com/show_bug.cgi?id=845120#c1 --- Comment #1 from Lars Müller <lmuelle@suse.com> 2013-10-09 20:43:58 CEST --- Created an attachment (id=562664) --> (http://bugzilla.novell.com/attachment.cgi?id=562664) Same applies to a second user -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=845120 https://bugzilla.novell.com/show_bug.cgi?id=845120#c2 --- Comment #2 from Lars Müller <lmuelle@suse.com> 2013-10-09 20:45:53 CEST --- I've noticed the same before. When systenmd got updated from 195-13.35.1 to 195-13.40.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=845120 https://bugzilla.novell.com/show_bug.cgi?id=845120#c4 --- Comment #4 from Lars Müller <lmuelle@suse.com> 2013-10-09 22:53:57 CEST --- The same applies to tmux -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=845120 https://bugzilla.novell.com/show_bug.cgi?id=845120#c5 --- Comment #5 from Lars Müller <lmuelle@suse.com> 2013-10-09 22:55:48 CEST --- Created an attachment (id=562742) --> (http://bugzilla.novell.com/attachment.cgi?id=562742) strace output while calling tmux -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=845120 https://bugzilla.novell.com/show_bug.cgi?id=845120#c6 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |lmuelle@suse.com --- Comment #6 from Dr. Werner Fink <werner@suse.com> 2013-10-10 06:45:33 UTC --- And what exactly does the strace output should? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=845120 https://bugzilla.novell.com/show_bug.cgi?id=845120#c7 --- Comment #7 from Dr. Werner Fink <werner@suse.com> 2013-10-10 07:02:02 UTC --- ... I'm not able to reproduce: /suse/werner> echo $TERM screen [screen is terminating] /suse/werner> echo $TERM xterm /suse/werner> rpm -q systemd systemd-195-13.45.1.x86_64 the same on the console d88 /suse/werner> echo $TERM screen.linux [screen is terminating] d88 /suse/werner> echo $TERM linux and a similar result with slogin IMHO this could be a more random coincidence ... that is it might happen after the update to systemd-195-13.45.1.x86_64 but the real cause is somewhere else -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=845120 https://bugzilla.novell.com/show_bug.cgi?id=845120#c8 --- Comment #8 from Dr. Werner Fink <werner@suse.com> 2013-10-10 07:21:18 UTC --- Created an attachment (id=562792) --> (http://bugzilla.novell.com/attachment.cgi?id=562792) strace of my screen session Beside this your screen does access /etc/shadow whereas my does not. See the trace done with strace -f -e open,stat,access,openat,fstat,close -s 256 -o log screen maybe your /dev/pts is not mounted with the correct mount options. AFAICR the mount options for /dev/pts should include gid=5,mode=630,ptmxmode=000 where gid 5 is the group tty -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=845120 https://bugzilla.novell.com/show_bug.cgi?id=845120#c9 --- Comment #9 from Guido Berhörster <gber@opensuse.org> 2013-10-10 07:27:05 UTC --- I was thinking the same, have you used osc build? Could be a duplicate of bug #843775. Try if mount -o remount devpts helps. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=845120 https://bugzilla.novell.com/show_bug.cgi?id=845120#c10 --- Comment #10 from Dr. Werner Fink <werner@suse.com> 2013-10-10 07:43:39 UTC --- ACK -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=845120 https://bugzilla.novell.com/show_bug.cgi?id=845120#c11 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|lmuelle@suse.com | Resolution| |DUPLICATE --- Comment #11 from Dr. Werner Fink <werner@suse.com> 2013-10-10 08:53:40 UTC --- Make it a duplicate of bug #843775 ... if there is really an other reason for the misbehaviour of screen then wrong mount options for /dev/pts you may reopen it. *** This bug has been marked as a duplicate of bug 843775 *** http://bugzilla.novell.com/show_bug.cgi?id=843775 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=845120 https://bugzilla.novell.com/show_bug.cgi?id=845120#c12 --- Comment #12 from Lars Müller <lmuelle@suse.com> 2013-10-10 11:02:06 CEST --- lmuelle@maximegalon:~> mount | grep /dev/pts devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000) and remounting devpts helped. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com