From: cornet <cornet@altlinux.ru>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] Q: View Stdout of Remote Process
Date: Mon Mar 25 12:32:02 2002
Message-ID: <3C9EEF69.D062B61B@altlinux.ru> (raw)
In-Reply-To: <20020325101200.GA31405@ramax.spb.ru>
Igor Homyakov wrote:
>
> On Mon, Mar 25, 2002 at 12:11:24PM +0300, Виноградов НН wrote:
> > Hi ALL !
> > Такая вещь приключилась. Захожу телнетом на удаленный сервер. Запускаю
> > на нем tar. Сижу, смотрю как файлики на ленту пишутся. И тут бац!
> > электричество сбойнуло. Сервер на UPS'е - процесс продолжает идти, а мой
> > telnet отвалился. Вопрос такой: как мне снова подцепиться к tar'у чтобы
> > видеть его вывод? Заранее спасибо за ответы.
>
> если вы не использовали 'screen' или 'nohup', то
> как только закрылся управляющий терминал, процесс прекратил работу получив
> сигнал SIGTERM
Угу, именно так. А что бы обезапасить себя от таких
неприятностей надо:
$ nohup <programm_and_keywords> > log.file 2>&1 &
при этом процесс оторвется от терминала и его STDOUT и STDERR
свалятся в log.file. А что бы наблюдать сразу же можно:
tail -f log.file
и смотрите наздоровье :-) Если связь в этот момент накроется, то
умрет только tail а сам процесс продолжит исполнение и лог
допишется.
Сие есть стандартный метод удаленного запуска длительных задач
:-)
--
Власенко Олег.
Отдел технической поддержки ALT Linux Team.
mailto:cornet@altlinux.ru
next prev parent reply other threads:[~2002-03-25 12:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-25 12:01 Виноградов НН
2002-03-25 12:12 ` Igor Homyakov
2002-03-25 12:32 ` cornet [this message]
2002-03-25 16:54 ` [mdk-re] " Michael Shigorin
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=3C9EEF69.D062B61B@altlinux.ru \
--to=cornet@altlinux.ru \
--cc=mandrake-russian@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 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