ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Есть ли у нас пользователи xpra?
@ 2020-02-19 23:54 Alexei V. Mezin
  2020-02-20  0:54 ` Alexei V. Mezin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alexei V. Mezin @ 2020-02-19 23:54 UTC (permalink / raw)
  To: sisyphus

Как его готовить?

Поставил xpra на сервере и на клиенте. Логин по ssh.

На клиенте запускаю
xpra start ssh://user@host:port --start=xterm

Появляется окно xterm, в трее висит годное приложение по управлению 
сессией. Все работает.

А вот дальше не работает ничего:

1. При выборе "отключиться" через приложение в трее все закрывается. Как 
и ожидалось. Однако, удаленный сервер при этом ОТВАЛИВАЕТСЯ, последнее 
что он пишет в лог

2020-02-20 02:37:22,423 xpra client 1 disconnected.
2020-02-20 02:37:22,428 sound source stopping
W: [pulseaudio] module-x11-publish.c: PulseAudio information vanished 
from X11!
XIO:  fatal IO error 17 (File exists) on X server ":1"
       after 12 requests (6 known processed) with 0 events remaining.


А ведь ожидалось, что сервер останется и будет ждать реконнекта командой 
xpra attach.

2. Повторная попытка запустить что угодно на этом сервер не приводит ни 
к чему. Вообще ни к чему. Никак.

Error: failed to receive anything, not an xpra server?
could also be the wrong protocol, username, password or port
or the session was not found
Connection lost

При этом никакие манипуляции с xpra stop, xpra list на сервере не 
помогают. list говорит, что есть "зависшая" UNKNOWN SESSION, которую тут 
же чистит. Но все равно ничего не запускается. Помогает удаление на 
сервере файла

/var/run/user/$UID/xpra/xpra-run


И что с этим делать? Как оно должно работать? И должно ли оно вообще у 
нас работать?



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

* Re: [sisyphus] Есть ли у нас пользователи xpra?
  2020-02-19 23:54 [sisyphus] Есть ли у нас пользователи xpra? Alexei V. Mezin
@ 2020-02-20  0:54 ` Alexei V. Mezin
  2020-04-10 17:57 ` Michael Shigorin
    2 siblings, 0 replies; 7+ messages in thread
From: Alexei V. Mezin @ 2020-02-20  0:54 UTC (permalink / raw)
  To: sisyphus

20.02.2020 02:54, Alexei V. Mezin пишет:

И вообще: если после любого способа старта нового сервера руками удалить

> /var/run/user/$UID/xpra/xpra-run

то можно делать disconnect/attach, все работает.

Кто создает этот файл, кому он нужен, и почему он мешает?



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

* Re: [sisyphus] Есть ли у нас пользователи  xpra?
  2020-02-19 23:54 [sisyphus] Есть ли у нас пользователи xpra? Alexei V. Mezin
  2020-02-20  0:54 ` Alexei V. Mezin
@ 2020-04-10 17:57 ` Michael Shigorin
    2 siblings, 0 replies; 7+ messages in thread
From: Michael Shigorin @ 2020-04-10 17:57 UTC (permalink / raw)
  To: sisyphus

On Thu, Feb 20, 2020 at 02:54:13AM +0300, Alexei V. Mezin wrote:
> Как его готовить?

Году в 2015 включал в регулярку/стартеркит icewm, тогда проверял
и работало; осенью 2018 убрал с таким примечанием к коммиту:

regular.mk: drop xpra from icewm flavour

This one was added along with winswitch as a nice
solution to cross-host GUI problem; there was no
feedback on the inclusion though, and antohami@
tells that xpra-browser complains regarding dbus now.

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info


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

* Re: [sisyphus] Есть ли у нас пользователи xpra?
  @ 2020-04-11 10:20   ` Sergey
  2020-04-11 19:32     ` Alexei Mezin
  0 siblings, 1 reply; 7+ messages in thread
From: Sergey @ 2020-04-11 10:20 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Saturday 11 April 2020, Gleb Kulikov wrote:

> а вот это эффекты systemd. Сессия закрылась, systemd закрывает все процессы
> пользователя. У xpra остаются артефакты, которые она не успела вычистить. 
 
Есть пакет systemd-settings-disable-kill-user-processes. Но когда я на днях
пробовал эеспериментировать, то я запускал "xpra start :100 --start=xterm"
на сервере и ssh-сессию не закрывал, а $UID/xpra/xpra-run удалять приходится
всё равно. Клиента, правда, запускаю из p8, самосборного.

-- 
С уважением, Сергей
a_s_y@sama.ru


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

* Re: [sisyphus] Есть ли у нас пользователи xpra?
  2020-04-11 10:20   ` Sergey
@ 2020-04-11 19:32     ` Alexei Mezin
  2020-04-12 10:27       ` gleb
  0 siblings, 1 reply; 7+ messages in thread
From: Alexei Mezin @ 2020-04-11 19:32 UTC (permalink / raw)
  To: sisyphus

11.04.2020 13:20, Sergey пишет:
>  а $UID/xpra/xpra-run удалять приходится
> всё равно. 

У меня давно системд отучен закрывать процессы отлогинившегося 
пользователя. На поведение xpra не влияет, приходится вручную удалять файл.




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

* Re: [sisyphus] Есть ли у нас пользователи xpra?
  2020-04-11 19:32     ` Alexei Mezin
@ 2020-04-12 10:27       ` gleb
  2020-04-12 19:33         ` Alexei V. Mezin
  0 siblings, 1 reply; 7+ messages in thread
From: gleb @ 2020-04-12 10:27 UTC (permalink / raw)
  To: sisyphus


12.04.2020 02:32, Alexei Mezin пишет:
> 11.04.2020 13:20, Sergey пишет:
>>  а $UID/xpra/xpra-run удалять приходится
>> всё равно. 
>
> У меня давно системд отучен закрывать процессы отлогинившегося 
> пользователя. На поведение xpra не влияет, приходится вручную удалять 
> файл.
>
Странно, у меня не наблюдается.
>
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/sisyphus


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

* Re: [sisyphus] Есть ли у нас пользователи xpra?
  2020-04-12 10:27       ` gleb
@ 2020-04-12 19:33         ` Alexei V. Mezin
  0 siblings, 0 replies; 7+ messages in thread
From: Alexei V. Mezin @ 2020-04-12 19:33 UTC (permalink / raw)
  To: sisyphus

12.04.2020 13:27, gleb пишет:

>>
> Странно, у меня не наблюдается.
>>

На Сизифе?

У меня на нескольких машанах p9/Сизиф стабильно ничего не запускается. 
При этом не запускается сессия именно второй и последующие разы. Первый 
раз все ок.



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

end of thread, other threads:[~2020-04-12 19:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-19 23:54 [sisyphus] Есть ли у нас пользователи xpra? Alexei V. Mezin
2020-02-20  0:54 ` Alexei V. Mezin
2020-04-10 17:57 ` Michael Shigorin
2020-04-11 10:20   ` Sergey
2020-04-11 19:32     ` Alexei Mezin
2020-04-12 10:27       ` gleb
2020-04-12 19:33         ` Alexei V. Mezin

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