Mailinglist Archive: opensuse-buildservice (182 mails)
| < Previous | Next > |
[opensuse-buildservice] /dev/pts/* being chowned outside chroots
- From: Luke Imhoff <luke@xxxxxxxx>
- Date: Wed, 17 Feb 2010 09:24:41 -0600
- Message-id: <1266420281.6288.9.camel@cerberus>
Has anyone else seen this issue where the /dev/pts/* pseudo-terminals
outside the build chroots are having their permissions changed?
When it happens, users can't run commands anymore because the
permissions on their terminals change from user:tty to 399:399, which is
the default UID:GID pair for abuild:abuild in the chroots.
Before (/dev/pts):
crw--w---- 1 user tty 136, 13 Jan 18 15:06 13
Users see these errors:
rsisys1 2.1HD/fw > popd
~/wrk/obs_dev/svn/fw-hang
/dev/pts/13: Permission denied.
rsisys1 svn/fw-hang >
rsisys1 svn/fw-hang > mesg n
mesg: /dev/pts/13: Operation not permitted
rsisys1 svn/fw-hang >
After (/dev/pts):
crw--w---- 1 399 399 136, 13 Jan 18 15:06 13
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
outside the build chroots are having their permissions changed?
When it happens, users can't run commands anymore because the
permissions on their terminals change from user:tty to 399:399, which is
the default UID:GID pair for abuild:abuild in the chroots.
Before (/dev/pts):
crw--w---- 1 user tty 136, 13 Jan 18 15:06 13
Users see these errors:
rsisys1 2.1HD/fw > popd
~/wrk/obs_dev/svn/fw-hang
/dev/pts/13: Permission denied.
rsisys1 svn/fw-hang >
rsisys1 svn/fw-hang > mesg n
mesg: /dev/pts/13: Operation not permitted
rsisys1 svn/fw-hang >
After (/dev/pts):
crw--w---- 1 399 399 136, 13 Jan 18 15:06 13
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |