* [sisyphus] Strange "grep"
@ 2001-10-05 6:31 Sergei
2001-10-05 6:46 ` Anton Farygin
0 siblings, 1 reply; 5+ messages in thread
From: Sergei @ 2001-10-05 6:31 UTC (permalink / raw)
To: sisyphus
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
[...]$ ps axf|grep named
1302 ? S 0:00 /usr/sbin/named -u named -t /var/lib/named -c
/var/li
9201 pts/2 S 0:00 \_ grep named
[...]$ ps axl|grep named
000 500 9203 9156 14 0 1796 720 pipe_w S pts/2 0:00 grep
named
[...]$
Интересно: а как такое возможно? Сервер named работает в обоих случаях.
- --
С уважением, Епифанов Сергей.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE7vVOq4ZpgWiwK7D8RArKxAJwIguIsIWSy5QBcixVCP3grvtZusQCgppWw
x21rzvHiF8gUOJAruOMbjec=
=IJNT
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] Strange "grep"
2001-10-05 6:31 [sisyphus] Strange "grep" Sergei
@ 2001-10-05 6:46 ` Anton Farygin
2001-10-05 21:38 ` Sergei
0 siblings, 1 reply; 5+ messages in thread
From: Anton Farygin @ 2001-10-05 6:46 UTC (permalink / raw)
To: sisyphus
Вывод обрезается ... named не входит.
Попробуйте ps axl > test_file;cat test_file
Rgds
Rider
Sergei wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> [...]$ ps axf|grep named
> 1302 ? S 0:00 /usr/sbin/named -u named -t /var/lib/named -c
> /var/li
> 9201 pts/2 S 0:00 \_ grep named
> [...]$ ps axl|grep named
> 000 500 9203 9156 14 0 1796 720 pipe_w S pts/2 0:00 grep
> named
> [...]$
> Интересно: а как такое возможно? Сервер named работает в обоих случаях.
>
> - --
> С уважением, Епифанов Сергей.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE7vVOq4ZpgWiwK7D8RArKxAJwIguIsIWSy5QBcixVCP3grvtZusQCgppWw
> x21rzvHiF8gUOJAruOMbjec=
> =IJNT
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> http://altlinux.ru/mailman/listinfo/sisyphus
>
--
<?PHP
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2, or
* (at your option) any later version.
*/
echo "\n
___________________________________________________________________\n
___ _ _____ \n
( _ ) ( ) (_ _) | <a href=mailto:rider@altlinux.ru>Rider</a> \n
/ ___ \ | |_ | | | <a href=http://altlinux.ru>+70952039698 </a>\n
( / \ )(____)(_) | <a href=http://lrn.ru> LRN Team </a> \n
|~~~LINUX TEAM~~~| | \n
-------------------------------------------------------------------\n
";
?>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] Strange "grep"
2001-10-05 6:46 ` Anton Farygin
@ 2001-10-05 21:38 ` Sergei
2001-10-05 22:16 ` [sisyphus] " Mikhail Zabaluev
0 siblings, 1 reply; 5+ messages in thread
From: Sergei @ 2001-10-05 21:38 UTC (permalink / raw)
To: sisyphus
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
5 Октябрь 2001 10:46, Вы написали:
> Вывод обрезается ... named не входит.
>
> Попробуйте ps axl > test_file;cat test_file
Тады не ясно, для чего это сделано... Почему бы не вывести все полностью,
если вывод не на экран?
- --
С уважением, Епифанов Сергей.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE7vihA4ZpgWiwK7D8RAkt/AJ91Gl96rg9HzMp/pepkqw6Kn606MACffZ4M
tkRAP73KQwyfPoWFTr/oRH4=
=cONc
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* [sisyphus] Re: Strange "grep"
2001-10-05 21:38 ` Sergei
@ 2001-10-05 22:16 ` Mikhail Zabaluev
2001-10-06 5:22 ` Sergei
0 siblings, 1 reply; 5+ messages in thread
From: Mikhail Zabaluev @ 2001-10-05 22:16 UTC (permalink / raw)
To: sisyphus
Hello Sergei,
On Sat, Oct 06, 2001 at 01:38:08AM +0400, Sergei wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> 5 Октябрь 2001 10:46, Вы написали:
> > Вывод обрезается ... named не входит.
> >
> > Попробуйте ps axl > test_file;cat test_file
> Тады не ясно, для чего это сделано... Почему бы не вывести все полностью,
> если вывод не на экран?
По-моему, ps использует $COLUMNS для определения ширины. Для
необрезанного вывода нужно использовать ключ -w
--
Stay tuned,
MhZ JID: mookid@jabber.org
___________
Old men are fond of giving good advice to console themselves for their
inability to set a bad example.
-- La Rochefoucauld, "Maxims"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] Re: Strange "grep"
2001-10-05 22:16 ` [sisyphus] " Mikhail Zabaluev
@ 2001-10-06 5:22 ` Sergei
0 siblings, 0 replies; 5+ messages in thread
From: Sergei @ 2001-10-06 5:22 UTC (permalink / raw)
To: sisyphus
6 Октябрь 2001 02:16, Вы написали:
> > Тады не ясно, для чего это сделано... Почему бы не вывести все полностью,
> > если вывод не на экран?
>
> По-моему, ps использует $COLUMNS для определения ширины. Для
> необрезанного вывода нужно использовать ключ -w
Спасибо большое. Так оно и вышло.
--
С уважением, Епифанов Сергей.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-10-06 5:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-05 6:31 [sisyphus] Strange "grep" Sergei
2001-10-05 6:46 ` Anton Farygin
2001-10-05 21:38 ` Sergei
2001-10-05 22:16 ` [sisyphus] " Mikhail Zabaluev
2001-10-06 5:22 ` Sergei
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