Processed: Bug#910669 marked as pending in glibc

2019-07-26 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #910669 [src:glibc] glibc: Please remove transitional package 
multiarch-support
Added tag(s) pending.

-- 
910669: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910669
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



[Git][glibc-team/glibc][glibc-2.29] 2 commits: debian/patches/git-updates.diff: update from upstream stable branch:

2019-07-26 Thread Aurelien Jarno


Aurelien Jarno pushed to branch glibc-2.29 at GNU Libc Maintainers / glibc


Commits:
a5d32940 by Aurelien Jarno at 2019-07-26T21:27:06Z
debian/patches/git-updates.diff: update from upstream stable branch:

* debian/patches/git-updates.diff: update from upstream stable branch:
  - debian/patches/any/git-libio-stdout-putc.diff: rebased.

- - - - -
5a11f495 by Aurelien Jarno at 2019-07-26T21:34:49Z
debian/control.in/main, debian/rules: drop the multiarch-support package. 
Closes: #910669.

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/control.in/main
- debian/patches/any/git-libio-stdout-putc.diff
- debian/patches/git-updates.diff
- debian/rules


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/compare/d341d653b378577a4365c0cea9c8c24d91564caa...5a11f4959287e461c961834f2c4ccd7f7aac7ed9

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/compare/d341d653b378577a4365c0cea9c8c24d91564caa...5a11f4959287e461c961834f2c4ccd7f7aac7ed9
You're receiving this email because of your account on salsa.debian.org.




Bug#705056: marked as done (/etc/default/devpts instructions to set "mesg n" by default don't work)

2019-07-26 Thread Debian Bug Tracking System
Your message dated Fri, 26 Jul 2019 16:39:41 +0200
with message-id <20190726143941.padkhqxgwo7dd...@jwilk.net>
and subject line Re: Bug#705056: /etc/default/devpts instructions to set "mesg 
n" by default don't work
has caused the Debian Bug report #705056,
regarding /etc/default/devpts instructions to set "mesg n" by default don't work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
705056: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705056
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: initscripts,libc6

/etc/default/devpts reads:
# Set to 600 to have `mesg n' be the default
TTYMODE=620

But this doesn't really work. Even if you mount /dev/pts with mode=600, 
your pty devices will end up with 620 permissions. This is because 
well-behaved software calls grantpt(), which changes the device 
permissions.


Either grantpt() should be fixed not to touch permissions if /dev/pts is 
a devpts fs (as it did in the past[0]) or initscripts should be fixed 
not to claim you can have "mesg n" by default.



[0] 
http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=292e3abebff9f94ca47c1a725a691cb6ed6cff5f

--
Jakub Wilk
--- End Message ---
--- Begin Message ---

Source: glibc
Source-Version: 2.21-4


[2013-04-09 17:13] Jakub Wilk 

/etc/default/devpts reads:
# Set to 600 to have `mesg n' be the default
TTYMODE=620

But this doesn't really work. Even if you mount /dev/pts with 
mode=600, your pty devices will end up with 620 permissions. This is 
because well-behaved software calls grantpt(), which changes the 
device permissions.

[...]
* Dmitry Bogatov , 2019-07-25, 19:07:
I just tried this -- remounted /dev/pts with mode=600 and started 
dvtm(1) and stterm(1). This resulted in /dev/pts/{0,1} with $USER:tty, 
600. So to be `TTYMODE' seems to work.


This has been fixed in glibc; see bug #806882.

--
Jakub Wilk--- End Message ---