ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Ivan A. Melnikov" <iv@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Понижение прав с root не работает в alt-p8-rootfs-systemd
Date: Sat, 18 Apr 2020 21:12:53 +0400
Message-ID: <20200418171253.q7pxhlnneacb57ua@europa.localdomain> (raw)
In-Reply-To: <284386a0-c81c-d81b-98fe-d3a46ca5aa86@rosalinux.ru>

On Sat, Apr 18, 2020 at 06:37:55PM +0300, Mikhail Novosyolov wrote:
> 18.04.2020 17:23, Alexey Sheplyakov пишет:
> > On Sat, Apr 18, 2020 at 05:12:52PM +0300, Mikhail Novosyolov wrote:
> >> Сделал chroot на основе http://ftp.altlinux.org/pub/distributions/ALTLinux/images/p8/cloud/alt-p8-rootfs-systemd-x86_64.tar.xz
> >>
> >> Создал пользователя (useradd --uid 1000 user)
> >>
> >> но не могу войти под этим пользователем:
> >>
> >> [root@pay2 /]# su - user
> >> su: exec failed
> >>
> >> [root@pay2 /]# strace -f su - user -c /bin/bash 2>&1 | grep bin/bash
> >> execve("/bin/su", ["su", "-", "user", "-c", "/bin/bash"], 0x7ffccf65b4a8 /* 30 vars */) = 0
> >> [pid 37104] execve("/bin/bash", ["-bash", "-c", "/bin/bash"], 0x12fa9a0 /* 17 vars */) = -1 EAGAIN (Ресурс временно недоступен)
> >>
> >> [root@pay2 /]# sudo -u user -i
> >> -bash: fork: Ресурс временно недоступен
> >> -bash-3.2$ ls
> >> -bash: fork: Ресурс временно недоступен
> >>
> >> Как такое может быть?!
> > ulimit -a
> >
> > Лимит на число процессов (на самом деле -- потоков) зачем-то выставлен в 512.
> > Если у Вас в хост системе уже есть пользователь с UID 1000, и, например,
> > запущен firefox с 100+ вкладок, desktop environment, и т.п., то шансов
> > вписаться этот жлобский^W скудный лимит крайне мало. Пример.
> >
> > $ ps -T -u `whoami` |wc -l
> > 806
> >
> > Хранятся эти настройки в /etc/security/limits.conf (и еще в каком-то месте).
> Не. Дело не в ulimit.

Если execve вернул EAGAIN, то скорее всего дело именно в нём.
В том месте, где у Вас ls не запускается, посмотрите на
ulimit -a, это builtin, ему вроде форк не нужен.

> В соседнем контейнере с запуском от UID=1000 нет проблем.

Так может он всё и исчерпал?

-- 
  wbr,
    iv m.


  reply	other threads:[~2020-04-18 17:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-18 14:12 Mikhail Novosyolov
2020-04-18 14:23 ` Alexey Sheplyakov
2020-04-18 15:37   ` Mikhail Novosyolov
2020-04-18 17:12     ` Ivan A. Melnikov [this message]
2020-04-18 17:19       ` Vladimir D. Seleznev
2020-04-20 14:44     ` Alexey Sheplyakov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200418171253.q7pxhlnneacb57ua@europa.localdomain \
    --to=iv@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git