* [Comm] useradd/userdel -- ????
@ 2004-11-23 10:16 Artem K. Jouravsky
2004-11-23 10:27 ` Sergey Lebedev
0 siblings, 1 reply; 11+ messages in thread
From: Artem K. Jouravsky @ 2004-11-23 10:16 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 826 bytes --]
Привет всем!
Глаза лезут на лоб -- не могу создать пользователя, потому что не могу
его удалить!
По порядку:
1. сделал пользователя для самбы в процессе экспериментов.
2. После конца экспериментов посносил домашние папки всех созданных
юзеров, а также их почтовые ящики из /var/mail и записи из /etc/passwd. Не
забыл и их папочки из /etc/tcb.
3. Потом решил кое-кого вернуть назад. Тут объявляется, что один
пользователь не удалился:
useradd: user pash exists
4. Пытаюсь его удалить:
[root@tantalus r_ujo]# userdel -r pash
userdel: cannot lock shadow password file
Где ещё могут храниться записи о пользователях?
Машина сейчас член AD, где есть такой юзер и машина, но это не должно
вроде влиять.
--
С уважением,
Артём.
ЗАО "СЕМА.РУ"
************
All the simple programs have been written.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] useradd/userdel -- ????
2004-11-23 10:16 [Comm] useradd/userdel -- ???? Artem K. Jouravsky
@ 2004-11-23 10:27 ` Sergey Lebedev
2004-11-23 10:34 ` Sergey Lebedev
2004-11-23 10:35 ` Artem K. Jouravsky
0 siblings, 2 replies; 11+ messages in thread
From: Sergey Lebedev @ 2004-11-23 10:27 UTC (permalink / raw)
To: community
On 23 Nov, 01:16, Artem K. Jouravsky wrote:
> Привет всем!
> Глаза лезут на лоб -- не могу создать пользователя, потому что не могу
> его удалить!
> По порядку:
> 1. сделал пользователя для самбы в процессе экспериментов.
> 2. После конца экспериментов посносил домашние папки всех созданных
> юзеров, а также их почтовые ящики из /var/mail и записи из /etc/passwd. Не
> забыл и их папочки из /etc/tcb.
> 3. Потом решил кое-кого вернуть назад. Тут объявляется, что один
> пользователь не удалился:
> useradd: user pash exists
> 4. Пытаюсь его удалить:
> [root@tantalus r_ujo]# userdel -r pash
> userdel: cannot lock shadow password file
Если у вас есть нет ldap и всякого иного усложнения жизни, то
есть 2 варианта решения проблемы.
1. Вынести строчки из /etc/passwd и /etc/group с pash
2. Вариант создать папку pash в /etc/tcb в этой папке в свою
очередь файл shadow и попробовать удалить пользователя
userdel'ом. (этот способ я не проверял) :)
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] useradd/userdel -- ????
2004-11-23 10:27 ` Sergey Lebedev
@ 2004-11-23 10:34 ` Sergey Lebedev
2004-11-23 10:35 ` Artem K. Jouravsky
1 sibling, 0 replies; 11+ messages in thread
From: Sergey Lebedev @ 2004-11-23 10:34 UTC (permalink / raw)
To: community
On 23 Nov, 01:27, Sergey Lebedev wrote:
[skip]
> Если у вас есть нет ldap и всякого иного усложнения жизни, то
> есть 2 варианта решения проблемы.
Sorry,
Если у вас нет nis или ldap.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] useradd/userdel -- ????
2004-11-23 10:27 ` Sergey Lebedev
2004-11-23 10:34 ` Sergey Lebedev
@ 2004-11-23 10:35 ` Artem K. Jouravsky
2004-11-23 10:38 ` Sergey Lebedev
1 sibling, 1 reply; 11+ messages in thread
From: Artem K. Jouravsky @ 2004-11-23 10:35 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 1348 bytes --]
On Tue, Nov 23, 2004 at 01:27:04PM +0300, Sergey Lebedev wrote:
> On 23 Nov, 01:16, Artem K. Jouravsky wrote:
> > Привет всем!
> > Глаза лезут на лоб -- не могу создать пользователя, потому что не могу
> > его удалить!
> > По порядку:
> > 1. сделал пользователя для самбы в процессе экспериментов.
> > 2. После конца экспериментов посносил домашние папки всех созданных
> > юзеров, а также их почтовые ящики из /var/mail и записи из /etc/passwd. Не
> > забыл и их папочки из /etc/tcb.
> > 3. Потом решил кое-кого вернуть назад. Тут объявляется, что один
> > пользователь не удалился:
> > useradd: user pash exists
> > 4. Пытаюсь его удалить:
> > [root@tantalus r_ujo]# userdel -r pash
> > userdel: cannot lock shadow password file
> Если у вас есть нет ldap и всякого иного усложнения жизни, то
Нет... В том-то и дело
> есть 2 варианта решения проблемы.
> 1. Вынести строчки из /etc/passwd и /etc/group с pash
> 2. Вариант создать папку pash в /etc/tcb в этой папке в свою
> очередь файл shadow и попробовать удалить пользователя
> userdel'ом. (этот способ я не проверял) :)
Делал и то и другое. Нолемоций.
--
С уважением,
Артём.
ЗАО "СЕМА.РУ"
************
You can bring any calculator you like to the midterm, as long as it
doesn't dim the lights when you turn it on.
-- Hepler, Systems Design 182
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] useradd/userdel -- ????
2004-11-23 10:35 ` Artem K. Jouravsky
@ 2004-11-23 10:38 ` Sergey Lebedev
2004-11-23 11:13 ` Artem K. Jouravsky
0 siblings, 1 reply; 11+ messages in thread
From: Sergey Lebedev @ 2004-11-23 10:38 UTC (permalink / raw)
To: community
On 23 Nov, 01:35, Artem K. Jouravsky wrote:
[skip]
> Делал и то и другое. Нолемоций.
В /etc/group точно?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] useradd/userdel -- ????
2004-11-23 10:38 ` Sergey Lebedev
@ 2004-11-23 11:13 ` Artem K. Jouravsky
2004-11-23 13:53 ` Sergey Lebedev
0 siblings, 1 reply; 11+ messages in thread
From: Artem K. Jouravsky @ 2004-11-23 11:13 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 677 bytes --]
On Tue, Nov 23, 2004 at 01:38:40PM +0300, Sergey Lebedev wrote:
> On 23 Nov, 01:35, Artem K. Jouravsky wrote:
> [skip]
> > Делал и то и другое. Нолемоций.
> В /etc/group точно?
[root@tantalus etc]# ls -d pash /etc/tcb/pash
ls: pash: No such file or directory
ls: /etc/tcb/pash: No such file or directory
[root@tantalus etc]# grep pash /etc/passwd
[root@tantalus etc]# grep pash /etc/group
[root@tantalus etc]# userdel pash
userdel: cannot lock shadow password file
--
С уважением,
Артём.
ЗАО "СЕМА.РУ"
************
The best book on programming for the layman is "Alice in Wonderland";
but that's because it's the best book on anything for the layman.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] useradd/userdel -- ????
2004-11-23 11:13 ` Artem K. Jouravsky
@ 2004-11-23 13:53 ` Sergey Lebedev
2004-11-23 14:09 ` [Comm] Re: [SUMMARY] " Artem K. Jouravsky
0 siblings, 1 reply; 11+ messages in thread
From: Sergey Lebedev @ 2004-11-23 13:53 UTC (permalink / raw)
To: community
On 23 Nov, 02:13, Artem K. Jouravsky wrote:
> On Tue, Nov 23, 2004 at 01:38:40PM +0300, Sergey Lebedev wrote:
> > On 23 Nov, 01:35, Artem K. Jouravsky wrote:
> > [skip]
> > > Делал и то и другое. Нолемоций.
> > В /etc/group точно?
> [root@tantalus etc]# ls -d pash /etc/tcb/pash
> ls: pash: No such file or directory
> ls: /etc/tcb/pash: No such file or directory
> [root@tantalus etc]# grep pash /etc/passwd
> [root@tantalus etc]# grep pash /etc/group
> [root@tantalus etc]# userdel pash
> userdel: cannot lock shadow password file
getent passwd pash
cat /etc/nsswitch.conf
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Comm] Re: [SUMMARY] useradd/userdel -- ????
2004-11-23 13:53 ` Sergey Lebedev
@ 2004-11-23 14:09 ` Artem K. Jouravsky
2004-11-24 10:10 ` Sergey Lebedev
0 siblings, 1 reply; 11+ messages in thread
From: Artem K. Jouravsky @ 2004-11-23 14:09 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 1325 bytes --]
On Tue, Nov 23, 2004 at 04:53:36PM +0300, Sergey Lebedev wrote:
> > > [skip]
> > > > Делал и то и другое. Нолемоций.
> > > В /etc/group точно?
> > [root@tantalus etc]# ls -d pash /etc/tcb/pash
> > ls: pash: No such file or directory
> > ls: /etc/tcb/pash: No such file or directory
> > [root@tantalus etc]# grep pash /etc/passwd
> > [root@tantalus etc]# grep pash /etc/group
> > [root@tantalus etc]# userdel pash
> > userdel: cannot lock shadow password file
> getent passwd pash
> cat /etc/nsswitch.conf
[root@tantalus r_ujo]# getent passwd pash
pash:x:10012:99:pash:/home/%D/%U:/bin/false
[root@tantalus r_ujo]# vim /etc/nsswitch.conf
[root@tantalus r_ujo]# getent passwd pash
pash:x:10012:99:pash:/home/%D/%U:/bin/false
[root@tantalus r_ujo]# grep '^[^#]' /etc/nsswitch.conf
passwd: files winbind
shadow: tcb files
group: files winbind
hosts: files nisplus nis dns
ethers: files
netmasks: files
networks: files
protocols: files
rpc: files
services: files
bootparams: nisplus [NOTFOUND=return] files
netgroup: nisplus
publickey: nisplus
automount: files nisplus
aliases: files nisplus
Действительно, мешал всё-таки winbind. Спасибо.
--
С уважением,
Артём.
ЗАО "СЕМА.РУ"
************
* UNIX is a Trademark of Bell Laboratories.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] Re: [SUMMARY] useradd/userdel -- ????
2004-11-23 14:09 ` [Comm] Re: [SUMMARY] " Artem K. Jouravsky
@ 2004-11-24 10:10 ` Sergey Lebedev
2004-11-24 11:42 ` Artem K. Jouravsky
2004-11-26 13:05 ` [Comm] [JT] " Michael Shigorin
0 siblings, 2 replies; 11+ messages in thread
From: Sergey Lebedev @ 2004-11-24 10:10 UTC (permalink / raw)
To: community
On 23 Nov, 05:09, Artem K. Jouravsky wrote:
[skip]
> Действительно, мешал всё-таки winbind. Спасибо.
Каждый раз когда я начинаю думать: "Не работает -- чудеса
какие-то". Я вспоминаю одну очень хорошую фразу моего
друга: "Чудес не бывает". Очень она в таких ситуациях помогает :)
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] Re: [SUMMARY] useradd/userdel -- ????
2004-11-24 10:10 ` Sergey Lebedev
@ 2004-11-24 11:42 ` Artem K. Jouravsky
2004-11-26 13:05 ` [Comm] [JT] " Michael Shigorin
1 sibling, 0 replies; 11+ messages in thread
From: Artem K. Jouravsky @ 2004-11-24 11:42 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 519 bytes --]
On Wed, Nov 24, 2004 at 01:10:53PM +0300, Sergey Lebedev wrote:
> [skip]
> > Действительно, мешал всё-таки winbind. Спасибо.
> Каждый раз когда я начинаю думать: "Не работает -- чудеса
> какие-то". Я вспоминаю одну очень хорошую фразу моего
> друга: "Чудес не бывает". Очень она в таких ситуациях помогает :)
Да не то слово :)
Я просто не понимал, куда бы ещё посмотреть.
С уважением,
Артём.
ЗАО "СЕМА.РУ"
************
If you think the system is working, ask someone who's waiting for a prompt.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Comm] [JT] Re: useradd/userdel -- ????
2004-11-24 10:10 ` Sergey Lebedev
2004-11-24 11:42 ` Artem K. Jouravsky
@ 2004-11-26 13:05 ` Michael Shigorin
1 sibling, 0 replies; 11+ messages in thread
From: Michael Shigorin @ 2004-11-26 13:05 UTC (permalink / raw)
To: community
On Wed, Nov 24, 2004 at 01:10:53PM +0300, Sergey Lebedev wrote:
> вспоминаю одну очень хорошую фразу моего друга: "Чудес не
> бывает"
Чудеса бывают, но тут разве повод -- такие мелочи... :-)
PS: и давайте убирать "[SUММARY]" из заголовка, если это уже не
подведение итога треда, а продолжение более частных обсуждений?
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2004-11-26 13:05 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-23 10:16 [Comm] useradd/userdel -- ???? Artem K. Jouravsky
2004-11-23 10:27 ` Sergey Lebedev
2004-11-23 10:34 ` Sergey Lebedev
2004-11-23 10:35 ` Artem K. Jouravsky
2004-11-23 10:38 ` Sergey Lebedev
2004-11-23 11:13 ` Artem K. Jouravsky
2004-11-23 13:53 ` Sergey Lebedev
2004-11-23 14:09 ` [Comm] Re: [SUMMARY] " Artem K. Jouravsky
2004-11-24 10:10 ` Sergey Lebedev
2004-11-24 11:42 ` Artem K. Jouravsky
2004-11-26 13:05 ` [Comm] [JT] " Michael Shigorin
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git