ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] ?: где это так покалечено
@ 2003-05-12 10:05 Oleg K. Artemjev
  2003-05-12 15:43 ` [Comm] " ASA
  0 siblings, 1 reply; 6+ messages in thread
From: Oleg K. Artemjev @ 2003-05-12 10:05 UTC (permalink / raw)
  To: community

screen при запуске из под пользователя говорит 'No more ptys. Sorry, couldn't find a PTY'
под рутом все ОК. Где это интересно мой коллега права оторвал?  ?-) Ума не приложу.

-- 
Bye.Olli.			http://olli.digger.org.ru



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Comm] Re: [Comm] ?: где это так покалечено
  2003-05-12 10:05 [Comm] ?: где это так покалечено Oleg K. Artemjev
@ 2003-05-12 15:43 ` ASA
  2003-05-13 12:22   ` Oleg K. Artemjev
  0 siblings, 1 reply; 6+ messages in thread
From: ASA @ 2003-05-12 15:43 UTC (permalink / raw)
  To: Oleg K. Artemjev

Hello Oleg,

Monday, May 12, 2003, 3:05:35 PM, you wrote:

OKA> screen  при  запуске  из  под пользователя говорит 'No more
OKA> ptys. Sorry, couldn't find a PTY' под рутом все ОК. Где это
OKA> интересно мой коллега права оторвал? ?-) Ума не приложу.

/dev на read-only разделе?

-- 
Best regards,
 ASA                            mailto:llb@udm.ru



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Re: [Comm] ?: где это так покалечено
  2003-05-12 15:43 ` [Comm] " ASA
@ 2003-05-13 12:22   ` Oleg K. Artemjev
  2003-05-13 16:26     ` [Comm] Re[2]: " ASA
  0 siblings, 1 reply; 6+ messages in thread
From: Oleg K. Artemjev @ 2003-05-13 12:22 UTC (permalink / raw)
  To: community

On Mon, 12 May 2003 20:43:55 +0500
ASA <llb@udm.ru> wrote:

> OKA> screen  при  запуске  из  под пользователя говорит 'No more
> OKA> ptys. Sorry, couldn't find a PTY' ; под рутом все ОК. Где это
> OKA> интересно мой коллега права оторвал? ?-) Ума не приложу.
> /dev на read-only разделе?

Слова "под рутом все ОК" этому противоречат, действительно:

----------------------------------------------------
 $ mount | grep " / "
/dev/sda6 on / type ext3 (rw,errors=remount-ro)
----------------------------------------------------

Возможно интересно также:

----------------------------------------------------
olli@pdc[Tue May 13 16:19:08]
~
 $ ls -l / | grep dev
drwxr-xr-x   19 root     root        86016 Мар 31 15:31 dev

olli@pdc[Tue May 13 16:19:22]
~
 $ ls -l /dev | grep pty| head -5
crw-rw-rw-    1 root     tty        2, 176 Окт 18  2002 ptya0
crw-rw-rw-    1 root     tty        2, 177 Окт 18  2002 ptya1
crw-rw-rw-    1 root     tty        2, 178 Окт 18  2002 ptya2
crw-rw-rw-    1 root     tty        2, 179 Окт 18  2002 ptya3
crw-rw-rw-    1 root     tty        2, 180 Окт 18  2002 ptya4

olli@pdc[Tue May 13 16:19:31]
~
 $ ls -l /dev | grep pty| tail -5
crw-rw-rw-    1 root     tty        2, 171 Окт 18  2002 ptyzb
crw-rw-rw-    1 root     tty        2, 172 Окт 18  2002 ptyzc
crw-rw-rw-    1 root     tty        2, 173 Окт 18  2002 ptyzd
crw-rw-rw-    1 root     tty        2, 174 Окт 18  2002 ptyze
crw-rw-rw-    1 root     tty        2, 175 Окт 18  2002 ptyzf

olli@pdc[Tue May 13 16:19:37]
~
 $ 
