vnc/remmina

2023-10-15 Thread Patrick Dupre
Hello, I can connect to a remote machine (fedora 38) via vnc or remmina (ssh or vnc) but I just have black screen. Here is my ~/.vnc/xstartup #!/bin/sh unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS #exec /etc/X11/xinit/xinitrc gnome-session --session=gnome-classic & I also tried

Re: vnc

2023-10-11 Thread Michael D. Setzer II via users
ld vary to what you need. Other things. /etc/firewalld/services [root@setzco services]# cat vnc-server.xml Virtual Network Computing Server (VNC) A VNC server provides an external accessible X session. Enable this option if you plan to provide a VNC server with direct access. The acce

Re: vnc

2023-10-11 Thread Roger Heflin
T > Initiating SYN Stealth Scan at 23:58 > Scanning localhost (127.0.0.1) [11 ports] > Completed SYN Stealth Scan at 23:58, 0.01s elapsed (11 total ports) > Nmap scan report for localhost (127.0.0.1) > Host is up (0.13s latency). > Other addresses for localhost (not scanned): :

vnc

2023-10-11 Thread Patrick Dupre
report for localhost (127.0.0.1) Host is up (0.13s latency). Other addresses for localhost (not scanned): ::1 PORT STATE SERVICE 5900/tcp closed vnc 5901/tcp closed vnc-1 5902/tcp closed vnc-2 5903/tcp closed vnc-3 5904/tcp closed ag-swim 5905/tcp closed asmgcs 5906/tcp closed rpas-c2 5907

Fedora 31 and VNC - problems

2020-01-29 Thread mario futire
I am trying to set up a vnc server on Fedora 31 (GDM, GNOME-Wayland). I've tried 2 separate routes 1) XDCMP: via xvnc.socket (as documented here /usr/lib/systemd/system/xvnc@.service) Super simple, just run systemctl enable xvnc.socket Then from either the same machine or a RPI I connec

Re: VNC shows black screen

2019-03-17 Thread Chris Kottaridis
I have tried 3 different resolution settings with no difference. Well, the size of the vnc client window changes but the screen remains black in all cases. Again the odd thing is that the Welcome Window shows up for a new user. So, if you can tell it to run a GUI app it seems it will. It&#

Re: VNC shows black screen

2019-03-17 Thread Eddie O'Connor
g a blank screen...and it was somehow?the resolution that was "proposed" as opposed to what it "really" was that was causing an issue.just throwing this out there. It probably doesn't factor into your situation... EGO II On Sun, Mar 17, 2019, 1:21 AM Chris Kottarid

VNC shows black screen

2019-03-16 Thread Chris Kottaridis
I am trying to get Tiger VNC working on a home machine running Fedora 29 with latest patches applied. I can connect and provide user's password but the screen is blank. On initial connection I got the Welcome Window that asked for keyboard style and such, but when I closed that window no

Re: VNC alternatives

2018-10-05 Thread Robert Moskowitz
On 10/5/18 11:57 AM, francis.montag...@inria.fr wrote: On Fri, 05 Oct 2018 11:07:28 -0400 Robert Moskowitz wrote: Type=simple ... Replace thus: ExecStart=/usr/bin/vncserver -autokill %i by: ExecStart=/usr/bin/vncserver -fg %i -autokill is useless with -fg Thank you. I will review

Re: VNC alternatives

2018-10-05 Thread Francis . Montagnac
On Fri, 05 Oct 2018 11:07:28 -0400 Robert Moskowitz wrote: >> Type=simple ... >> Replace thus: >>ExecStart=/usr/bin/vncserver -autokill %i >> by: >>ExecStart=/usr/bin/vncserver -fg %i >> -autokill is useless with -fg > Thank you. I will review this. > I updated bug 1633805 > Actua

Re: VNC alternatives

2018-10-05 Thread Robert Moskowitz
On 10/5/18 1:58 AM, francis.montag...@inria.fr wrote: On Fri, 05 Oct 2018 07:42:16 +0200 francis.montag...@inria.fr wrote: Can you try to set Type to simple and thus get rid of the pid stuff. So try: [Service] Type=simple WorkingDirectory=/home/rgm User=rgm Group=rgm PAMName=login ExecStartPr

Re: VNC alternatives

2018-10-04 Thread Francis . Montagnac
On Fri, 05 Oct 2018 07:42:16 +0200 francis.montag...@inria.fr wrote: > Can you try to set Type to simple and thus get rid of the pid stuff. > So try: > [Service] > Type=simple > WorkingDirectory=/home/rgm > User=rgm > Group=rgm > PAMName=login > ExecStartPre=/bin/sh -c '/usr/bin/vncserver -ki

Re: VNC alternatives

