From: Alexey Sheplyakov <asheplyakov@basealt.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Понижение прав с root не работает в alt-p8-rootfs-systemd
Date: Sat, 18 Apr 2020 18:23:44 +0400
Message-ID: <20200418142344.GA8584@alexnuc> (raw)
In-Reply-To: <3a76e0b2-059c-036f-d732-f4867a71018f@rosalinux.ru>
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 (и еще в каком-то месте).
next prev parent reply other threads:[~2020-04-18 14:23 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 [this message]
2020-04-18 15:37 ` Mikhail Novosyolov
2020-04-18 17:12 ` Ivan A. Melnikov
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=20200418142344.GA8584@alexnuc \
--to=asheplyakov@basealt.ru \
--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