* [sisyphus] sudo: must be run from a terminal
@ 2007-06-05 20:06 Andrey Khavryuchenko
2007-06-05 21:18 ` Michael Shigorin
0 siblings, 1 reply; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-06-05 20:06 UTC (permalink / raw)
To: sisyphus
Hi!
В свежесозданном VE:
$ sudo ls
sudo: must be run from a terminal
$ echo $TERM
xterm
Что я делаю не так?
--
Andrey V Khavryuchenko
Software Development Company http://www.kds.com.ua/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-05 20:06 [sisyphus] sudo: must be run from a terminal Andrey Khavryuchenko
@ 2007-06-05 21:18 ` Michael Shigorin
2007-06-05 22:00 ` Dmitry V. Levin
2007-06-05 23:39 ` Andrey Khavryuchenko
0 siblings, 2 replies; 14+ messages in thread
From: Michael Shigorin @ 2007-06-05 21:18 UTC (permalink / raw)
To: sisyphus
On Tue, Jun 05, 2007 at 11:06:00PM +0300, Andrey Khavryuchenko wrote:
> Что я делаю не так?
http://lists.altlinux.org/pipermail/devel/2007-May/046284.html
http://lists.altlinux.org/pipermail/devel/2007-May/046296.html
http://lists.altlinux.org/pipermail/devel/2007-May/046332.html
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-05 21:18 ` Michael Shigorin
@ 2007-06-05 22:00 ` Dmitry V. Levin
2007-06-05 23:39 ` Andrey Khavryuchenko
1 sibling, 0 replies; 14+ messages in thread
From: Dmitry V. Levin @ 2007-06-05 22:00 UTC (permalink / raw)
To: ALT Linux Sisyphus mailing list
[-- Attachment #1: Type: text/plain, Size: 447 bytes --]
On Wed, Jun 06, 2007 at 12:18:48AM +0300, Michael Shigorin wrote:
> On Tue, Jun 05, 2007 at 11:06:00PM +0300, Andrey Khavryuchenko wrote:
> > Что я делаю не так?
>
> http://lists.altlinux.org/pipermail/devel/2007-May/046284.html
> http://lists.altlinux.org/pipermail/devel/2007-May/046296.html
> http://lists.altlinux.org/pipermail/devel/2007-May/046332.html
http://lists.altlinux.org/pipermail/devel/2007-May/046286.html
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-05 21:18 ` Michael Shigorin
2007-06-05 22:00 ` Dmitry V. Levin
@ 2007-06-05 23:39 ` Andrey Khavryuchenko
2007-06-06 6:04 ` Dmitrii Philippov
2007-06-06 9:54 ` Dmitry V. Levin
1 sibling, 2 replies; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-06-05 23:39 UTC (permalink / raw)
To: sisyphus
DVL> On Wed, Jun 06, 2007 at 12:18:48AM +0300, Michael Shigorin wrote:
>> On Tue, Jun 05, 2007 at 11:06:00PM +0300, Andrey Khavryuchenko wrote:
>> > Что я делаю не так?
>>
>> http://lists.altlinux.org/pipermail/devel/2007-May/046284.html
>> http://lists.altlinux.org/pipermail/devel/2007-May/046296.html
>> http://lists.altlinux.org/pipermail/devel/2007-May/046332.html
DVL> http://lists.altlinux.org/pipermail/devel/2007-May/046286.html
Почитал. Покурил ман. Покрутил ручки. Опять почитал. Не работает:
akhavr@djangofeed ~ $ sudo ls
sudo: must be run from a terminal
akhavr@djangofeed ~ $ su -
Password:
[root@djangofeed ~]# cat /etc/sudoers
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the sudoers man page for the details on how to write a sudoers file.
#
# Host alias specification
# User alias specification
# Cmnd alias specification
# Defaults specification
#Defaults env_keep += "DISPLAY"
Defaults !tty_tickets
Defaults !requiretty
Defaults !env_reset
# User privilege specification
akhavr ALL=(ALL) ALL
Что до меня не доходит?
--
Andrey V Khavryuchenko
Software Development Company http://www.kds.com.ua/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-05 23:39 ` Andrey Khavryuchenko
@ 2007-06-06 6:04 ` Dmitrii Philippov
2007-06-06 6:13 ` Dmitriy L. Kruglikov
2007-06-06 9:54 ` Dmitry V. Levin
1 sibling, 1 reply; 14+ messages in thread
From: Dmitrii Philippov @ 2007-06-06 6:04 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Andrey Khavryuchenko пишет:
> DVL> On Wed, Jun 06, 2007 at 12:18:48AM +0300, Michael Shigorin wrote:
> >> On Tue, Jun 05, 2007 at 11:06:00PM +0300, Andrey Khavryuchenko wrote:
> >> > Что я делаю не так?
> >>
> >> http://lists.altlinux.org/pipermail/devel/2007-May/046284.html
> >> http://lists.altlinux.org/pipermail/devel/2007-May/046296.html
> >> http://lists.altlinux.org/pipermail/devel/2007-May/046332.html
>
> DVL> http://lists.altlinux.org/pipermail/devel/2007-May/046286.html
>
> Почитал. Покурил ман. Покрутил ручки. Опять почитал. Не работает:
>
> akhavr@djangofeed ~ $ sudo ls
> sudo: must be run from a terminal
> akhavr@djangofeed ~ $ su -
> Password:
> [root@djangofeed ~]# cat /etc/sudoers
> # sudoers file.
> #
> # This file MUST be edited with the 'visudo' command as root.
> #
> # See the sudoers man page for the details on how to write a sudoers file.
> #
>
> # Host alias specification
>
> # User alias specification
>
> # Cmnd alias specification
>
> # Defaults specification
> #Defaults env_keep += "DISPLAY"
> Defaults !tty_tickets
> Defaults !requiretty
> Defaults !env_reset
>
> # User privilege specification
> akhavr ALL=(ALL) ALL
>
> Что до меня не доходит?
>
>
Вот так:
# sudoers file.
#
akhavr ALL = NOPASSWD: ALL
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-06 6:04 ` Dmitrii Philippov
@ 2007-06-06 6:13 ` Dmitriy L. Kruglikov
2007-06-06 7:20 ` Epiphanov Sergei
2007-06-06 7:38 ` Andrey Khavryuchenko
0 siblings, 2 replies; 14+ messages in thread
From: Dmitriy L. Kruglikov @ 2007-06-06 6:13 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
На календаре было: Среда, 06 Июнь 2007 года,
Dmitrii Philippov писал(а) в сообщении:
DP == Dmitrii Philippov
DP> Вот так:
DP>
DP> # sudoers file.
DP> #
DP> akhavr ALL = NOPASSWD: ALL
Трошки не так...
Примерно так:
#
akhavr ALL=(ALL) NOPASSWD:ALL
Потому как сперва идет описание хостов, с которых можно давать команды,
а потом сами команды, которые можно без пароля...
В данном примере все хосты и все команды...
--
Best regards,
Dmitriy L. Kruglikov .--.
Dmitriy.Kruglikov_at_gmail_dot_com |@_@ |
DKR6-RIPE |!_/ |
XMPP:dkr6@jabber.ru // \ \
(| | )
/'\_ _/`\
Powered by Linux \___)=(___/
-- Мысль --
Привычка противоречить есть болезнь ума, которая иногда вредит сердцу.
-- П.Бошен
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-06 6:13 ` Dmitriy L. Kruglikov
@ 2007-06-06 7:20 ` Epiphanov Sergei
2007-06-06 7:38 ` Andrey Khavryuchenko
1 sibling, 0 replies; 14+ messages in thread
From: Epiphanov Sergei @ 2007-06-06 7:20 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
В сообщении от Wednesday 06 June 2007 10:13:39 Dmitriy L. Kruglikov
написал(а):
> DP> Вот так:
> DP>
> DP> # sudoers file.
> DP> #
> DP> akhavr ALL = NOPASSWD: ALL
>
> Трошки не так...
> Примерно так:
> #
> akhavr ALL=(ALL) NOPASSWD:ALL
>
> Потому как сперва идет описание хостов, с которых можно давать команды,
> а потом сами команды, которые можно без пароля...
> В данном примере все хосты и все команды...
А какое отношение вышеобозначенное имеет к начальному сообщению (ниже):
> В свежесозданном VE:
>
> $ sudo ls
> sudo: must be run from a terminal
> $ echo $TERM
> xterm
>
> Что я делаю не так?
--
С уважением, Епифанов Сергей
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-06 6:13 ` Dmitriy L. Kruglikov
2007-06-06 7:20 ` Epiphanov Sergei
@ 2007-06-06 7:38 ` Andrey Khavryuchenko
2007-06-06 7:47 ` Dmitriy L. Kruglikov
1 sibling, 1 reply; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-06-06 7:38 UTC (permalink / raw)
To: sisyphus
DLK> На календаре было: Среда, 06 Июнь 2007 года,
DLK> Dmitrii Philippov писал(а) в сообщении:
DLK> DP == Dmitrii Philippov
DP> Вот так:
DP>
DP> # sudoers file.
DP> #
DP> akhavr ALL = NOPASSWD: ALL
DLK> Трошки не так...
DLK> Примерно так:
>>
DLK> akhavr ALL=(ALL) NOPASSWD:ALL
А если я не хочу NOPASSWD?
Меня вполне устраивает текущее поведение sudo когда он требует пароля -
есть лишняя стадия на которой можно затормозиться, если делаю фигню...
--
Andrey V Khavryuchenko
Software Development Company http://www.kds.com.ua/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-06 7:38 ` Andrey Khavryuchenko
@ 2007-06-06 7:47 ` Dmitriy L. Kruglikov
2007-06-06 8:18 ` Andrey Khavryuchenko
0 siblings, 1 reply; 14+ messages in thread
From: Dmitriy L. Kruglikov @ 2007-06-06 7:47 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
На календаре было: Среда, 06 Июнь 2007 года,
Andrey Khavryuchenko писал(а) в сообщении:
AK == Andrey Khavryuchenko
AK> DLK> akhavr ALL=(ALL) NOPASSWD:ALL
AK>
AK> А если я не хочу NOPASSWD?
Тогда так:
akhavr ALL=(ALL) ALL
А лучше всего доку почитать ;)
--
Best regards,
Dmitriy L. Kruglikov .--.
Dmitriy.Kruglikov_at_gmail_dot_com |@_@ |
DKR6-RIPE |!_/ |
XMPP:dkr6@jabber.ru // \ \
(| | )
/'\_ _/`\
Powered by Linux \___)=(___/
-- Мысль --
Налоговый инспектор - тот, кто больше озабочен тем, как тратите свои
деньги вы, нежели тем, как тратит их правительство.
-- Неизвестный автор
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-06 7:47 ` Dmitriy L. Kruglikov
@ 2007-06-06 8:18 ` Andrey Khavryuchenko
0 siblings, 0 replies; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-06-06 8:18 UTC (permalink / raw)
To: sisyphus
DLK> На календаре было: Среда, 06 Июнь 2007 года,
DLK> Andrey Khavryuchenko писал(а) в сообщении:
DLK> AK == Andrey Khavryuchenko
AK> DLK> akhavr ALL=(ALL) NOPASSWD:ALL
AK>
AK> А если я не хочу NOPASSWD?
DLK> Тогда так:
DLK> akhavr ALL=(ALL) ALL
DLK> А лучше всего доку почитать ;)
Спасибо, у меня так и написано. А мои приключения с докой описаны в
Message-ID: <m3vee2j7ij.fsf@netmaster.kds.com.ua>
--
Andrey V Khavryuchenko
Software Development Company http://www.kds.com.ua/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-05 23:39 ` Andrey Khavryuchenko
2007-06-06 6:04 ` Dmitrii Philippov
@ 2007-06-06 9:54 ` Dmitry V. Levin
2007-06-06 12:26 ` Andrey Khavryuchenko
1 sibling, 1 reply; 14+ messages in thread
From: Dmitry V. Levin @ 2007-06-06 9:54 UTC (permalink / raw)
To: ALT Linux Sisyphus mailing list
[-- Attachment #1: Type: text/plain, Size: 784 bytes --]
On Wed, Jun 06, 2007 at 02:39:32AM +0300, Andrey Khavryuchenko wrote:
> DVL> On Wed, Jun 06, 2007 at 12:18:48AM +0300, Michael Shigorin wrote:
> >> On Tue, Jun 05, 2007 at 11:06:00PM +0300, Andrey Khavryuchenko wrote:
> >> > Что я делаю не так?
> >>
> >> http://lists.altlinux.org/pipermail/devel/2007-May/046284.html
> >> http://lists.altlinux.org/pipermail/devel/2007-May/046296.html
> >> http://lists.altlinux.org/pipermail/devel/2007-May/046332.html
>
> DVL> http://lists.altlinux.org/pipermail/devel/2007-May/046286.html
>
> Почитал. Покурил ман. Покрутил ручки. Опять почитал. Не работает:
>
> akhavr@djangofeed ~ $ sudo ls
> sudo: must be run from a terminal
Если sudo настроен на проверку пароля, то ему нужен терминал.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-06 9:54 ` Dmitry V. Levin
@ 2007-06-06 12:26 ` Andrey Khavryuchenko
2007-06-08 13:27 ` Alexey Tourbin
0 siblings, 1 reply; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-06-06 12:26 UTC (permalink / raw)
To: ALT Linux Sisyphus mailing list
DVL> On Wed, Jun 06, 2007 at 02:39:32AM +0300, Andrey Khavryuchenko wrote:
DVL> On Wed, Jun 06, 2007 at 12:18:48AM +0300, Michael Shigorin wrote:
>> >> On Tue, Jun 05, 2007 at 11:06:00PM +0300, Andrey Khavryuchenko wrote:
>> >> > Что я делаю не так?
>> >>
>> >> http://lists.altlinux.org/pipermail/devel/2007-May/046284.html
>> >> http://lists.altlinux.org/pipermail/devel/2007-May/046296.html
>> >> http://lists.altlinux.org/pipermail/devel/2007-May/046332.html
>>
DVL> http://lists.altlinux.org/pipermail/devel/2007-May/046286.html
>>
>> Почитал. Покурил ман. Покрутил ручки. Опять почитал. Не работает:
>>
>> akhavr@djangofeed ~ $ sudo ls
>> sudo: must be run from a terminal
DVL> Если sudo настроен на проверку пароля, то ему нужен терминал.
Чем заход по ssh перестал быть терминалом?
--
Andrey V Khavryuchenko
Software Development Company http://www.kds.com.ua/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-06 12:26 ` Andrey Khavryuchenko
@ 2007-06-08 13:27 ` Alexey Tourbin
2007-06-08 14:01 ` Dmitry V. Levin
0 siblings, 1 reply; 14+ messages in thread
From: Alexey Tourbin @ 2007-06-08 13:27 UTC (permalink / raw)
To: ALT Linux Sisyphus mailing list
[-- Attachment #1: Type: text/plain, Size: 304 bytes --]
On Wed, Jun 06, 2007 at 03:26:41PM +0300, Andrey Khavryuchenko wrote:
> DVL> Если sudo настроен на проверку пароля, то ему нужен терминал.
> Чем заход по ssh перестал быть терминалом?
ssh дает псевдотерминал. ну типа программа которая дает псевдотерминал
на самом деле может перехватывать ввод.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [sisyphus] sudo: must be run from a terminal
2007-06-08 13:27 ` Alexey Tourbin
@ 2007-06-08 14:01 ` Dmitry V. Levin
0 siblings, 0 replies; 14+ messages in thread
From: Dmitry V. Levin @ 2007-06-08 14:01 UTC (permalink / raw)
To: ALT Linux Sisyphus mailing list
[-- Attachment #1: Type: text/plain, Size: 441 bytes --]
On Fri, Jun 08, 2007 at 05:27:18PM +0400, Alexey Tourbin wrote:
> On Wed, Jun 06, 2007 at 03:26:41PM +0300, Andrey Khavryuchenko wrote:
> > DVL> Если sudo настроен на проверку пароля, то ему нужен терминал.
> > Чем заход по ssh перестал быть терминалом?
>
> ssh дает псевдотерминал. ну типа программа которая дает псевдотерминал
> на самом деле может перехватывать ввод.
У Андрея просто отсутствовал файл /dev/tty
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2007-06-08 14:01 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-05 20:06 [sisyphus] sudo: must be run from a terminal Andrey Khavryuchenko
2007-06-05 21:18 ` Michael Shigorin
2007-06-05 22:00 ` Dmitry V. Levin
2007-06-05 23:39 ` Andrey Khavryuchenko
2007-06-06 6:04 ` Dmitrii Philippov
2007-06-06 6:13 ` Dmitriy L. Kruglikov
2007-06-06 7:20 ` Epiphanov Sergei
2007-06-06 7:38 ` Andrey Khavryuchenko
2007-06-06 7:47 ` Dmitriy L. Kruglikov
2007-06-06 8:18 ` Andrey Khavryuchenko
2007-06-06 9:54 ` Dmitry V. Levin
2007-06-06 12:26 ` Andrey Khavryuchenko
2007-06-08 13:27 ` Alexey Tourbin
2007-06-08 14:01 ` Dmitry V. Levin
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