2018-10-04 Thread Francis . Montagnac
orking > WorkingDirectory=/home/rgm > User=rgm > Group=rgm > PAMName=login > PIDFile=/home/rgm/.vnc/%H%i.pid > ExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill %i > /dev/null 2>&1 || :' > ... > stopped and restarted vncserver and it failed: ... > (

Re: VNC alternatives

2018-10-04 Thread Robert Moskowitz
@.service, in the [service] section, may solve that problem: PAMName=login I changed my service file to have: [Service] Type=forking WorkingDirectory=/home/rgm User=rgm Group=rgm PAMName=login PIDFile=/home/rgm/.vnc/%H%i.pid ExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill %i > /dev/n

Re: VNC alternatives

2018-10-03 Thread Robert Moskowitz
On 10/1/18 9:34 AM, Rex Dieter wrote: francis.montag...@inria.fr wrote: Hi On Wed, 26 Sep 2018 10:32:43 -0500 Rex Dieter wrote: Robert Moskowitz wrote: It seems Tiger-vncserver is broken WRT polkit for any spin other than gnome. .. Is this documented anywhere, ideally in a bug report?

Re: VNC alternatives

2018-10-01 Thread Rex Dieter
francis.montag...@inria.fr wrote: > > Hi > > On Wed, 26 Sep 2018 10:32:43 -0500 Rex Dieter wrote: > >> Robert Moskowitz wrote: > >>> It seems Tiger-vncserver is broken WRT polkit for any spin other than >>> gnome. .. >> Is this documented anywhere, ideally in a bug report? > > I don't know.

Re: VNC alternatives

2018-09-30 Thread Francis . Montagnac
On Sun, 30 Sep 2018 09:35:06 -0400 Robert Moskowitz wrote: > On 9/30/18 2:56 AM, francis.montag...@inria.fr wrote: >> On Wed, 26 Sep 2018 10:32:43 -0500 Rex Dieter wrote: >> PAMName=login >> UtmpIdentifier=%I >> UtmpMode=user > where are those 3 variables defined and documented?

Re: VNC alternatives

2018-09-30 Thread Robert Moskowitz
On 9/30/18 2:56 AM, francis.montag...@inria.fr wrote: Hi On Wed, 26 Sep 2018 10:32:43 -0500 Rex Dieter wrote: Robert Moskowitz wrote: It seems Tiger-vncserver is broken WRT polkit for any spin other than gnome. I think that adding the following in the vncserver@.service and/or xvnc@.servic

Re: VNC alternatives

2018-09-29 Thread Francis . Montagnac
Hi On Wed, 26 Sep 2018 10:32:43 -0500 Rex Dieter wrote: > Robert Moskowitz wrote: >> It seems Tiger-vncserver is broken WRT polkit for any spin other than >> gnome. I think that adding the following in the vncserver@.service and/or xvnc@.service, in the [service] section, may solve that proble

Re: VNC alternatives

2018-09-27 Thread Rex Dieter
Robert Moskowitz wrote: > It seems Tiger-vncserver is broken WRT polkit for any spin other than > gnome. Is this documented anywhere, ideally in a bug report? -- Rex ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email t

VNCserver seems to be working - Re: VNC alternatives

2018-09-27 Thread Robert Moskowitz
Per the instructions from the Fedoraforum.  Took a bit, but I am mounting USB drive.  Polkit is prompting me for my password and that lets me mount the drive.  Probably because I am in group wheel. So call is off for alternative to vnc and to remember how to do it with SysV.  I am staying

Re: VNC alternatives

2018-09-27 Thread
eplace my > decades-old connection to VNC? > I was having problems with vnc not always being able to connect. I have now switched to x2go. It has been working well for about 2 weeks. One note -- sometimes I have to change the window size for the text to look good. It has not been enough of a p

Re: VNC alternatives

2018-09-27 Thread Dario Lesca
Il giorno mer, 26/09/2018 alle 10.25 -0400, Robert Moskowitz ha scritto: > So it is time to look at the alternatives. Xpra ? https://www.xpra.org/ Xpra is an open-source multi-platform persistent remote display server and client for forwarding applications and desktop screens. It gives you r

Re: VNCserver seems to be working - Re: VNC alternatives

2018-09-26 Thread Ed Greshko
On 9/27/18 9:28 AM, Robert Moskowitz wrote: > Per the instructions from the Fedoraforum.  Took a bit, but I am mounting USB > drive.  Polkit is prompting me for my password and that lets me mount the > drive.  > Probably because I am in group wheel. > > So call is off for alte

Re: VNC alternatives