----------------------------------------------------
-- 
Bye.Olli.			http://olli.digger.org.ru


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Comm] Re[2]: [Comm] Re: [Comm] ?: где это так покалечено
  2003-05-13 12:22   ` Oleg K. Artemjev
@ 2003-05-13 16:26     ` ASA
  2003-05-14  7:03       ` Oleg K. Artemjev
  0 siblings, 1 reply; 6+ messages in thread
From: ASA @ 2003-05-13 16:26 UTC (permalink / raw)
  To: Oleg K. Artemjev

Hello Oleg,

Tuesday, May 13, 2003, 5:22:58 PM, you wrote:

OKA> ----------------------------------------------------
OKA>  $ mount | grep " / "
OKA> /dev/sda6 on / type ext3 (rw,errors=remount-ro)
OKA> ----------------------------------------------------
покажите mount|grep pts


OKA> Возможно интересно также:

OKA> ----------------------------------------------------
OKA> olli@pdc[Tue May 13 16:19:08]
OKA> ~
OKA>  $ ls -l / | grep dev
OKA> drwxr-xr-x   19 root     root        86016 Мар 31 15:31 dev
ls -ld /dev

;)


OKA> olli@pdc[Tue May 13 16:19:22]
OKA> ~
OKA>  $ ls -l /dev | grep pty| head -5
OKA> crw-rw-rw-    1 root     tty        2, 176 Окт 18  2002 ptya0
Видно, что не они используются :)

Покажите вариации на тему /dev/pts/

-- 
Best regards,
 ASA                            mailto:llb@udm.ru



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Re[2]: [Comm] Re: [Comm] ?: где это так покалечено
  2003-05-13 16:26     ` [Comm] Re[2]: " ASA
@ 2003-05-14  7:03       ` Oleg K. Artemjev
  2003-05-14 14:47         ` [Comm] Re[2]: " ASA
  0 siblings, 1 reply; 6+ messages in thread
From: Oleg K. Artemjev @ 2003-05-14  7:03 UTC (permalink / raw)
  To: community

On Tue, 13 May 2003 21:26:11 +0500
ASA <llb@udm.ru> wrote:

> OKA> ~
> OKA>  $ ls -l / | grep dev
> OKA> drwxr-xr-x   19 root     root        86016 Мар 31 15:31 dev
> ls -ld /dev
> ;)
Как написано в man mgetty в разделе bugs - users never read manuals. Спасибо. %-)

> покажите mount|grep pts
> Покажите вариации на тему /dev/pts/
------------------------------------
[root@pdc oroot]# mount | grep -i pts
[root@pdc oroot]# ls -l /dev | grep pts 
drwxr-xr-x    2 root     root         4096 Окт 18  2002 pts
[root@pdc oroot]# ls -l /dev/pts | head -3
итого 0
[root@pdc oroot]# 
------------------------------------
Однако.. 
 .. после сравнения с собственной машиной:
------------------------------------
[root@sky olli]# mount | grep pts
devpts on /dev/pts type devpts (rw,gid=5,mode=0620)
[root@sky olli]# grep pts /etc/fstab
devpts                  /dev/pts                devpts  gid=5,mode=0620         0       0
[root@sky olli]# ls -l /dev/pts | head
total 0
crw-----w-    1 root     olli     136,   0 Май 14 10:39 0
crw--w--w-    1 olli     olli     136,   3 Май 14 10:59 3
crw--w--w-    1 olli     olli     136,   4 Май 14 11:01 4
[root@sky olli]# 
------------------------------------
 и mount /dev/pts на pdc все заработало. 

Спасибо.

-- 
Bye.Olli.			http://olli.digger.org.ru



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Comm] Re[2]: [Comm] Re[2]: [Comm] Re: [Comm] ?: где это так покалечено
  2003-05-14  7:03       ` Oleg K. Artemjev
@ 2003-05-14 14:47         ` ASA
  0 siblings, 0 replies; 6+ messages in thread
From: ASA @ 2003-05-14 14:47 UTC (permalink / raw)
  To: Oleg K. Artemjev

Hello Oleg,

Wednesday, May 14, 2003, 12:03:38 PM, you wrote:

OKA> [root@sky olli]# ls -l /dev/pts | head
OKA> total 0
OKA> crw-----w-    1 root     olli     136,   0 Май 14 10:39 0
OKA> crw--w--w-    1 olli     olli     136,   3 Май 14 10:59 3
OKA> crw--w--w-    1 olli     olli     136,   4 Май 14 11:01 4
          ^
btw, этот бит (020) управляется командой mesg

OKA> [root@sky olli]# 
OKA> ------------------------------------
OKA>  и mount /dev/pts на pdc все заработало. 

OKA> Спасибо.

:)


-- 
Best regards,
 ASA                            mailto:llb@udm.ru



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-05-14 14:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-12 10:05 [Comm] ?: где это так покалечено Oleg K. Artemjev
2003-05-12 15:43 ` [Comm] " ASA
2003-05-13 12:22   ` Oleg K. Artemjev
2003-05-13 16:26     ` [Comm] Re[2]: " ASA
2003-05-14  7:03       ` Oleg K. Artemjev
2003-05-14 14:47         ` [Comm] Re[2]: " ASA

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