You are not logged in.

#1 2024-08-19 00:14:09

invertarcher
Member
Registered: 2024-08-18
Posts: 4

Xspice X Server

Hi,

Trying to get Xspice going as X server that opens a port to remotely connect. No info on this on the web, so trying to piece together. I've created the file ~/.xserverrc with the following:

#!/bin/sh
exec /usr/bin/Xspice --password 123456789 --ipv4-only --port 5900  "$@"

This seems to start and run okay with 'startx', then i3 starts normally. And I see a Xspice process. But no ports are open for xspice client to connect too.

Any ideas? Or helpful links?

Offline

#2 2024-08-19 08:06:22

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: Xspice X Server

How and did you resolve https://bbs.archlinux.org/viewtopic.php?id=298646 ?
In any event, please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

On topic:

no ports are open for xspice client to connect too

How do you determine this? nmap? netstat/ss? Do you connect from the local host or across a network?

nmap <ip.of.the.spiceserver>

No info on this on the web

https://spice-space.org/
https://www.spice-space.org/spice-user-manual.html

Offline

#3 2024-08-19 17:54:58

invertarcher
Member
Registered: 2024-08-18
Posts: 4

Re: Xspice X Server

Seth,

Thanks your help got my other thread solved and I updated. This post was for the Xspice server which is different then x11spice.

I used 'lsof -i -n -P' for looking at ports. But since I solved x11spice, I dont need to troubleshoot the Xspice issue.

Offline

#4 2024-08-19 20:47:50

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: Xspice X Server

Ok, just fyi, you can look up open local ports w/ netstat/ss (try "ss -tulpen") and for remote access scan the host w/ nmap.

Offline

Board footer

Powered by FluxBB