2018-09-26 Thread Robert Moskowitz
connection to VNC? As discussed on the test list, the actual problem with tiger vncserver and polkit arises when it is started via the supplied vncserver@.service systemd file. If started manually that problem doesn't exist. Just like in all things Linux, there are multiple ways to accom

Re: VNC alternatives

2018-09-26 Thread Ed Greshko
a SCREEN and > just > forget about that screen session... > > So it is time to look at the alternatives.  I know they are out there and > have been > talked about on this list, but my search foo is weak (as always).  So can I > have a > bit of help in figuring out what to repl

Re: VNC alternatives

2018-09-26 Thread ToddAndMargo
about that screen session... So it is time to look at the alternatives.  I know they are out there and have been talked about on this list, but my search foo is weak (as always).  So can I have a bit of help in figuring out what to replace my decades-old connection to VNC? thanks I use

Re: VNC alternatives

2018-09-26 Thread Robert Moskowitz
On 9/26/18 12:43 PM, Tom Horsley wrote: On Wed, 26 Sep 2018 10:25:45 -0400 Robert Moskowitz wrote: So can I have a bit of help in figuring out what to replace my decades-old connection to VNC? I use x2go, but it operates in a completely different fashion from VNC (and I don't think i

Re: VNC alternatives

2018-09-26 Thread Tom Horsley
On Wed, 26 Sep 2018 10:25:45 -0400 Robert Moskowitz wrote: > So can I have a bit of help in figuring out what to replace my > decades-old connection to VNC? I use x2go, but it operates in a completely different fashion from VNC (and I don't think it can allow you to share the phys

VNC alternatives

2018-09-26 Thread Robert Moskowitz
time to look at the alternatives.  I know they are out there and have been talked about on this list, but my search foo is weak (as always).  So can I have a bit of help in figuring out what to replace my decades-old connection to VNC? thanks ___ users

Re: Problems with Xfce over vnc

2018-09-21 Thread Robert Moskowitz
On 9/20/18 7:51 PM, Ed Greshko wrote: On 9/21/18 7:45 AM, Robert Moskowitz wrote: On 9/20/18 7:19 PM, Rick Stevens wrote: On 9/20/18 3:58 PM, Ed Greshko wrote: On 9/20/18 11:37 PM, Robert Moskowitz wrote: I have Xfce over vnc mostly working.  Thanks to posts here. I have a couple of open

Re: Problems with Xfce over vnc

2018-09-21 Thread Ed Greshko
On 9/21/18 8:13 PM, Patrick O'Callaghan wrote: > On Fri, 2018-09-21 at 06:58 +0800, Ed Greshko wrote: >> I have just installed F29 Beta 1.5 in an VM on an x86_64 system. (Sorry poc) > Don't mind me. Of course people on the Test List will not see this > thread unless they are also on this list (man

Re: Problems with Xfce over vnc

2018-09-21 Thread Patrick O'Callaghan
On Fri, 2018-09-21 at 06:58 +0800, Ed Greshko wrote: > I have just installed F29 Beta 1.5 in an VM on an x86_64 system. (Sorry poc) Don't mind me. Of course people on the Test List will not see this thread unless they are also on this list (many of them aren't). poc _

Re: Problems with Xfce over vnc

2018-09-20 Thread Ed Greshko
On 9/21/18 7:45 AM, Robert Moskowitz wrote: > > > On 9/20/18 7:19 PM, Rick Stevens wrote: >> On 9/20/18 3:58 PM, Ed Greshko wrote: >>> On 9/20/18 11:37 PM, Robert Moskowitz wrote: >>>> I have Xfce over vnc mostly working.  Thanks to posts here. >>>>

Re: Problems with Xfce over vnc

2018-09-20 Thread Robert Moskowitz
On 9/20/18 7:19 PM, Rick Stevens wrote: On 9/20/18 3:58 PM, Ed Greshko wrote: On 9/20/18 11:37 PM, Robert Moskowitz wrote: I have Xfce over vnc mostly working.  Thanks to posts here. I have a couple of open items. My environment is Fedora29-beta 1.2 for armv7 with Xfce.  I have altered the

Re: Problems with Xfce over vnc

2018-09-20 Thread Rick Stevens
On 9/20/18 3:58 PM, Ed Greshko wrote: > On 9/20/18 11:37 PM, Robert Moskowitz wrote: >> I have Xfce over vnc mostly working.  Thanks to posts here. >> >> I have a couple of open items. >> >> My environment is Fedora29-beta 1.2 for armv7 with Xfce.  I have al

Re: Problems with Xfce over vnc

2018-09-20 Thread Ed Greshko
On 9/20/18 11:37 PM, Robert Moskowitz wrote: > I have Xfce over vnc mostly working.  Thanks to posts here. > > I have a couple of open items. > > My environment is Fedora29-beta 1.2 for armv7 with Xfce.  I have altered the > xstartup to end with: I have just installed F29 Beta

Re: Problems with Xfce over vnc

2018-09-20 Thread Robert Moskowitz
On 9/20/18 3:49 PM, Patrick O'Callaghan wrote: On Thu, 2018-09-20 at 11:37 -0400, Robert Moskowitz wrote: My environment is Fedora29-beta 1.2 for armv7 with Xfce. I have altered the xstartup to end with: In that case you want the Fedora Test list, not this one. F29 is unreleased. No respon

Re: Problems with Xfce over vnc

2018-09-20 Thread Patrick O'Callaghan
On Thu, 2018-09-20 at 11:37 -0400, Robert Moskowitz wrote: > My environment is Fedora29-beta 1.2 for armv7 with Xfce. I have altered > the xstartup to end with: In that case you want the Fedora Test list, not this one. F29 is unreleased. poc ___ users

Problems with Xfce over vnc

2018-09-20 Thread Robert Moskowitz
I have Xfce over vnc mostly working.  Thanks to posts here. I have a couple of open items. My environment is Fedora29-beta 1.2 for armv7 with Xfce.  I have altered the xstartup to end with: # exec /etc/X11/xinit/xinitrc exec  /bin/sh /etc/xdg/xfce4/xinitrc xrdb $HOME/.Xresources startxfce4

Re: Fedora 27: Remmina and VNC incoming connection

2018-04-27 Thread Dario Lesca
Il giorno ven, 27/04/2018 alle 15.33 -0700, Samuel Sieb ha scritto: > The change has been reverted so VNCI will be back whenever the > Fedora > packager updates remmina next. Ok. Thanks! -- Dario Lesca (inviato dal mio Linux Fedora 27 Workstation)___

Re: Fedora 27: Remmina and VNC incoming connection

2018-04-27 Thread Samuel Sieb
On 04/27/2018 03:28 PM, Dario Lesca wrote: Il giorno gio, 19/04/2018 alle 09.48 -0700, stan ha scritto: Open a bugzilla against remmina package at the address below. Open: https://bugzilla.redhat.com/show_bug.cgi?id=1572701 The change has been reverted so VNCI will be back whenever the Fedor

Re: Fedora 27: Remmina and VNC incoming connection

2018-04-27 Thread Dario Lesca
Il giorno gio, 19/04/2018 alle 09.48 -0700, stan ha scritto: > Open a bugzilla against remmina package at the address below. Open: https://bugzilla.redhat.com/show_bug.cgi?id=1572701 -- Dario Lesca (inviato dal mio Linux Fedora 27 Workstation)___ users

Re: Fedora 27: Remmina and VNC incoming connection

2018-04-19 Thread Rick Stevens
bug", and then select > Fedora until you have received a new bug entry page. Select the > component (remmina) at the top, and then pretty much fill it in with > what you have put in your emails. I use VNC as the remote desktop server. You can use Remmina with the VNC plugin or vncviewer

Re: Fedora 27: Remmina and VNC incoming connection

2018-04-19 Thread stan
On Thu, 19 Apr 2018 14:29:43 +0200 Dario Lesca wrote: > IMHO > I think Fedora must buil the remmina package with this option enabled > > If this plugin is enable, and sometime and in some circumstance not > work, is better than it's not enable and alway do not work. > > What is the best way to

Re: Fedora 27: Remmina and VNC incoming connection

2018-04-19 Thread Dario Lesca
ild it and reinstall only the remmina-plugins-vnc rpm and now the VNC incoming connection work great again IMHO I think Fedora must buil the remmina package with this option enabled If this plugin is enable, and sometime and in some circumstance not work, is better than it's not enable and a

Re: Fedora 27: Remmina and VNC incoming connection

2018-04-18 Thread Samuel Sieb
On 04/18/2018 10:49 AM, Dario Lesca wrote: After last remmina update (1.2.0-0.51.20180408.git.6b62986) the VNC incoming connection (Plugin VNCI) is go away. Now it's any more possible to start a reverse connection, like previous version (1.2.0-0.42.20170908git205df66) allow to do (I have

Fedora 27: Remmina and VNC incoming connection

2018-04-18 Thread Dario Lesca
After last remmina update (1.2.0-0.51.20180408.git.6b62986) the VNC incoming connection (Plugin VNCI) is go away. Now it's any more possible to start a reverse connection, like previous version (1.2.0-0.42.20170908git205df66) allow to do (I have do a "sudo dnf downgrade remmina --al

Re: Multi-user VNC on F23 and later

2017-07-12 Thread Ed Greshko
On 07/13/17 02:13, CLOSE Dave wrote: > Ed Greshko wrote: > >> Oh, and since I think you said you're not using IPv6 for anything you >> can disable it completely and try again. >> >> Adding ipv6.disable=1 to the boot parameters seems to work the best. >> That way it is disabled from boot time. > Tha

Re: Multi-user VNC on F23 and later

2017-07-12 Thread CLOSE Dave
Ed Greshko wrote: > Oh, and since I think you said you're not using IPv6 for anything you > can disable it completely and try again. > > Adding ipv6.disable=1 to the boot parameters seems to work the best. > That way it is disabled from boot time. That did it! The greeting screen now appears as

Re: Multi-user VNC on F23 and later

2017-07-11 Thread Ed Greshko
On 07/11/17 08:18, CLOSE Dave wrote: > And when I try to connect, > > Jul 10 17:05:49 server kdm: fe80::3617:ebff:feeb:6b02:1[7472]: Cannot > connect to fe80::3617:ebff:feeb:6b02:1, giving up > Jul 10 17:05:49 server kdm[1676]: Display fe80::3617:ebff:feeb:6b02:1 > cannot be opened Oh, and since

Re: Multi-user VNC on F23 and later

2017-07-10 Thread Ed Greshko
On 07/11/17 08:46, CLOSE Dave wrote: > Ed Greshko wrote: > >> I found that if I have ListenStream=192.168.1.198:5901 in my >> xvnc.socket file I also get a failure on boot. I thought it could >> have been due to my using DHCP on that VM. I changed it back to >> ListenStream=5901. Can you try jus

Re: Multi-user VNC on F23 and later

2017-07-10 Thread Rick Stevens
On 07/10/2017 05:42 PM, CLOSE Dave wrote: > On 07/10/17 17:32, Ed Greshko wrote: > >> Odd that you're getting an IPV6 error message. I don't have a global >> IPv6 address and only show >> >> [egreshko@f25f system]$ ip address show enp0s3 >> 2: enp0s3: mtu 1500 qdisc fq_codel state >> UP gro

Re: Multi-user VNC on F23 and later

2017-07-10 Thread CLOSE Dave
Ed Greshko wrote: > I found that if I have ListenStream=192.168.1.198:5901 in my > xvnc.socket file I also get a failure on boot. I thought it could > have been due to my using DHCP on that VM. I changed it back to > ListenStream=5901. Can you try just having that? The socket now reports that

Re: Multi-user VNC on F23 and later

2017-07-10 Thread Ed Greshko
On 07/11/17 08:42, CLOSE Dave wrote: > On 07/10/17 17:32, Ed Greshko wrote: > >> Odd that you're getting an IPV6 error message. I don't have a global >> IPv6 address and only show >> >> [egreshko@f25f system]$ ip address show enp0s3 >> 2: enp0s3: mtu 1500 qdisc fq_codel state >> UP group >>

Re: Multi-user VNC on F23 and later

2017-07-10 Thread CLOSE Dave
On 07/10/17 17:32, Ed Greshko wrote: > Odd that you're getting an IPV6 error message. I don't have a global > IPv6 address and only show > > [egreshko@f25f system]$ ip address show enp0s3 > 2: enp0s3: mtu 1500 qdisc fq_codel state UP > group > default qlen 1000 > link/ether 08:00:27:15

Re: Multi-user VNC on F23 and later

2017-07-10 Thread CLOSE Dave
Ed Greshko wrote: > You have a line in the Service segment of "Type". I do not have that > and it isn't in the original file in /lib/systemd/system. Did you > add that? Rick Stevens wrote: > I believe "Type=simple" is the default if you have "ExecStart=" > defined, but it wouldn't hurt to add

Re: Multi-user VNC on F23 and later

2017-07-10 Thread Ed Greshko
since Mon 2017-07-10 17:04:20 PDT; 1s ago >Listen: 10.76.185.91:5901 (Stream) > Accepted: 0; Connected: 0 > > Jul 10 17:04:20 server systemd[1]: Listening on XVNC Server. > Jul 10 17:04:20 server systemd[1]: Starting XVNC Server. > >> Without any clients connected/connec

Re: Multi-user VNC on F23 and later

2017-07-10 Thread Rick Stevens
On 07/10/2017 04:38 PM, Ed Greshko wrote: > On 07/11/17 05:42, CLOSE Dave wrote: >> >> # cat /etc/systemd/system/xvnc@.service >> [Unit] >> Description=XVNC per Connection Daemon >> After=syslog.target >> >> [Service] >> Type=simple >> ExecStart=-/usr/bin/Xvnc -inetd -query localhost -geometry 1024

Re: Multi-user VNC on F23 and later

2017-07-10 Thread CLOSE Dave
ng XVNC Server. > Without any clients connected/connecting can you check to see if Xvnc is > running? I only have a running /usr/bin/Xvnc when a client is connected. Without a connection, "ps -ef | grep vnc" shows only the grep. During an attempted connection, Xvnc is running with

Re: Multi-user VNC on F23 and later

2017-07-10 Thread Ed Greshko
On 07/11/17 05:42, CLOSE Dave wrote: > > # cat /etc/systemd/system/xvnc@.service > [Unit] > Description=XVNC per Connection Daemon > After=syslog.target > > [Service] > Type=simple > ExecStart=-/usr/bin/Xvnc -inetd -query localhost -geometry 1024x768 > -depth 24 -once -SecurityTypes=None -fp /usr/s

Re: Multi-user VNC on F23 and later

2017-07-10 Thread Ed Greshko
On 07/11/17 05:42, CLOSE Dave wrote: > > This was caused because the old service, vncserver@:1, was still > running. After I stopped it (and deleted the files, just to be sure), > status looks correct. > > --- > > # systemctl -l status xvnc.socket > xvnc.socket - XVNC Server >Loaded: loaded (

Re: Multi-user VNC on F23 and later

2017-07-10 Thread CLOSE Dave
Ed Greshko wrote: > You actually don't want xvnc@.service to be enabled or started. The > connection to the socket triggers starting of Xvnc I realized that a while ago but forgot. It is presently not enabled. > I find it odd that you get this "Listen: 10.76.185.91:5901" when > your file below

Re: Multi-user VNC on F23 and later

2017-07-07 Thread Ed Greshko
On 07/08/17 09:40, CLOSE Dave wrote: > Here's my files. Just to clarify a bit more... > > # cd /etc/systemd/system > # cat xvnc@.service > [Unit] > Description=XVNC per Connection Daemon > After=syslog.target > > [Service] > Type=simple > ExecStart=-/usr/bin/Xvnc -inetd -query localhost -geometry

Re: Multi-user VNC on F23 and later

2017-07-07 Thread Ed Greshko
On 07/08/17 10:22, Ed Greshko wrote: > That is 5901 v.s. 5901 Of course I wanted to type 5901 v.s. 5900 -- Fedora Users List - The place to go to speculate endlessly signature.asc Description: OpenPGP digital signature ___ users mailing list -- user

Re: Multi-user VNC on F23 and later

2017-07-07 Thread Ed Greshko
ally don't want xvnc@.service to be enabled or started. The connection to the socket triggers starting of Xvnc On my system with no VNC clients connected. [root@f25f system]# ps -eaf | grep vnc root 3523 1251 0 10:04 pts/000:00:00 grep --color=auto vnc [root@f25f system]# systemc

Re: Multi-user VNC on F23 and later

2017-07-07 Thread CLOSE Dave
gt; 7. If you've not already done it "systemctl --force enable kdm" Done previously. > 8. Reboot. > > Your console should now be showing KDM as your login screen. > > And you now should be able to connect with something like remmina > using VNC protocol and get present

Re: Multi-user VNC on F23 and later

2017-07-07 Thread Ed Greshko
On 07/08/17 08:32, Ed Greshko wrote: > 7. If you've not already done it "systemctl --force enable kdm" > > 8. Reboot. > > Your console should now be showing KDM as your login screen. > > And you now should be able to connect with something like remmina using

Re: Multi-user VNC on F23 and later

2017-07-07 Thread Ed Greshko
issive. If you don't do that then Xvnc won't be able to bind to port 5900. 6. Enable port 5900 on your firewall. 7. If you've not already done it "systemctl --force enable kdm" 8. Reboot. Your console should now be showing KDM as your login screen. And you now shou

Re: Multi-user VNC on F23 and later

2017-07-07 Thread CLOSE Dave
I wrote: > I'm trying to setup a multi-user VNC server on recent versions of > Fedora without success thus far. I understand that doing so requires > a display manager with XDMCP support. The current default DM is SDDM > which does not include such support (at least so far as I&

Re: Multi-user VNC on F23 and later

2017-07-06 Thread Ed Greshko
On 07/07/17 09:26, CLOSE Dave wrote: > I'm trying to setup a multi-user VNC server on recent versions of Fedora > without success thus far. I understand that doing so requires a display > manager with XDMCP support. The current default DM is SDDM which does > not include such

Re: Multi-user VNC on F23 and later

2017-07-06 Thread Ed Greshko
On 07/07/17 09:26, CLOSE Dave wrote: > I'm trying to setup a multi-user VNC server on recent versions of Fedora > without success thus far. I understand that doing so requires a display > manager with XDMCP support. The current default DM is SDDM which does > not include such

Multi-user VNC on F23 and later

2017-07-06 Thread CLOSE Dave
I'm trying to setup a multi-user VNC server on recent versions of Fedora without success thus far. I understand that doing so requires a display manager with XDMCP support. The current default DM is SDDM which does not include such support (at least so far as I've found). That means

Re: VNC Window Manager won't start

2017-04-16 Thread Chris Kottaridis
xstartup file generated in my user's ~/.vnc directory when running vncpasswd: #!/bin/sh unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS exec /etc/X11/xinit/xinitrc Got this info from: http://forums.fedoraforum.org/showthread.php?t=313406 Thanks MrRonMan wherever you are! I assume thi

Re: VNC Window Manager won't start

2017-04-14 Thread Rick Stevens
on and have since added gnome desktop package groups and >>> others. >>> >>> On the console I get a standard non-graphical login prompt and from >>> there I can type startx and get into gnome just fine. >>> >>> I don't want to change that. >&g

Re: VNC Window Manager won't start

2017-04-14 Thread Chris Kottaridis
prompt and from there I can type startx and get into gnome just fine. I don't want to change that. I do want to use VNC to connect in over net and run gnome. I have [snip] Before any of the exec lines those apps seem to be running. Just no window manager. Any pointers would be apprec

Re: VNC Window Manager won't start

2017-04-14 Thread Chris Kottaridis
prompt and from there I can type startx and get into gnome just fine. I don't want to change that. I do want to use VNC to connect in over net and run gnome. I have everything setup but when I connect into the VNC I initially got a blank screen. I can get more than a blank screen by changing my

Re: VNC Window Manager won't start

2017-04-14 Thread stan
from > there I can type startx and get into gnome just fine. > > I don't want to change that. > > I do want to use VNC to connect in over net and run gnome. I have [snip] > Before any of the exec lines those apps seem to be running. > > Just no window manager. &g

Re: VNC Window Manager won't start

2017-04-14 Thread Rick Stevens
can type startx and get into gnome just fine. > > I don't want to change that. > > I do want to use VNC to connect in over net and run gnome. I have > everything setup but when I connect into the VNC I initially got a blank > screen. I can get more than a blank screen by chan

VNC Window Manager won't start

2017-04-14 Thread Chris Kottaridis
hange that. I do want to use VNC to connect in over net and run gnome. I have everything setup but when I connect into the VNC I initially got a blank screen. I can get more than a blank screen by changing my local user's xstartup script. For example if I add "gnome-terminal &&

Re: vnc or remote desktop to a system running Fedora 25

2017-01-08 Thread patman
On Sun, Jan 08, 2017 at 11:16:23AM -0400, George N. White III wrote: > On 7 January 2017 at 18:32, wrote: > > > Is there a way to VNC (or similar) to another system running Fedora 25? > > > > Do you need to see the same desktop you have when sitting at the system or

Re: vnc or remote desktop to a system running Fedora 25

2017-01-08 Thread Matthew Miller
On Sat, Jan 07, 2017 at 02:32:23PM -0800, pat...@aracnet.com wrote: > Is there a way to VNC (or similar) to another system running Fedora 25? Sure - run vncserver from the tigervnc-server package on the target system, and connect with the vinagre client (preferably using SSH forwarding). >

Re: vnc or remote desktop to a system running Fedora 25

2017-01-08 Thread George N. White III
On 7 January 2017 at 18:32, wrote: > Is there a way to VNC (or similar) to another system running Fedora 25? > Do you need to see the same desktop you have when sitting at the system or can you use a separate Xvnc server (probably with some limits, e.g., no or limited OpenGL)? > Do

vnc or remote desktop to a system running Fedora 25

2017-01-07 Thread patman
Is there a way to VNC (or similar) to another system running Fedora 25? Do I have to switch from XWayland to Xorg? -- Patrick ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Fedora 24/gnome vnc nearly works

2016-06-29 Thread Gary Baribault
Hi All, I got fed up with vnc failing on Fedora 23 and figured it would be better under fedora 24 KDE, well it wasn't so I decided what the heck, I haven't seen Gnome is a while and it's the default, maybe it will work better. I followed the destructions at: https://docs.fedor

Re: installing via VNC over ipv6

2016-01-29 Thread Chris Murphy
ets are included, then the full IP with each colon, then a colon outside the brackets and a 1. 2. nmap -6 -A -T4 IP Where IP is just the IP with colons, no brackets, was able to find the open 5901 port for vnc. So it was definitely working the whole time, I just had the wrong formatting for IPv6 in Ti

Re: installing via VNC over ipv6

2016-01-29 Thread Chris Murphy
On Wed, Jan 27, 2016 at 1:47 PM, Gordon Messmer wrote: > On 01/26/2016 08:44 PM, Chris Murphy wrote: >> >> And netstat isn't on non-live media apparently so I >> don't have access to that while xvnc is running to see if it's >> listening over something other than just an ipv4 address. > > > Is "ss

Re: installing via VNC over ipv6

2016-01-27 Thread Gordon Messmer
On 01/26/2016 08:44 PM, Chris Murphy wrote: And netstat isn't on non-live media apparently so I don't have access to that while xvnc is running to see if it's listening over something other than just an ipv4 address. Is "ss"? -- users mailing list users@lists.fedoraproject.org To unsubscribe or

installing via VNC over ipv6

2016-01-26 Thread Chris Murphy
This suggests installation using vnc over ipv6 is supported: https://fedoraproject.org/wiki/Anaconda/Features/Ipv6OnlyInstallation But when I use inst.vnc boot option, I get an text screen that says to connect to an ipv4 address, an ipv6 address isn't listed. When I go to a shell and use &#x

Re: VNC and sound

2015-12-15 Thread Mike Wright
On 10/30/2015 06:01 PM, Rick Stevens wrote: On 10/30/2015 04:25 PM, Chris Kottaridis wrote: I don't seem to get sound. It doesn't seem to come out on my VNC client or on the VNC server's sound card. My remote machine is close enough that I could run a wire from it's sound

Re: VNC and sound

2015-10-30 Thread Rick Stevens
On 10/30/2015 04:25 PM, Chris Kottaridis wrote: I am running Fedora 22 on a machine that is off in a closet and am using VNC to access it from a machine at my desk. I followed the instructions in System Admin guide chapter 8: https://docs.fedoraproject.org/en-US/Fedora/22/html

VNC and sound

2015-10-30 Thread Chris Kottaridis
I am running Fedora 22 on a machine that is off in a closet and am using VNC to access it from a machine at my desk. I followed the instructions in System Admin guide chapter 8: https://docs.fedoraproject.org/en-US/Fedora/22/html/System_Administrators_Guide/ch-TigerVNC.html I successfully got

vnc session

2015-10-07 Thread Patrick Dupre
Hello, Is there a way to recognize that I ma connected through a vnc (remmina) connection? Actually, the that the shell have a different behavior. Probably by probing a variable environment, I cannot guess. Or, maybe there is a special shell which is run when the remmina connection is established

Re: vnc not into gnome but Xfce but still not working

2014-07-24 Thread poma
On 07/23/2014 07:00 PM, poma wrote: On 23.07.2014 10:40, poma wrote: $ grep -v ^# $HOME/.vnc/xstartup startxfce4 $ grep -v ^# /etc/systemd/system/vncserver@\:1.service [Unit] Description=Remote desktop service (VNC) After=syslog.target network.target [Service] Type=simple ExecStartPre=/bin

Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread poma
On 23.07.2014 10:40, poma wrote: $ grep -v ^# $HOME/.vnc/xstartup startxfce4 $ grep -v ^# /etc/systemd/system/vncserver@\:1.service [Unit] Description=Remote desktop service (VNC) After=syslog.target network.target [Service] Type=simple ExecStartPre=/bin/sh -c '/usr/bin/vncserver -ki

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread poma
On 23.07.2014 16:32, Ed Greshko wrote: On 07/23/14 22:25, Robert Moskowitz wrote: And this is not a bug with the default xstartup script? No. I'd classify it as a deficiency. It works as it is designed. It just doesn't have what you need for xfce. The reason why 'startxfce4' exists. Wh

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Ed Greshko
On 07/23/14 22:25, Robert Moskowitz wrote: > And this is not a bug with the default xstartup script? No. I'd classify it as a deficiency. It works as it is designed. It just doesn't have what you need for xfce. -- If you can't laugh at yourself, others will gladly oblige. -- users mailing

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Michael D. Setzer II
On 23 Jul 2014 at 19:40, Ed Greshko wrote: From: Ed Greshko Date sent: Wed, 23 Jul 2014 19:40:11 +0800 To: Community support for Fedora users Subject:Re: kindof fixed - Re: vnc not into gnome but Xfce but still not

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Michael D. Setzer II
On 23 Jul 2014 at 9:49, Robert Moskowitz wrote: Date sent: Wed, 23 Jul 2014 09:49:33 -0400 From: Robert Moskowitz To: Community support for Fedora users Subject:Re: kindof fixed - Re: vnc not into gnome but Xfce but still not

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Robert Moskowitz
Michael Setzer's xstartup result in vnc working? The default did not work. His does. why? For the same reason my method would also have worked. The /etc/X11/xinit/xinitrc which exists is exec'd since it does exist and is executable. Subsequently /etc/X11/xinit/Xclients also exists a

  1   2   >