Bug 26386 - 'jetty' user not created
Summary: 'jetty' user not created
Status: ASSIGNED
Alias: None
Product: Sisyphus
Classification: Development
Component: jetty6 (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: viy
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-28 16:41 MSK by Sergey Vlasov
Modified: 2011-09-29 23:16 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Vlasov 2011-09-28 16:41:47 MSK
jetty6-6.1.22-alt5_2jpp6 (Sisyphus, p6)

После исправления https://bugzilla.altlinux.org/show_bug.cgi?id=24688 создание группы jetty при установке пакета стало проходить, однако теперь не создаётся пользователь jetty, с соответствующими предупреждениями при установке пакета:

warning: user jetty does not exist - using root
warning: user jetty does not exist - using root

При ручном выполнении команды из %pre получается:

# /usr/sbin/useradd -r -s /bin/sh -d /usr/share/jetty6 -M jetty
useradd: group jetty exists - if you want to add this user to that group, use -g.

Для правильного создания пользователя необходимо добавить опцию "-g jetty".