ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] screen in hasher
@ 2010-09-21  8:04 Vladimir Lettiev
  2010-09-21  8:33 ` Dmitry V. Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Vladimir Lettiev @ 2010-09-21  8:04 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Никто не пробовал запускать screen в hasher'е?

$ strace screen
...
open("/dev/pts/4", O_RDWR|O_NONBLOCK)   = -1 EACCES (Permission denied)
...

$ ls -l /dev/pts/4
crw--w---- 1 caller tty 136, 4 Sep 21 08:00 /dev/pts/4

-- 
Vladimir Lettiev aka crux ✉ theCrux@gmail.com


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

* Re: [devel] screen in hasher
  2010-09-21  8:04 [devel] screen in hasher Vladimir Lettiev
@ 2010-09-21  8:33 ` Dmitry V. Levin
  2010-09-21  9:52   ` Vladimir Lettiev
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2010-09-21  8:33 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

On Tue, Sep 21, 2010 at 12:04:05PM +0400, Vladimir Lettiev wrote:
> Никто не пробовал запускать screen в hasher'е?

Какой в этом смысл, если вы используете wlimit_time_idle?

> $ strace screen
> ...
> open("/dev/pts/4", O_RDWR|O_NONBLOCK)   = -1 EACCES (Permission denied)

А зачем он туда лезет, когда есть /dev/tty?  Он что, хочет им управлять?
Какой он дремучий...


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [devel] screen in hasher
  2010-09-21  8:33 ` Dmitry V. Levin
@ 2010-09-21  9:52   ` Vladimir Lettiev
  2010-09-21  9:59     ` Dmitry V. Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Vladimir Lettiev @ 2010-09-21  9:52 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Tue, Sep 21, 2010 at 12:33:39PM +0400, Dmitry V. Levin wrote:
> On Tue, Sep 21, 2010 at 12:04:05PM +0400, Vladimir Lettiev wrote:
> > Никто не пробовал запускать screen в hasher'е?
> 
> Какой в этом смысл, если вы используете wlimit_time_idle?

Точнее screen в hsh-shell

> > $ strace screen
> > ...
> > open("/dev/pts/4", O_RDWR|O_NONBLOCK)   = -1 EACCES (Permission denied)
> 
> А зачем он туда лезет, когда есть /dev/tty?  Он что, хочет им управлять?
> Какой он дремучий...

Получается проблема в screen

-- 
Vladimir Lettiev aka crux ✉ theCrux@gmail.com


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

* Re: [devel] screen in hasher
  2010-09-21  9:52   ` Vladimir Lettiev
@ 2010-09-21  9:59     ` Dmitry V. Levin
  2010-09-23  9:32       ` Vladimir Lettiev
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2010-09-21  9:59 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

On Tue, Sep 21, 2010 at 01:52:44PM +0400, Vladimir Lettiev wrote:
> On Tue, Sep 21, 2010 at 12:33:39PM +0400, Dmitry V. Levin wrote:
> > On Tue, Sep 21, 2010 at 12:04:05PM +0400, Vladimir Lettiev wrote:
> > > Никто не пробовал запускать screen в hasher'е?
> > 
> > Какой в этом смысл, если вы используете wlimit_time_idle?
> 
> Точнее screen в hsh-shell

wlimit_time_idle распространяется и на hsh-shell.

> > > $ strace screen
> > > ...
> > > open("/dev/pts/4", O_RDWR|O_NONBLOCK)   = -1 EACCES (Permission denied)
> > 
> > А зачем он туда лезет, когда есть /dev/tty?  Он что, хочет им управлять?
> > Какой он дремучий...
> 
> Получается проблема в screen

Возможно.  К сожалению, у него апстрим ещё более дремучий, чем он сам.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [devel] screen in hasher
  2010-09-21  9:59     ` Dmitry V. Levin
@ 2010-09-23  9:32       ` Vladimir Lettiev
  2010-09-24  1:01         ` [devel] [JT] " Денис Смирнов
  0 siblings, 1 reply; 6+ messages in thread
From: Vladimir Lettiev @ 2010-09-23  9:32 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Tue, Sep 21, 2010 at 01:59:45PM +0400, Dmitry V. Levin wrote:
> On Tue, Sep 21, 2010 at 01:52:44PM +0400, Vladimir Lettiev wrote:
> > > On Tue, Sep 21, 2010 at 12:04:05PM +0400, Vladimir Lettiev wrote:
> > > > Никто не пробовал запускать screen в hasher'е?
> > 
> > Получается проблема в screen
> 
> Возможно.  К сожалению, у него апстрим ещё более дремучий, чем он сам.

Возможно кому-нибудь пригодится: задачу удалось решить при помощи tmux,
который заработал в hsh-shell без проблем.

-- 
Vladimir Lettiev aka crux ✉ theCrux@gmail.com


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

* [devel] [JT] screen in hasher
  2010-09-23  9:32       ` Vladimir Lettiev
@ 2010-09-24  1:01         ` Денис Смирнов
  0 siblings, 0 replies; 6+ messages in thread
From: Денис Смирнов @ 2010-09-24  1:01 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

On Thu, Sep 23, 2010 at 01:32:01PM +0400, Vladimir Lettiev wrote:

VL> Возможно кому-нибудь пригодится: задачу удалось решить при помощи tmux,
VL> который заработал в hsh-shell без проблем.

Кстати я уже давно ушел со screen на tmux.

-- 
С уважением, Денис

http://mithraen.ru/
----------------------------------------------------------------------------

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

end of thread, other threads:[~2010-09-24  1:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-21  8:04 [devel] screen in hasher Vladimir Lettiev
2010-09-21  8:33 ` Dmitry V. Levin
2010-09-21  9:52   ` Vladimir Lettiev
2010-09-21  9:59     ` Dmitry V. Levin
2010-09-23  9:32       ` Vladimir Lettiev
2010-09-24  1:01         ` [devel] [JT] " Денис Смирнов

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git