From: Epiphanov Sergei <serpiph@entek.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] umount /usr :(
Date: Thu, 25 Mar 2004 16:40:38 +0300
Message-ID: <200403251640.38986.serpiph@nikiet.ru> (raw)
In-Reply-To: <1080220017.1552.778.camel@server03.xproject.ru>
В сообщении от 25 Март 2004 16:06 Maxim Noskov написал:
> В Срд, 24.03.2004, в 13:32, Peter V. Saveliev пишет:
> > Типа того. На 3 он должен восстановить nsswitch раньше, чем все прочие
> > спохватятся о пользователях в ldap. У меня стоит S05. А на 0 и 6 он
> > должен заменить файл на такой же без ldap, после остановки
> > нуждающихся, но до отмонтирования, т.е. K99.
>
> поместил его в 3 как страт, 0 и в 6, но он не выполняется при
> перезагрузке :-/ Может я конечно что-то не так делаю :)
>
> Собственно скрипт:
> #!/bin/sh
> WITHOUT_RC_COMPAT=1
>
> # Source function library.
> . /etc/init.d/functions
>
> start()
> {
> rm -f /etc/nsswitch.conf
> cp /etc/nsswitch/nss-ldap.conf /etc/nsswitch.conf
> }
> stop()
> {
> rm -f /etc/nsswitch.conf
> echo "delete nsswitch"
> cp /etc/nsswitch/nss-ldapoff.conf /etc/nsswitch.conf
> echo "copy new nss"
> }
>
> case "$1" in
> start)
> start
> ;;
> stop)
> stop
> ;;
> *)
> msg_usage "${0##*/} {start|stop}"
> exit 1
> esac
>
> exit 0
Обратите внимание, что все скрипты имеют команду в start:
touch /var/lock/subsys/scriptname
А в stop:
rm -f /var/lock/subsys/scriptname
Без этого, боюсь, останов не заработает...
--
С уважением, Епифанов Сергей
next prev parent reply other threads:[~2004-03-25 13:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-25 13:06 ` Maxim Noskov
2004-03-25 13:16 ` Alexander Bokovoy
2004-03-25 13:31 ` Maxim Noskov
2004-03-25 13:40 ` Alexander Bokovoy
2004-03-25 13:40 ` Epiphanov Sergei [this message]
2004-03-25 13:47 ` Maxim Noskov
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=200403251640.38986.serpiph@nikiet.ru \
--to=serpiph@entek.ru \
--cc=sisyphus@altlinux.ru \
/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 Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git